Home
last modified time | relevance | path

Searched defs:code2 (Results 1 – 10 of 10) 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/regex-re2/re2/
Dperl_groups.cc11 static URange16 code2[] = { /* \s */ variable
/external/strace/
Dioctl.c47 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/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/r8/src/test/java/com/android/tools/r8/smali/
DOutlineTest.java632 DexCode code2 = getMethod(processedApplication, signature2).getCode().asDexCode(); in constructor() local
1100 DexCode code2 = method2.getCode().asDexCode(); in outlineArithmeticBinop() local
/external/openssh/
Dauthfd.c269 u_char type, code1 = 0, code2 = 0; in ssh_fetch_identitylist() local
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dsg_err.c260 unsigned char code1, code2; member
/external/autotest/site_utils/
Drun_suite.py106 def get_worse_code(code1, code2): argument
/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp717 int32_t code2 = GetAlphaNumericCode(content[i + 1]); in AppendAlphaNumericBytes() local