Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 25 of 29) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py1472 def csfb_return_to_eutran(self, enable): argument
1480 if not isinstance(enable, ReturnToEUTRAN):
1483 cmd = "SIMMODELEX RETEUTRAN," + enable.value
1707 def power_control(self, enable): argument
1716 if not isinstance(enable, TestPowerControl):
1719 cmd = "TESTPOWERCONTROL " + enable.value
1735 def measurement_LTE(self, enable): argument
1744 if not isinstance(enable, TestMeasurement):
1747 cmd = "TESTMEASUREMENT LTE," + enable.value
1763 def measurement_WCDMA(self, enable): argument
[all …]
Dmg3710a.py540 def set_freq_relative_display_status(self, enable, sg=1): argument
551 cmd = "SOUR{}:FREQ:REF:STAT {}".format(sg, enable)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerGTWGnssBaseTest.py126 def enable_DPO(self, enable): argument
132 self.ad.log.info('Change DPO to new state: %s.' % enable)
133 val = '02' if enable else '00'
140 raise signals.TestFailure('DPO is not able to Turn: %s' % enable)
/tools/treble/hacksaw/scripts/
Dinstall-service.sh16 systemctl enable hacksaw.service
17 systemctl enable hacksaw.socket
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_sign.txt22 --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
43 --v4-signing-enabled Whether to enable signing using APK Signature Scheme v4
53 --verity-enabled Whether to enable the verity signature algorithm for the
220 These options enable you to install additional Java Crypto Architecture (JCA)
Dhelp_rotate.txt148 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:
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dnetwork_settings.py319 self.service_manager.enable(SERVICE_PPTPD)
677 self.service_manager.enable("odhcpd")
704 def enable(self, service_name): member in ServiceManager
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveGFTDSDSSupplementaryServiceTest.py87 set_call_waiting(self.log, self.android_devices[0], enable=1)
810 if not set_call_waiting(self.log, ad_host, enable=0):
813 if not set_call_waiting(self.log, ad_host, enable=1):
869 set_call_waiting(self.log, ad_host, enable=1)
DTelLiveGFTDSDSWfcSupplementaryServiceTest.py767 if not set_call_waiting(self.log, ad_host, enable=0):
877 set_call_waiting(self.log, ad_host, enable=1)
888 set_call_waiting(self.log, ad_host, enable=0)
/tools/test/connectivity/acts/
DREADME.md62 To enable USB debugging, first enable developer mode.
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DGameQualificationScheduledMetricCollectorTest.java64 collector.enable(); in checkConcurrency()
DGameQualificationFpsCollectorTest.java54 mCollector.enable(); in setUp()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py3241 set_call_waiting(log, ad_callee, enable=0)
3243 set_call_waiting(log, ad_callee, enable=1)
3255 set_call_waiting(log, ad_callee, enable=1)
3270 set_call_waiting(log, ad_callee, enable=1)
3309 set_call_waiting(log, ad_callee, enable=1)
3322 set_call_waiting(log, ad_callee, enable=1)
3342 set_call_waiting(log, ad_callee, enable=1)
3350 set_call_waiting(log, ad_callee, enable=1)
3371 set_call_waiting(log, ad_callee, enable=1)
3389 set_call_waiting(log, ad_callee, enable=1)
[all …]
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DBaseGameQualificationMetricCollector.java84 public void enable() { in enable() method in BaseGameQualificationMetricCollector
/tools/repohooks/tools/
Dpylintrc75 enable=
146 # --enable=similarities". If you want to run only the classes checker, but have
147 # no Warning level messages displayed, use"--disable=all --enable=classes
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbta_lib.py44 def enable(self): member in BtaLib
/tools/external_updater/
DAndroid.bp28 // Error if enable:
/tools/test/connectivity/acts_tests/tests/google/tel/config/
DREADME.md4 …ifi_verbose_logging** - This key, if defined (the value is unused), will enable the 'WiFi Verbose …
/tools/trebuchet/
DAndroid.bp35 "-Xcoroutines=enable",
/tools/treble/build/sandbox/
Dnsjail.cfg110 # This will enable a chroot based NsJail sandbox. A chroot does not provide
/tools/acloud/internal/proto/
Duser_config.proto101 …// 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/
DGameQualificationHostsideController.java263 collector.enable(); in run()
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/pts/
DGATT_PTS_INSTRUCTIONS17 …n ICS when running tests (ICS Name TSCP_GATT_2_1). To Run over BR/EDR re-enable the same ICS value.
/tools/asuite/atest/unittest_data/
Dtest_record.proto.testonly24 …-atest-log-file-path=/tmp/atest_result/20200616_105829_apjgcqmm/log --no-enable-granular-attempts …
63 …-atest-log-file-path=/tmp/atest_result/20200616_105829_apjgcqmm/log --no-enable-granular-attempts …
74 …-atest-log-file-path=/tmp/atest_result/20200616_105829_apjgcqmm/log --no-enable-granular-attempts …
/tools/acloud/
DREADME.md95 creates a ssh tunnel to enable adb and vnc connection to the instance. For the

12