Home
last modified time | relevance | path

Searched refs:test_profile (Results 1 – 13 of 13) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_audio_tests.py52 test_profile): argument
61 sources = device.ListSources(test_profile)
63 self.bluez_source = get_source_method(test_profile)
72 def _get_pulseaudio_bluez_sink(self, get_sink_method, device, test_profile): argument
81 sinks = device.ListSinks(test_profile)
83 self.bluez_sink = get_sink_method(test_profile)
92 def _get_pulseaudio_bluez_source_a2dp(self, device, test_profile): argument
101 device.GetBluezSourceA2DPDevice, device, test_profile)
104 def _get_pulseaudio_bluez_source_hfp(self, device, test_profile): argument
113 device.GetBluezSourceHFPDevice, device, test_profile)
[all …]
/external/autotest/server/site_tests/bluetooth_AdapterAUHealth/
Dbluetooth_AdapterAUHealth.py26 def au_run_method(self, device, test_method, test_profile): argument
36 self.initialize_bluetooth_audio(device, test_profile)
43 self.cleanup_bluetooth_audio(device, test_profile)
46 def _au_a2dp_test(self, test_profile, duration=0): argument
56 device, test_profile, duration),
57 test_profile)
85 def au_hfp_run_method(self, device, test_method, test_profile): argument
93 if test_profile == HFP_WBS:
103 elif test_profile == HFP_NBS:
108 if test_profile == HFP_WBS:
[all …]
/external/llvm-project/llvm/test/tools/llvm-profdata/
Doverlap.test12 OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile:
16 OVERLAP: # of functions only in test_profile: 1
19 OVERLAP: Percentage of Edge profile only in test_profile: 20.000%
Doverlap_cs.test5 OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile:
Doverlap_vp.test5 OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile:
/external/python/cpython2/Lib/test/
Dtest_cprofile.py8 from test.test_profile import ProfileTest, regenerate_expected_output
/external/e2fsprogs/lib/support/
DMakefile.in65 test_profile: $(srcdir)/profile.c profile_helpers.o argv_parse.o \
68 $(Q) $(CC) -o test_profile -DDEBUG_PROGRAM $(srcdir)/profile.c prof_err.o \
80 prof_err.c prof_err.h test_profile test_cstring
/external/python/cpython3/Lib/test/
Dtest_cprofile.py8 from test.test_profile import ProfileTest, regenerate_expected_output
/external/tensorflow/tensorflow/python/eager/
Dprofiler_test.py35 def test_profile(self): member in ProfilerTest
/external/rust/crates/rusqlite/src/
Dtrace.rs161 fn test_profile() { in test_profile() function
/external/bcc/tests/python/
Dtest_tools_smoke.py255 def test_profile(self): member in SmokeTests
/external/e2fsprogs/e2fsck/
DMakefile.in170 test_profile: $(srcdir)/profile.c profile_helpers.o argv_parse.o \
173 $(Q) $(CC) -o test_profile -DDEBUG_PROGRAM $(srcdir)/profile.c prof_err.o \
252 prof_err.c prof_err.h test_profile
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst4643 Refactor test_profile and test_cprofile to use the same code to profile.