/external/tensorflow/tensorflow/contrib/ignite/python/tests/ |
D | igfs_test.py | 43 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/ |
D | gmock-actions_test.cc | 92 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/ |
D | gmock-actions_test.cc | 97 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/ |
D | train_test.py | 111 gfile.Exists( 115 gfile.Exists( 119 gfile.Exists( 130 gfile.Exists( 134 gfile.Exists( 138 gfile.Exists(
|
D | label_wav.py | 82 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):
|
D | label_wav_dir.py | 69 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/ |
D | toco_port_test.cc | 32 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()
|
D | toco_port.cc | 101 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/ |
D | DistribTestDotNet.csproj | 23 …<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/ |
D | benchmark_test.py | 148 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/ |
D | llvm-ranlib.cpp | 73 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/ |
D | base_config_unittest.py | 239 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/ |
D | estimator_test.py | 977 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/ |
D | gmock-actions.h | 74 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/ |
D | gmock-actions.h | 101 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/ |
D | ruby_generator_unittest.cc | 52 while (!File::Exists(prefix + "/src/google/protobuf/compiler/ruby" + file)) { in FindRubyTestDir() 53 if (!File::Exists(prefix)) { in FindRubyTestDir()
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-actions.h | 103 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/ |
D | mb.py | 239 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/ |
D | profile_context_test.py | 58 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/ |
D | Microsoft.Cpp.Win32.llvm.props.in | 2 …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/ |
D | text_datasets.py | 44 if not (gfile.Exists(train_path) and gfile.Exists(test_path)):
|
/external/swiftshader/third_party/LLVM/lib/Archive/ |
D | Archive.cpp | 70 bool Exists; in replaceWith() local 71 if (sys::fs::exists(newFile.str(), Exists) || !Exists) { in replaceWith()
|
/external/swiftshader/third_party/LLVM/tools/llvm-ar/ |
D | llvm-ar.cpp | 314 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/ |
D | dataset.py | 70 if tf.gfile.Exists(filepath): 72 if not tf.gfile.Exists(directory):
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/ |
D | RouteGuideImpl.cs | 56 …var responses = features.FindAll( (feature) => feature.Exists() && request.Contains(feature.Locati… in ListFeatures() 80 if (CheckFeature(point).Exists()) in RecordRoute()
|