Searched refs:s2 (Results 1 – 10 of 10) sorted by relevance
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | TypeItem.kt | 395 fun equalsWithoutSpace(s1: String, s2: String): Boolean { in <lambda>() 396 if (s1 == s2) { in <lambda>() 400 val sp2 = s2.indexOf(' ') in <lambda>() 407 val l2 = s2.length in <lambda>() 413 var c2 = s2[i2++] in <lambda>() 419 c2 = s2[i2++] in <lambda>() 429 while (i2 < l2 && s2[i2] == ' ') { in <lambda>()
|
/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 | 173 dec.vA = s2(bytecode[1]); // sign-extend 16-bit value in DecodeInstruction() 184 dec.vB = s2(bytecode[1]); // sign-extend 16-bit value in DecodeInstruction() 207 dec.vC = s2(bytecode[1]); // sign-extend 16-bit value in DecodeInstruction()
|
/tools/apksig/src/test/java/com/android/apksig/internal/asn1/ |
D | Asn1BerParserTest.java | 213 assertNull(c.s2); in testChoiceWithSameTypedOptions() 219 assertNotNull(c.s2); in testChoiceWithSameTypedOptions() 225 assertNull(c.s2); in testChoiceWithSameTypedOptions() 384 public EmptySequence s2; field in Asn1BerParserTest.ChoiceWithThreeSequenceOptions
|
/tools/external_updater/ |
D | regen_bp.sh | 123 s2=`printf "$1" "VERSION" "$VERSION"` 126 echo "$s1;$s2;$s3;$s4"
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | plot_utils.py | 61 s2 = ColumnDataSource( 75 dt = DataTable(source=s2,
|
D | PowerGnssBaseTest.py | 85 s2 = ColumnDataSource( 101 source=s2, columns=columns, width=1300, height=60, editable=True)
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 1111 def string_similarity(s1, s2): argument 1121 lev = levenshtein(s1, s2) 1123 lev_ratio = float(lev) / max(len(s1), len(s2)) 1126 result = 100 if not s2 else 0
|
/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
|