/external/skia/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/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/libchrome/base/files/ |
D | file_unittest.cc | 24 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/ |
D | apk_assets.cc | 19 int OpenApkAsset(const std::string& file_path, in OpenApkAsset() 37 const base::FilePath& file_path) { in RegisterApkAssetWithFileDescriptorStore()
|
D | path_service_android.cc | 20 FilePath file_path(ConvertJavaStringToUTF8(env, path)); in Override() local
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | source_utils.py | 38 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/ |
D | module.py | 10 def __init__(self, file_path): argument 17 def file_path(self): member in Module
|
D | __init__.py | 19 def _TransformFile(transform, file_path): argument
|
/external/owasp/sanitizer/tools/ |
D | googlecode_upload.py | 110 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/ |
D | trace_info.proto | 36 string file_path = 1; field 55 string file_path = 1; field
|
/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 358 def _FormatPath(cls, file_path): argument 373 def _WriteConfigToFile(cls, file_path, dependencies=None): argument
|
/external/autotest/site_utils/lxc/ |
D | unittest_http.py | 21 def serve_locally(file_path): argument
|
/external/v8/gypfiles/ |
D | gyp_environment.py | 19 def apply_gyp_environment(file_path=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/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
|
D | audio_facade_native.py | 173 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/ |
D | calibration_parser.cpp | 190 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/ |
D | test_helpers.h | 19 inline void ExpectFileEquals(const char* golden, const char* file_path) { in ExpectFileEquals()
|
/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
|
/external/noto-fonts/emoji-compat/ |
D | createfont.py | 132 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/ |
D | directory_entry.proto | 90 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/ |
D | cloud_storage_unittest.py | 247 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/ |
D | cpdf_hint_tables_unittest.cpp | 23 std::string file_path; in MakeDataAvailFromFile() local
|
/external/libbrillo/policy/tests/ |
D | resilient_policy_util_unittest.cc | 20 void CreateFile(const base::FilePath& file_path) { in CreateFile()
|