Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp19 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, ""); in TEST() local
52 uint8_t *code1 = MemMgr->allocateCodeSection(0x100000, 0, 1, ""); in TEST() local
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp20 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, ""); in TEST() local
53 uint8_t *code1 = MemMgr->allocateCodeSection(0x100000, 0, 1, ""); in TEST() local
/external/python/cpython3/Lib/test/
Dtest_unparse.py122 def check_ast_roundtrip(self, code1, **kwargs): argument
133 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/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dperl_groups.cc8 static const URange16 code1[] = { /* \d */ variable
/external/strace/
Dioctl.c39 const unsigned int code1 = (const uintptr_t) a; in compare() local
Dioctlsort.c98 unsigned int code1 = code((struct ioctlent *) a); in compare_code_name() local
/external/javassist/src/test/
DJassist150.java33 String code1 = "{ int n1 = Integer.valueOf(1); " in implTestClassTailCache() local
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dsg_err.c260 unsigned char code1, code2; member
266 unsigned char code1, code2_min, code2_max; member
/external/python/cpython2/Demo/parser/
Dtest_unparse.py82 def check_roundtrip(self, code1, filename="internal"): argument
/external/freetype/src/pfr/
Dpfrobjs.c479 FT_UInt32 code1, code2, pair; in pfr_face_get_kerning() local
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp97 int32_t code1 = GetAlphaNumericCode(content[i]); in AppendAlphaNumericBytes() local
/external/libchrome/base/
Dlogging_unittest.cc254 DWORD code1 = 0; in TEST_F() local
/external/python/cpython3/Modules/
Dunicodedata.c724 Py_UCS4 code1 = PyUnicode_READ(kind, data, i1); in nfc_nfkc() 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()