/tools/dexter/slicer/ |
D | dex_ir.cc | 164 [](const EncodedField* a, const EncodedField* b) { in SortEncodedFields() 173 [](const EncodedMethod* a, const EncodedMethod* b) { in SortEncodedMethods() 198 IndexItems(strings, [](const own<String>& a, const own<String>& b) { in Normalize() 204 IndexItems(types, [](const own<Type>& a, const own<Type>& b) { in Normalize() 209 IndexItems(protos, [](const own<Proto>& a, const own<Proto>& b) { in Normalize() 226 IndexItems(fields, [](const own<FieldDecl>& a, const own<FieldDecl>& b) { in Normalize() 237 IndexItems(methods, [](const own<MethodDecl>& a, const own<MethodDecl>& b) { in Normalize() 258 IndexItems(classes, [&](const own<Class>& a, const own<Class>& b) { in Normalize() 275 [](const AnnotationElement* a, const AnnotationElement* b) { in Normalize() 285 [](const Annotation* a, const Annotation* b) { in Normalize() [all …]
|
D | bytecode_encoder.cc | 33 static dex::u2 Pack_8_8(dex::u4 a, dex::u4 b) { in Pack_8_8() 42 static dex::u2 Pack_4_4_8(dex::u4 a, dex::u4 b, dex::u4 c) { in Pack_4_4_8() 53 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()
|
D | code_ir.cc | 298 [](const Instruction* a, const Instruction* b) { in MergeInstructions()
|
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/ |
D | InputStreamBerDataValueReader.java | 118 int b; in readHighTagNumber() local 148 int b = in.read(); in readLongFormLength() local 182 int b = in.read(); in skipPrimitiveIndefiniteLengthContents() local 251 int b = mIn.read(); in read() local 259 public int read(byte[] b) throws IOException { in read() 268 public int read(byte[] b, int off, int len) throws IOException { in read()
|
D | ByteBufferBerDataValueReader.java | 109 int b; in readHighTagNumber() local 141 int b = mBuf.get(); in readLongFormLength() local 170 int b = mBuf.get(); in skipPrimitiveIndefiniteLengthContents() local
|
/tools/security/gdb/gdb_json_printer/test_examples/ |
D | objects2.cpp | 28 uint16_t b = 2; member in Foo1 45 uint16_t b = 2; member in Foo4 78 Foo2 b; in main() local
|
D | array.cpp | 23 uint16_t b = 2; member in Bar 34 int16_t* b = &a[2]; in main() local
|
D | basic_types.cpp | 25 int8_t b = -2; in main() local 47 const int8_t b = -2; in main() local
|
D | objects1.cpp | 25 uint16_t b = 2; member in Bar
|
D | reference.cpp | 23 uint16_t b = 2; member in Bar
|
D | objects.cpp | 23 uint16_t b = 2; member in Bar
|
/tools/dexter/slicer/export/slicer/ |
D | scopeguard.h | 68 #define SLICER_SG_MACRO_CONCAT2(a, b) a ## b argument 69 #define SLICER_SG_MACRO_CONCAT(a, b) SLICER_SG_MACRO_CONCAT2(a, b) argument
|
D | buffer.h | 46 Buffer(Buffer&& b) { in Buffer() function
|
/tools/carrier_settings/python/ |
D | update_carrier_data.py | 50 def equals_apn(a, b): argument 68 def merge_mms_apn(a, b): argument
|
D | compare.py | 48 def Proto2Equals(a, b): argument
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | PropertyItem.kt | 65 …val comparator: java.util.Comparator<PropertyItem> = Comparator { a, b -> a.name().compareTo(b.nam… in <lambda>() method
|
/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/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | circle.cpp | 95 void Circle::setColor(float r, float g, float b) { in setColor()
|
D | renderer.cpp | 88 EGLint r, g, b, d; in initDisplay() local
|
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/ |
D | AttestationApplicationId.java | 172 public int compare(byte[] a, byte[] b) { in compare()
|
/tools/trebuchet/trebuchet/analyzer/src/ |
D | Analyzer.kt | 27 val totalDuration = slices.map { it.duration }.reduce { a, b -> a+b } in <lambda>() method
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | light_lib.py | 22 def __init__(self, r, g, b): argument
|
/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
D | VerityTreeBuilder.java | 296 ByteBuffer b = buffer.duplicate(); in slice() local
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | BootSector.java | 235 StringBuilder b = new StringBuilder(8); in getOemName() local
|