/cts/tests/tests/text/src/android/text/cts/ |
AlteredCharSequenceTest.java | 31 CharSequence source = "abcdefgh";
|
/external/guava/guava/src/com/google/common/collect/ |
TreeTraverser.java | 43 * <p>can be iterated over in preorder (hdabcegf), postorder (abcdefgh), or breadth-first order
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
TreeTraverser.java | 40 * can be iterated over in preorder (hdabcegf), postorder (abcdefgh), or breadth-first order
|
/external/regex-re2/re2/testing/ |
simplify_test.cc | 95 { "[ABCDEFGH]", "[A-H]" },
|
/external/llvm/unittests/ADT/ |
HashingTest.cpp | 216 { "abcdefgh", 0x4ef872ec411dec9dULL }, 269 { "abcdefgh", 0x000000007bb119f8ULL },
|
/external/vixl/src/vixl/a64/ |
instructions-a64.cc | 189 // Imm8: abcdefgh (8 bits) 208 // Imm8: abcdefgh (8 bits)
|
/external/pcre/dist/testdata/ |
testinput10 | 740 abcdefgh 744 abcdefgh 749 abcdefgh
|
testinput6 | 539 abcdefgh 543 abcdefgh 548 abcdefgh
|
testinput2 | 1224 abcdefgh 1225 abcdefgh\C1\Gtwo 1226 abcdefgh\Cone\Ctwo 1227 abcdefgh\Cthree [all...] |
/frameworks/base/core/tests/coretests/src/android/app/backup/ |
BackupDataTest.java | 53 private static final String DATA3 = "abcdefgh";
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_loopfilter_mmx.asm | 177 movq mm5, mm1 ; abcdefgh 489 movq mm5, mm1 ; abcdefgh
|
vp9_intrapred_ssse3.asm | 817 movq m3, [leftq] ; abcdefgh [byte] [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_loopfilter_mmx.asm | 177 movq mm5, mm1 ; abcdefgh 489 movq mm5, mm1 ; abcdefgh
|
/external/google-breakpad/src/testing/test/ |
gmock-generated-matchers_test.cc | 859 EXPECT_THAT("abcdefgh", 880 EXPECT_THAT("abcdefgh ", [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
Http2Test.java | 589 final ByteString expectedData = ByteString.encodeUtf8("abcdefgh");
|
/external/toybox/lib/ |
args.c | 50 // So in "abcdefgh" a = 128, h = 1
|
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeMessageTest.java | 58 private final String LONG_PLAIN_16 = "abcdefgh ijklmno";
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_audioop.py | 382 data = b'abcdefgh'
|
test_codeccallbacks.py | 186 charmap = dict([ (ord(c), 2*c.upper()) for c in "abcdefgh"])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_audioop.py | 382 data = b'abcdefgh'
|
test_codeccallbacks.py | 186 charmap = dict([ (ord(c), 2*c.upper()) for c in "abcdefgh"])
|
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_mmx.asm | 177 movq mm5, mm1 ; abcdefgh 489 movq mm5, mm1 ; abcdefgh [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
loopfilter_mmx.asm | 177 movq mm5, mm1 ; abcdefgh 489 movq mm5, mm1 ; abcdefgh [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cbiapts.c | 543 char data[] = "abcdex abcdefgh-def"; /* the test data string */ [all...] |
/external/icu/icu4c/source/test/iotest/ |
strtst.c | 654 TestSScanSetFormat("%[abcdefgh]", abcUChars, abcChars, TRUE);
|