Searched refs:code2 (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dstrict-mode-eval.js31 var code2 = "function f(a, a) {}"; variable
40 eval_alias(code2);
57 eval(code2);
H A Deval-stack-trace.js114 var code2 = "function h() { \n" + variable
121 eval(code2);
/external/strace/
H A Dioctl.c38 unsigned long code2 = ((struct_ioctlent *) b)->code; local
39 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : 0;
/external/strace/linux/
H A Dioctlsort.c27 unsigned long code2 = ((struct ioctlent *) b)->code; local
30 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : strcmp(name1, name2);
/external/chromium_org/third_party/sqlite/src/test/
H A Dlock_common.tcl22 proc code2 {tcl} { testfixture $::code2_chan $tcl } procedure
26 proc code2 {tcl} { uplevel #0 $tcl } procedure
37 # commands should only be accessed within [code2] and [code3] blocks,
41 code2 { sqlite3 db2 test.db }
48 proc sql2 {sql} { code2 [list db2 eval $sql] }
58 code2 { db2 close }
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DRegexps.py41 code2 = code1 + 1
43 while i < n and code2 >= ord(char_list[i]):
44 code2 = code2 + 1
47 result.append(code2)
50 def uppercase_range(code1, code2):
52 If the range of characters from code1 to code2-1 includes any
56 code4 = min(code2, ord('z') + 1)
63 def lowercase_range(code1, code2):
65 If the range of characters from code1 to code2
[all...]
/external/chromium_org/third_party/re2/re2/
H A Dperl_groups.cc11 static URange16 code2[] = { /* \s */ member in namespace:re2
25 { "\\s", +1, code2, 3 },
26 { "\\S", -1, code2, 3 },
/external/regex-re2/re2/
H A Dperl_groups.cc11 static URange16 code2[] = { /* \s */ member in namespace:re2
25 { "\\s", +1, code2, 3 },
26 { "\\S", -1, code2, 3 },
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMemoryManagerTest.cpp23 uint8_t *code2 = MemMgr->allocateCodeSection(256, 0, 3, ""); local
27 EXPECT_NE((uint8_t*)nullptr, code2);
34 code2[i] = 2;
42 EXPECT_EQ(2, code2[i]);
56 uint8_t *code2 = MemMgr->allocateCodeSection(0x100000, 0, 3, ""); local
60 EXPECT_NE((uint8_t*)nullptr, code2);
67 code2[i] = 2;
75 EXPECT_EQ(2, code2[i]);
/external/chromium_org/chrome/test/chromedriver/test/
H A Drun_all_tests.py184 code2 = RunJavaTests(chromedriver,
188 code = code or code1 or code2
217 code2 = RunJavaTests(chromedriver, chrome=chrome_path,
220 code = code or code1 or code2
/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, code2)
[all...]
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITMemoryManagerTest.cpp285 uint8_t *code2 = MemMgr->allocateCodeSection(257, 32, 3, StringRef()); local
290 EXPECT_NE((uint8_t*)nullptr, code2);
296 EXPECT_EQ((uint64_t)code2 & 0x1f, 0u);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py10065 code2 = operand2.result_as(common_type)
10071 code2))
/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 3699 milliseconds