Home
last modified time | relevance | path

Searched defs:test_profile (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/autotest/server/cros/bluetooth/
H A Dbluetooth_adapter_audio_tests.py53 test_profile): argument
73 def _get_pulseaudio_bluez_sink(self, get_sink_method, device, test_profile): argument
93 def _get_pulseaudio_bluez_source_a2dp(self, device, test_profile): argument
105 def _get_pulseaudio_bluez_source_hfp(self, device, test_profile): argument
117 def _get_pulseaudio_bluez_sink_hfp(self, device, test_profile): argument
155 def _check_frequency(self, test_profile, recorded_freq, expected_freq): argument
169 def _check_primary_frequencies(self, test_profile, audio_test_data, argument
243 def initialize_bluetooth_audio(self, device, test_profile): argument
275 def cleanup_bluetooth_audio(self, device, test_profile): argument
394 def get_ref_and_deg_files(self, trimmed_file, test_profile, test_data): argument
[all …]
H A Dbluetooth_adapter_qr_tests.py454 def qr_a2dp(self, device, test_profile): argument
462 def qr_hfp_dut_as_src(self, device, test_profile): argument
470 def qr_disabled_a2dp(self, device, test_profile): argument
488 def qr_a2dp_cl_keyboard(self, audio_device, keyboard_device, test_profile): argument
505 test_profile): argument
521 def qr_power_cycle_a2dp(self, device, test_profile): argument
/aosp_15_r20/external/autotest/server/site_tests/bluetooth_AdapterAUHealth/
H A Dbluetooth_AdapterAUHealth.py31 def au_run_method(self, device, test_method, test_profile): argument
51 def au_run_test_sequence(self, device, test_sequence, test_profile): argument
69 def _au_a2dp_test(self, test_profile, duration=0): argument
146 def au_hfp_run_method(self, device, test_method, test_profile): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dprofiler_test.py35 def test_profile(self): member in ProfilerTest
/aosp_15_r20/external/pytorch/test/distributed/elastic/metrics/
H A Dapi_test.py74 def test_profile(self): member in MetricsApiTest
/aosp_15_r20/external/autotest/server/site_tests/bluetooth_AdapterQRHealth/
H A Dbluetooth_AdapterQRHealth.py29 test_profile, argument
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dtrace.rs164 fn test_profile() -> Result<()> { in test_profile() function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/
D.cargo-checksum.json1 …NDUCT.md":"b4b963ebfb7f76d91416af4ef06c431f053d187679afade2542abc5490aa009d","CONTRIBUTING.md":"ee…
/aosp_15_r20/external/rust/android-crates-io/crates/jni/
D.cargo-checksum.json1 …NDUCT.md":"b4b963ebfb7f76d91416af4ef06c431f053d187679afade2542abc5490aa009d","CONTRIBUTING.md":"17…
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_ac.py292 def test_profile(self): member in MemoryBudgetTest
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_smoke.py287 def test_profile(self): member in SmokeTests
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_test.cc626 void GenerateProfile(const std::string& test_profile, in GenerateProfile()