/external/strace/ |
H A D | ioctlsort.c | 53 unsigned long code1 = ((struct ioctlent *) a)->code; local 55 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : 0;
|
H A D | ioctl.c | 76 unsigned long code1 = ((struct ioctlent *) a)->code; local 78 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : 0;
|
/external/chromium_org/v8/test/mjsunit/ |
H A D | strict-mode-eval.js | 30 var code1 = "function f(eval) {}"; variable 39 eval_alias(code1); 47 eval(code1);
|
H A D | eval-stack-trace.js | 81 var code1 = "function f() { \n" + variable 87 eval(code1); 116 " eval(code1); \n" + // Line 3
|
/external/v8/test/mjsunit/ |
H A D | strict-mode-eval.js | 30 var code1 = "function f(eval) {}"; variable 39 eval_alias(code1); 47 eval(code1);
|
/external/strace/linux/ |
H A D | ioctlsort.c | 27 unsigned long code1 = ((struct ioctlent *) a)->code; local 31 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : strcmp (name1, name2);
|
/external/chromium_org/third_party/re2/re2/ |
H A D | perl_groups.cc | 8 static URange16 code1[] = { /* \d */ member in namespace:re2 23 { "\\d", +1, code1, 1 }, 24 { "\\D", -1, code1, 1 },
|
/external/regex-re2/re2/ |
H A D | perl_groups.cc | 8 static URange16 code1[] = { /* \d */ member in namespace:re2 23 { "\\d", +1, code1, 1 }, 24 { "\\D", -1, code1, 1 },
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITMemoryManagerTest.cpp | 22 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1); local 27 EXPECT_NE((uint8_t*)0, code1); 34 code1[i] = 1; 42 EXPECT_EQ(1, code1[i]); 55 uint8_t *code1 = MemMgr->allocateCodeSection(0x100000, 0, 1); local 60 EXPECT_NE((uint8_t*)0, code1); 67 code1[i] = 1; 75 EXPECT_EQ(1, code1[i]);
|
/external/chromium_org/chrome/test/chromedriver/test/ |
H A D | run_all_tests.py | 152 code1 = RunPythonTests(chromedriver, 160 code = code or code1 or code2 180 code1 = RunPythonTests(chromedriver, 188 code = code or code1 or code2
|
/external/chromium_org/third_party/sqlite/src/test/ |
H A D | lock_common.tcl | 32 proc code1 {tcl} { uplevel #0 $tcl } procedure
|
/external/chromium_org/chrome/browser/search_engines/ |
H A D | template_url_prepopulate_data.cc | 748 #define CODE_TO_ID(code1, code2)\ 749 (CHAR(code1) << 8 | CHAR(code2)) 751 #define UNHANDLED_COUNTRY(code1, code2)\ 752 case CODE_TO_ID(code1, code2): 753 #define END_UNHANDLED_COUNTRIES(code1, code2)\ 754 *engines = engines_##code1##code2;\ 755 *num_engines = arraysize(engines_##code1##code2);\ 757 #define DECLARE_COUNTRY(code1, code2)\ 758 UNHANDLED_COUNTRY(code1, code2)\ 759 END_UNHANDLED_COUNTRIES(code1, code [all...] |
/external/llvm/unittests/ExecutionEngine/JIT/ |
H A D | JITMemoryManagerTest.cpp | 284 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1); local 290 EXPECT_NE((uint8_t*)0, code1); 296 EXPECT_EQ((uint64_t)code1 & 0xf, 0u);
|
/external/openssh/ |
H A D | authfd.c | 257 int type, code1 = 0, code2 = 0; local 262 code1 = SSH_AGENTC_REQUEST_RSA_IDENTITIES; 266 code1 = SSH2_AGENTC_REQUEST_IDENTITIES; 278 buffer_put_char(&request, code1);
|
/external/chromium/chrome/browser/search_engines/ |
H A D | template_url_prepopulate_data.cc | 3016 #define CODE_TO_ID(code1, code2)\ 3017 (CHAR(code1) << 8 | CHAR(code2)) 3019 #define UNHANDLED_COUNTRY(code1, code2)\ 3020 case CODE_TO_ID(code1, code2): 3021 #define END_UNHANDLED_COUNTRIES(code1, code2)\ 3022 *engines = engines_##code1##code2;\ 3023 *num_engines = arraysize(engines_##code1##code2);\ 3025 #define DECLARE_COUNTRY(code1, code2)\ 3026 UNHANDLED_COUNTRY(code1, code2)\ 3027 END_UNHANDLED_COUNTRIES(code1, code [all...] |
/external/grub/stage2/ |
H A D | shared.h | 390 char code1[0x0020]; member in struct:linux_kernel_header
|
/external/zxing/core/ |
H A D | core.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ... |