/tools/treble/hacksaw/scripts/ |
D | uninstall-service.sh | 11 systemctl disable hacksaw.service 12 systemctl disable hacksaw.socket
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | BluetoothUtils.java | 140 public static boolean disable(ITestDevice device) in disable() method in BluetoothUtils 196 disable(device); in enableBtsnoopLogging() 228 disable(device); in disableBtsnoopLogging()
|
D | Sl4aBluetoothUtil.java | 261 public boolean disable(ITestDevice device) throws DeviceNotAvailableException { in disable() method in Sl4aBluetoothUtil 474 return disable(device) && enable(device); in enableBluetoothSnoopLog() 490 return disable(device) && enable(device); in disableBluetoothSnoopLog()
|
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_runners/ |
D | ota_runner_factory_test.py | 126 logging.disable(logging.WARNING) 128 logging.disable(logging.NOTSET)
|
/tools/test/mobly_extensions/tools/ |
D | device_flags_test.py | 108 self.device_flags.disable('sample', 'flag') 116 self.device_flags.disable('sample', 'flag')
|
D | device_flags.py | 162 def disable(self, namespace: str, key: str) -> None: member in DeviceFlags
|
/tools/asuite/atest/test_runners/ |
D | suite_plan_test_runner.py | 87 logging.disable(logging.INFO) 96 logging.disable(logging.NOTSET)
|
/tools/external_updater/ |
D | pyproject.toml | 17 disable = [ qkey
|
/tools/repohooks/tools/ |
D | pylintrc | 74 # multiple time. See also the "--disable" option for examples. 81 # file where it should appear only once).You can also use "--disable=all" to 82 # disable everything first and then reenable specific checks. For example, if 83 # you want to run only the similarities checker, you can use "--disable=all 85 # no Warning level messages displayed, use"--disable=all --enable=classes 86 # --disable=W" 88 # useless-object-inheritance: We disable this for Python 2 compatibility. 89 disable=
|
D | spelling.txt | 489 diable||disable 505 disble||disable 509 dissable||disable 519 disbale||disable 521 disble||disable
|
/tools/asuite/plugin_lib/ |
D | plugin_run_unittests.py | 25 logging.disable(logging.ERROR)
|
/tools/asuite/aidegen/ |
D | aidegen_run_unittests.py | 25 logging.disable(logging.ERROR)
|
/tools/asuite/atest/ |
D | atest_run_unittests.py | 29 logging.disable(logging.ERROR)
|
/tools/acloud/ |
D | pylintrc | 3 disable=
|
/tools/asuite/atest/logstorage/ |
D | atest_gcp_utils.py | 275 logging.disable(logging.INFO) 285 logging.disable(logging.NOTSET)
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | InstrumentationListener.java | 91 public void setDisableDuplicateCheck(boolean disable) { in setDisableDuplicateCheck() argument 92 mDisableDuplicateCheck = disable; in setDisableDuplicateCheck()
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | BaseGameQualificationMetricCollector.java | 88 public void disable() { in disable() method in BaseGameQualificationMetricCollector
|
/tools/metalava/buildSrc/src/main/kotlin/com/android/tools/metalava/ |
D | MetalavaBuildPlugin.kt | 90 disable.add("UseTomlInstead") // not useful for this project in <lambda>() 91 disable.add("GradleDependency") // not useful for this project in <lambda>()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bta_lib.py | 48 def disable(self): member in BtaLib
|
/tools/asuite/ |
D | pylintrc | 3 disable=
|
/tools/netsim/rust/ |
D | CMakeLists.txt | 42 # 2. Set RUST_CXX_NO_EXCEPTIONS preprocesor definition for cxx crate to disable
|
/tools/tradefederation/core/util_apps/WifiUtil/src/com/android/tradefed/utils/wifi/ |
D | WifiMonitorService.java | 198 public static void disable(final Context context) { in disable() method in WifiMonitorService
|
D | WifiUtil.java | 298 WifiMonitorService.disable(context); in onStart()
|
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/ |
D | network_settings.py | 291 self.service_manager.disable(SERVICE_STUNNEL) 376 self.service_manager.disable(SERVICE_PPTPD) 820 self.service_manager.disable("odhcpd") 1083 def disable(self, service_name): member in ServiceManager
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
D | CellularThroughputBaseTest.py | 59 logging.disable(logging.FATAL) 63 logging.disable(logging.NOTSET)
|