Home
last modified time | relevance | path

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

12345678

/external/googletest/googlemock/test/
Dgmock-actions_test.cc98 EXPECT_TRUE(BuiltInDefaultValue<int*>::Exists()); in TEST()
99 EXPECT_TRUE(BuiltInDefaultValue<const char*>::Exists()); in TEST()
100 EXPECT_TRUE(BuiltInDefaultValue<void*>::Exists()); in TEST()
135 EXPECT_TRUE(BuiltInDefaultValue<unsigned char>::Exists()); in TEST()
136 EXPECT_TRUE(BuiltInDefaultValue<signed char>::Exists()); in TEST()
137 EXPECT_TRUE(BuiltInDefaultValue<char>::Exists()); in TEST()
139 EXPECT_TRUE(BuiltInDefaultValue<wchar_t>::Exists()); in TEST()
141 EXPECT_TRUE(BuiltInDefaultValue<unsigned short>::Exists()); // NOLINT in TEST()
142 EXPECT_TRUE(BuiltInDefaultValue<signed short>::Exists()); // NOLINT in TEST()
143 EXPECT_TRUE(BuiltInDefaultValue<short>::Exists()); // NOLINT in TEST()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dequivalence_relation.h77 assert(Exists(value1) && in MakeEquivalent()
79 assert(Exists(value2) && in MakeEquivalent()
108 assert(!Exists(value)); in Register()
139 assert(Exists(value)); in GetEquivalenceClass()
177 bool Exists(const T& value) const { in Exists() function
185 assert(Exists(*value)); in Find()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dequivalence_relation.h77 assert(Exists(value1) && in MakeEquivalent()
79 assert(Exists(value2) && in MakeEquivalent()
108 assert(!Exists(value)); in Register()
139 assert(Exists(value)); in GetEquivalenceClass()
177 bool Exists(const T& value) const { in Exists() function
185 assert(Exists(*value)); in Find()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dequivalence_relation.h77 assert(Exists(value1) && in MakeEquivalent()
79 assert(Exists(value2) && in MakeEquivalent()
108 assert(!Exists(value)); in Register()
139 assert(Exists(value)); in GetEquivalenceClass()
177 bool Exists(const T& value) const { in Exists() function
185 assert(Exists(*value)); in Find()
/external/tensorflow/tensorflow/core/platform/
Dram_file_system_test.py91 self.assertTrue(gfile.Exists('ram://exists/a'))
92 self.assertTrue(gfile.Exists('ram://exists/a/b'))
93 self.assertTrue(gfile.Exists('ram://exists/a/b/c.txt'))
95 self.assertFalse(gfile.Exists('ram://exists/b'))
96 self.assertFalse(gfile.Exists('ram://exists/a/c'))
97 self.assertFalse(gfile.Exists('ram://exists/a/b/k'))
/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()
/external/tensorflow/tensorflow/python/profiler/
Dprofiler_v2_test.py77 self.assertTrue(gfile.Exists(overview_page))
80 self.assertTrue(gfile.Exists(input_pipeline))
83 self.assertTrue(gfile.Exists(tensorflow_stats))
85 self.assertTrue(gfile.Exists(kernel_stats))
87 self.assertTrue(gfile.Exists(trace_file))
Dprofile_context_test.py58 self.assertTrue(gfile.Exists(outfile))
61 self.assertTrue(gfile.Exists(profile_step100))
96 gfile.Exists(os.path.join(test.get_temp_dir(), "run_meta_11")))
/external/llvm-project/lldb/source/Host/common/
DMonitoringProcessLauncher.cpp34 if (!fs.Exists(exe_spec)) in LaunchProcess()
37 if (!fs.Exists(exe_spec)) in LaunchProcess()
40 if (!fs.Exists(exe_spec)) { in LaunchProcess()
/external/llvm-project/lldb/source/Symbol/
DLocateSymbolFile.cpp91 if (FileSystem::Instance().Exists(dsym_directory)) { in LookForDsymNextToExecutablePath()
97 if (FileSystem::Instance().Exists(dsym_fspec) && in LookForDsymNextToExecutablePath()
113 if (FileSystem::Instance().Exists(dsym_fspec) && in LookForDsymNextToExecutablePath()
129 if (FileSystem::Instance().Exists(dsym_yaa_fspec)) { in LookForDsymNextToExecutablePath()
132 FileSystem::Instance().Exists(mutable_mod_spec.GetSymbolFileSpec())) { in LookForDsymNextToExecutablePath()
264 FileSystem::Instance().Exists(symbol_file_spec)) in LocateExecutableSymbolFile()
357 if (FileSystem::Instance().Exists(file_spec)) { in LocateExecutableSymbolFile()
/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/llvm-project/lldb/source/Host/android/
DHostInfoAndroid.cpp75 if (FileSystem::Instance().Exists(file_candidate)) in ResolveLibraryPath()
90 if (!success || !FileSystem::Instance().Exists(file_spec)) in ComputeTempFileBaseDirectory()
93 return FileSystem::Instance().Exists(file_spec); in ComputeTempFileBaseDirectory()
/external/tensorflow/tensorflow/python/kernel_tests/
Dbenchmark_test.py149 self.assertFalse(gfile.Exists(expected_output_file))
155 self.assertFalse(gfile.Exists(expected_output_file))
166 self.assertTrue(gfile.Exists(expected_output_file))
167 self.assertTrue(gfile.Exists(expected_output_file_2))
168 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/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteDarwinDevice.cpp81 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
188 if (FileSystem::Instance().Exists(sdk_symbols_symlink_fspec)) { in UpdateSDKDirectoryInfosIfNeeded()
206 if (FileSystem::Instance().Exists(local_sdk_cache)) { in UpdateSDKDirectoryInfosIfNeeded()
246 if (FileSystem::Instance().Exists(sdk_symbols_symlink_fspec)) { in UpdateSDKDirectoryInfosIfNeeded()
428 if (FileSystem::Instance().Exists(local_file)) { in GetFileInSDK()
454 if (FileSystem::Instance().Exists(local_file)) { in GetSymbolFile()
468 if (FileSystem::Instance().Exists(local_file)) { in GetSymbolFile()
481 if (FileSystem::Instance().Exists(local_file)) { in GetSymbolFile()
488 if (FileSystem::Instance().Exists(local_file)) in GetSymbolFile()
/external/llvm-project/lldb/source/API/
DSBFileSpec.cpp89 bool SBFileSpec::Exists() const { in Exists() function in SBFileSpec
90 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFileSpec, Exists); in Exists()
92 return FileSystem::Instance().Exists(*m_opaque_up); in Exists()
208 LLDB_REGISTER_METHOD_CONST(bool, SBFileSpec, Exists, ()); in RegisterMethods()
/external/tensorflow/tensorflow/examples/speech_commands/
Dtrain_test.py124 gfile.Exists(
128 gfile.Exists(
132 gfile.Exists(
/external/deqp-deps/SPIRV-Tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp124 assert(synonymous_.Exists(lhs_dd) && in AddEquationFactRecursive()
129 assert(synonymous_.Exists(*rhs_dd) && in AddEquationFactRecursive()
288 assert(synonymous_.Exists(dd) && in ComputeConversionDataSynonymFacts()
579 if (synonymous_.Exists(dd1_prefix) && in ComputeClosureOfFacts()
580 synonymous_.Exists(dd2_prefix) && in ComputeClosureOfFacts()
786 return synonymous_.Exists(dd) ? synonymous_.Find(&dd) in RegisterDataDescriptor()
878 if (synonymous_.Exists(data_descriptor)) { in GetSynonymsForDataDescriptor()
920 return synonymous_.Exists(data_descriptor1) && in IsSynonymous()
921 synonymous_.Exists(data_descriptor2) && in IsSynonymous()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp124 assert(synonymous_.Exists(lhs_dd) && in AddEquationFactRecursive()
129 assert(synonymous_.Exists(*rhs_dd) && in AddEquationFactRecursive()
288 assert(synonymous_.Exists(dd) && in ComputeConversionDataSynonymFacts()
579 if (synonymous_.Exists(dd1_prefix) && in ComputeClosureOfFacts()
580 synonymous_.Exists(dd2_prefix) && in ComputeClosureOfFacts()
786 return synonymous_.Exists(dd) ? synonymous_.Find(&dd) in RegisterDataDescriptor()
878 if (synonymous_.Exists(data_descriptor)) { in GetSynonymsForDataDescriptor()
920 return synonymous_.Exists(data_descriptor1) && in IsSynonymous()
921 synonymous_.Exists(data_descriptor2) && in IsSynonymous()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp124 assert(synonymous_.Exists(lhs_dd) && in AddEquationFactRecursive()
129 assert(synonymous_.Exists(*rhs_dd) && in AddEquationFactRecursive()
288 assert(synonymous_.Exists(dd) && in ComputeConversionDataSynonymFacts()
579 if (synonymous_.Exists(dd1_prefix) && in ComputeClosureOfFacts()
580 synonymous_.Exists(dd2_prefix) && in ComputeClosureOfFacts()
786 return synonymous_.Exists(dd) ? synonymous_.Find(&dd) in RegisterDataDescriptor()
878 if (synonymous_.Exists(data_descriptor)) { in GetSynonymsForDataDescriptor()
920 return synonymous_.Exists(data_descriptor1) && in IsSynonymous()
921 synonymous_.Exists(data_descriptor2) && in IsSynonymous()
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-actions.h103 static bool Exists() {
114 static bool Exists() {
130 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); }
139 static bool Exists() { return true; }
149 static bool Exists() { return true; } \
231 static bool Exists() {
232 return IsSet() || internal::BuiltInDefaultValue<T>::Exists();
294 static bool Exists() {
295 return IsSet() || internal::BuiltInDefaultValue<T&>::Exists();
315 static bool Exists() { return true; }
/external/llvm-project/lldb/bindings/interface/
DSBFileSpec.i54 Exists () const;
101 …exists = property(Exists, None, doc='''A read only property that returns a boolean value that indi…
/external/icing/icing/legacy/index/
Dicing-dynamic-trie_test.cc615 ASSERT_TRUE(reader.Exists()); in TEST_F()
647 EXPECT_TRUE(readers.Exists(0)); in TEST_F()
648 EXPECT_TRUE(readers.Exists(1)); in TEST_F()
649 EXPECT_FALSE(readers.Exists(2)); in TEST_F()
650 EXPECT_TRUE(readers.Exists(3)); in TEST_F()
678 EXPECT_TRUE(readers.Exists(0)); in TEST_F()
679 EXPECT_FALSE(readers.Exists(1)); in TEST_F()
680 EXPECT_FALSE(readers.Exists(2)); in TEST_F()
681 EXPECT_TRUE(readers.Exists(3)); in TEST_F()
683 if (readers.Exists(i)) { in TEST_F()
[all …]
/external/tensorflow/tensorflow/tools/test/
Drun_and_gather_logs_lib.py134 if gfile.Exists(os.path.join("bazel-bin", test_executable)):
160 if not gfile.Exists(test_executable):
162 if not gfile.Exists(test_executable_py3):
/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)\…

12345678