/external/libchrome/base/files/ |
D | file_unittest.cc | 24 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() local 113 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() local 123 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file"); in TEST() local 141 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() local 168 FilePath file_path = temp_dir.GetPath().AppendASCII("read_write_file"); in TEST() local 263 FilePath file_path = temp_dir.GetPath().AppendASCII("append_file"); in TEST() local 315 FilePath file_path = temp_dir.GetPath().AppendASCII("truncate_file"); in TEST() local 437 FilePath file_path = local 462 FilePath file_path = local 486 FilePath file_path = temp_dir.GetPath().AppendASCII("seek_file"); local [all …]
|
/external/skia/tools/ |
D | sanitize_source_files.py | 87 def TrailingWhitespaceRemover(line, file_path, line_number): argument 95 def CrlfReplacer(line, file_path, line_number): argument 102 def TabReplacer(line, file_path, line_number): argument 119 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path): argument 128 def SvnEOLChecker(file_content, file_path): argument
|
/external/icing/icing/file/ |
D | portable-file-backed-proto-log_benchmark.cc | 61 const std::string file_path = IcingStringUtil::StringPrintf( in BM_Write() local 114 const std::string file_path = IcingStringUtil::StringPrintf( in BM_Read() local 169 const std::string file_path = IcingStringUtil::StringPrintf( in BM_Erase() local 209 const std::string file_path = GetTestTempDir() + "/proto.log"; in BM_ComputeChecksum() local 251 const std::string file_path = GetTestTempDir() + "/proto.log"; in BM_ComputeChecksumWithCachedChecksum() local 295 const std::string file_path = GetTestTempDir() + "/proto.log"; in BM_ComputeChecksumOnlyForTail() local
|
D | file-backed-proto-log.h | 307 const std::string& file_path, in FileBackedProtoLog() 318 const std::string& file_path, in Create() 354 const std::string& file_path, in InitializeNewFile() 379 const std::string& file_path, in InitializeExistingFile() 473 const Filesystem* filesystem, const std::string& file_path, in ComputeChecksum() 590 const std::string& file_path, in Iterator()
|
D | file-backed-vector.h | 334 const std::string& file_path, in Create() 372 const Filesystem& filesystem, const std::string& file_path, ScopedFd fd, in InitializeNewFile() 403 const Filesystem& filesystem, const std::string& file_path, in InitializeExistingFile() 470 const Filesystem& filesystem, const std::string& file_path) { in Delete() 480 const Filesystem& filesystem, const std::string& file_path, in FileBackedVector()
|
D | portable-file-backed-proto-log.h | 583 const Filesystem* filesystem, const std::string& file_path, in PortableFileBackedProtoLog() 604 const std::string& file_path, in Create() 641 const Filesystem* filesystem, const std::string& file_path, in InitializeNewFile() 673 const Filesystem* filesystem, const std::string& file_path, in InitializeExistingFile() 800 const Filesystem* filesystem, const std::string& file_path, in ComputeChecksum()
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | source_utils.py | 43 def _norm_abs_path(file_path): argument 47 def is_extension_uncompiled_python_source(file_path): argument 52 def is_extension_compiled_python_source(file_path): argument
|
/external/v4l2_codec2/tests/c2_e2e_test/jni/ |
D | common.cpp | 22 InputFile::InputFile(std::string file_path) { in InputFile() 26 InputFile::InputFile(std::string file_path, std::ios_base::openmode openmode) { in InputFile() 49 CachedInputFileStream::CachedInputFileStream(std::string file_path) in CachedInputFileStream() 67 InputFileASCII::InputFileASCII(std::string file_path) : InputFile(file_path) {} in InputFileASCII() 136 bool OutputFile::Open(const std::string& file_path, VideoCodecType codec) { in Open()
|
/external/libchrome/base/android/ |
D | apk_assets.cc | 18 int OpenApkAsset(const std::string& file_path, in OpenApkAsset() 35 const base::FilePath& file_path) { in RegisterApkAssetWithFileDescriptorStore()
|
/external/crosvm/qcow_utils/src/ |
D | qcow_utils.rs | 23 let file_path = match c_str.to_str() { in create_qcow_with_size() localVariable 52 let file_path = match c_str.to_str() { in expand_disk_image() localVariable
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/ |
D | module.py | 10 def __init__(self, file_path): argument 17 def file_path(self): member in Module
|
/external/webrtc/tools_webrtc/presubmit_checks_lib/ |
D | check_orphan_headers.py | 37 def _ReadFile(file_path): argument 49 def GetBuildGnPathFromFilePath(file_path, file_exists_check, root_dir_path): argument
|
/external/tensorflow/tensorflow/c/experimental/ops/gen/common/ |
D | controller.cc | 37 const void Controller::WriteFile(const string& file_path, in WriteFile() 55 const string file_path = io::JoinPath(dir, file_name); in InitializeOpApi() local
|
/external/crosvm/base/src/windows/win/ |
D | ioctl.rs | 332 let file_path = dir.path().join("test.dat"); in ioct_get_and_set_compression() localVariable 333 let file_path = file_path.as_path(); in ioct_get_and_set_compression() localVariable 410 let file_path = dir.path().join("test.dat"); in ioctl_with_val() localVariable 411 let file_path = file_path.as_path(); in ioctl_with_val() localVariable
|
/external/perfetto/src/profiling/symbolizer/ |
D | breakpad_symbolizer.cc | 36 std::string file_path; in MakeFilePath() local 65 std::string file_path; in Symbolize() local
|
D | breakpad_parser.cc | 35 base::Optional<std::string> GetFileContents(const std::string& file_path) { in GetFileContents() 64 BreakpadParser::BreakpadParser(const std::string& file_path) in BreakpadParser()
|
/external/rust/crates/csv/src/ |
D | tutorial.rs | 426 let file_path = get_first_arg()?; localVariable 483 let file_path = get_first_arg()?; localVariable 491 let file_path = get_first_arg()?; localVariable 1282 let file_path = get_first_arg()?; localVariable
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | exceptions.py | 23 def __init__(self, file_path): argument 28 def __init__(self, file_path): argument
|
D | base_config.py | 74 def __init__(self, file_path, writable=False): argument 386 def _FormatPath(cls, file_path): argument 401 def _WriteConfigToFile(cls, file_path, dependencies=None): argument
|
/external/autotest/server/cros/multimedia/ |
D | video_facade_adapter.py | 57 def prepare_playback(self, file_path, fullscreen=True): argument 95 def prepare_arc_playback(self, file_path, fullscreen=True): argument
|
/external/perfetto/tools/trace_to_text/ |
D | main.cc | 123 const char* file_path = positional_args[1]; in Main() local 143 const char* file_path = positional_args[2]; in Main() local
|
/external/rust/crates/grpcio-sys/ |
D | build.rs | 386 let file_path: PathBuf = match target.as_str() { in config_binding_path() localVariable 393 let file_path = PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap()) in config_binding_path() localVariable 405 let file_path = PathBuf::from(env::var("OUT_DIR").unwrap()).join("grpc-bindings.rs"); in config_binding_path() localVariable
|
/external/autotest/client/cros/multimedia/ |
D | video_facade_native.py | 69 def prepare_playback(self, file_path, fullscreen=True): argument 126 def prepare_arc_playback(self, file_path, fullscreen=True): argument
|
/external/noto-fonts/emoji-compat/ |
D | createfont.py | 144 def prepend_header_to_file(file_path, header_path): argument 268 def read_emoji_lines(file_path, optional=False): argument 328 def read_emoji_intervals(emoji_data_map, file_path, emoji_style_exceptions): argument 356 def read_emoji_sequences(emoji_data_map, file_path, optional=False, filter=None): argument 481 def add_file_to_sha(sha_algo, file_path): argument
|
/external/icing/icing/index/main/ |
D | index-block.cc | 61 std::string_view file_path, in CreateFromPreexistingIndexBlockRegion() 80 std::string_view file_path, in CreateFromUninitializedRegion()
|