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

1 2 3 4 5 6 7

  /art/test/etc/
default-check 17 diff --strip-trailing-cr -q "$1" "$2" >/dev/nul
  /external/clang/test/CodeGen/
mips-count-builtins.c 6 int leading, trailing, pop; variable
10 trailing = __builtin_ctzs(P);
19 trailing = __builtin_ctz(P);
28 trailing = __builtin_ctzll(P);
count-builtins.c 3 int leading, trailing, pop; variable
7 trailing = __builtin_ctzs(P);
16 trailing = __builtin_ctz(P);
27 trailing = __builtin_ctzll(P);
  /ndk/tests/build/awk-trailing-r/jni/
Android.mk 3 LOCAL_MODULE := awk-trailing-r
4 LOCAL_SRC_FILES := awk-trailing-r.c
  /art/test/004-ThreadStress/
check 18 tail -n 1 "$2" | diff --strip-trailing-cr -q "$1" - >/dev/nul
  /art/test/030-bad-finalizer/
check 20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/059-finalizer-throw/
check 20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/099-vmdebug/
check 20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/118-noimage-dex2oat/
check 20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/119-noimage-patchoat/
check 20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/139-register-natives/
check 20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/143-string-value/
check 20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/089-many-methods/
check 20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/nul
  /external/skia/src/utils/
SkTextBox.cpp 18 size_t* trailing = nullptr)
26 if (trailing) {
27 *trailing = 0;
46 if (trailing) {
47 *trailing = text - prevText;
72 if (trailing) {
73 *trailing = lineBreakSize;
88 if (trailing) {
89 *trailing = lineBreakSize;
224 size_t trailing; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
sym-1.s 2 # only one. A trailing ":" is stripped off at a label only.
  /external/icu/icu4c/source/common/
loclikely.cpp 144 * @param trailing Any trailing data to append to the new tag.
145 * @param trailingLength The length of the trailing data.
160 const char* trailing,
330 if (*trailing != '@' && capacityRemaining > 0) {
342 * Copy the trailing data into the supplied buffer. Use uprv_memmove, since we
350 trailing,
398 * @param trailing Any trailing data to append to the new tag.
399 * @param trailingLength The length of the trailing data
862 const char* trailing = ""; local
969 const char* trailing = ""; local
    [all...]
  /external/chromium-libpac/test/js-unittest/
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
  /external/doclava/src/com/google/doclava/
SampleTagInfo.java 33 * The @sample tag copies the text from the given file, stripping leading and trailing whitespace,
137 int trailing = 0; local
179 for (int i = 0; i < trailing; i++) {
184 trailing = 1; // add \n next time, maybe
186 trailing++;
215 int trailing = 0; local
237 for (int i = 0; i < trailing; i++) {
248 trailing = 1; // add \n next time, maybe
258 trailing++;
  /ndk/tests/build/issue42841-LOCAL_PATH/jni/
Android.mk 1 # Note that the line LOCAL_PATH ends with trailing space and
  /frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
BasicNfcEeTest.java 62 byte[] trailing = Arrays.copyOfRange(out,
65 assertByteArrayEquals(SELECT_CARD_MANAGER_RESPONSE, trailing);
80 byte[] trailing = Arrays.copyOfRange(out,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
mapmisc.s 41 # This test should always be at the end. Check that a trailing align does
  /art/runtime/mirror/
string.cc 182 const uint16_t trailing = GetTrailingUtf16Char(ch); local
183 if (trailing != 0) {
188 if (CharAt(i++) != trailing) {
206 const uint16_t trailing = GetTrailingUtf16Char(ch); local
207 if (trailing != 0) {
212 if (CharAt(++i) != trailing) {
  /art/runtime/
utf.cc 82 const uint16_t trailing = GetTrailingUtf16Char(ch); local
85 if (trailing != 0) {
86 *utf16_data_out++ = trailing;
111 const uint16_t trailing = GetTrailingUtf16Char(ch); local
114 if (trailing != 0) {
115 *out_p++ = trailing;
225 // Then compare the trailing utf16 char. First check if there
259 // UTF sequence. If we find an unpaired leading or trailing surrogate,
dex_file_verifier_test.cc 298 const uint8_t* trailing = class_data; local
301 DecodeUnsignedLeb128(&trailing);
302 DecodeUnsignedLeb128(&trailing);
303 DecodeUnsignedLeb128(&trailing);
304 DecodeUnsignedLeb128(&trailing);
308 trailing = it.DataPointer();
321 DecodeUnsignedLeb128(&trailing);
322 return trailing;
325 trailing = it.DataPointer();
913 const uint8_t* trailing = class_data; local
    [all...]
  /external/toybox/toys/posix/
patch.c 133 int matcheof, trailing = 0, reverse = toys.optflags & FLAG_R, backwarn = 0; local
141 if (plist->data[0]==' ') trailing++;
142 else trailing = 0;
145 matcheof = !trailing || trailing < TT.context;
212 if (!TT.context || trailing>TT.context) {

Completed in 503 milliseconds

1 2 3 4 5 6 7