/external/python/pyfakefs/pyfakefs/tests/ |
D | import_as_example.py | 38 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/ |
D | data_access.py | 38 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/ |
D | modular_filesystem_test.cc | 224 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/ |
D | dump_mlir_util_test.cc | 35 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
|
D | bridge_logger.cc | 55 std::string filepath; in Log() local 94 std::string filepath; in printTiming() local
|
/external/flatbuffers/src/ |
D | util.cpp | 131 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/ |
D | clang_tidy.py | 36 def Process(filepath, args): argument 69 def ValidateCC(filepath): argument
|
/external/skia/tools/copyright/ |
D | main.py | 92 def ReadFileIntoString(filepath): argument 100 def WriteStringToFile(string, filepath): argument
|
/external/skqp/tools/copyright/ |
D | main.py | 85 def ReadFileIntoString(filepath): argument 92 def WriteStringToFile(string, filepath): argument
|
/external/tensorflow/tensorflow/python/keras/saving/ |
D | save.py | 45 filepath, argument 157 def load_model(filepath, custom_objects=None, compile=True, options=None): # pylint: disable=redef… argument
|
/external/googletest/googletest/test/ |
D | gtest_premature_exit_test.cc | 49 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/ |
D | distributed_file_utils.py | 125 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/ |
D | gtest_premature_exit_test.cc | 49 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/ |
D | dump_graph.cc | 124 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/ |
D | zdump.py | 76 filepath = sys.argv[1] variable 78 filepath = os.path.join('/usr/share/zoneinfo', filepath) variable
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | check_system_libs.py | 39 def extract_valid_libs(filepath): argument 55 def extract_system_builds(filepath): argument
|
/external/skia/tools/viewer/ |
D | BisectSlide.cpp | 21 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/ |
D | optimized_decoder_test.cc | 34 tensorflow::Status TFReadFileToString(const std::string& filepath, in TFReadFileToString() 40 absl::Status StdReadFileToString(const std::string& filepath, in StdReadFileToString()
|
/external/skqp/tools/viewer/ |
D | BisectSlide.cpp | 21 sk_sp<BisectSlide> BisectSlide::Create(const char filepath[]) { in Create() 58 BisectSlide::BisectSlide(const char filepath[]) in BisectSlide()
|
/external/ltp/testcases/kernel/controllers/libcontrollers/ |
D | libcontrollers.c | 120 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/ |
D | input_playback.py | 242 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/ |
D | GetZstdLibraryVersion.py | 13 def find_version_tuple(filepath): argument
|
/external/lz4/contrib/meson/ |
D | GetLz4LibraryVersion.py | 13 def find_version_tuple(filepath): argument
|
/external/skia/tools/ |
D | retrieve_from_googlesource.py | 18 def get(repo_url, filepath): argument
|
/external/skqp/tools/ |
D | retrieve_from_googlesource.py | 18 def get(repo_url, filepath): argument
|