/tools/dexter/slicer/ |
D | dex_ir.cc | 172 [](const EncodedField* a, const EncodedField* b) { in SortEncodedFields() 181 [](const EncodedMethod* a, const EncodedMethod* b) { in SortEncodedMethods() 206 IndexItems(strings, [](const own<String>& a, const own<String>& b) { in Normalize() 212 IndexItems(types, [](const own<Type>& a, const own<Type>& b) { in Normalize() 217 IndexItems(protos, [](const own<Proto>& a, const own<Proto>& b) { in Normalize() 234 IndexItems(fields, [](const own<FieldDecl>& a, const own<FieldDecl>& b) { in Normalize() 245 IndexItems(methods, [](const own<MethodDecl>& a, const own<MethodDecl>& b) { in Normalize() 266 IndexItems(classes, [&](const own<Class>& a, const own<Class>& b) { in Normalize() 283 [](const AnnotationElement* a, const AnnotationElement* b) { in Normalize() 293 [](const Annotation* a, const Annotation* b) { in Normalize() [all …]
|
/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
|
/tools/tradefederation/core/javatests/com/android/tradefed/build/ |
D | DeviceBuildDescriptorFuncTest.java | 29 BuildInfo b = new BuildInfo(); in testDeviceBuildDescriptor() local 30 DeviceBuildDescriptor.injectDeviceAttributes(getDevice(), b); in testDeviceBuildDescriptor() local
|
D | DeviceBuildDescriptorTest.java | 35 BuildInfo b = new BuildInfo(); in testDeviceBuildDescriptor() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | ShellOutputReceiverStream.java | 50 public void write(int b) { in write() 59 public void write(byte[] b) { in write() 64 public void write(byte[] b, int off, int len) { in write()
|
D | Pair.java | 76 public static <A, B> Pair<A, B> create(A a, B b) { in create()
|
D | FixedByteArrayOutputStream.java | 79 public void write(byte[] b, int off, int len) throws IOException { in write()
|
/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 | array.cpp | 23 uint16_t b = 2; member in Bar 34 int16_t* b = &a[2]; in main() local
|
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 | 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/tradefederation/core/javatests/com/android/tradefed/util/ |
D | SerializationUtilTest.java | 65 BuildInfo b = new BuildInfo(); in testSerialize_Deserialize() local 81 BuildInfo b = new BuildInfo(); in testSerialize_Deserialize_noDelete() local 112 BuildInfo b = new BuildInfo(); in testSerialize_Deserialize_corrupted() local
|
/tools/tradefederation/core/src/com/android/tradefed/command/console/ |
D | ConsoleReaderOutputStream.java | 47 public synchronized void write(byte[] b, int off, int len) throws IOException { in write() 62 public synchronized void write(int b) throws IOException { in write()
|
/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/tradefederation/core/common_util/com/android/tradefed/util/ |
D | ByteArrayList.java | 141 public boolean add(byte b) { in add() 256 public byte set(int idx, byte b) { in set()
|
/tools/tradefederation/core/util_apps/TelephonyUtil/src/android/telephony/utility/ |
D | SendToInstrumentation.java | 45 Bundle b = new Bundle(); in sendFile() local
|
/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/security/fuzzing/llm/xz_fuzzer/ |
D | xz_decoder_fuzzer.cpp | 30 struct xz_buf b; in LLVMFuzzerTestOneInput() local
|
/tools/security/remote_provisioning/hwtrust/cxxbridge/ |
D | hwtrust.cpp | 30 Boxed(::rust::Box<BoxedT> b) : box_(std::move(b)) {} in Boxed() 32 static std::unique_ptr<DerivedT> moveFrom(::rust::Box<BoxedT>& b) { in moveFrom()
|