Home
last modified time | relevance | path

Searched refs:get_contents (Results 1 – 9 of 9) sorted by relevance

/external/toolchain-utils/crosperf/
Dgenerate_report.py161 def WriteFile(output_prefix, extension, get_contents, overwrite, verbose): argument
172 sys.stdout.write(get_contents())
182 out_file.write(get_contents())
192 get_contents = lambda: report_ctor(benchmark_results).GetReport() function
193 WriteFile(output_prefix, extension, get_contents, overwrite, verbose)
/external/autotest/client/cros/bluetooth/
Doutput_recorder.py147 def get_contents(self, search_str='', start_str=''): member in OutputRecorder
210 for line in recorder.get_contents():
/external/tensorflow/tensorflow/python/eager/
Dgradient_input_output_exclusions_test.py32 expected_contents = gradient_input_output_exclusions.get_contents()
Dgradient_input_output_exclusions.py362 def get_contents(): function
375 fp.write(get_contents())
/external/oss-fuzz/infra/build/functions/
Dproject_sync.py205 contents = repo.get_contents('projects')
211 project_contents = repo.get_contents(content_file.path)
Dproject_sync_test.py49 def get_contents(self, path): member in Repository
/external/mesa3d/scons/
Dcustom.py110 contents = node.get_contents()
/external/llvm-project/lldb/examples/python/
Dmach_o.py920 lhs_data = lhs_section.get_contents(self)
921 rhs_data = rhs_section.get_contents(rhs)
1050 sect_bytes = section.get_contents(self)
1265 def get_contents(self, mach_file): member in Mach.Section
/external/autotest/client/cros/multimedia/
Dbluetooth_facade_native.py2071 return self.btmon.get_contents(search_str=search_str,