Home
last modified time | relevance | path

Searched defs:file_prefix (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_loader.py28 file_prefix=""): argument
71 file_prefix=""): argument
135 def gen_gles_loader(gles_preamble, path, header_lib, export, internal_prefix, file_prefix): argument
181 def gen_egl_loader(egl_preamble, path, header_lib, export, internal_prefix, file_prefix): argument
/third_party/rust/rust/src/tools/clippy/tests/
Dmissing-test-files.rs54 let file_prefix = path.file_prefix().unwrap().to_str().unwrap().to_string(); in explore_directory() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/train/summary/
Dsummary_record.py188 def __init__(self, log_dir, file_prefix="events", file_suffix="_MS", num_process=32, argument
/third_party/libuv/test/
Dtest-fs-event.c43 static const char file_prefix[] = "fsevent-"; variable
/third_party/rust/rust/library/std/src/
Dpath.rs2505 pub fn file_prefix(&self) -> Option<&OsStr> { in file_prefix() method
/third_party/grpc/test/core/security/
Dcredentials_test.cc1492 const char* file_prefix, const char* contents) { in set_google_default_creds_env_var_with_file_contents()