Home
last modified time | relevance | path

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

123456

/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/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/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/tensorflow/tensorflow/python/debug/lib/
Dsource_utils.py38 def _norm_abs_path(file_path): argument
42 def is_extension_uncompiled_python_source(file_path): argument
47 def is_extension_compiled_python_source(file_path): argument
/external/perfetto/tools/trace_to_text/
Dmain.cc57 const char* file_path = argv[2]; in main() local
75 const char* file_path = argv[3]; in main() local
/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/owasp/sanitizer/tools/
Dgooglecode_upload.py110 def encode_upload_request(fields, file_path): argument
155 def upload_find_auth(file_path, project_name, summary, labels=None, 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/u-boot/lib/efi_loader/
Defi_bootmgr.c49 struct efi_device_path *file_path; member
101 struct efi_device_path **file_path) in try_load_entry()
147 struct efi_device_path **file_path) in efi_bootmgr_load()
/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/tensorflow/tensorflow/python/grappler/
Dgraph_analyzer.i21 void GraphAnalyzer(const string& file_path, int n) { in GraphAnalyzer()
/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/autotest/site_utils/lxc/
Dunittest_http.py21 def serve_locally(file_path): argument
/external/v8/gypfiles/
Dgyp_environment.py19 def apply_gyp_environment(file_path=None): 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
Daudio_facade_native.py194 def playback(self, file_path, data_format, blocking=False): argument
376 def dump_diagnostics(self, file_path): argument
444 def set_arc_playback_file(self, file_path): argument
555 def start(self, file_path, blocking): argument
/external/libxcam/xcore/
Dcalibration_parser.cpp190 CalibrationParser::parse_intrinsic_file(const char *file_path, IntrinsicParameter &intrinsic_param) in parse_intrinsic_file()
216 CalibrationParser::parse_extrinsic_file(const char *file_path, ExtrinsicParameter &extrinsic_param) in parse_extrinsic_file()
/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/noto-fonts/emoji-compat/
Dcreatefont.py134 def prepend_header_to_file(file_path): argument
248 def read_emoji_lines(file_path, optional=False): argument
308 def read_emoji_intervals(emoji_data_map, file_path, emoji_style_exceptions): argument
336 def read_emoji_sequences(emoji_data_map, file_path, optional=False): argument
439 def add_file_to_sha(sha_algo, file_path): argument
/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/libchrome/base/metrics/
Dpersistent_histogram_storage.cc87 const FilePath file_path = in ~PersistentHistogramStorage() local
/external/autotest/client/common_lib/cros/
Dsmbprovider.py233 def open_file(self, mount_id, file_path, writeable): argument
316 def create_file(self, mount_id, file_path): argument
391 def truncate(self, mount_id, file_path, length): argument

123456