Home
last modified time | relevance | path

Searched full:any (Results 1 – 25 of 30624) sorted by relevance

12345678910>>...1225

/external/icu/android_icu4j/src/main/tests/android/icu/extratest/
Dexpected_transliteration_id_list.txt2 Accents-Any
4 Any-Accents
5 Any-Publishing
315 Publishing-Any
575 Any-Null
576 Any-Remove
577 Any-Hex/Unicode
578 Any-Hex/Java
579 Any-Hex/C
580 Any-Hex/XML
[all …]
/external/icu/android_icu4j/testing/src/android/icu/extratest/
Dexpected_transliteration_id_list_release_1.txt2 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/grpc-grpc/src/csharp/
DGrpc.sln44 Debug|Any CPU = Debug|Any CPU
45 Release|Any CPU = Release|Any CPU
48 {BD878CB3-BDB4-46AB-84EF-C3B4729F56BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
49 {BD878CB3-BDB4-46AB-84EF-C3B4729F56BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
50 {BD878CB3-BDB4-46AB-84EF-C3B4729F56BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
51 {BD878CB3-BDB4-46AB-84EF-C3B4729F56BC}.Release|Any CPU.Build.0 = Release|Any CPU
52 {2A16007A-5D67-4C53-BEC8-51E5064D18BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
53 {2A16007A-5D67-4C53-BEC8-51E5064D18BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
54 {2A16007A-5D67-4C53-BEC8-51E5064D18BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
55 {2A16007A-5D67-4C53-BEC8-51E5064D18BF}.Release|Any CPU.Build.0 = Release|Any CPU
[all …]
/external/protobuf/csharp/src/
DGoogle.Protobuf.sln21 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/libcxx/include/
Dany2 //===------------------------------ 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/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs21 // "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/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs21 // "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/buildtools/third_party/libc++/trunk/include/
Dany14 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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dany.h12 // 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/
Dany.h12 // 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/
Dany.h12 // 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/tensorflow/third_party/absl/abseil-cpp/absl/types/
Dany.h12 // 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/libtextclassifier/abseil-cpp/absl/types/
Dany.h12 // 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/third_party/abseil-cpp/absl/types/
Dany.h12 // 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/webrtc/third_party/abseil-cpp/absl/types/
Dany.h12 // 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/angle/third_party/abseil-cpp/absl/types/
Dany.h12 // 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/llvm/test/MC/Mips/
Dmodule-directive-bad.s6 # 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/protobuf/src/google/protobuf/
Dany_test.cc20 // "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/licenseclassifier/v2/assets/License/SGI-B-1.1/
Dlicense.txt8 1.2 "Covered Code" means the Original Code or Modifications, or any combination
11 1.3 "Hardware" means any physical device that accepts input, processes input,
18 possible, whether at the time of the initial grant or subsequently acquired, any
24 by the use or sale of Original Code or any Modifications provided by SGI, or any
27 1.8 "Modifications" means any addition to or deletion from the substance or
28 structure of the Original Code or any previous Modifications. When Covered Code
31 A. Any addition to the contents of a file containing Original Code and/or
35 B. Any new file that contains any part of the Original Code or previous
38 1.9 "Notice" means any notice in Original Code or Covered Code, as required by
47 License issued under Section 8. For legal entities, "Recipient" includes any
[all …]
/external/licenseclassifier/licenses/
DSGI-B-1.1.txt8 1.2 "Covered Code" means the Original Code or Modifications, or any combination
11 1.3 "Hardware" means any physical device that accepts input, processes input,
18 possible, whether at the time of the initial grant or subsequently acquired, any
24 by the use or sale of Original Code or any Modifications provided by SGI, or any
27 1.8 "Modifications" means any addition to or deletion from the substance or
28 structure of the Original Code or any previous Modifications. When Covered Code
31 A. Any addition to the contents of a file containing Original Code and/or
35 B. Any new file that contains any part of the Original Code or previous
38 1.9 "Notice" means any notice in Original Code or Covered Code, as required by
47 License issued under Section 8. For legal entities, "Recipient" includes any
[all …]
/external/llvm/bindings/ocaml/transforms/scalar_opts/
Dllvm_scalar_opts.ml11 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
14 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
17 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
20 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
23 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
26 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
29 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
32 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
35 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
38 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
[all …]
/external/cronet/third_party/protobuf/src/google/protobuf/
Dany_test.cc20 // "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/libbrillo/brillo/
Dany.cc5 #include <brillo/any.h>
12 Any::Any() { in Any() function in brillo::Any
15 Any::Any(const Any& rhs) : data_buffer_(rhs.data_buffer_) { in Any() function in brillo::Any
19 Any::Any(Any&& rhs) : data_buffer_(std::move(rhs.data_buffer_)) { in Any() function in brillo::Any
22 Any::~Any() { in ~Any()
25 Any& Any::operator=(const Any& rhs) { in operator =()
31 Any& Any::operator=(Any&& rhs) { in operator =()
36 bool Any::operator==(const Any& rhs) const { in operator ==()
47 const char* Any::GetTypeTagInternal() const { in GetTypeTagInternal()
54 void Any::Swap(Any& other) { in Swap()
[all …]
Dany_test.cc11 #include <brillo/any.h>
14 using brillo::Any;
16 TEST(Any, Empty) { in TEST() argument
17 Any val; in TEST()
20 Any val2 = val; in TEST()
24 Any val3 = std::move(val); in TEST()
29 TEST(Any, SimpleTypes) { in TEST() argument
30 Any val(20); in TEST()
35 Any val2(3.1415926); in TEST()
41 Any val3(std::string("blah")); in TEST()
[all …]
/external/licenseclassifier/v2/assets/License/BitTorrent-1.1/
Dlicense.txt4 … well as any updates or maintenance releases of that software ("BitTorrent Products") that are dis…
17 …4. By accepting the Licensed Product under the provisions of this License, you agree that any Modi…
18 …Licensed Product, without paying a royalty or other fee to the Licensor or any Contributor, provid…
20any purpose, but the Licensor is not providing you any warranty whatsoever, nor is the Licensor ac…
22 …7. If you assert any patent claims against the Licensor relating to the Licensed Product, or if yo…
26 … Derivative Works under any other OSI-approved Open Source license, or under a proprietary license…
36 …a. Use, reproduce, modify, display, perform, sublicense and distribute any Modifications created b…
37 …ispose of Modifications or portions thereof, but solely to the extent that any such claim is neces…
38any additions to or deletions from the substance or structure of (i) a file containing a Licensed …
39 …a. Use, reproduce, modify, display, perform, sublicense and distribute any Modifications created b…
[all …]

12345678910>>...1225