Home
last modified time | relevance | path

Searched refs:Exists (Results 1 – 25 of 141) sorted by relevance

123456

/external/tensorflow/tensorflow/contrib/ignite/python/tests/
Digfs_test.py43 self.assertFalse(gfile.Exists(file_name))
48 self.assertTrue(gfile.Exists(file_name))
57 self.assertFalse(gfile.Exists(file_name))
77 self.assertFalse(gfile.Exists(dir_name))
78 self.assertFalse(gfile.Exists(file_name))
82 self.assertTrue(gfile.Exists(dir_name))
83 self.assertTrue(gfile.Exists(file_name))
87 self.assertFalse(gfile.Exists(dir_name))
88 self.assertFalse(gfile.Exists(file_name))
97 self.assertFalse(gfile.Exists(src_file_name))
[all …]
/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc92 EXPECT_TRUE(BuiltInDefaultValue<int*>::Exists()); in TEST()
93 EXPECT_TRUE(BuiltInDefaultValue<const char*>::Exists()); in TEST()
94 EXPECT_TRUE(BuiltInDefaultValue<void*>::Exists()); in TEST()
128 EXPECT_TRUE(BuiltInDefaultValue<unsigned char>::Exists()); in TEST()
129 EXPECT_TRUE(BuiltInDefaultValue<signed char>::Exists()); in TEST()
130 EXPECT_TRUE(BuiltInDefaultValue<char>::Exists()); in TEST()
132 EXPECT_TRUE(BuiltInDefaultValue<unsigned wchar_t>::Exists()); in TEST()
133 EXPECT_TRUE(BuiltInDefaultValue<signed wchar_t>::Exists()); in TEST()
136 EXPECT_TRUE(BuiltInDefaultValue<wchar_t>::Exists()); in TEST()
138 EXPECT_TRUE(BuiltInDefaultValue<unsigned short>::Exists()); // NOLINT in TEST()
[all …]
/external/googletest/googlemock/test/
Dgmock-actions_test.cc97 EXPECT_TRUE(BuiltInDefaultValue<int*>::Exists()); in TEST()
98 EXPECT_TRUE(BuiltInDefaultValue<const char*>::Exists()); in TEST()
99 EXPECT_TRUE(BuiltInDefaultValue<void*>::Exists()); in TEST()
137 EXPECT_TRUE(BuiltInDefaultValue<unsigned char>::Exists()); in TEST()
138 EXPECT_TRUE(BuiltInDefaultValue<signed char>::Exists()); in TEST()
139 EXPECT_TRUE(BuiltInDefaultValue<char>::Exists()); in TEST()
141 EXPECT_TRUE(BuiltInDefaultValue<unsigned wchar_t>::Exists()); in TEST()
142 EXPECT_TRUE(BuiltInDefaultValue<signed wchar_t>::Exists()); in TEST()
145 EXPECT_TRUE(BuiltInDefaultValue<wchar_t>::Exists()); in TEST()
147 EXPECT_TRUE(BuiltInDefaultValue<unsigned short>::Exists()); // NOLINT in TEST()
[all …]
/external/tensorflow/tensorflow/examples/speech_commands/
Dtrain_test.py111 gfile.Exists(
115 gfile.Exists(
119 gfile.Exists(
130 gfile.Exists(
134 gfile.Exists(
138 gfile.Exists(
Dlabel_wav.py82 if not wav or not tf.gfile.Exists(wav):
85 if not labels or not tf.gfile.Exists(labels):
88 if not graph or not tf.gfile.Exists(graph):
Dlabel_wav_dir.py69 if not wav_path or not tf.gfile.Exists(wav_path):
91 if not labels or not tf.gfile.Exists(labels):
94 if not graph or not tf.gfile.Exists(graph):
/external/tensorflow/tensorflow/lite/toco/
Dtoco_port_test.cc32 TEST(TocoPortTest, Exists) { in TEST() argument
34 file::Exists(TFLITE_PREFIX "toco/toco_port_test.cc", file::Defaults()) in TEST()
38 file::Exists("non-existent_file_asldjflasdjf", file::Defaults()).ok()); in TEST()
Dtoco_port.cc101 tensorflow::Status Exists(const string& filename, in Exists() function
103 auto status = ::file::Exists(filename, ::file::Defaults()); in Exists()
196 tensorflow::Status Exists(const string& filename, in Exists() function
/external/grpc-grpc/test/distrib/csharp/DistribTest/
DDistribTestDotNet.csproj23 …<FrameworkPathOverride Condition="Exists('/usr/lib/mono/4.5-api')">/usr/lib/mono/4.5-api</Framewor…
24 …<FrameworkPathOverride Condition="Exists('/usr/local/lib/mono/4.5-api')">/usr/local/lib/mono/4.5-a…
25 …<FrameworkPathOverride Condition="Exists('/Library/Frameworks/Mono.framework/Versions/Current/lib/…
/external/tensorflow/tensorflow/python/kernel_tests/
Dbenchmark_test.py148 self.assertFalse(gfile.Exists(expected_output_file))
154 self.assertFalse(gfile.Exists(expected_output_file))
165 self.assertTrue(gfile.Exists(expected_output_file))
166 self.assertTrue(gfile.Exists(expected_output_file_2))
167 self.assertTrue(gfile.Exists(expected_output_file_3))
/external/swiftshader/third_party/LLVM/tools/llvm-ranlib/
Dllvm-ranlib.cpp73 bool Exists; in main() local
74 if (llvm::sys::fs::exists(ArchivePath.str(), Exists) || !Exists) in main()
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dbase_config_unittest.py239 uploader_cs_mock.Exists.return_value = False
273 uploader_cs_mock.Exists.call_args_list)
282 uploader_cs_mock.Exists.return_value = True
321 uploader_cs_mock.Exists.call_args_list)
330 uploader_cs_mock.Exists.return_value = True
363 uploader_cs_mock.Exists.call_args_list)
372 uploader_cs_mock.Exists.return_value = True
407 uploader_cs_mock.Exists.call_args_list)
416 uploader_cs_mock.Exists.return_value = False
457 uploader_cs_mock.Exists.call_args_list)
[all …]
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator_test.py977 self.assertTrue(gfile.Exists(export_dir_base))
978 self.assertTrue(gfile.Exists(export_dir))
980 gfile.Exists(
985 gfile.Exists(
989 gfile.Exists(
994 gfile.Exists(
1000 gfile.Exists(
1004 gfile.Exists(
1020 gfile.Exists(
1023 self.assertTrue(gfile.Exists(expected_extra_path))
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h74 static bool Exists() { return false; } in Exists() function
89 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); } in Exists() function
98 static bool Exists() { return true; } in Exists() function
108 static bool Exists() { return true; } \
181 static bool Exists() { in Exists() function
182 return IsSet() || internal::BuiltInDefaultValue<T>::Exists(); in Exists()
217 static bool Exists() { in Exists() function
218 return IsSet() || internal::BuiltInDefaultValue<T&>::Exists(); in Exists()
238 static bool Exists() { return true; } in Exists() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-actions.h101 static bool Exists() {
112 static bool Exists() {
128 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); }
137 static bool Exists() { return true; }
147 static bool Exists() { return true; } \
229 static bool Exists() {
230 return IsSet() || internal::BuiltInDefaultValue<T>::Exists();
292 static bool Exists() {
293 return IsSet() || internal::BuiltInDefaultValue<T&>::Exists();
313 static bool Exists() { return true; }
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc52 while (!File::Exists(prefix + "/src/google/protobuf/compiler/ruby" + file)) { in FindRubyTestDir()
53 if (!File::Exists(prefix)) { in FindRubyTestDir()
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h103 static bool Exists() {
118 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); }
127 static bool Exists() { return true; }
137 static bool Exists() { return true; } \
219 static bool Exists() {
220 return IsSet() || internal::BuiltInDefaultValue<T>::Exists();
280 static bool Exists() {
281 return IsSet() || internal::BuiltInDefaultValue<T&>::Exists();
301 static bool Exists() { return true; }
/external/v8/tools/mb/
Dmb.py239 if path and self.Exists(path):
438 if not self.Exists(self.ToAbsPath(config)):
493 if not self.Exists(toolchain_path):
505 if self.Exists(gn_args_path):
522 if not self.Exists(self.ToAbsPath(config)):
538 if not self.Exists(path):
549 if not self.Exists(self.args.config_file):
568 if not self.Exists(f):
683 if not self.Exists(path):
741 if self.Exists(runtime_deps_path):
[all …]
/external/tensorflow/tensorflow/python/profiler/
Dprofile_context_test.py58 self.assertTrue(gfile.Exists(outfile))
61 self.assertTrue(gfile.Exists(profile_step100))
89 gfile.Exists(os.path.join(test.get_temp_dir(), "run_meta_11")))
/external/llvm/tools/msbuild/
DMicrosoft.Cpp.Win32.llvm.props.in2 …ts\@VS_VERSION@\Microsoft.Cpp.$(Platform).@VS_VERSION@.props" Condition="Exists('$(VCTargetsPath)\…
3 …orms\$(Platform)\PlatformToolsets\@VS_VERSION@\Toolset.props" Condition="Exists('$(VCTargetsPath)\…
/external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
Dtext_datasets.py44 if not (gfile.Exists(train_path) and gfile.Exists(test_path)):
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchive.cpp70 bool Exists; in replaceWith() local
71 if (sys::fs::exists(newFile.str(), Exists) || !Exists) { in replaceWith()
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp314 bool Exists; in buildPaths() local
315 if (sys::fs::exists(aPath.str(), Exists) || !Exists) in buildPaths()
720 bool Exists; in main() local
721 if (llvm::sys::fs::exists(ArchivePath.str(), Exists) || !Exists) { in main()
/external/tensorflow/tensorflow/lite/tutorials/
Ddataset.py70 if tf.gfile.Exists(filepath):
72 if not tf.gfile.Exists(directory):
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
DRouteGuideImpl.cs56 …var responses = features.FindAll( (feature) => feature.Exists() && request.Contains(feature.Locati… in ListFeatures()
80 if (CheckFeature(point).Exists()) in RecordRoute()

123456