/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/doc/source/ |
D | boost-exception.reno | 85 <variant>2</variant> 119 <variant>2</variant> 160 <variant>2</variant> 194 <variant>2</variant> 243 <variant>2</variant> 277 <variant>2</variant> 318 <variant>2</variant> 363 <variant>2</variant> 412 <variant>2</variant> 457 <variant>2</variant> [all …]
|
/aosp_15_r20/build/soong/rust/ |
H A D | sanitize_test.go | 148 variant := "android_arm64_armv8-a" 156 checkHasMemtagNote(t, ctx.ModuleForTests("no_memtag_binary_no_override", variant), None) 157 checkHasMemtagNote(t, ctx.ModuleForTests("no_memtag_binary_override_default_async", variant), None) 158 …checkHasMemtagNote(t, ctx.ModuleForTests("no_memtag_binary_override_default_disable", variant), No… 159 checkHasMemtagNote(t, ctx.ModuleForTests("no_memtag_binary_override_default_sync", variant), None) 161 checkHasMemtagNote(t, ctx.ModuleForTests("no_memtag_test_no_override", variant), None) 162 checkHasMemtagNote(t, ctx.ModuleForTests("no_memtag_test_override_default_async", variant), None) 163 checkHasMemtagNote(t, ctx.ModuleForTests("no_memtag_test_override_default_disable", variant), None) 164 checkHasMemtagNote(t, ctx.ModuleForTests("no_memtag_test_override_default_sync", variant), None) 166 checkHasMemtagNote(t, ctx.ModuleForTests("set_memtag_binary_no_override", variant), Async) [all …]
|
/aosp_15_r20/external/libxkbcommon/test/data/rules/ |
H A D | evdev.xml | 1360 <variant> 1370 </variant> 1371 <variant> 1380 </variant> 1381 <variant> 1386 </variant> 1387 <variant> 1392 </variant> 1393 <variant> 1398 </variant> [all …]
|
H A D | base.xml | 1360 <variant> 1370 </variant> 1371 <variant> 1380 </variant> 1381 <variant> 1386 </variant> 1387 <variant> 1392 </variant> 1393 <variant> 1398 </variant> [all …]
|
H A D | evdev.extras.xml | 16 <variant> 22 </variant> 23 <variant> 29 </variant> 30 <variant> 36 </variant> 37 <variant> 43 </variant> 44 <variant> 50 </variant> [all …]
|
H A D | base.extras.xml | 16 <variant> 22 </variant> 23 <variant> 29 </variant> 30 <variant> 36 </variant> 37 <variant> 43 </variant> 44 <variant> 50 </variant> [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | azroles.h | 174 virtual HRESULT WINAPI GetProperty(LONG lPropId,VARIANT varReserved,VARIANT *pvarProp) = 0; 175 virtual HRESULT WINAPI SetProperty(LONG lPropId,VARIANT varProp,VARIANT varReserved) = 0; 176 virtual HRESULT WINAPI AddPropertyItem(LONG lPropId,VARIANT varProp,VARIANT varReserved) = 0; 177 virtual HRESULT WINAPI DeletePropertyItem(LONG lPropId,VARIANT varProp,VARIANT varReserved) = 0; 178 virtual HRESULT WINAPI get_PolicyAdministrators(VARIANT *pvarAdmins) = 0; 179 virtual HRESULT WINAPI get_PolicyReaders(VARIANT *pvarReaders) = 0; 180 virtual HRESULT WINAPI AddPolicyAdministrator(BSTR bstrAdmin,VARIANT varReserved) = 0; 181 virtual HRESULT WINAPI DeletePolicyAdministrator(BSTR bstrAdmin,VARIANT varReserved) = 0; 182 virtual HRESULT WINAPI AddPolicyReader(BSTR bstrReader,VARIANT varReserved) = 0; 183 virtual HRESULT WINAPI DeletePolicyReader(BSTR bstrReader,VARIANT varReserved) = 0; [all …]
|
D | cdonts.h | 195 virtual HRESULT WINAPI put_Body(VARIANT newVal) = 0; 201 …virtual HRESULT WINAPI Send(VARIANT From,VARIANT To,VARIANT Subject,VARIANT Body,VARIANT Importanc… 202 virtual HRESULT WINAPI AttachFile(VARIANT Source,VARIANT FileName,VARIANT EncodingMethod) = 0; 203 …virtual HRESULT WINAPI AttachURL(VARIANT Source,VARIANT ContentLocation,VARIANT ContentBase,VARIAN… 218 …D dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEP… 223 HRESULT (WINAPI *put_Body)(INewMail *This,VARIANT newVal); 229 …HRESULT (WINAPI *Send)(INewMail *This,VARIANT From,VARIANT To,VARIANT Subject,VARIANT Body,VARIANT… 230 …HRESULT (WINAPI *AttachFile)(INewMail *This,VARIANT Source,VARIANT FileName,VARIANT EncodingMethod… 231 …HRESULT (WINAPI *AttachURL)(INewMail *This,VARIANT Source,VARIANT ContentLocation,VARIANT ContentB… 276 HRESULT WINAPI INewMail_put_Body_Proxy(INewMail *This,VARIANT newVal); [all …]
|
D | mqoai.h | 571 …VARIANT *QueueGuid,VARIANT *ServiceTypeGuid,VARIANT *Label,VARIANT *CreateTime,VARIANT *ModifyTime… 582 …D dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEP… 583 …VARIANT *QueueGuid,VARIANT *ServiceTypeGuid,VARIANT *Label,VARIANT *CreateTime,VARIANT *ModifyTime… 600 …VARIANT *QueueGuid,VARIANT *ServiceTypeGuid,VARIANT *Label,VARIANT *CreateTime,VARIANT *ModifyTime… 628 virtual HRESULT WINAPI get_CreateTime(VARIANT *pvarCreateTime) = 0; 629 virtual HRESULT WINAPI get_ModifyTime(VARIANT *pvarModifyTime) = 0; 635 virtual HRESULT WINAPI Create(VARIANT *IsTransactional,VARIANT *IsWorldReadable) = 0; 650 …D dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEP… 669 HRESULT (WINAPI *get_CreateTime)(IMSMQQueueInfo *This,VARIANT *pvarCreateTime); 670 HRESULT (WINAPI *get_ModifyTime)(IMSMQQueueInfo *This,VARIANT *pvarModifyTime); [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/types/ |
H A D | variant.h | 16 // variant.h 19 // This header file defines an `absl::variant` type for holding a type-safe 23 // The `absl::variant` type is a form of type-safe union. An `absl::variant` 26 // `absl::variant` will hold the value of its first alternative type, provided 29 // In exceptional cases due to error, an `absl::variant` can hold no 33 // As with `absl::optional`, an `absl::variant` -- when it holds a value -- 34 // allocates a value of that type directly within the `variant` itself; it 38 // `absl::variant` is a C++11 compatible version of the C++17 `std::variant` 50 #include <variant> // IWYU pragma: export 59 using std::variant; [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/ |
H A D | variant.h | 16 // variant.h 19 // This header file defines an `absl::variant` type for holding a type-safe 23 // The `absl::variant` type is a form of type-safe union. An `absl::variant` 26 // `absl::variant` will hold the value of its first alternative type, provided 29 // In exceptional cases due to error, an `absl::variant` can hold no 33 // As with `absl::optional`, an `absl::variant` -- when it holds a value -- 34 // allocates a value of that type directly within the `variant` itself; it 38 // `absl::variant` is a C++11 compatible version of the C++17 `std::variant` 50 #include <variant> // IWYU pragma: export 59 using std::variant; [all …]
|
H A D | variant_test.cc | 15 // Unit tests for the variant template. The 'is' and 'IsEmpty' methods 16 // of variant are not explicitly tested because they are used repeatedly 17 // in building other tests. All other public variant methods should have 20 #include "absl/types/variant.h" 22 // This test is a no-op when absl::variant is an alias for std::variant. 59 "Bad variant access") 131 // Forces a variant into the valueless by exception state. 133 void ToValuelessByException(absl::variant<H, T...>& v) { // NOLINT in ToValuelessByException() 175 // Makes a variant holding twelve uniquely typed T wrappers. 178 typedef variant<ValueHolder<T, 1>, ValueHolder<T, 2>, ValueHolder<T, 3>, [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/types/ |
H A D | variant.h | 16 // variant.h 19 // This header file defines an `absl::variant` type for holding a type-safe 23 // The `absl::variant` type is a form of type-safe union. An `absl::variant` 26 // `absl::variant` will hold the value of its first alternative type, provided 29 // In exceptional cases due to error, an `absl::variant` can hold no 33 // As with `absl::optional`, an `absl::variant` -- when it holds a value -- 34 // allocates a value of that type directly within the `variant` itself; it 38 // `absl::variant` is a C++11 compatible version of the C++17 `std::variant` 50 #include <variant> // IWYU pragma: export 59 using std::variant; [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | variant.h | 16 // variant.h 19 // This header file defines an `absl::variant` type for holding a type-safe 23 // The `absl::variant` type is a form of type-safe union. An `absl::variant` 26 // `absl::variant` will hold the value of its first alternative type, provided 29 // In exceptional cases due to error, an `absl::variant` can hold no 33 // As with `absl::optional`, an `absl::variant` -- when it holds a value -- 34 // allocates a value of that type directly within the `variant` itself; it 38 // `absl::variant` is a C++11 compatible version of the C++17 `std::variant` 50 #include <variant> // IWYU pragma: export 59 using std::variant; [all …]
|
D | variant_test.cc | 15 // Unit tests for the variant template. The 'is' and 'IsEmpty' methods 16 // of variant are not explicitly tested because they are used repeatedly 17 // in building other tests. All other public variant methods should have 20 #include "absl/types/variant.h" 22 // This test is a no-op when absl::variant is an alias for std::variant. 59 "Bad variant access") 131 // Forces a variant into the valueless by exception state. 133 void ToValuelessByException(absl::variant<H, T...>& v) { // NOLINT in ToValuelessByException() 175 // Makes a variant holding twelve uniquely typed T wrappers. 178 typedef variant<ValueHolder<T, 1>, ValueHolder<T, 2>, ValueHolder<T, 3>, [all …]
|
/aosp_15_r20/external/pdfium/third_party/abseil-cpp/absl/types/ |
H A D | variant.h | 16 // variant.h 19 // This header file defines an `absl::variant` type for holding a type-safe 23 // The `absl::variant` type is a form of type-safe union. An `absl::variant` 26 // `absl::variant` will hold the value of its first alternative type, provided 29 // In exceptional cases due to error, an `absl::variant` can hold no 33 // As with `absl::optional`, an `absl::variant` -- when it holds a value -- 34 // allocates a value of that type directly within the `variant` itself; it 38 // `absl::variant` is a C++11 compatible version of the C++17 `std::variant` 50 #include <variant> // IWYU pragma: export 59 using std::variant; [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/types/ |
H A D | variant.h | 16 // variant.h 19 // This header file defines an `absl::variant` type for holding a type-safe 23 // The `absl::variant` type is a form of type-safe union. An `absl::variant` 26 // `absl::variant` will hold the value of its first alternative type, provided 29 // In exceptional cases due to error, an `absl::variant` can hold no 33 // As with `absl::optional`, an `absl::variant` -- when it holds a value -- 34 // allocates a value of that type directly within the `variant` itself; it 38 // `absl::variant` is a C++11 compatible version of the C++17 `std::variant` 50 #include <variant> // IWYU pragma: export 59 using std::variant; [all …]
|
H A D | variant_test.cc | 15 // Unit tests for the variant template. The 'is' and 'IsEmpty' methods 16 // of variant are not explicitly tested because they are used repeatedly 17 // in building other tests. All other public variant methods should have 20 #include "absl/types/variant.h" 22 // This test is a no-op when absl::variant is an alias for std::variant. 59 "Bad variant access") 131 // Forces a variant into the valueless by exception state. 133 void ToValuelessByException(absl::variant<H, T...>& v) { // NOLINT in ToValuelessByException() 175 // Makes a variant holding twelve uniquely typed T wrappers. 178 typedef variant<ValueHolder<T, 1>, ValueHolder<T, 2>, ValueHolder<T, 3>, [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/types/ |
H A D | variant.h | 16 // variant.h 19 // This header file defines an `absl::variant` type for holding a type-safe 23 // The `absl::variant` type is a form of type-safe union. An `absl::variant` 26 // `absl::variant` will hold the value of its first alternative type, provided 29 // In exceptional cases due to error, an `absl::variant` can hold no 33 // As with `absl::optional`, an `absl::variant` -- when it holds a value -- 34 // allocates a value of that type directly within the `variant` itself; it 38 // `absl::variant` is a C++11 compatible version of the C++17 `std::variant` 50 #include <variant> // IWYU pragma: export 59 using std::variant; [all …]
|
H A D | variant_test.cc | 15 // Unit tests for the variant template. The 'is' and 'IsEmpty' methods 16 // of variant are not explicitly tested because they are used repeatedly 17 // in building other tests. All other public variant methods should have 20 #include "absl/types/variant.h" 22 // This test is a no-op when absl::variant is an alias for std::variant. 59 "Bad variant access") 131 // Forces a variant into the valueless by exception state. 133 void ToValuelessByException(absl::variant<H, T...>& v) { // NOLINT in ToValuelessByException() 175 // Makes a variant holding twelve uniquely typed T wrappers. 178 typedef variant<ValueHolder<T, 1>, ValueHolder<T, 2>, ValueHolder<T, 3>, [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/types/ |
H A D | variant.h | 16 // variant.h 19 // This header file defines an `absl::variant` type for holding a type-safe 23 // The `absl::variant` type is a form of type-safe union. An `absl::variant` 26 // `absl::variant` will hold the value of its first alternative type, provided 29 // In exceptional cases due to error, an `absl::variant` can hold no 33 // As with `absl::optional`, an `absl::variant` -- when it holds a value -- 34 // allocates a value of that type directly within the `variant` itself; it 38 // `absl::variant` is a C++11 compatible version of the C++17 `std::variant` 50 #include <variant> // IWYU pragma: export 59 using std::variant; [all …]
|
H A D | variant_test.cc | 15 // Unit tests for the variant template. The 'is' and 'IsEmpty' methods 16 // of variant are not explicitly tested because they are used repeatedly 17 // in building other tests. All other public variant methods should have 20 #include "absl/types/variant.h" 22 // This test is a no-op when absl::variant is an alias for std::variant. 59 "Bad variant access") 131 // Forces a variant into the valueless by exception state. 133 void ToValuelessByException(absl::variant<H, T...>& v) { // NOLINT in ToValuelessByException() 175 // Makes a variant holding twelve uniquely typed T wrappers. 178 typedef variant<ValueHolder<T, 1>, ValueHolder<T, 2>, ValueHolder<T, 3>, [all …]
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | variant_conversions_unittest.cc | 56 VARIANT variant; in TEST() local 57 V_VT(&variant) = VT_BOOL; in TEST() 59 VariantConverter<VT_BOOL>::RawSet(&variant, VARIANT_TRUE); in TEST() 60 EXPECT_EQ(V_BOOL(&variant), VARIANT_TRUE); in TEST() 61 EXPECT_EQ(VariantConverter<VT_BOOL>::RawGet(variant), VARIANT_TRUE); in TEST() 69 VARIANT variant; in TEST() local 70 V_VT(&variant) = VT_I1; in TEST() 72 VariantConverter<VT_I1>::RawSet(&variant, 34); in TEST() 73 EXPECT_EQ(V_I1(&variant), 34); in TEST() 74 EXPECT_EQ(VariantConverter<VT_I1>::RawGet(variant), 34); in TEST() [all …]
|
/aosp_15_r20/build/soong/cc/ |
H A D | sanitize_test.go | 215 …check := func(t *testing.T, variant string, runtimeLinkage expectedRuntimeLinkage, preparer androi… 218 asanVariant := variant + "_asan" 219 sharedVariant := variant + "_shared" 221 staticVariant := variant + "_static" 226 binNoAsan := result.ModuleForTests("bin_no_asan", variant) 235 // Static library that uses an asan variant for bin_with_asan and a non-asan variant 381 check := func(t *testing.T, variant string, preparer android.FixturePreparer) { 384 tsanVariant := variant + "_tsan" 385 sharedVariant := variant + "_shared" 390 binNoTsan := result.ModuleForTests("bin_no_tsan", variant) [all …]
|
/aosp_15_r20/external/googleapis/google/genomics/v1/ |
H A D | variants.proto | 44 // Creates variant data by asynchronously importing the provided information. 46 // For the definitions of variant sets and other genomics resources, see 50 // The variants for import will be merged with any existing variant that 52 // alternative bases. If no such variant exists, a new one will be created. 54 // When variants are merged, the call information from the new variant 55 // is added to the existing variant, and Variant info fields are merged 61 // Imported VCF headers are appended to the metadata already in a variant set. 70 // Creates a new variant set. 72 // For the definitions of variant sets and other genomics resources, see 76 // The provided variant set must have a valid `datasetId` set - all other [all …]
|