/external/python/pyfakefs/pyfakefs/tests/ |
D | import_as_example.py | 31 def check_if_exists1(filepath): argument 36 def check_if_exists2(filepath): argument 41 def check_if_exists3(filepath): argument 46 def check_if_exists4(filepath, file_exists=my_os.path.exists): argument 50 def check_if_exists5(filepath): argument 55 def check_if_exists6(filepath): argument 60 def check_if_exists7(filepath): argument 65 def check_if_isfile(filepath): argument 70 def check_if_isdir(filepath): argument 75 def check_if_islink(filepath): argument [all …]
|
/external/mbedtls/tests/scripts/ |
D | check_files.py | 55 def normalize_path(filepath): argument 65 def should_check_file(self, filepath): argument 79 def check_file_for_issue(self, filepath): argument 86 def record_issue(self, filepath, line_number): argument 127 def issue_with_line(self, line, filepath, line_number): argument 134 def check_file_line(self, filepath, line, line_number): argument 138 def check_file_for_issue(self, filepath): argument 148 def is_windows_file(filepath): argument 164 def check_file_for_issue(self, filepath): argument 192 def is_valid_shebang(self, first_line, filepath): argument [all …]
|
/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
D | check_files.py | 56 def normalize_path(filepath): argument 66 def should_check_file(self, filepath): argument 80 def check_file_for_issue(self, filepath): argument 87 def record_issue(self, filepath, line_number): argument 129 def issue_with_line(self, line, filepath, line_number): argument 136 def check_file_line(self, filepath, line, line_number): argument 140 def check_file_for_issue(self, filepath): argument 150 def is_windows_file(filepath): argument 178 def is_valid_shebang(self, first_line, filepath): argument 189 def check_file_for_issue(self, filepath): argument [all …]
|
/external/tensorflow/tensorflow/c/experimental/filesystem/ |
D | modular_filesystem_test.cc | 222 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local 229 const std::string filepath = GetURIForPath("dir_not_found/a_file"); in TEST_P() local 236 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local 246 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local 258 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local 265 const std::string filepath = GetURIForPath("dir_not_found/a_file"); in TEST_P() local 272 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local 282 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local 294 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local 307 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local [all …]
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | data_access.py | 37 def LoadFileMetadata(cls, filepath): argument 50 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/compiler/mlir/tensorflow/utils/ |
D | dump_mlir_util_test.cc | 36 std::string filepath = DumpMlirOpToFile("module", module_ref.get()); in TEST() local 46 std::string filepath = DumpMlirOpToFile("module", module_ref.get()); in TEST() local 63 std::string filepath = DumpMlirOpToFile("module", module_ref.get()); in TEST() local 81 std::string filepath = in TEST() local 93 std::string filepath = in TEST() local 114 std::string filepath = in TEST() local 130 std::string filepath = DumpRawStringToFile("example", example); in TEST() local
|
/external/cronet/tot/testing/libfuzzer/ |
D | dictionary_generator.py | 43 def ExtractWordsFromBinary(filepath, min_length=MIN_STRING_LENGTH): argument 69 def ExtractWordsFromSpec(filepath, is_html): argument 150 def PreprocessAndReadRodata(filepath): argument 185 def ReadSpecification(filepath, is_html): argument
|
/external/cronet/stable/testing/libfuzzer/ |
D | dictionary_generator.py | 43 def ExtractWordsFromBinary(filepath, min_length=MIN_STRING_LENGTH): argument 69 def ExtractWordsFromSpec(filepath, is_html): argument 150 def PreprocessAndReadRodata(filepath): argument 185 def ReadSpecification(filepath, is_html): argument
|
/external/flatbuffers/src/ |
D | util.cpp | 269 std::string StripExtension(const std::string &filepath) { in StripExtension() 274 std::string GetExtension(const std::string &filepath) { in GetExtension() 279 std::string StripPath(const std::string &filepath) { in StripPath() 284 std::string StripFileName(const std::string &filepath) { in StripFileName() 289 std::string StripPrefix(const std::string &filepath, in StripPrefix() 300 std::string filepath = path; in ConCatPathFileName() local 326 void EnsureDirExists(const std::string &filepath) { in EnsureDirExists() 343 std::string AbsolutePath(const std::string &filepath) { in AbsolutePath() 369 const std::string &filepath) { in RelativeToRootPath()
|
/external/webrtc/tools_webrtc/ |
D | clang_tidy.py | 34 def Process(filepath, args): argument 70 def ValidateCC(filepath): argument
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/testing/ |
D | TestHttpServer.java | 92 public void registerTextFile(String pattern, String filepath) { in registerTextFile() 97 public void registerBinaryFile(String pattern, String filepath) { in registerBinaryFile() 105 public void registerProtoFileWithETag(String pattern, String filepath, String eTag) { in registerProtoFileWithETag() 110 String pattern, String filepath, String contentType, Optional<String> eTagOptional) { in registerFile()
|
/external/grpc-grpc/test/cpp/util/windows/ |
D | manifest_file.cc | 38 std::string NormalizeFilePath(const std::string& filepath) { in NormalizeFilePath() 42 ManifestFile::ManifestFile(const std::string& filepath) in ManifestFile()
|
/external/icing/icing/file/ |
D | marker-file.cc | 35 const Filesystem* filesystem, std::string filepath, in Create() 67 const std::string& filepath) { in Postmortem()
|
/external/cronet/tot/net/test/ |
D | key_util.cc | 20 bssl::UniquePtr<EVP_PKEY> LoadEVP_PKEYFromPEM(const base::FilePath& filepath) { in LoadEVP_PKEYFromPEM() 62 const base::FilePath& filepath) { in LoadPrivateKeyOpenSSL()
|
/external/cronet/stable/net/test/ |
D | key_util.cc | 20 bssl::UniquePtr<EVP_PKEY> LoadEVP_PKEYFromPEM(const base::FilePath& filepath) { in LoadEVP_PKEYFromPEM() 62 const base::FilePath& filepath) { in LoadPrivateKeyOpenSSL()
|
/external/skia/tools/copyright/ |
D | main.py | 92 def ReadFileIntoString(filepath): argument 100 def WriteStringToFile(string, filepath): argument
|
/external/tensorflow/tensorflow/python/keras/saving/ |
D | save.py | 38 filepath, argument 155 def load_model(filepath, custom_objects=None, compile=True, options=None): # pylint: disable=redef… argument
|
/external/cronet/stable/third_party/googletest/src/googletest/test/ |
D | gtest_premature_exit_test.cc | 49 static bool FileExists(const char* filepath) { in FileExists() 117 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE"); in main() local
|
/external/cronet/tot/third_party/googletest/src/googletest/test/ |
D | gtest_premature_exit_test.cc | 49 static bool FileExists(const char* filepath) { in FileExists() 117 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE"); in main() local
|
/external/rust/android-crates-io/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/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/test/ |
D | gtest_premature_exit_test.cc | 49 static bool FileExists(const char* filepath) { in FileExists() 117 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE"); in main() local
|
/external/googletest/googletest/test/ |
D | gtest_premature_exit_test.cc | 49 static bool FileExists(const char* filepath) { in FileExists() 117 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE"); in main() local
|
/external/tensorflow/tensorflow/python/keras/distribute/ |
D | distributed_file_utils.py | 122 def write_filepath(filepath, strategy): argument 139 def remove_temp_dir_with_filepath(filepath, strategy): argument
|
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/test/ |
D | gtest_premature_exit_test.cc | 49 static bool FileExists(const char* filepath) { in FileExists() 117 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE"); in main() 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
|