HomeSort by relevance Sort by last modified time
    Searched refs:leading (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/CodeGen/
mips-count-builtins.c 6 int leading, trailing, pop; variable
9 leading = __builtin_clzs(P);
18 leading = __builtin_clz(P);
27 leading = __builtin_clzll(P);
count-builtins.c 3 int leading, trailing, pop; variable
6 leading = __builtin_clzs(P);
15 leading = __builtin_clz(P);
26 leading = __builtin_clzll(P);
  /cts/tests/tests/graphics/src/android/graphics/cts/
Paint_FontMetricsIntTest.java 36 int leading = 5; local
43 fontMetricsInt.leading = leading;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
orphan_nu.d 5 #ld: --file-align 1 --section-align 1 --no-leading-underscore
  /external/valgrind/memcheck/tests/amd64/
sh-mem-vec256-plo-yes.stderr.exp 62 ------ PL Aligned case with 0 leading acc+def bytes ------
71 ------ PL Aligned case with 1 leading acc+def bytes ------
80 ------ PL Aligned case with 2 leading acc+def bytes ------
89 ------ PL Aligned case with 3 leading acc+def bytes ------
98 ------ PL Aligned case with 4 leading acc+def bytes ------
107 ------ PL Aligned case with 5 leading acc+def bytes ------
116 ------ PL Aligned case with 6 leading acc+def bytes ------
125 ------ PL Aligned case with 7 leading acc+def bytes ------
134 ------ PL Aligned case with 8 leading acc+def bytes ------
143 ------ PL Aligned case with 9 leading acc+def bytes -----
    [all...]
sh-mem-vec256-plo-no.stderr.exp 62 ------ PL Aligned case with 0 leading acc+def bytes ------
78 ------ PL Aligned case with 1 leading acc+def bytes ------
94 ------ PL Aligned case with 2 leading acc+def bytes ------
110 ------ PL Aligned case with 3 leading acc+def bytes ------
126 ------ PL Aligned case with 4 leading acc+def bytes ------
142 ------ PL Aligned case with 5 leading acc+def bytes ------
158 ------ PL Aligned case with 6 leading acc+def bytes ------
174 ------ PL Aligned case with 7 leading acc+def bytes ------
190 ------ PL Aligned case with 8 leading acc+def bytes ------
206 ------ PL Aligned case with 9 leading acc+def bytes -----
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-badrx3.d 7 #error: invalid mmo file: leading byte of operand word .* lop_fixrx
sec-8m.d 13 # with a leading multiple-of-four number of zero bytes, those zero bytes
  /external/harfbuzz_ng/util/
view-cairo.cc 49 double leading = font_height + view_options.line_space; local
53 (vertical ? w : h) = (int) lines->len * leading - view_options.line_space;
93 cairo_translate (cr, +vert * leading, -horiz * leading);
98 cairo_translate (cr, -vert * leading, +horiz * leading);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf_arch_mips1.d 7 # Note: objdump omits leading zeros, so must check for the fact that
  /external/deqp/framework/delibs/debase/
deString.h 37 deBool deStringBeginsWith (const char* str, const char* leading);
  /cts/tests/tests/text/src/android/text/style/cts/
DynamicDrawableSpanTest.java 48 assertEquals(0, fm.leading);
57 assertEquals(0, fm.leading);
IconMarginSpanTest.java 87 assertEquals(0, fm.leading);
95 assertEquals(0, fm.leading);
DrawableMarginSpanTest.java 106 assertEquals(0, fm.leading);
109 // should not change ascent, leading and top.
116 assertEquals(0, fm.leading);
  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 240 changedMetrics.leading = paintMetrics.leading + someInt;
251 assertEquals(expectedMetrics.leading, actualMetrics.leading);
320 final int leading) {
329 metrics.leading = leading;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
transform.py 129 The number of leading needle bytes.
131 leading = 0
136 leading += 1
139 return leading
146 Does not preserve leading zeros if you don't specify a chunk size or
  /art/runtime/
utf.cc 81 const uint16_t leading = GetLeadingUtf16Char(ch); local
84 *utf16_data_out++ = leading;
110 const uint16_t leading = GetLeadingUtf16Char(ch); local
113 *out_p++ = leading;
217 // First compare the leading utf16 char.
259 // UTF sequence. If we find an unpaired leading or trailing surrogate,
  /external/icu/icu4c/source/samples/layout/
FontMap.cpp 260 le_int32 ascent, descent, leading; local
272 leading = fFontInstances[i]->getLeading();
282 if (leading > fLeading) {
283 fLeading = leading;
paragraph.cpp 89 le_int32 leading = 0; local
138 if (pLeading > leading) {
139 leading = pLeading;
157 fLineHeight = ascent + descent + leading;
pflow.c 113 le_int32 leading = 0; local
194 if (pLeading > leading) {
195 leading = pLeading;
213 flow->fLineHeight = ascent + descent + leading;
  /toolchain/binutils/binutils-2.25/bfd/
elf-vxworks.c 36 char leading; local
38 leading = bfd_get_symbol_leading_char (abfd);
39 if (leading)
41 if (*name != leading)
  /frameworks/support/core-ui/java/android/support/v4/widget/
AutoScrollHelper.java 606 // For now, leading and trailing edges are always the same size.
623 private float constrainEdgeValue(float current, float leading) {
624 if (leading == 0) {
631 if (current < leading) {
634 return 1f - current / leading;
644 return current / -leading;
    [all...]
  /external/v8/test/webkit/
gmail-re-re.js 35 // Strips leading Re or similar (from Gmail source)
48 // then removes a leading and trailing space if they exist. (From Gmail)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
text_file.py 19 leading and/or trailing whitespace. All of these are optional
42 leading up to the "#" -- unless it is escaped by a backslash
44 strip leading whitespace from each line before returning it
60 strip leading whitespace from lines that are joined to their
258 # strip whitespace however the client wants (leading and
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
text_file.py 19 leading and/or trailing whitespace. All of these are optional
42 leading up to the "#" -- unless it is escaped by a backslash
44 strip leading whitespace from each line before returning it
60 strip leading whitespace from lines that are joined to their
258 # strip whitespace however the client wants (leading and

Completed in 693 milliseconds

1 2 3 4 5 6 7 8 9