/third_party/googletest/googlemock/test/ |
H A D | gmock-actions_test.cc | 262 // Tests that BuiltInDefaultValue<T*>::Exists() return true. 264 EXPECT_TRUE(BuiltInDefaultValue<int*>::Exists()); in TEST() 265 EXPECT_TRUE(BuiltInDefaultValue<const char*>::Exists()); in TEST() 266 EXPECT_TRUE(BuiltInDefaultValue<void*>::Exists()); in TEST() 298 // Tests that BuiltInDefaultValue<T>::Exists() returns true when T is a 301 EXPECT_TRUE(BuiltInDefaultValue<unsigned char>::Exists()); in TEST() 302 EXPECT_TRUE(BuiltInDefaultValue<signed char>::Exists()); in TEST() 303 EXPECT_TRUE(BuiltInDefaultValue<char>::Exists()); in TEST() 305 EXPECT_TRUE(BuiltInDefaultValue<wchar_t>::Exists()); in TEST() 307 EXPECT_TRUE(BuiltInDefaultValue<unsigned short>::Exists()); // NOLIN in TEST() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | equivalence_relation.h | 77 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 in spvtools::fuzz::EquivalenceRelation 185 assert(Exists(*value)); in Find()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | equivalence_relation.h | 77 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 in spvtools::fuzz::EquivalenceRelation 185 assert(Exists(*value)); in Find()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | equivalence_relation.h | 77 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 in spvtools::fuzz::EquivalenceRelation 185 assert(Exists(*value)); in Find()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/ |
H A D | data_synonym_and_id_equation_facts.cpp | 124 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
H A D | data_synonym_and_id_equation_facts.cpp | 124 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()
|
/third_party/spirv-tools/source/fuzz/fact_manager/ |
H A D | data_synonym_and_id_equation_facts.cpp | 125 assert(synonymous_.Exists(lhs_dd) && in AddEquationFactRecursive() 130 assert(synonymous_.Exists(*rhs_dd) && in AddEquationFactRecursive() 289 assert(synonymous_.Exists(dd) && in ComputeConversionDataSynonymFacts() 580 if (synonymous_.Exists(dd1_prefix) && in ComputeClosureOfFacts() 581 synonymous_.Exists(dd2_prefix) && in ComputeClosureOfFacts() 787 return synonymous_.Exists(dd) ? synonymous_.Find(&dd) in RegisterDataDescriptor() 879 if (synonymous_.Exists(data_descriptor)) { in GetSynonymsForDataDescriptor() 921 return synonymous_.Exists(data_descriptor1) && in IsSynonymous() 922 synonymous_.Exists(data_descriptor2) && in IsSynonymous()
|
/third_party/node/deps/v8/tools/mb/ |
H A D | mb.py | 285 if path and self.Exists(path): 447 if not self.Exists(self.ToAbsPath(config)): 502 if not self.Exists(toolchain_path): 514 if self.Exists(gn_args_path): 531 if not self.Exists(self.ToAbsPath(config)): 547 if not self.Exists(path): 558 if not self.Exists(self.args.config_file): 577 if not self.Exists(f): 697 if not self.Exists(path): 752 if self.Exists(runtime_deps_pat 1166 def Exists(self, path): global() member in MetaBuildWrapper [all...] |
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | coord.h | 93 BOOL_32 Exists(Coordinate& co); 116 BOOL_32 Exists(Coordinate& co);
|
H A D | coord.cpp | 205 BOOL_32 CoordTerm::Exists(Coordinate& co) 329 BOOL_32 CoordEq::Exists(Coordinate& co) 335 if (m_eq[i].Exists(co))
|
/third_party/protobuf/src/google/protobuf/testing/ |
H A D | file.cc | 69 bool File::Exists(const string& name) { in Exists() function in google::protobuf::File 133 if (Exists(path)) return false; in RecursivelyCreateDir()
|
H A D | googletest.cc | 93 while (!File::Exists(prefix + "/src/google/protobuf/descriptor.cc")) { in TestSourceDir() 94 if (!File::Exists(prefix)) { in TestSourceDir()
|
H A D | file.h | 49 static bool Exists(const string& name);
|
/third_party/protobuf/csharp/src/AddressBook/ |
H A D | ListPeople.cs | 84 if (!File.Exists(args[0]))
in Main()
|
H A D | AddPerson.cs | 108 if (File.Exists(args[0]))
in Main()
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-actions.h | 199 static bool Exists() { return ::std::is_default_constructible<T>::value; } in Exists() function in testing::internal::BuiltInDefaultValue 212 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); } in Exists() function in testing::internal::BuiltInDefaultValue 221 static bool Exists() { return true; } in Exists() function in testing::internal::BuiltInDefaultValue 231 static bool Exists() { return true; } \ 602 static bool Exists() { in Exists() function in testing::DefaultValue 603 return IsSet() || internal::BuiltInDefaultValue<T>::Exists(); in Exists() 607 // otherwise returns the built-in default value. Requires that Exists() 665 static bool Exists() { in Exists() function in testing::DefaultValue 666 return IsSet() || internal::BuiltInDefaultValue<T&>::Exists(); in Exists() 686 static bool Exists() { return true; } Exists() function in testing::DefaultValue [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_xmp.cpp | 619 bool dng_xmp::Exists (const char *ns, in Exists() function in dng_xmp 623 return fSDK->Exists (ns, path); in Exists() 2295 else if (fSDK->Exists (XMP_NS_EXIF, "Flash")) in SyncFlash() 3566 if (Exists (XMP_NS_EXIF, "GPSVersionID" ) || in SyncExif() 3567 Exists (XMP_NS_EXIF, "GPSLatitude" ) || in SyncExif() 3568 Exists (XMP_NS_EXIF, "GPSLongitude" ) || in SyncExif() 3569 Exists (XMP_NS_EXIF, "GPSAltitude" ) || in SyncExif() 3570 Exists (XMP_NS_EXIF, "GPSTimeStamp" ) || in SyncExif() 3571 Exists (XMP_NS_EXIF, "GPSProcessingMethod")) in SyncExif() 4050 if (s.NotEmpty () && !Exists (XMP_NS_PHOTOSHO in UpdateExifDates() [all...] |
H A D | dng_xmp_sdk.h | 101 bool Exists (const char *ns,
|
H A D | dng_xmp_sdk.cpp | 546 bool dng_xmp_sdk::Exists (const char *ns, in Exists() function in dng_xmp_sdk 920 if (Exists (ns, path)) in ValidateStringList()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_capability_test.cpp | 2045 bool Exists(const std::string& capability, spv_target_env env) { in Exists() function 2057 if (Exists(capability, SPV_ENV_UNIVERSAL_1_0)) in TEST_P() 2059 else if (Exists(capability, SPV_ENV_UNIVERSAL_1_1)) in TEST_P() 2061 else if (Exists(capability, SPV_ENV_UNIVERSAL_1_2)) in TEST_P() 2075 if (Exists(capability, SPV_ENV_UNIVERSAL_1_1)) { in TEST_P() 2086 if (Exists(capability, SPV_ENV_VULKAN_1_0)) { in TEST_P() 2097 if (Exists(capability, SPV_ENV_VULKAN_1_1)) { in TEST_P() 2108 if (Exists(capability, SPV_ENV_VULKAN_1_2)) { in TEST_P() 2119 if (Exists(capability, SPV_ENV_OPENGL_4_0)) { in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_capability_test.cpp | 2045 bool Exists(const std::string& capability, spv_target_env env) { in Exists() function 2057 if (Exists(capability, SPV_ENV_UNIVERSAL_1_0)) in TEST_P() 2059 else if (Exists(capability, SPV_ENV_UNIVERSAL_1_1)) in TEST_P() 2061 else if (Exists(capability, SPV_ENV_UNIVERSAL_1_2)) in TEST_P() 2075 if (Exists(capability, SPV_ENV_UNIVERSAL_1_1)) { in TEST_P() 2086 if (Exists(capability, SPV_ENV_VULKAN_1_0)) { in TEST_P() 2097 if (Exists(capability, SPV_ENV_VULKAN_1_1)) { in TEST_P() 2108 if (Exists(capability, SPV_ENV_VULKAN_1_2)) { in TEST_P() 2119 if (Exists(capability, SPV_ENV_OPENGL_4_0)) { in TEST_P()
|
/third_party/spirv-tools/test/val/ |
H A D | val_capability_test.cpp | 2045 bool Exists(const std::string& capability, spv_target_env env) { in Exists() function 2057 if (Exists(capability, SPV_ENV_UNIVERSAL_1_0)) in TEST_P() 2059 else if (Exists(capability, SPV_ENV_UNIVERSAL_1_1)) in TEST_P() 2061 else if (Exists(capability, SPV_ENV_UNIVERSAL_1_2)) in TEST_P() 2075 if (Exists(capability, SPV_ENV_UNIVERSAL_1_1)) { in TEST_P() 2086 if (Exists(capability, SPV_ENV_VULKAN_1_0)) { in TEST_P() 2097 if (Exists(capability, SPV_ENV_VULKAN_1_1)) { in TEST_P() 2108 if (Exists(capability, SPV_ENV_VULKAN_1_2)) { in TEST_P() 2119 if (Exists(capability, SPV_ENV_OPENGL_4_0)) { in TEST_P()
|
/third_party/node/src/ |
H A D | node_builtins.h | 73 bool Exists(const char* id);
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_bootstrap_unittest.cc | 135 if (!File::Exists(TestSourceDir() + "/" + descriptor_file_name)) { in TEST()
|
/third_party/skia/experimental/xps_to_png/ |
H A D | xps_to_png.cs | 93 } else if (System.IO.File.Exists(arg)) { in Main()
|