Home
last modified time | relevance | path

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

/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/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dperl_groups.cc11 static const URange16 code2[] = { /* \s */ variable
/external/python/cpython3/Lib/test/
Dtest_unparse.py133 def get_source(self, code1, code2=None): argument
138 def check_src_roundtrip(self, code1, code2=None): argument
143 def check_src_dont_roundtrip(self, code1, code2=None): argument
/external/strace/
Dioctl.c40 const unsigned int code2 = ((struct_ioctlent *) b)->code; in compare() local
Dioctlsort.c99 unsigned int code2 = code((struct ioctlent *) b); in compare_code_name() local
/external/javassist/src/test/
DJassist150.java39 String code2 = "{ int n1 = java.lang.Integer.valueOf(1); " in implTestClassTailCache() 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/freetype/src/pfr/
Dpfrobjs.c483 FT_UInt32 code1, code2, pair; in pfr_face_get_kerning() local
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dsg_err.c260 unsigned char code1, code2; member
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp102 int32_t code2 = GetAlphaNumericCode(content[i + 1]); in AppendAlphaNumericBytes() local
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dflatbuffer_to_proto_test.cc554 std::unique_ptr<ErrorCodeT> code2(new ErrorCodeT()); in TEST_F() local
/external/libchrome/base/
Dlogging_unittest.cc255 DWORD code2 = 0; in TEST_F() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java2208 private boolean areIdentical(final byte[] code1, final byte[] code2) { in areIdentical()
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java2237 private boolean areIdentical(final byte[] code1, final byte[] code2) { in areIdentical()