Home
last modified time | relevance | path

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

123456

/external/googletest/googlemock/test/
Dgmock-actions_test.cc94 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/
Dgmock-actions_test.cc94 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/
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/tensorflow/tensorflow/python/estimator/
Dexporter_test.py117 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):
Destimator_test.py1767 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/
Dtoco_port_test.cc31 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()
Dtoco_port.cc81 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/
Dbenchmark_test.py137 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/
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/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/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator_test.py975 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/
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/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/v8/testing/gmock/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/googletest/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/tensorflow/tensorflow/python/profiler/
Dprofile_context_test.py56 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/
Druby_generator_unittest.cc52 while (!File::Exists(prefix + "/src/google/protobuf/compiler/ruby" + file)) { in FindRubyTestDir()
53 if (!File::Exists(prefix)) { in FindRubyTestDir()
/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/v8/tools/mb/
Dmb.py231 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/
Dtext_datasets.py37 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/contrib/learn/python/learn/utils/
Dsaved_model_export_utils_test.py639 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/
Dgoogletest.cc80 while (!File::Exists(prefix + "/src/google/protobuf")) { in TestSourceDir()
81 if (!File::Exists(prefix)) { in TestSourceDir()

123456