Home
last modified time | relevance | path

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

12345

/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem_test.cc192 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
199 const std::string filepath = GetURIForPath("dir_not_found/a_file"); in TEST_P() local
206 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
216 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
228 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
235 const std::string filepath = GetURIForPath("dir_not_found/a_file"); in TEST_P() local
242 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
252 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
264 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
277 const std::string filepath = GetURIForPath("a_file"); in TEST_P() local
[all …]
/external/flatbuffers/src/
Dutil.cpp126 std::string StripExtension(const std::string &filepath) { in StripExtension()
131 std::string GetExtension(const std::string &filepath) { in GetExtension()
136 std::string StripPath(const std::string &filepath) { in StripPath()
141 std::string StripFileName(const std::string &filepath) { in StripFileName()
148 std::string filepath = path; in ConCatPathFileName() local
171 void EnsureDirExists(const std::string &filepath) { in EnsureDirExists()
184 std::string AbsolutePath(const std::string &filepath) { in AbsolutePath()
/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
61 std::string filepath = DumpMlirOpToFile("module", module_ref.get()); in TEST() local
/external/skqp/tools/copyright/
Dmain.py85 def ReadFileIntoString(filepath): argument
92 def WriteStringToFile(string, filepath): argument
/external/skia/tools/copyright/
Dmain.py85 def ReadFileIntoString(filepath): argument
92 def WriteStringToFile(string, filepath): argument
/external/tensorflow/tensorflow/python/keras/saving/
Dsave.py52 filepath, argument
142 def load_model(filepath, custom_objects=None, compile=True): # pylint: disable=redefined-builtin argument
/external/autotest/client/cros/ui/
Dui_test_base.py169 def capture_screenshot(self, filepath): argument
180 def draw_image_mask(self, filepath, rectangle, fill='white'): argument
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_baselinefile.cc44 BaseLineFileVerify(const std::string& filepath, bool allow_missing_file) in BaseLineFileVerify()
102 BaseLineFileUpdate(const std::string& filepath, in BaseLineFileUpdate()
154 std::string filepath = filename; in Create() local
Dbwe_test_fileutils.cc56 std::string filepath = webrtc::test::ResourcePath(filename, extension); in Create() local
84 std::string filepath = webrtc::test::OutputPath() + filename + "." + in Create() local
/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/core/util/
Ddump_graph.cc62 Status WriteToFile(const string& filepath, in WriteToFile()
71 Status WriteToFile(const string& filepath, in WriteToFile()
107 string filepath = "NULL"; in WriteTextProtoToUniqueFile() local
/external/python/cpython3/Tools/tz/
Dzdump.py76 filepath = sys.argv[1] variable
78 filepath = os.path.join('/usr/share/zoneinfo', filepath) variable
/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/skia/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/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
/external/chromium-trace/catapult/devil/devil/utils/
Dhost_utils.py11 def get_size(filepath): argument
/external/tensorflow/tensorflow/python/keras/distribute/
Dmulti_worker_training_state.py39 def checkpoint_exists(filepath): argument
48 def remove_checkpoint_if_exists(ckpt_dir, filepath): argument
/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/autotest/client/site_tests/ui_SettingsPage/
Dui_SettingsPage.py21 def capture_screenshot(self, filepath): argument
/external/tensorflow/tensorflow/core/platform/
Dresource_loader_test.cc28 string filepath = GetDataDependencyFilepath(kDataDependencyPath); in TEST() local
/external/autotest/server/cros/
Dcamerabox_utils.py120 def _read_file(self, filepath): argument
127 def _write_file(self, filepath, content, permission=None, owner=None): argument
/external/pdfium/core/fpdfdoc/
Dcpdf_filespec.cpp68 WideString CPDF_FileSpec::DecodeFileName(const WideString& filepath) { in DecodeFileName()
173 WideString CPDF_FileSpec::EncodeFileName(const WideString& filepath) { in EncodeFileName()
/external/webrtc/webrtc/test/
Drtp_file_reader_unittest.cc24 std::string filepath = in Init() local
65 std::string filepath = in Init() local

12345