/tools/dexter/slicer/ |
D | dex_ir.cc | 163 [](const EncodedField* a, const EncodedField* b) { in SortEncodedFields() 172 [](const EncodedMethod* a, const EncodedMethod* b) { in SortEncodedMethods() 197 IndexItems(strings, [](const own<String>& a, const own<String>& b) { in Normalize() 203 IndexItems(types, [](const own<Type>& a, const own<Type>& b) { in Normalize() 208 IndexItems(protos, [](const own<Proto>& a, const own<Proto>& b) { in Normalize() 225 IndexItems(fields, [](const own<FieldDecl>& a, const own<FieldDecl>& b) { in Normalize() 236 IndexItems(methods, [](const own<MethodDecl>& a, const own<MethodDecl>& b) { in Normalize() 257 IndexItems(classes, [&](const own<Class>& a, const own<Class>& b) { in Normalize() 274 [](const AnnotationElement* a, const AnnotationElement* b) { in Normalize() 284 [](const Annotation* a, const Annotation* b) { in Normalize() [all …]
|
D | bytecode_encoder.cc | 29 static dex::u2 Pack_Z_8(dex::u4 a) { in Pack_Z_8() 36 static dex::u2 Pack_8_8(dex::u4 a, dex::u4 b) { in Pack_8_8() 45 static dex::u2 Pack_4_4_8(dex::u4 a, dex::u4 b, dex::u4 c) { in Pack_4_4_8() 56 static dex::u2 Pack_4_4_4_4(dex::u4 a, dex::u4 b, dex::u4 c, dex::u4 d) { in Pack_4_4_4_4() 69 static dex::u2 Pack_16(dex::u4 a) { in Pack_16()
|
D | dex_bytecode.cc | 126 #define INSTRUCTION_NAME(o, c, pname, f, i, a, e, v) pname, argument
|
/tools/dexter/slicer/export/slicer/ |
D | common.h | 46 #define SLICER_CHECK_EQ(a, b) SLICER_CHECK_OP(a, b, ==, "EQ") argument 47 #define SLICER_CHECK_NE(a, b) SLICER_CHECK_OP(a, b, !=, "NE") argument 48 #define SLICER_CHECK_LT(a, b) SLICER_CHECK_OP(a, b, <, "LT") argument 49 #define SLICER_CHECK_LE(a, b) SLICER_CHECK_OP(a, b, <=, "LE") argument 50 #define SLICER_CHECK_GT(a, b) SLICER_CHECK_OP(a, b, >, "GT") argument 51 #define SLICER_CHECK_GE(a, b) SLICER_CHECK_OP(a, b, >=, "GE") argument
|
D | scopeguard.h | 70 #define SLICER_SG_MACRO_CONCAT2(a, b) a ## b argument 71 #define SLICER_SG_MACRO_CONCAT(a, b) SLICER_SG_MACRO_CONCAT2(a, b) argument
|
D | buffer.h | 108 size_t Push(const ArrayView<T>& a) { in Push()
|
/tools/security/gdb/gdb_json_printer/test_examples/ |
D | array.cpp | 28 uint8_t a = 1; member in Foo 33 int16_t a[5] = {1, 2, 3, 4, 5}; in main() local
|
D | objects1.cpp | 31 uint8_t a = 1; member in Foo
|
D | basic_types.cpp | 24 uint8_t a = 1; in main() local 46 const uint8_t a = 1; in main() local
|
D | objects2.cpp | 23 uint8_t a = 1; member in Foo 77 Bar *a = new Bar1(); in main() local
|
D | reference.cpp | 28 uint8_t a = 1; member in Foo
|
D | objects.cpp | 28 uint8_t a = 1; member in Foo
|
/tools/carrier_settings/python/ |
D | compare.py | 48 def Proto2Equals(a, b): argument
|
D | update_carrier_data.py | 50 def equals_apn(a, b): argument 68 def merge_mms_apn(a, b): argument
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ShowAnnotationTest.kt | 513 package a; in Can't expose item from a hidden parent() package 534 package a; in Can't expose item from a hidden parent() package 540 package a; in Can't expose item from a hidden parent() package 560 package a { in Can't expose item from a hidden parent() package
|
/tools/platform-compat/java/com/android/annotationvisitor/ |
D | RepeatedAnnotationHandler.java | 65 private ElementValuePair findValue(AnnotationEntry a) { in findValue()
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/backlight/ |
D | BacklightTest.py | 34 def float_near(a, b): argument
|
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/ |
D | BtCarHfpFuzzTest.py | 70 def dial_a_hangup_b_quick(self, a, b, delay=0, ph=""): argument
|
/tools/platform-compat/java/com/android/class2nonsdklist/ |
D | CovariantReturnTypeHandler.java | 101 private String findReturnType(AnnotationEntry a) { in findReturnType()
|
D | Class2NonSdkList.java | 215 private String classNameToSignature(String a) { in classNameToSignature()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | PropertyItem.kt | 84 …val comparator: java.util.Comparator<PropertyItem> = Comparator { a, b -> a.name().compareTo(b.nam… in <lambda>() method
|
D | PackageItem.kt | 113 …val comparator: Comparator<PackageItem> = Comparator { a, b -> a.qualifiedName().compareTo(b.quali… in <lambda>() method
|
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/ |
D | AttestationApplicationId.java | 172 public int compare(byte[] a, byte[] b) { in compare()
|
/tools/security/remote_provisioning/cert_validator/src/ |
D | valueas.rs | 96 let a = ValueAs::as_array(self)?; in as_array_of_len() localVariable 114 let a = ValueAs::as_map(self)?; in map_lookup() localVariable
|
/tools/trebuchet/trebuchet/analyzer/src/ |
D | Analyzer.kt | 27 val totalDuration = slices.map { it.duration }.reduce { a, b -> a+b } in <lambda>() method
|