/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | vecmath.h | 77 Vec2 operator*(const Vec2& rhs) const { 84 Vec2 operator/(const Vec2& rhs) const { 91 Vec2 operator+(const Vec2& rhs) const { 98 Vec2 operator-(const Vec2& rhs) const { 105 Vec2& operator+=(const Vec2& rhs) { 111 Vec2& operator-=(const Vec2& rhs) { 117 Vec2& operator*=(const Vec2& rhs) { 123 Vec2& operator/=(const Vec2& rhs) { 130 friend Vec2 operator-(const Vec2& rhs) { return Vec2(rhs) *= -1; } 132 friend Vec2 operator*(const float lhs, const Vec2& rhs) { [all …]
|
/tools/dexter/slicer/export/slicer/ |
D | intrusive_list.h | 34 bool operator==(Iterator other) const { return p_ == other.p_; } 35 bool operator!=(Iterator other) const { return p_ != other.p_; } 37 T* operator*() const { 42 Iterator operator++() { 48 Iterator operator++(int) { 50 operator++(); 54 Iterator operator--() { 60 Iterator operator--(int) { 62 operator--(); 75 IntrusiveList& operator=(const IntrusiveList&) = delete; variable
|
D | dex_ir.h | 87 void* operator new(size_t size) { in new() 91 void* operator new[](size_t size) { 95 void operator delete(void* ptr) { in delete() 99 void operator delete[](void* ptr) { 105 Node& operator=(const Node&) = delete; member 420 DexFile& operator=(const DexFile&) = delete; member
|
D | writer.h | 39 Section& operator=(const Section&) = delete; variable 83 Index& operator=(const Index&) = delete; variable 112 T& operator[](int i) { 183 Writer& operator=(const Writer&) = delete; variable
|
D | scopeguard.h | 53 ScopeGuard& operator=(const ScopeGuard&) = delete; variable 54 ScopeGuard& operator=(ScopeGuard&&) = delete; variable 62 ScopeGuard<T> operator<<(T closure)
|
D | code_ir.h | 80 Visitor& operator=(const Visitor&) = delete; variable 120 Node& operator=(const Node&) = delete; member 411 CodeIr& operator=(const CodeIr&) = delete; member
|
D | arrayview.h | 32 ArrayView& operator=(const ArrayView&) = default; variable 41 T& operator[](size_t i) const {
|
D | buffer.h | 44 Buffer& operator=(const Buffer&) = delete; variable 52 Buffer& operator=(Buffer&& b) {
|
D | chronometer.h | 45 Chronometer& operator=(const Chronometer&) = delete; variable
|
D | dex_ir_builder.h | 53 Builder& operator=(const Builder&) = delete; variable
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_lookup_tables.py | 28 def network_preference_for_generation(generation, operator, phone_type=None): argument 30 return _TelTables.operator_network_tbl[operator][generation][ 42 def rat_family_for_generation(generation, operator, phone_type=None): argument 44 return _TelTables.operator_network_tbl[operator][generation][ 101 def get_voice_mail_check_number(operator): argument 102 return _TelTables.voice_mail_number_tbl.get(operator) 105 def get_voice_mail_count_check_function(operator): argument 107 operator, check_tmo_voice_mail_count) 110 def get_voice_mail_delete_digit(operator): argument 111 return _TelTables.voice_mail_delete_digit_tbl.get(operator, "7") [all …]
|
D | tel_subscription_utils.py | 333 operator = get_operatorname_from_slot_index(ad, 0) 335 ad.log.info("Current DDS is already on %s", operator) 337 ad.log.info("Setting DDS on %s", operator) 349 operator = get_operatorname_from_slot_index(ad, 1) 351 ad.log.info("Current DDS is already on %s", operator) 353 ad.log.info("Setting DDS on %s", operator)
|
D | tel_test_utils.py | 249 operator = ad.adb.getprop("gsm.sim.operator.alpha") 250 if "," in operator: 251 operator = operator.strip()[0] 252 return operator 477 def get_phone_number_by_secret_code(ad, operator): argument 478 if "T-Mobile" in operator:
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveDSDSVoiceTest.py | 1374 operator = get_operatorname_from_slot_index(ads[0], i) 1375 self.log.info("Slot %d - Sub %s - %s", i, sub_id, operator) 1376 if self.dds_operator == operator: 1377 ads[0].log.info("Setting DDS on %s", operator) 1523 operator = get_operatorname_from_slot_index(ads[0], i) 1524 self.log.info("Slot %d - Sub %s - %s", i, sub_id, operator) 1525 if self.dds_operator == operator: 1526 ads[0].log.info("Setting DDS on %s", operator) 1727 operator = get_operatorname_from_slot_index(ad, i) 1728 ad.log.info("Slot %d - Sub %s - %s", i, sub_id, operator) [all …]
|
D | TelLiveStressTest.py | 975 operator = get_operatorname_from_slot_index(ad, i) 978 ad.log.info("Slot %d - Sub %s - %s - %d", i, sub_id, operator, carrier_id) 991 operator = get_operatorname_from_slot_index(ad, i) 992 ad.log.info("Slot %d - Sub %s - %s", i, sub_id, operator)
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiTetheringTest.py | 109 operator = get_operator_name(self.log, dut) 110 return operator in carrier_supports_tethering 121 operator = get_operator_name(self.log, dut) 122 self.log.info("Carrier is %s" % operator) 123 return operator in carrier_supports_ipv6
|
D | WifiPasspointTest.py | 373 operator = get_operator_name(self.log, self.dut) 374 asserts.skip_if(operator not in carriers,
|
/tools/test/connectivity/acts/framework/acts/test_utils/net/ |
D | net_test_utils.py | 320 operator = get_operator_name("log", dut) 321 return operator in carrier_supports_ipv6 331 operator = get_operator_name(self.log, dut) 332 return operator in carrier_supports_tethering
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/ |
D | SignatureTestUtils.java | 42 import org.bouncycastle.operator.ContentSigner; 43 import org.bouncycastle.operator.jcajce.JcaContentSignerBuilder;
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | BluetoothTetheringTest.py | 163 operator = nutils.get_operator_name(self.log, self.hotspot_device) 164 self.log.info("Carrier is %s" % operator)
|
/tools/repohooks/tools/ |
D | cpplint.py | 4171 operator = None 4198 operator = token 4216 if not (lhs and operator and rhs): 4244 _CHECK_REPLACEMENT[check_macro][operator], 4245 check_macro, operator))
|
D | pylintrc | 60 # operator. Joining a lot of strings can lead to a maximum recursion error in 117 old-ne-operator,
|
/tools/metalava/ |
D | FORMAT.md | 256 includes special modifiers, such as sealed, inline, operator, infix, etc: 259 method public static operator int get(android.graphics.Bitmap, int x, int y);
|
/tools/dexter/dexter/ |
D | dexter.h | 35 Dexter& operator=(const Dexter&) = delete; variable
|
D | dissasembler.h | 78 DexDissasembler& operator=(const DexDissasembler&) = delete; variable
|