Home
last modified time | relevance | path

Searched refs:IsFile (Results 1 – 22 of 22) sorted by relevance

/external/cronet/stable/base/files/
Dfile_path_watcher_unittest.cc173 inline constexpr auto IsFile = [] { in __anon499e9ae30602() variable
2030 testing::AllOf(HasPath(test_file()), testing::Not(HasErrored()), IsFile(), in TEST_P()
2071 testing::AllOf(HasPath(test_file()), testing::Not(HasErrored()), IsFile(), in TEST_P()
2099 testing::AllOf(HasPath(test_file()), testing::Not(HasErrored()), IsFile(), in TEST_P()
2119 testing::AllOf(testing::Not(HasErrored()), IsFile(), in TEST_P()
2161 testing::AllOf(HasPath(test_file()), testing::Not(HasErrored()), IsFile(), in TEST_P()
2211 testing::AllOf(HasPath(test_file()), testing::Not(HasErrored()), IsFile(), in TEST_P()
2240 IsFile(), testing::Not(HasCookie()))); in TEST_P()
2280 IsFile(), testing::Not(HasCookie()))); in TEST_P()
2317 const auto sequence_matcher = testing::Contains(IsFile()); in TEST_P()
[all …]
/external/cronet/tot/base/files/
Dfile_path_watcher_unittest.cc173 inline constexpr auto IsFile = [] { in __anona0e8cf7f0602() variable
2030 testing::AllOf(HasPath(test_file()), testing::Not(HasErrored()), IsFile(), in TEST_P()
2071 testing::AllOf(HasPath(test_file()), testing::Not(HasErrored()), IsFile(), in TEST_P()
2099 testing::AllOf(HasPath(test_file()), testing::Not(HasErrored()), IsFile(), in TEST_P()
2119 testing::AllOf(testing::Not(HasErrored()), IsFile(), in TEST_P()
2161 testing::AllOf(HasPath(test_file()), testing::Not(HasErrored()), IsFile(), in TEST_P()
2211 testing::AllOf(HasPath(test_file()), testing::Not(HasErrored()), IsFile(), in TEST_P()
2240 IsFile(), testing::Not(HasCookie()))); in TEST_P()
2280 IsFile(), testing::Not(HasCookie()))); in TEST_P()
2317 const auto sequence_matcher = testing::Contains(IsFile()); in TEST_P()
[all …]
/external/tensorflow/tensorflow/core/platform/cloud/
Dgoogle_auth_provider.cc79 bool IsFile(const string& filename) { in IsFile() function
90 if (!result || !IsFile(result)) { in GetEnvironmentVariableFileName()
116 if (!IsFile(result)) { in GetWellKnownFileName()
/external/webrtc/rtc_base/
Dfile_rotating_stream.cc53 bool IsFile(absl::string_view file);
96 bool IsFile(absl::string_view file) { in IsFile() function
158 bool IsFile(absl::string_view file) { in IsFile() function
308 if (IsFile(file_to_delete)) { in RotateFiles()
316 if (IsFile(unrotated_name)) { in RotateFiles()
/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOPosix.cpp27 bool IsFile(const std::string &Path) { in IsFile() function
69 (E->d_type == DT_UNKNOWN && IsFile(Path))) in ListFilesInDirRecursive()
91 (E->d_type == DT_UNKNOWN && IsFile(Path))) in IterateDirRecursive()
DFuzzerIOWindows.cpp26 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile() function
62 bool IsFile(const std::string &Path) { in IsFile() function
71 return IsFile(Path, Att); in IsFile()
148 else if (IsFile(FileName, FindInfo.dwFileAttributes)) in ListFilesInDirRecursive()
DFuzzerIO.h69 bool IsFile(const std::string &Path);
DFuzzerDriver.cpp341 if (!IsFile(Path)) in AllInputsAreFiles()
720 if (!IsFile(OutputCorpusDir)) { in FuzzerDriver()
/external/swiftshader/tests/regres/util/
Dutil.go23 func IsFile(path string) bool { func
/external/swiftshader/tests/regres/llvm/
Dllvm.go190 if util.IsFile(path) {
255 if !util.IsFile(t.Profdata()) { // llvm-profdata doesn't have --version flag
/external/swiftshader/tests/regres/cmd/run_testlist/
Dmain.go192 if util.IsFile(root.ICD.Path) {
216 if util.IsFile(toolchainInfoPath) {
/external/clang/unittests/Basic/
DFileManagerTest.cpp31 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory() argument
37 Data.IsDirectory = !IsFile; in InjectFileOrDirectory()
/external/skia/tools/unicode_comparison/go/generate_table/
Dmain.go140 IsFile bool member
146 return &Row{Names: []string{impl}, IsFile: false, Delta: NewCalculatedDelta(), Children: nil}
150 …return &Row{Names: []string{impl, locale}, IsFile: false, Delta: NewCalculatedDelta(), Children: n…
154 return &Row{Names: names, IsFile: false, Delta: NewCalculatedDelta(), Children: nil}
158 return &Row{Names: names, IsFile: true, Text: text, Delta: delta, Children: nil}
261 if r.IsFile {
/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp26 bool IsFile(const std::string &Path) { in IsFile() function
DFuzzerInternal.h85 bool IsFile(const std::string &Path);
DFuzzerDriver.cpp264 if (!IsFile(Path)) in AllInputsAreFiles()
/external/swiftshader/tests/regres/deqp/
Ddeqp.go178 if !util.IsFile(exe) {
313 if !util.IsFile(logPath) {
/external/swiftshader/tests/regres/cmd/regres/
Dmain.go469 if p := path.Join(checkoutDir, deqpConfigRelPath); !util.IsFile(p) {
744 if !util.IsFile(deqpJsonPath) {
1290 if !util.IsFile(swiftshaderICDSo) {
1295 if !util.IsFile(swiftshaderICDJSON) {
1614 if path := filepath.Join(t.checkoutDir, relPath); util.IsFile(path) {
1624 if path := filepath.Join(wd, relPath); util.IsFile(path) {
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc102 bool IsFile(int fd, const char* fn) { in IsFile() function
864 if (!IsFile(*fds[kHandshakeMaps], maps_file.c_str())) { in OnDataAvailable()
872 if (!IsFile(*fds[kHandshakeMem], mem_file.c_str())) { in OnDataAvailable()
/external/clang/lib/Format/
DFormat.cpp1743 bool IsFile = in getStyle() local
1745 if (!IsFile) { in getStyle()
1751 IsFile = Status && in getStyle()
1755 if (IsFile) { in getStyle()
/external/python/watchdog/src/
Dwatchdog_fsevents.c174 FLAG_PROPERTY(IsFile, kFSEventStreamEventFlagItemIsFile) in FLAG_PROPERTY()
/external/bazelbuild-rules_go/third_party/
Dorg_golang_x_tools-deletegopls.patch25298 - if !sURI.IsFile() {
39246 - if !uri.IsFile() {
39490 - if !uri.IsFile() {
39719 - if !uri.IsFile() {
106454 - if !uri.IsFile() {
106484 - if !uri.IsFile() {
106546 - if !uri.IsFile() {
106561 - if !uri.IsFile() {
106576 - if !uri.IsFile() {
124946 -func (uri URI) IsFile() bool {