Home
last modified time | relevance | path

Searched defs:code1 (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
Dstrict-mode-eval.js30 var code1 = "function f(eval) {}"; variable
Deval-stack-trace.js81 var code1 = "function f() { \n" + variable
/external/strace/
Dioctl.c37 unsigned long code1 = (long) a; in compare() local
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp21 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/
Dioctlsort.c26 unsigned long code1 = ((struct ioctlent *) a)->code; in compare() local
/external/regex-re2/re2/
Dperl_groups.cc8 static URange16 code1[] = { /* \d */ variable
/external/chromium_org/third_party/re2/re2/
Dperl_groups.cc8 static URange16 code1[] = { /* \d */ variable
/external/chromium_org/third_party/cython/src/Cython/Plex/
DRegexps.py50 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
DTransitions.py207 def dump_range(self, code0, code1, set, file): argument
/external/chromium_org/components/search_engines/
Dtemplate_url_prepopulate_data.cc713 #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/
DJITMemoryManagerTest.cpp283 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, StringRef()); in TEST() local