Home
last modified time | relevance | path

Searched refs:full_filename (Results 1 – 6 of 6) sorted by relevance

/external/openscreen/testing/libfuzzer/
Darchive_corpus.py39 full_filename = os.path.join(dirpath, filename)
40 corpus_files.append(full_filename)
/external/autotest/client/common_lib/cros/
Dtest_webrtc_peer_connection.py233 full_filename = screenshot_name + '_graphics_utils'
234 graphics_utils.take_screenshot(self.debugdir, full_filename)
247 full_filename = os.path.join(
249 image_util.WritePngFile(screenshot, full_filename)
/external/protobuf/benchmarks/util/
Dresult_parser.py221 full_filename = result_list[0][first_slash_index+1:last_slash_index]
222 total_bytes, _ = __get_data_size(full_filename)
230 "dataFilename": __extract_file_name(full_filename),
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc209 for (const string& full_filename : in MaybeLoadPtxFromFile() local
213 auto filename = tensorflow::io::Basename(full_filename); in MaybeLoadPtxFromFile()
215 matched_filename = full_filename; in MaybeLoadPtxFromFile()
216 VLOG(0) << "RunBackend() - Will load PTX from file: " << full_filename; in MaybeLoadPtxFromFile()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py175 full_filename, lineno = inspect.stack()[skip_frames][1:3]
176 filename = os.path.basename(full_filename)
/external/googletest/docs/
Dgmock_cook_book.md497 virtual void send(LogSeverity severity, const char* full_filename,
515 void send(LogSeverity severity, const char* full_filename,
520 Log(severity, full_filename, std::string(message, message_len));