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

/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/chromium_org/third_party/cython/src/Cython/Plex/
H A DTransitions.py56 code0, code1 = event
58 j = self.split(code1)
72 code0, code1 = event
74 j = self.split(code1)
92 Return the mapping as an iterable of ((code1, code2), state_set) and
103 code1 = map[i + 2]
105 result.append(((code0, code1), set))
106 code0 = code1
207 def dump_range(self, code0, code1, set, file):
210 if code1
[all...]
H A DRegexps.py40 code1 = ord(char_list[i])
41 code2 = code1 + 1
46 result.append(code1)
50 def uppercase_range(code1, code2):
52 If the range of characters from code1 to code2-1 includes any
55 code3 = max(code1, ord('a'))
63 def lowercase_range(code1, code2):
65 If the range of characters from code1 to code2-1 includes any
68 code3 = max(code1, ord('A'))
86 def CodeRange(code1, code
[all...]
H A DMachines.py173 code0, code1 = event
176 elif code1 != maxint:
177 while code0 < code1:
/external/strace/
H A Dioctl.c37 unsigned long code1 = (long) a; local
39 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : 0;
/external/strace/linux/
H A Dioctlsort.c26 unsigned long code1 = ((struct ioctlent *) a)->code; local
30 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.cpp21 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, ""); local
26 EXPECT_NE((uint8_t*)nullptr, code1);
33 code1[i] = 1;
41 EXPECT_EQ(1, code1[i]);
54 uint8_t *code1 = MemMgr->allocateCodeSection(0x100000, 0, 1, ""); local
59 EXPECT_NE((uint8_t*)nullptr, code1);
66 code1[i] = 1;
74 EXPECT_EQ(1, code1[i]);
/external/chromium_org/chrome/test/chromedriver/test/
H A Drun_all_tests.py180 code1 = RunPythonTests(chromedriver,
188 code = code or code1 or code2
212 code1 = RunPythonTests(chromedriver,
220 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/components/search_engines/
H A Dtemplate_url_prepopulate_data.cc713 #define CODE_TO_ID(code1, code2)\
714 (CHAR(code1) << 8 | CHAR(code2))
716 #define UNHANDLED_COUNTRY(code1, code2)\
717 case CODE_TO_ID(code1, code2):
718 #define END_UNHANDLED_COUNTRIES(code1, code2)\
719 *engines = engines_##code1##code2;\
720 *num_engines = arraysize(engines_##code1##code2);\
722 #define DECLARE_COUNTRY(code1, code2)\
723 UNHANDLED_COUNTRY(code1, code2)\
724 END_UNHANDLED_COUNTRIES(code1, code
[all...]
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITMemoryManagerTest.cpp283 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, StringRef()); local
289 EXPECT_NE((uint8_t*)nullptr, code1);
295 EXPECT_EQ((uint64_t)code1 & 0xf, 0u);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py10064 code1 = operand1.result_as(common_type)
10069 code1,
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3910 milliseconds