Home
last modified time | relevance | path

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

/external/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/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp22 uint8_t *code2 = MemMgr->allocateCodeSection(256, 0, 3, ""); in TEST() local
55 uint8_t *code2 = MemMgr->allocateCodeSection(0x100000, 0, 3, ""); in TEST() local
/external/regex-re2/re2/
Dperl_groups.cc11 static URange16 code2[] = { /* \s */ variable
/external/v8/test/cctest/wasm/
Dtest-run-wasm-module.cc89 byte code2[] = {WASM_CALL_FUNCTION(f1_index, WASM_I8(77), WASM_I8(22))}; in TEST() local
192 byte code2[] = {WASM_STORE_GLOBAL(global1, WASM_I32(56)), in TEST() local
/external/strace/
Dioctl.c46 const unsigned int code2 = ((struct_ioctlent *) b)->code; in compare() local
Dioctlsort.c97 unsigned int code2 = code((struct ioctlent *) b); in compare_code_name() local
/external/jetty/src/java/org/eclipse/jetty/util/
DUrlEncoded.java441 int code2=in.read(); in decode88591To() local
542 int code2=in.read(); in decodeUtf8To() local
681 int code2=in.read(); in decodeTo() local
/external/v8/test/cctest/compiler/
Dtest-multiple-return.cc107 Handle<Code> code2 = mt.GetCode(); in TEST() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DShapeImmutableTest.java59 Code2 code2 = (Code2) yaml.load("!!org.yaml.snakeyaml.immutable.Code2 555"); in testCode2() local
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
Dpfrobjs.c481 FT_UInt32 code1, code2, pair; in pfr_face_get_kerning() local
/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc1083 byte code2[] = {kExprI32LoadMem, in TEST_F() local
1120 byte code2[] = {kExprI32StoreMem, in TEST_F() local
1665 byte code2[] = {WASM_BLOCK( in TEST_F() local
1702 byte code2[] = { in TEST_F() local
1740 byte code2[] = { in TEST_F() local
1767 byte code2[] = { in TEST_F() local
/external/autotest/site_utils/
Drun_suite.py86 def get_worse_code(code1, code2): argument
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtBoxBoxDetector.cpp527 int codeN,code1,code2; in dBoxBox2() local
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp726 int32_t code2 = GetAlphaNumericCode(content[i + 1]); in AppendAlphaNumericBytes() local