/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 23 uint8_t *code2 = MemMgr->allocateCodeSection(256, 0, 3, ""); in TEST() local 27 EXPECT_NE((uint8_t*)nullptr, code2); in TEST() 34 code2[i] = 2; in TEST() 42 EXPECT_EQ(2, code2[i]); in TEST() 56 uint8_t *code2 = MemMgr->allocateCodeSection(0x100000, 0, 3, ""); in TEST() local 60 EXPECT_NE((uint8_t*)nullptr, code2); in TEST() 67 code2[i] = 2; in TEST() 75 EXPECT_EQ(2, code2[i]); in TEST()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | lock_common.tcl | 22 proc code2 {tcl} { testfixture $::code2_chan $tcl } 26 proc code2 {tcl} { uplevel #0 $tcl } 41 code2 { sqlite3 db2 test.db } 48 proc sql2 {sql} { code2 [list db2 eval $sql] } 58 code2 { db2 close }
|
D | backcompat.test | 70 proc code2 {tcl} { uplevel #0 $tcl } 71 if {$bin1 != ""} { proc code2 {tcl} { testfixture $::bc_chan1 $tcl } } 76 proc code2 {tcl} { testfixture $::bc_chan2 $tcl } 80 proc sql2 sql { code2 [list db eval $sql] } 83 code2 { sqlite3 db test.db } 88 catch { code2 { db close } } 217 code2 { db close } 220 code2 { sqlite3 db test.db } 240 && [code2 {sqlite3 -version}] >= "3.7.0" 257 code2 {db close} [all …]
|
D | wal5.test | 82 code2 {db2 close} 86 code2 {sqlite3 db2 test.db} 309 code2 $do_wal_checkpoint 324 do_test 3.$tn.2 { code2 { do_wal_checkpoint db2 } } {0 2 2} 326 do_test 3.$tn.3 { code2 { do_wal_checkpoint db2 } } {0 2 2} 331 code2 {db2 close} 335 code2 {sqlite3 db2 test.db}
|
D | pager1.test | 1721 code2 { 1737 code2 { 2276 code2 { db2 close ; sqlite3 db2 test.db }
|
/external/chromium_org/v8/test/mjsunit/ |
D | strict-mode-eval.js | 31 var code2 = "function f(a, a) {}"; variable 40 eval_alias(code2); 57 eval(code2);
|
D | eval-stack-trace.js | 114 var code2 = "function h() { \n" + variable 121 eval(code2);
|
/external/regex-re2/re2/ |
D | perl_groups.cc | 11 static URange16 code2[] = { /* \s */ variable 25 { "\\s", +1, code2, 3 }, 26 { "\\S", -1, code2, 3 },
|
/external/chromium_org/third_party/re2/re2/ |
D | perl_groups.cc | 11 static URange16 code2[] = { /* \s */ variable 25 { "\\s", +1, code2, 3 }, 26 { "\\S", -1, code2, 3 },
|
/external/strace/linux/ |
D | ioctlsort.c | 27 unsigned long code2 = ((struct ioctlent *) b)->code; in compare() local 30 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : strcmp(name1, name2); in compare()
|
/external/strace/ |
D | ioctl.c | 38 unsigned long code2 = ((struct_ioctlent *) b)->code; in compare() local 39 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : 0; in compare()
|
/external/chromium_org/chrome/test/chromedriver/test/ |
D | run_all_tests.py | 184 code2 = RunJavaTests(chromedriver, 188 code = code or code1 or code2 217 code2 = RunJavaTests(chromedriver, chrome=chrome_path, 220 code = code or code1 or code2
|
/external/chromium_org/chrome/browser/search_engines/ |
D | template_url_prepopulate_data.cc | 726 #define CODE_TO_ID(code1, code2)\ in GetPrepopulationSetFromCountryID() argument 727 (CHAR(code1) << 8 | CHAR(code2)) in GetPrepopulationSetFromCountryID() 729 #define UNHANDLED_COUNTRY(code1, code2)\ in GetPrepopulationSetFromCountryID() argument 730 case CODE_TO_ID(code1, code2): in GetPrepopulationSetFromCountryID() 731 #define END_UNHANDLED_COUNTRIES(code1, code2)\ in GetPrepopulationSetFromCountryID() argument 732 *engines = engines_##code1##code2;\ in GetPrepopulationSetFromCountryID() 733 *num_engines = arraysize(engines_##code1##code2);\ in GetPrepopulationSetFromCountryID() 735 #define DECLARE_COUNTRY(code1, code2)\ in GetPrepopulationSetFromCountryID() argument 736 UNHANDLED_COUNTRY(code1, code2)\ in GetPrepopulationSetFromCountryID() 737 END_UNHANDLED_COUNTRIES(code1, code2) in GetPrepopulationSetFromCountryID()
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
D | JITMemoryManagerTest.cpp | 285 uint8_t *code2 = MemMgr->allocateCodeSection(257, 32, 3, StringRef()); in TEST() local 290 EXPECT_NE((uint8_t*)nullptr, code2); in TEST() 296 EXPECT_EQ((uint64_t)code2 & 0x1f, 0u); in TEST()
|
/external/chromium_org/third_party/polymer/platform/ |
D | platform.js.map | 1 …code2,\n ch1 = source[index],\n ch2;\n\n switch (code) {\n\n /…
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 47432 http://www.holdthefrontpage.co.uk/day/code/code2.shtml
|