Searched refs:code1 (Results 1 - 17 of 17) sorted by relevance

/external/strace/
H A Dioctlsort.c53 unsigned long code1 = ((struct ioctlent *) a)->code; local
55 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : 0;
H A Dioctl.c76 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 Dstrict-mode-eval.js30 var code1 = "function f(eval) {}"; variable
39 eval_alias(code1);
47 eval(code1);
H A Deval-stack-trace.js81 var code1 = "function f() { \n" + variable
87 eval(code1);
116 " eval(code1); \n" + // Line 3
/external/v8/test/mjsunit/
H A Dstrict-mode-eval.js30 var code1 = "function f(eval) {}"; variable
39 eval_alias(code1);
47 eval(code1);
/external/strace/linux/
H A Dioctlsort.c27 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 Dperl_groups.cc8 static URange16 code1[] = { /* \d */ member in namespace:re2
23 { "\\d", +1, code1, 1 },
24 { "\\D", -1, code1, 1 },
/external/regex-re2/re2/
H A Dperl_groups.cc8 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 DMCJITMemoryManagerTest.cpp22 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 Drun_all_tests.py152 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 Dlock_common.tcl32 proc code1 {tcl} { uplevel #0 $tcl } procedure
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_prepopulate_data.cc748 #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 DJITMemoryManagerTest.cpp284 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 Dauthfd.c257 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 Dtemplate_url_prepopulate_data.cc3016 #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 Dshared.h390 char code1[0x0020]; member in struct:linux_kernel_header
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 548 milliseconds