HomeSort by relevance Sort by last modified time
    Searched refs:use_file (Results 1 - 6 of 6) sorted by null

  /art/compiler/utils/
swap_space_test.cc 36 static void SwapTest(bool use_file) {
42 SwapAllocator<void> alloc(use_file ? &pool : nullptr);
  /external/autotest/server/site_tests/brillo_RecordingAudioTest/
brillo_RecordingAudioTest.py 100 fb_query.prepare(use_file=self.use_file,
121 def run_once(self, host, fb_client, recording_method, use_file=False,
133 @param use_file: Use a file to test audio. Must be used with
146 self.use_file = use_file
  /external/autotest/server/site_tests/brillo_PlaybackAudioTest/
brillo_PlaybackAudioTest.py 115 if self.use_file:
132 def run_once(self, host, fb_client, playback_method, use_file=False,
143 @param use_file: Use a file to test audio. Must be used with
153 self.use_file = use_file
  /external/autotest/server/brillo/feedback/
closed_loop_audio_client.py 273 def _prepare_impl(self, use_file=False,
281 @param use_file: A bool to indicate whether a file should be used for
283 use_file is True.
290 self.use_file = use_file
300 if self.use_file:
354 if self.use_file:
  /external/autotest/site_utils/tester_feedback/
audio_query_delegate_impl.py 158 def _prepare_impl(self, use_file, sample_width, sample_rate,
162 @param use_file: If a file was used to produce audio. This is necessary
182 if use_file:
  /external/selinux/python/semanage/
seobject.py     [all...]

Completed in 144 milliseconds