Home
last modified time | relevance | path

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

12345

/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
111 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file"); in TEST() local
129 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() local
156 FilePath file_path = temp_dir.GetPath().AppendASCII("read_write_file"); in TEST() local
228 FilePath file_path = temp_dir.GetPath().AppendASCII("append_file"); in TEST() local
276 FilePath file_path = temp_dir.GetPath().AppendASCII("truncate_file"); in TEST() local
391 FilePath file_path = local
416 FilePath file_path = local
440 FilePath file_path = temp_dir.GetPath().AppendASCII("seek_file"); local
457 FilePath file_path = temp_dir.GetPath().AppendASCII("file"); local
[all …]
/external/libmojo/base/android/
Dapk_assets.cc19 int OpenApkAsset(const std::string& file_path, in OpenApkAsset()
37 const base::FilePath& file_path) { in RegisterApkAssetWithFileDescriptorStore()
Dpath_service_android.cc20 FilePath file_path(ConvertJavaStringToUTF8(env, path)); in Override() local
/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/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/tensorflow/tensorflow/contrib/tensorboard/plugins/trace/
Dtrace_info.proto36 string file_path = 1; field
55 string file_path = 1; field
/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
358 def _FormatPath(cls, file_path): argument
373 def _WriteConfigToFile(cls, file_path, dependencies=None): 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/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/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.py173 def playback(self, file_path, data_format, blocking=False): argument
309 def dump_diagnostics(self, file_path): argument
377 def set_arc_playback_file(self, file_path): argument
488 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/libbrillo/brillo/
Dtest_helpers.h19 inline void ExpectFileEquals(const char* golden, const char* file_path) { in ExpectFileEquals()
/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.py132 def prepend_header_to_file(file_path): argument
244 def read_emoji_lines(file_path, optional=False): argument
303 def read_emoji_intervals(emoji_data_map, file_path, emoji_style_exceptions): argument
328 def read_emoji_sequences(emoji_data_map, file_path, optional=False): argument
431 def add_file_to_sha(sha_algo, file_path): argument
/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto90 optional string file_path = 2; field
132 optional string file_path = 2; field
141 optional string file_path = 2; field
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage_unittest.py247 def _FakeGetLocked(bucket, expected_hash, file_path): argument
268 def _FakeGetLocked(bucket, expected_hash, file_path): argument
300 def _FakeGetLocked(bucket, expected_hash, file_path): argument
324 def _FakeGetLockedNewHash(bucket, expected_hash, file_path): argument
/external/pdfium/core/fpdfapi/parser/
Dcpdf_hint_tables_unittest.cpp23 std::string file_path; in MakeDataAvailFromFile() local
/external/libbrillo/policy/tests/
Dresilient_policy_util_unittest.cc20 void CreateFile(const base::FilePath& file_path) { in CreateFile()

12345