Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 25 of 178) sorted by relevance

12345678

/external/skia/tools/
Dsanitize_source_files.py85 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/skqp/tools/
Dsanitize_source_files.py85 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/libchrome/base/files/
Dfile_unittest.cc24 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/u-boot/cmd/
Dsysboot.c11 static int do_get_ext2(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_ext2()
24 static int do_get_fat(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_fat()
37 static int do_get_any(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_any()
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dcommon.cpp22 InputFile::InputFile(std::string file_path) { in InputFile()
26 InputFile::InputFile(std::string file_path, std::ios_base::openmode openmode) { in InputFile()
49 InputFileStream::InputFileStream(std::string file_path) in InputFileStream()
59 InputFileASCII::InputFileASCII(std::string file_path) : InputFile(file_path) {} in InputFileASCII()
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dmodule.py10 def __init__(self, file_path): argument
17 def file_path(self): member in Module
D__init__.py19 def _TransformFile(transform, file_path): argument
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_utils.py43 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/swiftshader/third_party/llvm-7.0/llvm/utils/docker/scripts/llvm_checksum/
Dllvm_checksum.py86 def read_and_collapse_svn_subsitutions(file_path): argument
106 def add_file_hash(file_path): argument
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dexceptions.py23 def __init__(self, file_path): argument
28 def __init__(self, file_path): argument
Dbase_config.py74 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/
Dmain.cc118 const char* file_path = positional_args[1]; in Main() local
136 const char* file_path = positional_args[2]; in Main() local
/external/autotest/server/cros/multimedia/
Dvideo_facade_adapter.py57 def prepare_playback(self, file_path, fullscreen=True): argument
95 def prepare_arc_playback(self, file_path, fullscreen=True): argument
/external/crosvm/qcow_utils/src/
Dqcow_utils.rs30 let file_path = match c_str.to_str() { in create_qcow_with_size() localVariable
59 let file_path = match c_str.to_str() { in expand_disk_image() localVariable
/external/perfetto/gn/standalone/
Dwrite_ui_dist_file_map.py39 def hash_file(file_path): argument
Dglob.py30 def make_parent_dirs(file_path): argument
/external/autotest/site_utils/lxc/
Dunittest_http.py21 def serve_locally(file_path): argument
/external/autotest/client/cros/multimedia/
Dvideo_facade_native.py69 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/
Dcreatefont.py134 def prepend_header_to_file(file_path): argument
253 def read_emoji_lines(file_path, optional=False): argument
313 def read_emoji_intervals(emoji_data_map, file_path, emoji_style_exceptions): argument
341 def read_emoji_sequences(emoji_data_map, file_path, optional=False): argument
449 def add_file_to_sha(sha_algo, file_path): argument
/external/adhd/cras/src/tests/
Dfile_wait_unittest.cc51 static void SimpleFileWait(const char* file_path) { in SimpleFileWait()
106 std::string file_path; in TEST() local
/external/arm-trusted-firmware/tools/memory/
Dprint_memory_map.py41 file_path = os.path.join(build_dir, image, '{}.map'.format(image)) variable
/external/libbrillo/brillo/
Dtest_helpers.h19 inline void ExpectFileEquals(const char* golden, const char* file_path) { in ExpectFileEquals()
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage_unittest.py260 def _FakeGetLocked(bucket, expected_hash, file_path): argument
281 def _FakeGetLocked(bucket, expected_hash, file_path): argument
313 def _FakeGetLocked(bucket, expected_hash, file_path): argument
337 def _FakeGetLockedNewHash(bucket, expected_hash, file_path): argument
/external/protobuf/src/google/protobuf/compiler/
Dannotation_test_util.h52 std::string file_path; member
/external/zlib/google/
Dzip.cc25 bool IsHiddenFile(const base::FilePath& file_path) { in IsHiddenFile()
29 bool ExcludeNoFilesFilter(const base::FilePath& file_path) { in ExcludeNoFilesFilter()
33 bool ExcludeHiddenFilesFilter(const base::FilePath& file_path) { in ExcludeHiddenFilesFilter()

12345678