Home
last modified time | relevance | path

Searched defs:code2 (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
Dstrict-mode-eval.js31 var code2 = "function f(a, a) {}"; variable
Deval-stack-trace.js114 var code2 = "function h() { \n" + variable
/external/strace/
Dioctl.c38 unsigned long code2 = ((struct_ioctlent *) b)->code; in compare() local
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp23 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/
Dioctlsort.c27 unsigned long code2 = ((struct ioctlent *) b)->code; in compare() local
/external/regex-re2/re2/
Dperl_groups.cc11 static URange16 code2[] = { /* \s */ variable
/external/chromium_org/third_party/re2/re2/
Dperl_groups.cc11 static URange16 code2[] = { /* \s */ 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
/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.cpp285 uint8_t *code2 = MemMgr->allocateCodeSection(257, 32, 3, StringRef()); in TEST() local