HomeSort by relevance Sort by last modified time
    Searched full:bcd (Results 51 - 75 of 346) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/update_engine/payload_generator/
payload_file_unittest.cc 45 // Rootfs operation 1: [8, 3] bcd
  /external/chromium-trace/catapult/dashboard/dashboard/
edit_config_handler_test.py 120 ({'a'}, set()), edit_config_handler._ComputeDeltas('bcd', 'abcd'))
124 (set(), {'a'}), edit_config_handler._ComputeDeltas('abcd', 'bcd'))
  /prebuilts/go/darwin-x86/src/regexp/
onepass_test.go 178 {`^a(?:[bcd])+$`, onePass, noStr},
179 {`^a((?:[bcd])+)$`, onePass, noStr},
  /prebuilts/go/linux-x86/src/regexp/
onepass_test.go 178 {`^a(?:[bcd])+$`, onePass, noStr},
179 {`^a((?:[bcd])+)$`, onePass, noStr},
  /external/pcre/dist/testdata/
testoutput4 67 a\x{240}bcd
79 a\x{240}bcd
91 a\x{240}bcd
224 a\x{100}bcd
228 a\x{100000}bcd
262 bcd
263 0: bcd
281 bcd
282 0: bcd
testinput8 436 bcd
441 bcd\N
814 a bcd
    [all...]
testoutput8 353 2: bcd
372 2: bcd
395 2: bcd
399 2: bcd
863 bcd
874 bcd\N
1529 a bcd
1530 0: a bcd
    [all...]
testinput1 308 a bcd
    [all...]
  /external/v8/test/mjsunit/harmony/
regexp-lookbehind.js 21 assertEquals(["bcd"], "abcdef".match(/(?<=a{1})\w\w\w/));
121 assertEquals(["xabcd", "bcd", ""], "xabcd".match(/.*(?<=(xx|...|....))(.*)/));
122 assertEquals(["xxabcd", "bcd", ""], "xxabcd".match(/.*(?<=(xx|...))(.*)/));
  /external/libcxx/test/std/re/re.alg/re.alg.match/
lookahead_capture.pass.cpp 67 assert(m[4] == "bcd");
  /external/libxml2/
timsort.h 397 int ABC, BCD, BD, CD;
432 BCD = (B <= C + D) || ABC;
437 if (!BCD && !CD) {
442 if (BCD && !CD) {
  /external/valgrind/none/tests/ppc32/
test_dfp5.c 479 /* The DPD-to-BCD decodings may contain up to 3 decodings for each normal DFP
486 * S=1; one or the other should encode the BCD value to something close to
589 "Test DFP DPD-to-BCD instructions"},
591 "Test DFP BCD-to-DPD instructions"},
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidDataInputStreamTest.java 72 f.writeBytes("BCD");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
lookahead_capture.pass.cpp 67 assert(m[4] == "bcd");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
kvm.h 214 __u8 bcd; member in struct:kvm_pit_channel_state
  /toolchain/binutils/binutils-2.25/include/opcode/
msp430-decode.h 32 MSO_dadd, /* dest += src (as BCD) */
pyr.h 239 the arithmetic-sounding insns ending in "p" sound awfully like BCD
245 a long register with (address, length) of an in-memory packed BCD operand
247 They are unlikely to be a packed bcd string: 64 bits of long give
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
re_tests.py 214 ('(a|b)c*d', 'abcd', SUCCEED, 'found+"-"+g1', 'bcd-b'),
220 ('a[bcd]*dcdcde', 'adcdcde', SUCCEED, 'found', 'adcdcde'),
221 ('a[bcd]+dcdcde', 'adcdcde', FAIL),
367 ('([abc])*bcd', 'abcd', SUCCEED, 'found+"-"+g1', 'abcd-a'),
377 ('(a|b)c*d', 'abcd', SUCCEED, 'found+"-"+g1', 'bcd-b'),
383 ('a[bcd]*dcdcde', 'adcdcde', SUCCEED, 'found', 'adcdcde'),
384 ('a[bcd]+dcdcde', 'adcdcde', FAIL),
498 ('(?i)([abc])*bcd', 'ABCD', SUCCEED, 'found+"-"+g1', 'ABCD-A'),
508 ('(?i)(a|b)c*d', 'ABCD', SUCCEED, 'found+"-"+g1', 'BCD-B'),
514 ('(?i)a[bcd]*dcdcde', 'ADCDCDE', SUCCEED, 'found', 'ADCDCDE')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
re_tests.py 214 ('(a|b)c*d', 'abcd', SUCCEED, 'found+"-"+g1', 'bcd-b'),
220 ('a[bcd]*dcdcde', 'adcdcde', SUCCEED, 'found', 'adcdcde'),
221 ('a[bcd]+dcdcde', 'adcdcde', FAIL),
367 ('([abc])*bcd', 'abcd', SUCCEED, 'found+"-"+g1', 'abcd-a'),
377 ('(a|b)c*d', 'abcd', SUCCEED, 'found+"-"+g1', 'bcd-b'),
383 ('a[bcd]*dcdcde', 'adcdcde', SUCCEED, 'found', 'adcdcde'),
384 ('a[bcd]+dcdcde', 'adcdcde', FAIL),
498 ('(?i)([abc])*bcd', 'ABCD', SUCCEED, 'found+"-"+g1', 'ABCD-A'),
508 ('(?i)(a|b)c*d', 'ABCD', SUCCEED, 'found+"-"+g1', 'BCD-B'),
514 ('(?i)a[bcd]*dcdcde', 'ADCDCDE', SUCCEED, 'found', 'ADCDCDE')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
re_tests.py 214 ('(a|b)c*d', 'abcd', SUCCEED, 'found+"-"+g1', 'bcd-b'),
220 ('a[bcd]*dcdcde', 'adcdcde', SUCCEED, 'found', 'adcdcde'),
221 ('a[bcd]+dcdcde', 'adcdcde', FAIL),
367 ('([abc])*bcd', 'abcd', SUCCEED, 'found+"-"+g1', 'abcd-a'),
377 ('(a|b)c*d', 'abcd', SUCCEED, 'found+"-"+g1', 'bcd-b'),
383 ('a[bcd]*dcdcde', 'adcdcde', SUCCEED, 'found', 'adcdcde'),
384 ('a[bcd]+dcdcde', 'adcdcde', FAIL),
498 ('(?i)([abc])*bcd', 'ABCD', SUCCEED, 'found+"-"+g1', 'ABCD-A'),
508 ('(?i)(a|b)c*d', 'ABCD', SUCCEED, 'found+"-"+g1', 'BCD-B'),
514 ('(?i)a[bcd]*dcdcde', 'ADCDCDE', SUCCEED, 'found', 'ADCDCDE')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
re_tests.py 214 ('(a|b)c*d', 'abcd', SUCCEED, 'found+"-"+g1', 'bcd-b'),
220 ('a[bcd]*dcdcde', 'adcdcde', SUCCEED, 'found', 'adcdcde'),
221 ('a[bcd]+dcdcde', 'adcdcde', FAIL),
367 ('([abc])*bcd', 'abcd', SUCCEED, 'found+"-"+g1', 'abcd-a'),
377 ('(a|b)c*d', 'abcd', SUCCEED, 'found+"-"+g1', 'bcd-b'),
383 ('a[bcd]*dcdcde', 'adcdcde', SUCCEED, 'found', 'adcdcde'),
384 ('a[bcd]+dcdcde', 'adcdcde', FAIL),
498 ('(?i)([abc])*bcd', 'ABCD', SUCCEED, 'found+"-"+g1', 'ABCD-A'),
508 ('(?i)(a|b)c*d', 'ABCD', SUCCEED, 'found+"-"+g1', 'BCD-B'),
514 ('(?i)a[bcd]*dcdcde', 'ADCDCDE', SUCCEED, 'found', 'ADCDCDE')
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieTest.java 132 mCookieManager.setCookie(url_bcd, "x=bcd; domain=.b.c.d.com");
138 assertTrue(cookie.contains("x=bcd"));
  /device/google/accessory/arduino/USB_Host_Shield/
ch9.h 133 unsigned int bcdUSB; // USB Spec Release Number (BCD).
140 unsigned int bcdDevice; // Device release number (BCD).
  /external/valgrind/docs/internals/
s390-opcodes.csv     [all...]
  /external/chromium-trace/catapult/third_party/webapp2/tests/
misc_test.py 68 res = webapp2._to_utf8('ábcdéf'.decode('utf-8'))

Completed in 319 milliseconds

1 23 4 5 6 7 8 91011>>