/external/googletest/googlemock/test/ |
D | gmock-actions_test.cc | 94 EXPECT_TRUE(BuiltInDefaultValue<int*>::Exists()); in TEST() 95 EXPECT_TRUE(BuiltInDefaultValue<const char*>::Exists()); in TEST() 96 EXPECT_TRUE(BuiltInDefaultValue<void*>::Exists()); in TEST() 130 EXPECT_TRUE(BuiltInDefaultValue<unsigned char>::Exists()); in TEST() 131 EXPECT_TRUE(BuiltInDefaultValue<signed char>::Exists()); in TEST() 132 EXPECT_TRUE(BuiltInDefaultValue<char>::Exists()); in TEST() 134 EXPECT_TRUE(BuiltInDefaultValue<unsigned wchar_t>::Exists()); in TEST() 135 EXPECT_TRUE(BuiltInDefaultValue<signed wchar_t>::Exists()); in TEST() 138 EXPECT_TRUE(BuiltInDefaultValue<wchar_t>::Exists()); in TEST() 140 EXPECT_TRUE(BuiltInDefaultValue<unsigned short>::Exists()); // NOLINT in TEST() [all …]
|
/external/v8/testing/gmock/test/ |
D | gmock-actions_test.cc | 94 EXPECT_TRUE(BuiltInDefaultValue<int*>::Exists()); in TEST() 95 EXPECT_TRUE(BuiltInDefaultValue<const char*>::Exists()); in TEST() 96 EXPECT_TRUE(BuiltInDefaultValue<void*>::Exists()); in TEST() 130 EXPECT_TRUE(BuiltInDefaultValue<unsigned char>::Exists()); in TEST() 131 EXPECT_TRUE(BuiltInDefaultValue<signed char>::Exists()); in TEST() 132 EXPECT_TRUE(BuiltInDefaultValue<char>::Exists()); in TEST() 134 EXPECT_TRUE(BuiltInDefaultValue<unsigned wchar_t>::Exists()); in TEST() 135 EXPECT_TRUE(BuiltInDefaultValue<signed wchar_t>::Exists()); in TEST() 138 EXPECT_TRUE(BuiltInDefaultValue<wchar_t>::Exists()); in TEST() 140 EXPECT_TRUE(BuiltInDefaultValue<unsigned short>::Exists()); // NOLINT in TEST() [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/tensorflow/tensorflow/python/estimator/ |
D | exporter_test.py | 117 self.assertTrue(gfile.Exists(export_dir_1)) 118 self.assertTrue(gfile.Exists(export_dir_2)) 119 self.assertTrue(gfile.Exists(export_dir_3)) 120 self.assertTrue(gfile.Exists(export_dir_4)) 134 self.assertFalse(gfile.Exists(export_dir_1)) 135 self.assertFalse(gfile.Exists(export_dir_2)) 136 self.assertTrue(gfile.Exists(export_dir_3)) 137 self.assertTrue(gfile.Exists(export_dir_4)) 161 if not gfile.Exists(export_dir):
|
D | estimator_test.py | 1767 self.assertTrue(gfile.Exists(export_dir_base)) 1768 self.assertTrue(gfile.Exists(export_dir)) 1769 self.assertTrue(gfile.Exists(os.path.join( 1772 self.assertTrue(gfile.Exists(os.path.join( 1775 self.assertTrue(gfile.Exists(os.path.join( 1778 self.assertTrue(gfile.Exists(os.path.join( 1811 self.assertTrue(gfile.Exists(export_dir_base)) 1812 self.assertTrue(gfile.Exists(export_dir)) 1813 self.assertTrue(gfile.Exists(os.path.join( 1816 self.assertTrue(gfile.Exists(os.path.join( [all …]
|
/external/tensorflow/tensorflow/contrib/lite/toco/ |
D | toco_port_test.cc | 31 TEST(TocoPortTest, Exists) { in TEST() argument 33 file::Exists(TFLITE_PREFIX "toco/toco_port_test.cc", file::Defaults()) in TEST() 37 file::Exists("non-existent_file_asldjflasdjf", file::Defaults()).ok()); in TEST()
|
D | toco_port.cc | 81 Status Exists(const string& filename, const file::Options& options) { in Exists() function 82 auto status = ::file::Exists(filename, ::file::Defaults()); in Exists() 154 Status Exists(const string& filename, const file::Options& options) { in Exists() function
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | benchmark_test.py | 137 self.assertFalse(gfile.Exists(expected_output_file)) 143 self.assertFalse(gfile.Exists(expected_output_file)) 154 self.assertTrue(gfile.Exists(expected_output_file)) 155 self.assertTrue(gfile.Exists(expected_output_file_2)) 156 self.assertTrue(gfile.Exists(expected_output_file_3))
|
/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/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/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | estimator_test.py | 975 self.assertTrue(gfile.Exists(export_dir_base)) 976 self.assertTrue(gfile.Exists(export_dir)) 978 gfile.Exists( 983 gfile.Exists( 987 gfile.Exists( 992 gfile.Exists( 998 gfile.Exists( 1002 gfile.Exists( 1018 gfile.Exists( 1021 self.assertTrue(gfile.Exists(expected_extra_path)) [all …]
|
/external/tensorflow/tensorflow/examples/speech_commands/ |
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/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/v8/testing/gmock/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/googletest/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/tensorflow/tensorflow/python/profiler/ |
D | profile_context_test.py | 56 self.assertTrue(gfile.Exists(outfile)) 59 self.assertTrue(gfile.Exists(profile_step100)) 84 gfile.Exists(os.path.join(test.get_temp_dir(), "run_meta_11")))
|
/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/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/v8/tools/mb/ |
D | mb.py | 231 if path and self.Exists(path): 344 if not self.Exists(self.ToAbsPath(config)): 517 if not self.Exists(mb_type_path): 520 if not self.Exists(toolchain_path): 541 if self.Exists(gn_args_path): 561 if not self.Exists(self.ToAbsPath(config)): 590 if not self.Exists(path): 611 if not self.Exists(self.args.config_file): 711 if self.Exists(build_dir): 712 if self.Exists(mb_type_path): [all …]
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/ |
D | text_datasets.py | 37 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/contrib/learn/python/learn/utils/ |
D | saved_model_export_utils_test.py | 639 self.assertTrue(gfile.Exists(export_dir_1)) 640 self.assertTrue(gfile.Exists(export_dir_2)) 641 self.assertTrue(gfile.Exists(export_dir_3)) 642 self.assertTrue(gfile.Exists(export_dir_4)) 648 self.assertFalse(gfile.Exists(export_dir_1)) 649 self.assertFalse(gfile.Exists(export_dir_2)) 650 self.assertTrue(gfile.Exists(export_dir_3)) 651 self.assertTrue(gfile.Exists(export_dir_4))
|
/external/protobuf/src/google/protobuf/testing/ |
D | googletest.cc | 80 while (!File::Exists(prefix + "/src/google/protobuf")) { in TestSourceDir() 81 if (!File::Exists(prefix)) { in TestSourceDir()
|