Searched defs:code2 (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/v8/test/mjsunit/ |
D | strict-mode-eval.js | 31 var code2 = "function f(a, a) {}"; variable
|
D | eval-stack-trace.js | 114 var code2 = "function h() { \n" + variable
|
/external/strace/ |
D | ioctl.c | 38 unsigned long code2 = ((struct_ioctlent *) b)->code; in compare() local
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 23 uint8_t *code2 = MemMgr->allocateCodeSection(256, 0, 3, ""); in TEST() local 56 uint8_t *code2 = MemMgr->allocateCodeSection(0x100000, 0, 3, ""); in TEST() local
|
/external/strace/linux/ |
D | ioctlsort.c | 27 unsigned long code2 = ((struct ioctlent *) b)->code; in compare() local
|
/external/regex-re2/re2/ |
D | perl_groups.cc | 11 static URange16 code2[] = { /* \s */ variable
|
/external/chromium_org/third_party/re2/re2/ |
D | perl_groups.cc | 11 static URange16 code2[] = { /* \s */ 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
|
/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 | 285 uint8_t *code2 = MemMgr->allocateCodeSection(257, 32, 3, StringRef()); in TEST() local
|