Home
last modified time | relevance | path

Searched defs:filepath (Results 1 – 25 of 158) sorted by relevance

1234567

/external/python/pyfakefs/pyfakefs/tests/
Dimport_as_example.py38 def check_if_exists1(filepath): argument
43 def check_if_exists2(filepath): argument
49 def check_if_exists3(filepath): argument
54 def check_if_exists4(filepath, file_exists=my_os.path.exists): argument
58 def check_if_exists5(filepath): argument
63 def check_if_exists6(filepath): argument
68 def file_stat1(filepath): argument
73 def file_stat2(filepath): argument
78 def system_stat(filepath): argument
86 def file_contents1(filepath): argument
[all …]
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Ddata_access.py38 def LoadFileMetadata(cls, filepath): argument
51 def SaveFileMetadata(cls, filepath, metadata): argument
101 def Load(cls, filepath): argument
114 def Save(cls, filepath, config): argument
133 def Load(cls, filepath): argument
146 def Save(cls, filepath, score): argument
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem_test.cc224 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
231 const std::string filepath = GetURIForPath("dir_not_found/a_file"); in TEST_P() local
238 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
248 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
260 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
267 const std::string filepath = GetURIForPath("dir_not_found/a_file"); in TEST_P() local
274 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
284 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
296 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
309 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Ddump_mlir_util_test.cc35 std::string filepath = DumpMlirOpToFile("module", module_ref.get()); in TEST() local
45 std::string filepath = DumpMlirOpToFile("module", module_ref.get()); in TEST() local
62 std::string filepath = DumpMlirOpToFile("module", module_ref.get()); in TEST() local
77 std::string filepath = DumpRawStringToFile("example", example); in TEST() local
Dbridge_logger.cc55 std::string filepath; in Log() local
94 std::string filepath; in printTiming() local
/external/flatbuffers/src/
Dutil.cpp131 std::string StripExtension(const std::string &filepath) { in StripExtension()
136 std::string GetExtension(const std::string &filepath) { in GetExtension()
141 std::string StripPath(const std::string &filepath) { in StripPath()
146 std::string StripFileName(const std::string &filepath) { in StripFileName()
153 std::string filepath = path; in ConCatPathFileName() local
176 void EnsureDirExists(const std::string &filepath) { in EnsureDirExists()
189 std::string AbsolutePath(const std::string &filepath) { in AbsolutePath()
/external/webrtc/tools_webrtc/
Dclang_tidy.py36 def Process(filepath, args): argument
69 def ValidateCC(filepath): argument
/external/skia/tools/copyright/
Dmain.py92 def ReadFileIntoString(filepath): argument
100 def WriteStringToFile(string, filepath): argument
/external/skqp/tools/copyright/
Dmain.py85 def ReadFileIntoString(filepath): argument
92 def WriteStringToFile(string, filepath): argument
/external/tensorflow/tensorflow/python/keras/saving/
Dsave.py45 filepath, argument
157 def load_model(filepath, custom_objects=None, compile=True, options=None): # pylint: disable=redef… argument
/external/googletest/googletest/test/
Dgtest_premature_exit_test.cc49 static bool FileExists(const char* filepath) { in FileExists()
115 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE"); in main() local
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_file_utils.py125 def write_filepath(filepath, strategy): argument
142 def remove_temp_dir_with_filepath(filepath, strategy): argument
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_premature_exit_test.cc49 static bool FileExists(const char* filepath) { in FileExists()
115 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE"); in main() local
/external/tensorflow/tensorflow/core/util/
Ddump_graph.cc124 const string& suffix, string* filepath, in CreateWritableFile()
198 string filepath; in DumpGraphDefToFile() local
217 string filepath; in DumpCostGraphDefToFile() local
245 string filepath; in DumpGraphToFile() local
273 string filepath; in DumpFunctionDefToFile() local
/external/python/cpython3/Tools/tz/
Dzdump.py76 filepath = sys.argv[1] variable
78 filepath = os.path.join('/usr/share/zoneinfo', filepath) variable
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dcheck_system_libs.py39 def extract_valid_libs(filepath): argument
55 def extract_system_builds(filepath): argument
/external/skia/tools/viewer/
DBisectSlide.cpp21 sk_sp<BisectSlide> BisectSlide::Create(const char filepath[]) { in Create()
53 BisectSlide::BisectSlide(const char filepath[]) in BisectSlide()
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
Doptimized_decoder_test.cc34 tensorflow::Status TFReadFileToString(const std::string& filepath, in TFReadFileToString()
40 absl::Status StdReadFileToString(const std::string& filepath, in StdReadFileToString()
/external/skqp/tools/viewer/
DBisectSlide.cpp21 sk_sp<BisectSlide> BisectSlide::Create(const char filepath[]) { in Create()
58 BisectSlide::BisectSlide(const char filepath[]) in BisectSlide()
/external/ltp/testcases/kernel/controllers/libcontrollers/
Dlibcontrollers.c120 int read_file(char *filepath, int action, unsigned int *value) in read_file()
172 int read_shares_file(char *filepath) in read_shares_file()
/external/autotest/client/cros/input_playback/
Dinput_playback.py242 def _get_contents_of_file(self, filepath): argument
441 def playback(self, filepath, input_type='touchpad'): argument
461 def blocking_playback(self, filepath, input_type='touchpad'): argument
/external/zstd/build/meson/
DGetZstdLibraryVersion.py13 def find_version_tuple(filepath): argument
/external/lz4/contrib/meson/
DGetLz4LibraryVersion.py13 def find_version_tuple(filepath): argument
/external/skia/tools/
Dretrieve_from_googlesource.py18 def get(repo_url, filepath): argument
/external/skqp/tools/
Dretrieve_from_googlesource.py18 def get(repo_url, filepath): argument

1234567