Home
last modified time | relevance | path

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

12345

/external/chromium-trace/catapult/telemetry/
Djson_format11 def GetFormattedJSONString(file_path): argument
19 def ValidateJSONFormat(file_path): argument
29 def Format(file_path): argument
Dvalidate_binary_dependencies20 def ValidateCloudStorageDependencies(file_path): argument
Dlist_telemetry_unittests32 def _ProcessLogFile(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.cc23 FilePath file_path = temp_dir.path().AppendASCII("create_file_1"); in TEST() local
110 FilePath file_path = temp_dir.path().AppendASCII("create_file"); in TEST() local
128 FilePath file_path = temp_dir.path().AppendASCII("create_file_1"); in TEST() local
155 FilePath file_path = temp_dir.path().AppendASCII("read_write_file"); in TEST() local
227 FilePath file_path = temp_dir.path().AppendASCII("append_file"); in TEST() local
275 FilePath file_path = temp_dir.path().AppendASCII("truncate_file"); in TEST() local
390 FilePath file_path = temp_dir.path().AppendASCII("read_at_current_position"); local
414 FilePath file_path = temp_dir.path().AppendASCII("write_at_current_position"); local
437 FilePath file_path = temp_dir.path().AppendASCII("seek_file"); local
454 FilePath file_path = temp_dir.path().AppendASCII("file"); local
[all …]
/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/libmojo/base/android/
Dapk_assets.cc22 int OpenApkAsset(const std::string& file_path, in OpenApkAsset()
41 const std::string& file_path) { in RegisterApkAssetWithGlobalDescriptors()
Dpath_service_android.cc20 FilePath file_path(ConvertJavaStringToUTF8(env, path)); in Override() local
/external/libchrome/base/mac/
Dmach_logging.cc33 MachLogMessage::MachLogMessage(const char* file_path, in MachLogMessage()
49 BootstrapLogMessage::BootstrapLogMessage(const char* file_path, in BootstrapLogMessage()
/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/chromium-trace/catapult/telemetry/telemetry/internal/testing/
Dsystem_stub_test_module.py6 def TestOpen(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
353 def _FormatPath(cls, file_path): argument
368 def _WriteConfigToFile(cls, file_path, dependencies=None): 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.py162 def playback(self, file_path, data_format, blocking=False): argument
293 def dump_diagnostics(self, file_path): argument
361 def set_arc_playback_file(self, file_path): argument
472 def start(self, file_path, blocking): argument
/external/libbrillo/brillo/
Dtest_helpers.h19 inline void ExpectFileEquals(const char* golden, const char* file_path) { in ExpectFileEquals()
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_filesystem.py138 def __init__(self, file_path): argument
569 def Exists(self, file_path): argument
599 def ResolvePath(self, file_path): argument
638 def _ValidRelativePath(file_path): argument
731 def GetObjectFromNormalizedPath(self, file_path): argument
761 def GetObject(self, file_path): argument
776 def ResolveObject(self, file_path): argument
824 def AddObject(self, file_path, file_object): argument
842 def RemoveObject(self, file_path): argument
904 def CreateFile(self, file_path, st_mode=stat.S_IFREG | PERM_DEF_FILE, argument
[all …]
/external/chromium-trace/catapult/telemetry/telemetry/wpr/
Darchive_info.py30 def __init__(self, file_path, data, bucket): argument
48 def FromFile(cls, file_path, bucket): argument
/external/autotest/client/bin/
Dsite_sysinfo_unittest.py46 def append_text_to_file(self, text, file_path): argument
/external/noto-fonts/emoji-compat/
Dcreatefont.py129 def prepend_header_to_file(file_path): argument
241 def read_emoji_lines(file_path, optional=False): argument
300 def read_emoji_intervals(emoji_data_map, file_path, emoji_style_exceptions): argument
325 def read_emoji_sequences(emoji_data_map, file_path, optional=False): argument
/external/sfntly/cpp/src/test/
Dtest_utils.cc84 const char* TestUtils::Extension(const char* file_path) { in Extension()
/external/google-breakpad/src/client/windows/unittests/
Ddump_analysis.h43 explicit DumpAnalysis(const std::wstring& file_path) in DumpAnalysis()

12345