| /external/python/pyfakefs/pyfakefs/tests/ |
| D | import_as_example.py | 30 def check_if_exists1(filepath): argument 35 def check_if_exists2(filepath): argument 40 def check_if_exists3(filepath): argument 45 def check_if_exists4(filepath, file_exists=my_os.path.exists): argument 49 def check_if_exists5(filepath): argument 54 def check_if_exists6(filepath): argument 59 def check_if_exists7(filepath): argument 64 def file_stat1(filepath): argument 69 def file_stat2(filepath): argument 74 def system_stat(filepath): argument [all …]
|
| /external/mbedtls/tests/scripts/ |
| D | check_files.py | 67 def normalize_path(filepath): argument 77 def should_check_file(self, filepath): argument 91 def check_file_for_issue(self, filepath): argument 98 def record_issue(self, filepath, line_number): argument 139 def issue_with_line(self, line, filepath): argument 146 def check_file_line(self, filepath, line, line_number): argument 150 def check_file_for_issue(self, filepath): argument 160 def is_windows_file(filepath): argument 176 def check_file_for_issue(self, filepath): argument 204 def is_valid_shebang(self, first_line, filepath): argument [all …]
|
| /external/openthread/third_party/mbedtls/repo/tests/scripts/ |
| D | check_files.py | 64 def normalize_path(filepath): argument 74 def should_check_file(self, filepath): argument 88 def check_file_for_issue(self, filepath): argument 95 def record_issue(self, filepath, line_number): argument 135 def issue_with_line(self, line, filepath): argument 142 def check_file_line(self, filepath, line, line_number): argument 146 def check_file_for_issue(self, filepath): argument 156 def is_windows_file(filepath): argument 172 def check_file_for_issue(self, filepath): argument 200 def is_valid_shebang(self, first_line, 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/testing/libfuzzer/ |
| D | dictionary_generator.py | 47 def ExtractWordsFromBinary(filepath, min_length=MIN_STRING_LENGTH): argument 73 def ExtractWordsFromSpec(filepath, is_html): argument 154 def PreprocessAndReadRodata(filepath): argument 189 def ReadSpecification(filepath, is_html): argument
|
| /external/flatbuffers/src/ |
| D | util.cpp | 259 std::string StripExtension(const std::string &filepath) { in StripExtension() 264 std::string GetExtension(const std::string &filepath) { in GetExtension() 269 std::string StripPath(const std::string &filepath) { in StripPath() 274 std::string StripFileName(const std::string &filepath) { in StripFileName() 279 std::string StripPrefix(const std::string &filepath, in StripPrefix() 290 std::string filepath = path; in ConCatPathFileName() local 316 void EnsureDirExists(const std::string &filepath) { in EnsureDirExists() 329 std::string AbsolutePath(const std::string &filepath) { in AbsolutePath() 355 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/cronet/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/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 | 122 def write_filepath(filepath, strategy): argument 139 def remove_temp_dir_with_filepath(filepath, strategy): argument
|
| /external/cronet/third_party/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/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/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/python/cpython3/Tools/tz/ |
| D | zdump.py | 76 filepath = sys.argv[1] variable 78 filepath = os.path.join('/usr/share/zoneinfo', filepath) variable
|
| /external/skia/tools/viewer/ |
| D | BisectSlide.cpp | 16 sk_sp<BisectSlide> BisectSlide::Create(const char filepath[]) { in Create() 37 BisectSlide::BisectSlide(const char filepath[]) in BisectSlide()
|
| /external/tensorflow/tensorflow/tools/ci_build/builds/ |
| D | check_system_libs.py | 45 def extract_valid_libs(filepath): argument 61 def extract_system_builds(filepath): argument
|
| /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/oss-fuzz/infra/base-images/base-runner/ |
| D | test_all.py | 54 def is_elf(filepath): argument 62 def is_shell_script(filepath): argument
|
| /external/cronet/components/metrics/structured/ |
| D | persistent_proto.cc | 25 std::pair<ReadStatus, std::unique_ptr<T>> Read(const base::FilePath& filepath) { in Read() 45 WriteStatus Write(const base::FilePath& filepath, in Write()
|
| /external/pdfium/core/fpdfdoc/ |
| D | cpdf_filespec.cpp | 67 WideString CPDF_FileSpec::DecodeFileName(const WideString& filepath) { in DecodeFileName() 169 WideString CPDF_FileSpec::EncodeFileName(const WideString& filepath) { in EncodeFileName()
|