Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 25 of 53) sorted by relevance

123

/aosp12/art/libdexfile/dex/
H A Ddescriptors_names.cc116 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 Dutf.cc85 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 Dutf_test.cc397 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 DNdkMediaFormat_test.cpp174 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 DChattyLogBuffer.cpp406 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 DAutoScrollHelper.java622 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 DGridLayout.java706 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 Djni_binder.cc50 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 Dvendor.mime.types16 # A line of the form (without the leading '#''):
/aosp12/art/test/622-simplifyifs-exception-edges/smali/
H A DTest.smali34 # SimplifyIfs() would have redirected exception handler edges leading here.
/aosp12/packages/apps/Car/DebuggingRestrictionController/server/functions/
H A D.eslintrc.json62 // Disallow leading or trailing decimal points in numeric literals
/aosp12/frameworks/base/core/java/android/text/
H A DTextLine.java840 final int previousLeading = fmi.leading;
854 fmi.leading = Math.max(fmi.leading, previousLeading);
1058 previousLeading = fmi.leading;
H A DBoringLayout.java493 leading = 0; in reset()
/aosp12/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp499 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 DTestWallpaper.java226 + mTextMetrics.leading); in drawFrame()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2104 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 DPaint_Delegate.java629 fmi.leading = javaMetrics.getLeading(); in nGetFontMetricsInt()
1347 metrics.leading = javaMetrics.getLeading(); in getFontMetrics()
/aosp12/system/core/fs_mgr/
H A DREADME.overlayfs.md124 - Backing storage will be discarded or ignored on errors, leading
/aosp12/system/update_engine/
H A Dpylintrc330 # leading underscore is sanctioned for private modules by Google's style
370 # with leading underscore
/aosp12/frameworks/native/opengl/specs/
H A DEGL_ANDROID_blob_cache.txt41 performance tuning, often leading to occasional pauses in otherwise smooth
/aosp12/system/chre/doc/
H A Dnanoapp_overview.md90 avoid race conditions leading to clients believing that a preloaded nanoapp
/aosp12/build/soong/docs/
H A Dbest_practices.md153 of build combinations, leading to more build breakages. It also makes the
/aosp12/build/make/tools/releasetools/
H A Dpylintrc309 # with leading underscore
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTest.java195 if (fmi.leading == 0) { // nothing to test in testLineMetrics_withLargeText()
/aosp12/bionic/docs/
H A Dfdsan.md373 2. [<b><i>50%</i></b> of Facebook's iOS crashes caused by a file descriptor double close leading to…

123