Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 37) sorted by relevance

12

/tools/dexter/slicer/
Ddex_ir.cc163 [](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 …]
Dbytecode_encoder.cc36 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()
/tools/dexter/slicer/export/slicer/
Dcommon.h46 #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
Dscopeguard.h70 #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
Dbuffer.h46 Buffer(Buffer&& b) { in Buffer() function
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
DInputStreamBerDataValueReader.java118 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()
DByteBufferBerDataValueReader.java109 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/
Darray.cpp23 uint16_t b = 2; member in Bar
34 int16_t* b = &a[2]; in main() local
Dobjects2.cpp28 uint16_t b = 2; member in Foo1
45 uint16_t b = 2; member in Foo4
78 Foo2 b; in main() local
Dbasic_types.cpp25 int8_t b = -2; in main() local
47 const int8_t b = -2; in main() local
Dobjects1.cpp25 uint16_t b = 2; member in Bar
Dobjects.cpp23 uint16_t b = 2; member in Bar
Dreference.cpp23 uint16_t b = 2; member in Bar
/tools/carrier_settings/python/
Dcompare.py48 def Proto2Equals(a, b): argument
Dupdate_carrier_data.py50 def equals_apn(a, b): argument
68 def merge_mms_apn(a, b): argument
/tools/netsim/rust/model/src/
Dposition.rs63 let b = Position::new(0, 3, 4); in distance_test() localVariable
65 let b = Position::new(0, 5, 12); in distance_test() localVariable
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarHfpFuzzTest.py70 def dial_a_hangup_b_quick(self, a, b, delay=0, ph=""): argument
/tools/netsim/rust/netsim-cxx/src/devices/
Ddevices_handler.rs176 let b = devices.get(&other_id).map(|device_ref| device_ref.position.clone()).or_else(|| { in get_distance() localVariable
234 let mut b = new_with_xyz(1.0, 2.0, 2.0); in test_distance() localVariable
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dcircle.cpp95 void Circle::setColor(float r, float g, float b) { in setColor()
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DPropertyItem.kt84 …val comparator: java.util.Comparator<PropertyItem> = Comparator { a, b -> a.name().compareTo(b.nam… in <lambda>() method
DPackageItem.kt113 …val comparator: Comparator<PackageItem> = Comparator { a, b -> a.qualifiedName().compareTo(b.quali… in <lambda>() method
/tools/netsim/src/hci/
Dbluetooth_facade.cc95 bool ChangedState(model::State a, model::State b) { in ChangedState()
304 auto b = id_to_chip_info_[recv_id]->simulation_device; in SimComputeRssi() local
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAttestationApplicationId.java172 public int compare(byte[] a, byte[] b) { in compare()
/tools/netsim/src/wifi/
Dwifi_facade.cc36 bool ChangedState(model::State a, model::State b) { in ChangedState()
/tools/netsim/src/controller/
Dscene_controller.cc140 auto b = devices_[other_id]->position; in GetDistance() local

12