Searched refs:s1 (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 51 if (*s1 == '\0') { in Utf8Cmp() 60 int utf1 = GetUtf16FromUtf8(&s1); in Utf8Cmp()
|
D | dex_bytecode.cc | 774 dec.vA = s1(InstAA(inst)); // sign-extend 8-bit value in DecodeInstruction() 805 dec.vC = s1(bytecode[1] >> 8); // sign-extend 8-bit value in DecodeInstruction()
|
/tools/test/connectivity/tools/ |
D | keyword_check.py | 63 s1 = re.sub('(.)([A-Z][a-z]+)', r'\1 \2', string) 64 s1 = re.sub('([a-z0-9])([A-Z])', r'\1 \2', s1).lower() 65 s1 = re.sub('[^a-z ]', ' ', s1) 66 return s1.split()
|
/tools/dexter/slicer/export/slicer/ |
D | dex_utf8.h | 31 int Utf8Cmp(const char* s1, const char* s2);
|
D | dex_format.h | 34 typedef int8_t s1; typedef
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | FixedByteArrayOutputStream.java | 59 InputStream s1 = new ByteArrayInputStream(mBuffer, 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 | 170 assertNotNull(c.s1); in testChoiceWithSameTypedOptions() 176 assertNull(c.s1); in testChoiceWithSameTypedOptions() 182 assertNull(c.s1); in testChoiceWithSameTypedOptions() 339 public EmptySequence s1; field in Asn1BerParserTest.ChoiceWithThreeSequenceOptions
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | GTestTest.java | 433 String s1 = "/foo/" + expected; in testGetFileName() local 436 assertEquals(expected, mGTest.getFileName(s1)); 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 ... |