Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 33) sorted by relevance

12

/tools/treble/hacksaw/scripts/
Duninstall-service.sh11 systemctl disable hacksaw.service
12 systemctl disable hacksaw.socket
/tools/tradefederation/core/src/com/android/tradefed/util/
DBluetoothUtils.java140 public static boolean disable(ITestDevice device) in disable() method in BluetoothUtils
196 disable(device); in enableBtsnoopLogging()
228 disable(device); in disableBtsnoopLogging()
DSl4aBluetoothUtil.java261 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/
Dota_runner_factory_test.py126 logging.disable(logging.WARNING)
128 logging.disable(logging.NOTSET)
/tools/test/mobly_extensions/tools/
Ddevice_flags_test.py108 self.device_flags.disable('sample', 'flag')
116 self.device_flags.disable('sample', 'flag')
Ddevice_flags.py162 def disable(self, namespace: str, key: str) -> None: member in DeviceFlags
/tools/asuite/atest/test_runners/
Dsuite_plan_test_runner.py87 logging.disable(logging.INFO)
96 logging.disable(logging.NOTSET)
/tools/external_updater/
Dpyproject.toml17 disable = [ qkey
/tools/repohooks/tools/
Dpylintrc74 # 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=
Dspelling.txt489 diable||disable
505 disble||disable
509 dissable||disable
519 disbale||disable
521 disble||disable
/tools/asuite/plugin_lib/
Dplugin_run_unittests.py25 logging.disable(logging.ERROR)
/tools/asuite/aidegen/
Daidegen_run_unittests.py25 logging.disable(logging.ERROR)
/tools/asuite/atest/
Datest_run_unittests.py29 logging.disable(logging.ERROR)
/tools/acloud/
Dpylintrc3 disable=
/tools/asuite/atest/logstorage/
Datest_gcp_utils.py275 logging.disable(logging.INFO)
285 logging.disable(logging.NOTSET)
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationListener.java91 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/
DBaseGameQualificationMetricCollector.java88 public void disable() { in disable() method in BaseGameQualificationMetricCollector
/tools/metalava/buildSrc/src/main/kotlin/com/android/tools/metalava/
DMetalavaBuildPlugin.kt90 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/
Dbta_lib.py48 def disable(self): member in BtaLib
/tools/asuite/
Dpylintrc3 disable=
/tools/netsim/rust/
DCMakeLists.txt42 # 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/
DWifiMonitorService.java198 public static void disable(final Context context) { in disable() method in WifiMonitorService
DWifiUtil.java298 WifiMonitorService.disable(context); in onStart()
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dnetwork_settings.py291 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/
DCellularThroughputBaseTest.py59 logging.disable(logging.FATAL)
63 logging.disable(logging.NOTSET)

12