/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/skqp/tools/ |
D | sanitize_source_files.py | 85 def TrailingWhitespaceRemover(line, file_path, line_number): argument 93 def CrlfReplacer(line, file_path, line_number): argument 100 def TabReplacer(line, file_path, line_number): argument 117 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path): argument 126 def SvnEOLChecker(file_content, file_path): argument
|
/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
|
D | 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
|
D | file-backed-proto-log.h | 445 const std::string& file_path, in FileBackedProtoLog() 465 const std::string& file_path, in Create() 501 const std::string& file_path, in InitializeNewFile() 526 const std::string& file_path, in InitializeExistingFile() 620 const Filesystem* filesystem, const std::string& file_path, in ComputeChecksum() 887 const std::string& file_path, in Iterator()
|
D | file-backed-vector.h | 335 const std::string& file_path, in Create() 373 const Filesystem& filesystem, const std::string& file_path, ScopedFd fd, in InitializeNewFile() 404 const Filesystem& filesystem, const std::string& file_path, in InitializeExistingFile() 471 const Filesystem& filesystem, const std::string& file_path) { in Delete() 481 const Filesystem& filesystem, const std::string& file_path, in FileBackedVector()
|
D | portable-file-backed-proto-log.h | 575 const Filesystem* filesystem, const std::string& file_path, in PortableFileBackedProtoLog() 596 const std::string& file_path, in Create() 633 const Filesystem* filesystem, const std::string& file_path, in InitializeNewFile() 665 const Filesystem* filesystem, const std::string& file_path, in InitializeExistingFile() 792 const Filesystem* filesystem, const std::string& file_path, in ComputeChecksum() 1076 const Filesystem& filesystem, const std::string& file_path, in Iterator()
|
/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/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/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/perfetto/src/profiling/symbolizer/ |
D | filesystem_windows.cc | 33 std::string file_path = dir + "\\" + file.cFileName; in WalkDirectories() local 55 size_t GetFileSize(const std::string& file_path) { in GetFileSize()
|
/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/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/llvm-project/llvm/utils/docker/scripts/llvm_checksum/ |
D | llvm_checksum.py | 86 def read_and_collapse_svn_subsitutions(file_path): argument 106 def add_file_hash(file_path): argument
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_suppressions.cpp | 34 static bool GetPathAssumingFileIsRelativeToExec(const char *file_path, in GetPathAssumingFileIsRelativeToExec() 50 static const char *FindFile(const char *file_path, in FindFile() 63 static const char *FindFile(const char *file_path, char *, uptr) { in FindFile()
|
/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/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/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/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/rust/crates/grpcio-sys/ |
D | build.rs | 380 let file_path: PathBuf = match target.as_str() { in config_binding_path() localVariable 387 let file_path = PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap()) in config_binding_path() localVariable 399 let file_path = PathBuf::from(env::var("OUT_DIR").unwrap()).join("grpc-bindings.rs"); in config_binding_path() localVariable
|
/external/adhd/cras/src/tests/ |
D | file_wait_unittest.cc | 51 static void SimpleFileWait(const char* file_path) { in SimpleFileWait() 106 std::string file_path; in TEST() local
|