HomeSort by relevance Sort by last modified time
    Searched full:abcd (Results 401 - 425 of 809) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
string_tests.py 219 self.checkequal(0, 'abcdefghiabc', 'rfind', 'abcd')
    [all...]
test_deque.py 171 self.assertEqual(list(d), list('abcd'))
178 self.assertEqual(list(d), list('abcd'))
186 self.assertEqual(list(d), list(reversed('abcd')))
493 for s in ('abcd', xrange(2000)):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
string_tests.py 219 self.checkequal(0, 'abcdefghiabc', 'rfind', 'abcd')
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64_test.go 389 if string(s) != "abcd" {
390 t.Errorf("DecodeString = %q; want abcd", s)
  /prebuilts/go/darwin-x86/src/unicode/utf8/
utf8_test.go 77 "abcd",
299 {"abcd", 4},
  /prebuilts/go/linux-x86/src/encoding/base64/
base64_test.go 389 if string(s) != "abcd" {
390 t.Errorf("DecodeString = %q; want abcd", s)
  /prebuilts/go/linux-x86/src/unicode/utf8/
utf8_test.go 77 "abcd",
299 {"abcd", 4},
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
string_tests.py 219 self.checkequal(0, 'abcdefghiabc', 'rfind', 'abcd')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
string_tests.py 219 self.checkequal(0, 'abcdefghiabc', 'rfind', 'abcd')
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
TextKeyListenerTest.java 218 final String text = "abcd";
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
wildcards.py 34 named gs://bucket/data/abcd, gs://bucket/data/abcdef,
  /external/clang/test/Analysis/
taint-generic.c 135 __builtin_snprintf(buffern2, numt, "/bin/mail %s < /tmp/email", "abcd");
  /external/clang/test/Sema/
builtins.c 170 ASSERT(!OPT("abcd"));
  /external/icu/icu4c/source/i18n/
rbt.cpp 213 * e|abcd match rule 1 - change text & adjust start
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
RequestTest.java 70 RequestBody body = RequestBody.create(contentType, ".abcd".getBytes(Util.UTF_8), 1, 3);
  /external/okhttp/okhttp-tests/src/test/resources/
web-platform-test-urltestdata.txt 57 http://foo/abcd?efgh?ijkl s:http h:foo p:/abcd q:?efgh?ijkl
58 http://foo/abcd#foo?bar s:http h:foo p:/abcd f:#foo?bar
  /external/pcre/dist/testdata/
testinput15 260 abcd\x{1234}pqr
testoutput2 102 /[abcd/
509 /[abcd]/IS
517 /(?i)[abcd]/IS
774 /(?>.*)(?<=(abcd)|(xyz))/I
783 1: abcd
987 abcd
988 0: abcd
991 abcd\C2
992 0: abcd
996 abcd\C
    [all...]
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 95 double abcd = SkDInterp(abc, bcd, t); local
100 dst[6] = abcd;
624 double abcd = SkDInterp(abc, bcd, t);
625 return abcd;
  /external/skia/tests/
StringTest.cpp 100 a.set("abcd");
  /external/valgrind/none/tests/s390x/
cu42.stdout.exp 163 UTF16: 0078 d000 d88c df33 d8c1 dc04 abcd
  /external/webrtc/talk/app/webrtc/
dtmfsender.cc 57 static const char kDtmfTonesTable[] = ",0123456789*#ABCD";
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldAndroidRegexTest.java 41 m = p.matcher("abcd");
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
SplitTest.java 167 s = p.split("abcd", -1);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java 392 addUnigramWord(binaryDictionary, "abcd", probability);
401 assertEquals(Dictionary.NOT_A_PROBABILITY, binaryDictionary.getFrequency("abcd"));
404 addUnigramWord(binaryDictionary, "abcd", probability);
410 assertEquals(probability, binaryDictionary.getFrequency("abcd"));
    [all...]

Completed in 1752 milliseconds

<<11121314151617181920>>