Searched defs:code1 (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/v8/test/mjsunit/ |
D | strict-mode-eval.js | 30 var code1 = "function f(eval) {}"; variable
|
D | eval-stack-trace.js | 81 var code1 = "function f() { \n" + variable
|
/external/strace/ |
D | ioctl.c | 37 unsigned long code1 = (long) a; in compare() local
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 21 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, ""); in TEST() local 54 uint8_t *code1 = MemMgr->allocateCodeSection(0x100000, 0, 1, ""); in TEST() local
|
/external/strace/linux/ |
D | ioctlsort.c | 26 unsigned long code1 = ((struct ioctlent *) a)->code; in compare() local
|
/external/regex-re2/re2/ |
D | perl_groups.cc | 8 static URange16 code1[] = { /* \d */ variable
|
/external/chromium_org/third_party/re2/re2/ |
D | perl_groups.cc | 8 static URange16 code1[] = { /* \d */ variable
|
/external/chromium_org/third_party/cython/src/Cython/Plex/ |
D | Regexps.py | 50 def uppercase_range(code1, code2): argument 63 def lowercase_range(code1, code2): argument 86 def CodeRange(code1, code2): argument 234 def __init__(self, code1, code2): argument
|
D | Transitions.py | 207 def dump_range(self, code0, code1, set, file): argument
|
/external/chromium_org/components/search_engines/ |
D | template_url_prepopulate_data.cc | 713 #define CODE_TO_ID(code1, code2)\ in GetPrepopulationSetFromCountryID() argument 716 #define UNHANDLED_COUNTRY(code1, code2)\ in GetPrepopulationSetFromCountryID() argument 718 #define END_UNHANDLED_COUNTRIES(code1, code2)\ in GetPrepopulationSetFromCountryID() argument 722 #define DECLARE_COUNTRY(code1, code2)\ in GetPrepopulationSetFromCountryID() argument
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
D | JITMemoryManagerTest.cpp | 283 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, StringRef()); in TEST() local
|