Home
last modified time | relevance | path

Searched refs:test_name (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/connectivity/
Dbluetooth_throughput_test.py51 def _throughput_test(self, buffer_size, test_name): argument
53 buffer_size, test_name)
79 'Test Name': test_name,
85 'Test Name': test_name,
137 test_name = 'test_bluetooth_throughput_large_buffer'
138 self._throughput_test(large_buffer_size, test_name)
147 test_name = 'test_bluetooth_throughput_medium_buffer'
148 self._throughput_test(medium_buffer_size, test_name)
156 test_name = 'test_bluetooth_throughput_small_buffer'
157 self._throughput_test(small_buffer_size, test_name)
/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/lib/
Duwb_base_test.py45 test_name = record.test_name
49 test_name=test_name, destination=self.current_test_info.output_path
54 test_device_name = test_name + "_" + device_name
56 test_name=test_device_name,
86 "Test Name": tr_record.test_name,
98 logging.warning("Missing UID for test %s", tr_record.test_name)
/packages/modules/Bluetooth/system/blueberry/utils/
Dblueberry_base_test.py64 for test_name in selected_test_names:
65 if test_name not in existing_test_names:
67 (self.TAG, test_name))
69 for test_name in selected_test_names:
70 test_method = getattr(self.__class__, test_name)
72 test_arg_sets = [('%s_%s_of_%s' % (test_name, i + 1, test_iterations),
84 for test_name in existing_test_names:
85 delattr(self.__class__, test_name)
190 record.test_name,
/packages/inputmethods/LatinIME/native/dicttoolkit/
Drun_tests.sh28 test_name=dicttoolkit_unittests
32 (mmm -j16 packages/inputmethods/LatinIME/native/dicttoolkit) || (make -j16 $test_name)
33 $ANDROID_HOST_OUT/bin/$test_name
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DCarrierIdProviderTest.java69 private static final String test_name = "NAME_TEST"; field in CarrierIdProviderTest
341 cv.put(CarrierId.CARRIER_NAME, test_name); in testUpdateCurrentSubscription()
363 assertEquals(test_name, carrierName); in testUpdateCurrentSubscription()
388 assertEquals(test_name, carrierName); in testUpdateCurrentSubscription()
414 cv.put(CarrierId.CARRIER_NAME, test_name); in testUpdateCurrentSubscription_WrongURI()
432 contentValues.put(CarrierId.CARRIER_NAME, test_name); in createCarrierInfoInternal()
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dcontext.py45 def append_test_context(test_class_name, test_name): argument
55 _contexts.append(TestCaseContext(test_class_name, test_name))
Dgd_base_test.py86 append_test_context(test_class_name=self.TAG, test_name=self.current_test_info.name)
/packages/modules/Wifi/tests/hostsidetests/multidevices/test/aware/
Dwifi_aware_test.py68 test_name=record.test_name,
/packages/modules/NeuralNetworks/tools/test_generator/tests/
Dtest.py65 test_name = 'test_%s' % t
68 setattr(TestGeneratorTests, test_name, test)
/packages/modules/Bluetooth/system/osi/test/
Dthread_test.cc22 TEST_F(ThreadTest, test_name) { in TEST_F() argument
/packages/modules/NeuralNetworks/tools/test_generator/
Dexample_generator.py170 test_name=str(example.testName),
/packages/modules/Bluetooth/system/blueberry/controllers/
Dandroid_bt_target_device.py490 test_name: Optional[str] = None,
495 self._ad.take_bug_report(test_name, begin_time, timeout, destination)
/packages/modules/Bluetooth/
Dbuild.py487 if self.args.test_name:
488 … rust_test_cmd = rust_test_cmd + [self.args.test_name, "--", "--test-threads=1", "--nocapture"]
/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread_unittest.cc137 TEST_F(MessageLoopThreadTest, test_name) { in TEST_F() argument
/packages/modules/Bluetooth/framework/tests/bumble/doc/
Dguide.md62 atest BumbleBluetoothTests:<package_name>.<test_file_name>#<test_name>