HomeSort by relevance Sort by last modified time
    Searched full:abcdefgh (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
brackets.good 0 abcdefgh[
  /external/clang/test/CodeGen/
2002-12-15-GlobalRedefinition.c 4 char algbrfile[9] = "abcdefgh";
  /external/valgrind/main/none/tests/s390x/
tr.stdout.exp 6 the translated string is ABCDEFGH
9 the translated string is abcdefgh
tre.stdout.exp 8 Resulting cc is 0 and the string is ABCDEFGH
11 Resulting cc is 0 and the string is abcdefgh
tr.c 42 memcpy(buff, "abcdefgh", 8);
47 memcpy(buff, "ABCDEFGH", 8);
tre.c 80 memcpy(buff, "abcdefgh", 8);
85 memcpy(buff, "ABCDEFGH", 8);
  /external/valgrind/main/VEX/priv/
host_arm_defs.h 288 /* imm8 = abcdefgh, B = NOT(b);
292 0 | 00000000 00000000 00000000 abcdefgh 00000000 00000000 00000000 abcdefgh
293 1 | 00000000 00000000 abcdefgh 00000000 00000000 00000000 abcdefgh 00000000
294 2 | 00000000 abcdefgh 00000000 00000000 00000000 abcdefgh 00000000 00000000
295 3 | abcdefgh 00000000 00000000 00000000 abcdefgh 00000000 00000000 00000000
296 4 | 00000000 abcdefgh 00000000 abcdefgh 00000000 abcdefgh 00000000 abcdefg
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
insn-pcmpistri.stdout.exp 9 strlen("abcdefgh")=8
insn-pcmpistri.c 88 doit("abcdefgh");
  /external/lldb/source/Plugins/Process/Utility/
ARMUtils.h 322 const uint32_t abcdefgh = bits(opcode, 7, 0); local
323 const uint32_t imm12 = i << 11 | imm3 << 8 | abcdefgh;
330 imm32 = abcdefgh;
334 imm32 = abcdefgh << 16 | abcdefgh;
338 imm32 = abcdefgh << 24 | abcdefgh << 8;
342 imm32 = abcdefgh << 24 | abcdefgh << 16 | abcdefgh << 8 | abcdefgh;
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
InputFilter_LengthFilterTest.java 37 dest = new SpannableStringBuilder("abcdefgh");
53 dest = new SpannableStringBuilder("abcdefgh");
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 431 // 0x00 0x00 0x00 abcdefgh 0x00 0x00 0x00 abcdefgh
446 // 0x00 0x00 abcdefgh 0x00 0x00 0x00 abcdefgh 0x00
461 // 0x00 abcdefgh 0x00 0x00 0x00 abcdefgh 0x00 0x00
476 // abcdefgh 0x00 0x00 0x00 abcdefgh 0x00 0x00 0x00
491 // 0x00 abcdefgh 0x00 abcdefgh 0x00 abcdefgh 0x00 abcdefg
    [all...]
  /external/valgrind/main/none/tests/x86/
bug126147-x86.c 149 (void) strcpy (one, "abcdefgh");
153 (void) strcpy (one, "abcdefgh");
157 (void) strcpy (one, "abcdefgh");
162 (void) strcpy (one, "abcdefgh");
  /external/chromium_org/third_party/sqlite/src/test/
server1.test 42 INSERT INTO t1 VALUES(1,'abcdefgh');
83 } abcdefgh
thread1.test 33 INSERT INTO t1 VALUES(1,'abcdefgh');
76 } abcdefgh
thread2.test 34 INSERT INTO t1 VALUES(1,'abcdefgh');
  /external/guava/guava-tests/test/com/google/common/io/
MultiReaderTest.java 34 String testString = "abcdefgh";
70 String testString = "abcdefgh";
  /packages/apps/Settings/tests/src/com/android/settings/bluetooth/
Utf8ByteLengthFilterTest.java 57 dest = new SpannableStringBuilder("abcdefgh");
106 dest = new SpannableStringBuilder("abcdefgh");
  /external/valgrind/main/memcheck/tests/
str_tester.c 210 check ((stpcpy (one, "abcdefgh") - one) == 8, 15);
211 equal (one, "abcdefgh", 16);
385 (void) strcpy (one, "abcdefgh");
389 (void) strcpy (one, "abcdefgh");
393 (void) strcpy (one, "abcdefgh");
398 (void) strcpy (one, "abcdefgh");
764 (void) strcpy(one, "abcdefgh");
824 (void) strcpy(one, "abcdefgh");
893 (void) strcpy(one, "abcdefgh");
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
RecapitalizeStatusTests.java 44 status.start(30, 40, "abcdefgh ", Locale.ENGLISH, SPACE);
46 assertEquals("abcdefgh", status.getRecapitalizedString());
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 264 /// 00000000 00000000 00000000 abcdefgh control = 0
265 /// 00000000 abcdefgh 00000000 abcdefgh control = 1
266 /// abcdefgh 00000000 abcdefgh 00000000 control = 2
267 /// abcdefgh abcdefgh abcdefgh abcdefgh control = 3
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositionUnderlineRangeFilterTest.cpp 82 EXPECT_EQ("ABCDEFGH", filterUnderlines(underlines, 0, 9));
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTestsLanguageWithoutSpaces.java 68 final String WORD_TO_TYPE = "abcdefgh ";
  /external/chromium_org/chromeos/process_proxy/
process_proxy_unittest.cc 21 const char kTestLineToSend[] = "abcdefgh\n";
22 const char kTestLineExpected[] = "abcdefgh\r\n";
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha512t.c 102 EVP_Digest ("abcdefgh""bcdefghi""cdefghij""defghijk"
151 EVP_Digest ("abcdefgh""bcdefghi""cdefghij""defghijk"

Completed in 749 milliseconds

1 2 3 4