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

<<21222324252627282930>>

  /prebuilts/go/linux-x86/src/regexp/testdata/
re2-search.txt 312 "[abcd]"
315 "^(?:[abcd])$"
318 "^(?:[abcd])"
321 "(?:[abcd])$"
344 "[abcd]+"
347 "^(?:[abcd]+)$"
350 "^(?:[abcd]+)"
353 "(?:[abcd]+)$"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_io.py 872 self.assertEqual(b"abcd", bufio.read(6))
    [all...]
test_collections.py 509 s = WithSet('abcd')
720 elements = 'abcd'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_io.py 872 self.assertEqual(b"abcd", bufio.read(6))
    [all...]
test_collections.py 509 s = WithSet('abcd')
720 elements = 'abcd'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py 872 self.assertEqual(b"abcd", bufio.read(6))
    [all...]
test_collections.py 509 s = WithSet('abcd')
720 elements = 'abcd'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 872 self.assertEqual(b"abcd", bufio.read(6))
    [all...]
test_collections.py 509 s = WithSet('abcd')
720 elements = 'abcd'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickletools.py 265 >>> read_stringnl(StringIO.StringIO("'abcd'\nefg\n"))
266 'abcd'
279 >>> read_stringnl(StringIO.StringIO('"abcd"'))
448 >>> s = u'abcd\uabcd'
451 'abcd\xea\xaf\x8d'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickletools.py 265 >>> read_stringnl(StringIO.StringIO("'abcd'\nefg\n"))
266 'abcd'
279 >>> read_stringnl(StringIO.StringIO('"abcd"'))
448 >>> s = u'abcd\uabcd'
451 'abcd\xea\xaf\x8d'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 265 >>> read_stringnl(StringIO.StringIO("'abcd'\nefg\n"))
266 'abcd'
279 >>> read_stringnl(StringIO.StringIO('"abcd"'))
448 >>> s = u'abcd\uabcd'
451 'abcd\xea\xaf\x8d'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 265 >>> read_stringnl(StringIO.StringIO("'abcd'\nefg\n"))
266 'abcd'
279 >>> read_stringnl(StringIO.StringIO('"abcd"'))
448 >>> s = u'abcd\uabcd'
451 'abcd\xea\xaf\x8d'
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 987 const __m128i abcd = _mm_avg_epu8(XABCD, ABCD0); local
    [all...]
enc_sse2.c 861 const __m128i abcd = _mm_avg_epu8(XABCD, ABCD0); local
    [all...]
  /external/libchrome/base/strings/
string_util_unittest.cc     [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssTokensTest.java 241 "#fff #foo #-moz-foo #abcd #abcdef #012f34 #888 #42foo # #",
245 "#abcd:HASH_UNRESTRICTED", " ",
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 407 Sk2s abcd = interp(abc, bcd, tt);
412 dst[3] = to_point(abcd);
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
decode_test.go 1292 m2 map[string]interface{} `json:"abcd"`
1296 input := `{"Name": "Bob", "m": {"x": 123}, "m2": {"y": 456}, "abcd": {"z": 789}}`
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
decode_test.go 1292 m2 map[string]interface{} `json:"abcd"`
1296 input := `{"Name": "Bob", "m": {"x": 123}, "m2": {"y": 456}, "abcd": {"z": 789}}`
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
BaseKeyListenerTest.java 518 KeyEvent event = new KeyEvent(SystemClock.uptimeMillis(), "abcd",
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 250 "MIIHDwYJ", "ABCD", "\r\n\r\n", "\n\r", ""
    [all...]
  /external/autotest/client/common_lib/
pexpect.py 740 p.sendline ('abcd') # We will set this only once (echoed by cat).
742 p.expect (['abcd'])
751 p.sendline ('abcd') # We will set this only once (echoed by cat).
755 p.expect (['abcd'])
    [all...]
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
closurizednamespacesinfo_test.py 493 'Foo.A.prototype.method1 = function(docs, abcd, xyz) {',
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_parallelism_framework.py 432 args = ['foo', ['bar', 'baz'], [], ['x', 'y'], [], 'abcd']

Completed in 1513 milliseconds

<<21222324252627282930>>