/third_party/cef/tests/ceftests/ |
D | browser_info_map_unittest.cc | 53 bool Exists(int browser_id, InfoIdType info_id, InfoObjectType info) { in Exists() function in __anonb3c377510111::MyVisitor 326 EXPECT_TRUE(visitor.Exists(kBrowserId2, 4, obj4)); in TEST() 365 EXPECT_TRUE(visitor.Exists(kBrowserId1, 2, obj2)); in TEST() 417 EXPECT_TRUE(visitor.Exists(kBrowserId1, 1, obj1)); in TEST() 418 EXPECT_TRUE(visitor.Exists(kBrowserId1, 2, obj2)); in TEST() 419 EXPECT_TRUE(visitor.Exists(kBrowserId2, 3, obj3)); in TEST() 420 EXPECT_TRUE(visitor.Exists(kBrowserId2, 4, obj4)); in TEST() 460 EXPECT_TRUE(visitor.Exists(kBrowserId2, 3, obj3)); in TEST() 461 EXPECT_TRUE(visitor.Exists(kBrowserId2, 4, obj4)); in TEST() 501 EXPECT_TRUE(visitor.Exists(kBrowserId1, 1, obj1)); in TEST() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
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 185 assert(Exists(*value)); in Find()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
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 185 assert(Exists(*value)); in Find()
|
/third_party/spirv-tools/source/fuzz/ |
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 185 assert(Exists(*value)); in Find()
|
/third_party/googletest/googlemock/test/ |
D | gmock-actions_test.cc | 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() 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()); // NOLINT in TEST() 308 EXPECT_TRUE(BuiltInDefaultValue<signed short>::Exists()); // NOLINT in TEST() 309 EXPECT_TRUE(BuiltInDefaultValue<short>::Exists()); // NOLINT in TEST() [all …]
|
/third_party/spirv-tools/source/fuzz/fact_manager/ |
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/spirv-tools/source/fuzz/fact_manager/ |
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/ |
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/node/deps/v8/tools/mb/ |
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_path): [all …]
|
/third_party/css-what/src/__fixtures__/ |
D | tests.ts | 363 action: AttributeAction.Exists, 837 action: AttributeAction.Exists, 906 action: AttributeAction.Exists, 922 action: AttributeAction.Exists,
|
/third_party/css-what/src/ |
D | stringify.ts | 112 if (token.action === AttributeAction.Exists) { 142 case AttributeAction.Exists:
|
D | types.ts | 82 Exists = "exists", enumerator
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | coord.h | 93 BOOL_32 Exists(Coordinate& co); 116 BOOL_32 Exists(Coordinate& co);
|
D | coord.cpp | 205 BOOL_32 CoordTerm::Exists(Coordinate& co) in Exists() function in Addr::V2::CoordTerm 329 BOOL_32 CoordEq::Exists(Coordinate& co) in Exists() function in Addr::V2::CoordEq 335 if (m_eq[i].Exists(co)) in Exists()
|
/third_party/protobuf/src/google/protobuf/testing/ |
D | googletest.cc | 93 while (!File::Exists(prefix + "/src/google/protobuf/descriptor.cc")) { in TestSourceDir() 94 if (!File::Exists(prefix)) { in TestSourceDir()
|
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()
|
D | file.h | 49 static bool Exists(const string& name);
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-actions.h | 199 static bool Exists() { return ::std::is_default_constructible<T>::value; } 212 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); } 221 static bool Exists() { return true; } 231 static bool Exists() { return true; } \ 602 static bool Exists() { 603 return IsSet() || internal::BuiltInDefaultValue<T>::Exists(); 665 static bool Exists() { 666 return IsSet() || internal::BuiltInDefaultValue<T&>::Exists(); 686 static bool Exists() { return true; }
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
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_PHOTOSHOP, "DateCreated")) in UpdateExifDates()
|
/third_party/protobuf/csharp/src/AddressBook/ |
D | ListPeople.cs | 84 if (!File.Exists(args[0])) in Main()
|
D | AddPerson.cs | 108 if (File.Exists(args[0])) in Main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
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/ |
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/spirv-tools/test/val/ |
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/curl/tests/data/ |
D | test531 | 16 REPLY STOR 425 Permission Denied. File Exists.
|