Searched refs:s2 (Results 1 – 10 of 10) sorted by relevance
/tools/dexter/slicer/ |
D | dex_utf8.cc | 49 int Utf8Cmp(const char* s1, const char* s2) { in Utf8Cmp() argument 52 if (*s2 == '\0') { in Utf8Cmp() 56 } else if (*s2 == '\0') { in Utf8Cmp() 61 int utf2 = GetUtf16FromUtf8(&s2); in Utf8Cmp()
|
D | dex_bytecode.cc | 777 dec.vA = s2(bytecode[1]); // sign-extend 16-bit value in DecodeInstruction() 788 dec.vB = s2(bytecode[1]); // sign-extend 16-bit value in DecodeInstruction() 811 dec.vC = s2(bytecode[1]); // sign-extend 16-bit value in DecodeInstruction()
|
/tools/dexter/slicer/export/slicer/ |
D | dex_utf8.h | 31 int Utf8Cmp(const char* s1, const char* s2);
|
D | dex_format.h | 35 typedef int16_t s2; typedef
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | FixedByteArrayOutputStream.java | 61 InputStream s2 = new ByteArrayInputStream(mBuffer, 0, mWritePos); in getData() local 62 return new SequenceInputStream(s1, s2); in getData()
|
/tools/apksig/src/test/java/com/android/apksig/internal/asn1/ |
D | Asn1BerParserTest.java | 171 assertNull(c.s2); in testChoiceWithSameTypedOptions() 177 assertNotNull(c.s2); in testChoiceWithSameTypedOptions() 183 assertNull(c.s2); in testChoiceWithSameTypedOptions() 342 public EmptySequence s2; field in Asn1BerParserTest.ChoiceWithThreeSequenceOptions
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 84 s2 = ColumnDataSource( 100 source=s2, columns=columns, width=1300, height=60, editable=True)
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | GTestTest.java | 434 String s2 = expected; in testGetFileName() local 437 assertEquals(expected, mGTest.getFileName(s2)); in testGetFileName()
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoagent.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |