| /external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/ |
| D | any.hpp | 2 /// \file any.hpp 3 /// Contains definition the detail::any type 24 struct any struct 26 template<typename T> any(T const &) {} in any() argument 27 any operator[](any); 28 … #define M0(Z, N, DATA) any operator()(BOOST_PP_ENUM_PARAMS_Z(Z, N, any BOOST_PP_INTERCEPT)); 35 any operator+(); 36 any operator-(); 37 any operator*(); 38 any operator&(); [all …]
|
| /external/icu/android_icu4j/src/main/tests/android/icu/extratest/ |
| D | expected_transliteration_id_list.txt | 2 Accents-Any 5 Any-Accents 6 Any-Publishing 327 Publishing-Any 589 Any-Null 590 Any-Remove 591 Any-Hex/Unicode 592 Any-Hex/Java 593 Any-Hex/C 594 Any-Hex/XML [all …]
|
| /external/icu/android_icu4j/testing/src/android/icu/extratest/ |
| D | expected_transliteration_id_list_release_1.txt | 2 Accents-Any 4 Any-Accents 5 Any-Publishing 261 Publishing-Any 510 Any-Null 511 Any-Remove 512 Any-Hex/Unicode 513 Any-Hex/Java 514 Any-Hex/C 515 Any-Hex/XML [all …]
|
| /external/protobuf/csharp/src/ |
| D | Google.Protobuf.sln | 21 Debug|Any CPU = Debug|Any CPU 22 Release|Any CPU = Release|Any CPU 25 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 26 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Debug|Any CPU.Build.0 = Debug|Any CPU 27 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Release|Any CPU.ActiveCfg = Release|Any CPU 28 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Release|Any CPU.Build.0 = Release|Any CPU 29 {9B576380-726D-4142-8238-60A43AB0E35A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 30 {9B576380-726D-4142-8238-60A43AB0E35A}.Debug|Any CPU.Build.0 = Debug|Any CPU 31 {9B576380-726D-4142-8238-60A43AB0E35A}.Release|Any CPU.ActiveCfg = Release|Any CPU 32 {9B576380-726D-4142-8238-60A43AB0E35A}.Release|Any CPU.Build.0 = Release|Any CPU [all …]
|
| /external/python/absl-py/absl/logging/ |
| D | __init__.pyi | 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 from typing import Any, Callable, Dict, NoReturn, Optional, Tuple, TypeVar, Union 52 def fatal(msg: Any, *args: Any, **kwargs: Any) -> NoReturn: 56 def error(msg: Any, *args: Any, **kwargs: Any) -> None: 60 def warning(msg: Any, *args: Any, **kwargs: Any) -> None: 64 def warn(msg: Any, *args: Any, **kwargs: Any) -> None: 68 def info(msg: Any, *args: Any, **kwargs: Any) -> None: 72 def debug(msg: Any, *args: Any, **kwargs: Any) -> None: 76 def exception(msg: Any, *args: Any, **kwargs: Any) -> None: 80 def log_every_n(level: int, msg: Any, n: int, *args: Any) -> None: [all …]
|
| /external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
| D | AnyTest.cs | 21 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 24 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 27 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 29 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 44 var any = Any.Pack(message); in Pack() 45 Assert.AreEqual("type.googleapis.com/protobuf_unittest3.TestAllTypes", any.TypeUrl); in Pack() 46 Assert.AreEqual(message.CalculateSize(), any.Value.Length); in Pack() 53 var any = Any.Pack(message, "foo.bar/baz"); in Pack_WithCustomPrefix() 54 Assert.AreEqual("foo.bar/baz/protobuf_unittest3.TestAllTypes", any.TypeUrl); in Pack_WithCustomPrefix() 55 Assert.AreEqual(message.CalculateSize(), any.Value.Length); in Pack_WithCustomPrefix() [all …]
|
| /external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
| D | AnyTest.cs | 21 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 24 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 27 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 29 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 44 var any = Any.Pack(message); in Pack() 45 Assert.AreEqual("type.googleapis.com/protobuf_unittest3.TestAllTypes", any.TypeUrl); in Pack() 46 Assert.AreEqual(message.CalculateSize(), any.Value.Length); in Pack() 53 var any = Any.Pack(message, "foo.bar/baz"); in Pack_WithCustomPrefix() 54 Assert.AreEqual("foo.bar/baz/protobuf_unittest3.TestAllTypes", any.TypeUrl); in Pack_WithCustomPrefix() 55 Assert.AreEqual(message.CalculateSize(), any.Value.Length); in Pack_WithCustomPrefix() [all …]
|
| /external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
| D | AnyTest.cs | 21 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 24 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 27 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 29 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 44 var any = Any.Pack(message); in Pack() 45 Assert.AreEqual("type.googleapis.com/protobuf_unittest3.TestAllTypes", any.TypeUrl); in Pack() 46 Assert.AreEqual(message.CalculateSize(), any.Value.Length); in Pack() 53 var any = Any.Pack(message, "foo.bar/baz"); in Pack_WithCustomPrefix() 54 Assert.AreEqual("foo.bar/baz/protobuf_unittest3.TestAllTypes", any.TypeUrl); in Pack_WithCustomPrefix() 55 Assert.AreEqual(message.CalculateSize(), any.Value.Length); in Pack_WithCustomPrefix() [all …]
|
| /external/ksp/test-utils/testData/api/ |
| D | typeComposure.kt | 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 // C<*> ?= C<Any> : true 25 // C<*> ?= C<in Any> : true 28 // C<*> ?= C<out Any> : true 31 // C<Any> ?= C<*> : false 32 // C<Any> ?= C<Any> : true 33 // C<Any> ?= C<Int> : false 34 // C<Any> ?= C<Number> : false 35 // C<Any> ?= C<in Any> : false 36 // C<Any> ?= C<in Int> : false [all …]
|
| /external/libcxx/include/ |
| D | any | 2 //===------------------------------ any -----------------------------------===// 15 any synopsis 25 class any 29 // 6.3.1 any construct/destruct 30 any() noexcept; 32 any(const any& other); 33 any(any&& other) noexcept; 36 any(ValueType&& value); 38 ~any(); 40 // 6.3.2 any assignments [all …]
|
| /external/rust/android-crates-io/crates/spdx/src/text/licenses/ |
| D | APL-1.0 | 4 THE LICENSED WORK IS PROVIDED UNDER THE TERMS OF THIS ADAPTIVE PUBLIC LICENSE ("LICENSE"). ANY USE,… 8 …any Suppfile.txt accompanying this License to determine the specific adaptive features applicable … 19 1.3. "DISTRIBUTOR" means any Person that distributes the Licensed Work or any portion thereof to at… 21 1.4. "ELECTRONIC DISTRIBUTION MECHANISM" means any mechanism generally accepted in the software dev… 23 1.5. "EXECUTABLE" means the Licensed Work in any form other than Source Code. 27 … data that is not a derivative work of or copied from the Licensed Work or any portion thereof. In… 31 1.9. "INITIAL WORK" means the initial Source Code, object code (if any) and documentation for the c… 35 1.11. "LICENSED WORK" means the Initial Work and/or any Subsequent Work, in each case including por… 39 1.13. "MODIFICATION" or "MODIFICATIONS" means any change to and/or addition to the Licensed Work. 43 …PIENT" means any Person who receives or obtains the Licensed Work under this License (by way of ex… [all …]
|
| /external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
| D | any_test.cc | 20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 23 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 26 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 73 google::protobuf::Any any; in TEST() local 74 any.PackFrom(payload); in TEST() 78 EXPECT_FALSE(any.UnpackTo(&dest)); in TEST() 82 // We can pack a Any message inside another Any message. in TEST() 85 google::protobuf::Any any; in TEST() local 86 any.PackFrom(submessage); in TEST() [all …]
|
| /external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
| D | any_test.cc | 20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 23 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 26 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 73 google::protobuf::Any any; in TEST() local 74 any.PackFrom(payload); in TEST() 78 EXPECT_FALSE(any.UnpackTo(&dest)); in TEST() 82 // We can pack a Any message inside another Any message. in TEST() 85 google::protobuf::Any any; in TEST() local 86 any.PackFrom(submessage); in TEST() [all …]
|
| /external/protobuf/src/google/protobuf/ |
| D | any_test.cc | 20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 23 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 26 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 73 google::protobuf::Any any; in TEST() local 74 any.PackFrom(payload); in TEST() 78 EXPECT_FALSE(any.UnpackTo(&dest)); in TEST() 82 // We can pack a Any message inside another Any message. in TEST() 85 google::protobuf::Any any; in TEST() local 86 any.PackFrom(submessage); in TEST() [all …]
|
| /external/cronet/tot/third_party/libc++/src/include/ |
| D | any | 14 any synopsis 24 class any 28 // 6.3.1 any construct/destruct 29 any() noexcept; 31 any(const any& other); 32 any(any&& other) noexcept; 35 any(ValueType&& value); 37 ~any(); 39 // 6.3.2 any assignments 40 any& operator=(const any& rhs); [all …]
|
| /external/cronet/stable/third_party/libc++/src/include/ |
| D | any | 14 any synopsis 24 class any 28 // 6.3.1 any construct/destruct 29 any() noexcept; 31 any(const any& other); 32 any(any&& other) noexcept; 35 any(ValueType&& value); 37 ~any(); 39 // 6.3.2 any assignments 40 any& operator=(const any& rhs); [all …]
|
| /external/cronet/tot/third_party/libc++/src/include/__cxx03/ |
| D | any | 14 any synopsis 24 class any 28 // 6.3.1 any construct/destruct 29 any() noexcept; 31 any(const any& other); 32 any(any&& other) noexcept; 35 any(ValueType&& value); 37 ~any(); 39 // 6.3.2 any assignments 40 any& operator=(const any& rhs); [all …]
|
| /external/cronet/stable/third_party/libc++/src/include/__cxx03/ |
| D | any | 14 any synopsis 24 class any 28 // 6.3.1 any construct/destruct 29 any() noexcept; 31 any(const any& other); 32 any(any&& other) noexcept; 35 any(ValueType&& value); 37 ~any(); 39 // 6.3.2 any assignments 40 any& operator=(const any& rhs); [all …]
|
| /external/llvm/test/MC/Mips/ |
| D | module-directive-bad.s | 6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 22 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 26 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 30 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 34 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 38 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 42 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code [all …]
|
| /external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
| D | any.h | 12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 // any.h 20 // This header file define the `absl::any` type for holding a type-safe value 21 // of any type. The 'absl::any` type is useful for providing a way to hold 25 // `absl::any_cast()`. Note that when casting an `absl::any`, you must cast it 30 // auto a = absl::any(65); 35 // `absl::any` is a C++11 compatible version of the C++17 `std::any` abstraction 40 // other unspecified type. `absl::any` provides an "owning" version of `void *` 43 // Note: just as in the case of `void *`, use of `absl::any` (and its C++17 44 // version `std::any`) is a code smell indicating that your API might not be [all …]
|
| /external/openscreen/third_party/abseil/src/absl/types/ |
| D | any.h | 12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 // any.h 20 // This header file define the `absl::any` type for holding a type-safe value 21 // of any type. The 'absl::any` type is useful for providing a way to hold 25 // `absl::any_cast()`. Note that when casting an `absl::any`, you must cast it 30 // auto a = absl::any(65); 35 // `absl::any` is a C++11 compatible version of the C++17 `std::any` abstraction 40 // other unspecified type. `absl::any` provides an "owning" version of `void *` 43 // Note: just as in the case of `void *`, use of `absl::any` (and its C++17 44 // version `std::any`) is a code smell indicating that your API might not be [all …]
|
| /external/abseil-cpp/absl/types/ |
| D | any.h | 12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 // any.h 20 // This header file define the `absl::any` type for holding a type-safe value 21 // of any type. The 'absl::any` type is useful for providing a way to hold 25 // `absl::any_cast()`. Note that when casting an `absl::any`, you must cast it 30 // auto a = absl::any(65); 35 // `absl::any` is a C++11 compatible version of the C++17 `std::any` abstraction 40 // other unspecified type. `absl::any` provides an "owning" version of `void *` 43 // Note: just as in the case of `void *`, use of `absl::any` (and its C++17 44 // version `std::any`) is a code smell indicating that your API might not be [all …]
|
| /external/cronet/tot/third_party/abseil-cpp/absl/types/ |
| D | any.h | 12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 // any.h 20 // This header file define the `absl::any` type for holding a type-safe value 21 // of any type. The 'absl::any` type is useful for providing a way to hold 25 // `absl::any_cast()`. Note that when casting an `absl::any`, you must cast it 30 // auto a = absl::any(65); 35 // `absl::any` is a C++11 compatible version of the C++17 `std::any` abstraction 40 // other unspecified type. `absl::any` provides an "owning" version of `void *` 43 // Note: just as in the case of `void *`, use of `absl::any` (and its C++17 44 // version `std::any`) is a code smell indicating that your API might not be [all …]
|
| /external/cronet/stable/third_party/abseil-cpp/absl/types/ |
| D | any.h | 12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 // any.h 20 // This header file define the `absl::any` type for holding a type-safe value 21 // of any type. The 'absl::any` type is useful for providing a way to hold 25 // `absl::any_cast()`. Note that when casting an `absl::any`, you must cast it 30 // auto a = absl::any(65); 35 // `absl::any` is a C++11 compatible version of the C++17 `std::any` abstraction 40 // other unspecified type. `absl::any` provides an "owning" version of `void *` 43 // Note: just as in the case of `void *`, use of `absl::any` (and its C++17 44 // version `std::any`) is a code smell indicating that your API might not be [all …]
|
| /external/rust/android-crates-io/crates/portable-atomic/src/imp/ |
| D | mod.rs | 6 #[cfg(not(any( 17 any( 29 any( 45 #[cfg(any(test, not(feature = "critical-section")))] 48 cfg(any( 49 all(test, not(any(miri, portable_atomic_sanitize_thread))), 55 cfg(any( 56 all(test, not(any(miri, portable_atomic_sanitize_thread))), 60 #[cfg(any(target_arch = "riscv32", target_arch = "riscv64"))] 66 any(target_arch = "x86", target_arch = "x86_64"), [all …]
|