/aosp12/art/libdexfile/dex/ |
H A D | descriptors_names.cc | 116 const uint16_t leading = GetLeadingUtf16Char(ch); in MangleForJni() local 119 StringAppendF(&result, "_0%04x", leading); in MangleForJni() 192 const uint16_t leading = GetLeadingUtf16Char(pair); in IsValidPartOfMemberNameUtf8Slow() local 206 switch (leading >> 8) { in IsValidPartOfMemberNameUtf8Slow() 209 return (leading >= 0x00a0); in IsValidPartOfMemberNameUtf8Slow() 231 switch (leading & 0xfff8) { in IsValidPartOfMemberNameUtf8Slow() 233 return (leading <= 0x200a); in IsValidPartOfMemberNameUtf8Slow() 235 return (leading == 0x202f); in IsValidPartOfMemberNameUtf8Slow()
|
H A D | utf.cc | 85 const uint16_t leading = GetLeadingUtf16Char(ch); in ConvertModifiedUtf8ToUtf16() local 88 *utf16_data_out++ = leading; in ConvertModifiedUtf8ToUtf16() 114 const uint16_t leading = GetLeadingUtf16Char(ch); in ConvertModifiedUtf8ToUtf16() local 117 *out_p++ = leading; in ConvertModifiedUtf8ToUtf16() 302 const uint16_t leading = GetLeadingUtf16Char(ch); in PrintableString() local 304 if (NeedsEscaping(leading)) { in PrintableString() 305 StringAppendF(&result, "\\u%04x", leading); in PrintableString() 307 result += static_cast<std::string::value_type>(leading); in PrintableString()
|
H A D | utf_test.cc | 397 uint16_t leading = GetLeadingUtf16Char(pair); in TEST_F() local 402 static_cast<unsigned>(leading), in TEST_F()
|
/aosp12/frameworks/av/media/ndk/tests/ |
H A D | NdkMediaFormat_test.cpp | 174 int leading; in TEST() member 179 buf.leading = 1; in TEST() 189 EXPECT_EQ(bufp->leading, buf.leading); in TEST()
|
/aosp12/system/logging/logd/ |
H A D | ChattyLogBuffer.cpp | 406 bool leading = true; // true if starting from the oldest log entry, false if starting from in Prune() local 417 leading = false; in Prune() 426 leading = false; in Prune() 431 if (leading) { in Prune() 456 if (leading && dropped) { in Prune() 515 leading = false; in Prune() 533 if (leading) { in Prune()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | AutoScrollHelper.java | 622 private float constrainEdgeValue(float current, float leading) { in constrainEdgeValue() argument 623 if (leading == 0) { in constrainEdgeValue() 630 if (current < leading) { in constrainEdgeValue() 633 return 1f - current / leading; in constrainEdgeValue() 643 return current / -leading; in constrainEdgeValue()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | GridLayout.java | 706 boolean leading1 = (horizontal && isLayoutRtl()) ? !leading : leading; in getDefaultMargin() 709 return getDefaultMargin(c, isAtEdge, horizontal, leading); in getDefaultMargin() 712 int getMargin1(View view, boolean horizontal, boolean leading) { in getMargin1() argument 715 (leading ? lp.leftMargin : lp.rightMargin) : in getMargin1() 716 (leading ? lp.topMargin : lp.bottomMargin); in getMargin1() 720 private int getMargin(View view, boolean horizontal, boolean leading) { in getMargin() argument 722 return getMargin1(view, horizontal, leading); in getMargin() 728 int index = leading ? spec.span.min : spec.span.max; in getMargin() 1693 private void computeMargins(boolean leading) { in computeMargins() argument 1694 int[] margins = leading ? leadingMargins : trailingMargins; in computeMargins() [all …]
|
/aosp12/art/test/ti-agent/ |
H A D | jni_binder.cc | 50 const uint16_t leading = ti::GetLeadingUtf16Char(ch); in MangleForJni() local 53 android::base::StringAppendF(&result, "_0%04x", leading); in MangleForJni()
|
/aosp12/frameworks/base/mime/java-res/ |
H A D | vendor.mime.types | 16 # A line of the form (without the leading '#''):
|
/aosp12/art/test/622-simplifyifs-exception-edges/smali/ |
H A D | Test.smali | 34 # SimplifyIfs() would have redirected exception handler edges leading here.
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/server/functions/ |
H A D | .eslintrc.json | 62 // Disallow leading or trailing decimal points in numeric literals
|
/aosp12/frameworks/base/core/java/android/text/ |
H A D | TextLine.java | 840 final int previousLeading = fmi.leading; 854 fmi.leading = Math.max(fmi.leading, previousLeading); 1058 previousLeading = fmi.leading;
|
H A D | BoringLayout.java | 493 leading = 0; in reset()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Graphics.cpp | 499 int leading = SkScalarRoundToInt(skmetrics.fLeading); in set_metrics_int() local 507 env->SetIntField(metrics, gFontMetricsInt_leading, leading); in set_metrics_int() 509 return descent - ascent + leading; in set_metrics_int()
|
/aosp12/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
H A D | TestWallpaper.java | 226 + mTextMetrics.leading); in drawFrame()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Paint.java | 2104 public float leading; field in Paint.FontMetrics 2159 public int leading; field in Paint.FontMetricsInt 2164 " leading=" + leading; in toString()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Paint_Delegate.java | 629 fmi.leading = javaMetrics.getLeading(); in nGetFontMetricsInt() 1347 metrics.leading = javaMetrics.getLeading(); in getFontMetrics()
|
/aosp12/system/core/fs_mgr/ |
H A D | README.overlayfs.md | 124 - Backing storage will be discarded or ignored on errors, leading
|
/aosp12/system/update_engine/ |
H A D | pylintrc | 330 # leading underscore is sanctioned for private modules by Google's style 370 # with leading underscore
|
/aosp12/frameworks/native/opengl/specs/ |
H A D | EGL_ANDROID_blob_cache.txt | 41 performance tuning, often leading to occasional pauses in otherwise smooth
|
/aosp12/system/chre/doc/ |
H A D | nanoapp_overview.md | 90 avoid race conditions leading to clients believing that a preloaded nanoapp
|
/aosp12/build/soong/docs/ |
H A D | best_practices.md | 153 of build combinations, leading to more build breakages. It also makes the
|
/aosp12/build/make/tools/releasetools/ |
H A D | pylintrc | 309 # with leading underscore
|
/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | StaticLayoutTest.java | 195 if (fmi.leading == 0) { // nothing to test in testLineMetrics_withLargeText()
|
/aosp12/bionic/docs/ |
H A D | fdsan.md | 373 2. [<b><i>50%</i></b> of Facebook's iOS crashes caused by a file descriptor double close leading to…
|