/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475a.py | 1248 def csfb_return_to_eutran(self, enable): argument 1256 if not isinstance(enable, ReturnToEUTRAN): 1259 cmd = "SIMMODELEX RETEUTRAN," + enable.value 1462 def power_control(self, enable): argument 1471 if not isinstance(enable, TestPowerControl): 1474 cmd = "TESTPOWERCONTROL " + enable.value 1490 def measurement_LTE(self, enable): argument 1499 if not isinstance(enable, TestMeasurement): 1502 cmd = "TESTMEASUREMENT LTE," + enable.value 1518 def measurement_WCDMA(self, enable): argument [all …]
|
D | mg3710a.py | 537 def set_freq_relative_display_status(self, enable, sg=1): argument 548 cmd = "SOUR{}:FREQ:REF:STAT {}".format(sg, enable)
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | BluetoothUtils.java | 128 public static boolean enable(ITestDevice device) in enable() method in BluetoothUtils 197 enable(device); in enableBtsnoopLogging() 229 enable(device); in disableBtsnoopLogging()
|
/tools/loganalysis/src/com/android/loganalysis/parser/ |
D | KernelLogParser.java | 86 public void setAddUnknownBootreason(boolean enable) { in setAddUnknownBootreason() argument 87 mAddUnknownBootreason = enable; in setAddUnknownBootreason()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | ManagedTestDeviceFactory.java | 209 public void setFastbootEnabled(boolean enable) { in setFastbootEnabled() argument 210 mFastbootEnabled = enable; in setFastbootEnabled()
|
D | IManagedTestDeviceFactory.java | 38 public void setFastbootEnabled(boolean enable); in setFastbootEnabled() argument
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_sign.txt | 22 --v1-signing-enabled Whether to enable signing using JAR signing scheme (aka v1 27 --v2-signing-enabled Whether to enable signing using APK Signature Scheme v2 33 --v3-signing-enabled Whether to enable signing using APK Signature Scheme v3 192 These options enable you to install additional Java Crypto Architecture (JCA)
|
D | help_rotate.txt | 148 be set to enable signing certificate rotation and may be 179 These options enable you to install additional Java Crypto Architecture (JCA) 198 1. Create a new SigningCertificateLineage to enable rotation:
|
D | help_lineage.txt | 145 be set to enable signing certificate rotation and may be
|
/tools/test/connectivity/acts/ |
D | README.md | 62 To enable USB debugging, first enable developer mode.
|
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/ |
D | GameQualificationScheduledMetricCollectorTest.java | 64 collector.enable(); in checkConcurrency()
|
D | GameQualificationFpsCollectorTest.java | 54 mCollector.enable(); in setUp()
|
/tools/trebuchet/core/common/ |
D | build.gradle | 24 kotlin { experimental { coroutines 'enable' } }
|
/tools/repohooks/tools/ |
D | pylintrc | 68 #enable= 76 # --enable=similarities". If you want to run only the classes checker, but have 77 # no Warning level messages displayed, use"--disable=all --enable=classes
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bta_lib.py | 44 def enable(self): member in BtaLib
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | DeviceManagerTest.java | 194 public void setFastbootEnabled(boolean enable) { in setUp() 1022 public void setFastbootEnabled(boolean enable) { in testFreeDevice_unavailable() 1087 public void setFastbootEnabled(boolean enable) { in testFreeDevice_unknown() 1152 public void setFastbootEnabled(boolean enable) { in testFreeDevice_unknown_subName()
|
D | ManagedDeviceListTest.java | 47 public void setFastbootEnabled(boolean enable) { in setUp()
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | BaseGameQualificationMetricCollector.java | 84 public void enable() { in enable() method in BaseGameQualificationMetricCollector
|
/tools/trebuchet/ |
D | Android.bp | 18 "-Xcoroutines=enable",
|
/tools/test/connectivity/acts/tests/google/tel/config/ |
D | README.md | 4 …ifi_verbose_logging** - This key, if defined (the value is unused), will enable the 'WiFi Verbose …
|
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/ |
D | WifiMonitorService.java | 177 public static void enable(final Context context, final long interval, in enable() method in WifiMonitorService
|
D | WifiUtil.java | 281 WifiMonitorService.enable(getContext(), interval, urlToCheck); in onStart()
|
/tools/acloud/internal/proto/ |
D | user_config.proto | 99 …// https://cloud.google.com/compute/docs/access/create-enable-service-accounts-for-instances#chang…
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/ |
D | GameQualificationHostsideController.java | 259 collector.enable(); in run()
|
/tools/acloud/ |
D | README.md | 98 creates a ssh tunnel to enable adb and vnc connection to the instance. For the
|