Home
last modified time | relevance | path

Searched refs:Any (Results 1 – 25 of 821) sorted by relevance

12345678910>>...33

/external/protobuf/csharp/src/
DGoogle.Protobuf.sln17 Debug|Any CPU = Debug|Any CPU
18 Release|Any CPU = Release|Any CPU
19 ReleaseSigned|Any CPU = ReleaseSigned|Any CPU
22 {6908BDCE-D925-43F3-94AC-A531E6DF2591}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23 {6908BDCE-D925-43F3-94AC-A531E6DF2591}.Debug|Any CPU.Build.0 = Debug|Any CPU
24 {6908BDCE-D925-43F3-94AC-A531E6DF2591}.Release|Any CPU.ActiveCfg = Release|Any CPU
25 {6908BDCE-D925-43F3-94AC-A531E6DF2591}.Release|Any CPU.Build.0 = Release|Any CPU
26 {6908BDCE-D925-43F3-94AC-A531E6DF2591}.ReleaseSigned|Any CPU.ActiveCfg = ReleaseSigned|Any CPU
27 {6908BDCE-D925-43F3-94AC-A531E6DF2591}.ReleaseSigned|Any CPU.Build.0 = ReleaseSigned|Any CPU
28 {DD01ED24-3750-4567-9A23-1DB676A15610}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
[all …]
/external/libbrillo/brillo/
Dany.cc11 Any::Any() { in Any() function in brillo::Any
14 Any::Any(const Any& rhs) : data_buffer_(rhs.data_buffer_) { in Any() function in brillo::Any
18 Any::Any(Any&& rhs) : data_buffer_(std::move(rhs.data_buffer_)) { in Any() function in brillo::Any
21 Any::~Any() { in ~Any()
24 Any& Any::operator=(const Any& rhs) { in operator =()
30 Any& Any::operator=(Any&& rhs) { in operator =()
35 bool Any::operator==(const Any& rhs) const { in operator ==()
46 const char* Any::GetTypeTagInternal() const { in GetTypeTagInternal()
53 void Any::Swap(Any& other) { in Swap()
57 bool Any::IsEmpty() const { in IsEmpty()
[all …]
Dany_unittest.cc13 using brillo::Any;
15 TEST(Any, Empty) { in TEST() argument
16 Any val; in TEST()
19 Any val2 = val; in TEST()
23 Any val3 = std::move(val); in TEST()
28 TEST(Any, SimpleTypes) { in TEST() argument
29 Any val(20); in TEST()
34 Any val2(3.1415926); in TEST()
40 Any val3(std::string("blah")); in TEST()
45 TEST(Any, Clear) { in TEST() argument
[all …]
Dany.h39 class BRILLO_EXPORT Any final {
41 Any(); // Do not inline to hide internal_details::Buffer from export table.
45 Any(const Any& rhs);
46 Any(Any&& rhs); // NOLINT(build/c++11)
49 inline Any(T value) { // NOLINT(runtime/explicit) in Any() function
55 ~Any();
58 Any& operator=(const Any& rhs);
59 Any& operator=(Any&& rhs); // NOLINT(build/c++11)
61 inline Any& operator=(T value) {
70 bool operator==(const Any& rhs) const;
[all …]
/external/protobuf/src/google/protobuf/
Dany.pb.cc40 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Any, type_url_), in protobuf_AssignDesc_google_2fprotobuf_2fany_2eproto()
41 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Any, value_), in protobuf_AssignDesc_google_2fprotobuf_2fany_2eproto()
46 Any::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fany_2eproto()
51 sizeof(Any), in protobuf_AssignDesc_google_2fprotobuf_2fany_2eproto()
52 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Any, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fany_2eproto()
53 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Any, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fany_2eproto()
67 Any_descriptor_, &Any::default_instance()); in protobuf_RegisterTypes()
73 delete Any::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fany_2eproto()
92 Any::default_instance_ = new Any(); in protobuf_AddDesc_google_2fprotobuf_2fany_2eproto()
93 Any::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fany_2eproto()
[all …]
Dany.pb.h41 class Any; variable
45 class LIBPROTOBUF_EXPORT Any : public ::google::protobuf::Message {
47 Any();
48 virtual ~Any();
50 Any(const Any& from);
52 inline Any& operator=(const Any& from) {
58 static const Any& default_instance();
70 void Swap(Any* other);
74 inline Any* New() const { return New(NULL); } in New()
76 Any* New(::google::protobuf::Arena* arena) const;
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/
DAntlr3.Runtime (VS2008).sln12 Debug|Any CPU = Debug|Any CPU
13 Release|Any CPU = Release|Any CPU
16 {CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17 {CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
18 {CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
19 {CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}.Release|Any CPU.Build.0 = Release|Any CPU
20 {BEB27DCC-ABFB-4951-B618-2B639EC65A46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21 {BEB27DCC-ABFB-4951-B618-2B639EC65A46}.Debug|Any CPU.Build.0 = Debug|Any CPU
22 {BEB27DCC-ABFB-4951-B618-2B639EC65A46}.Release|Any CPU.ActiveCfg = Release|Any CPU
23 {BEB27DCC-ABFB-4951-B618-2B639EC65A46}.Release|Any CPU.Build.0 = Release|Any CPU
[all …]
DAntlr3.Runtime (VS2005).sln12 Debug|Any CPU = Debug|Any CPU
13 Release|Any CPU = Release|Any CPU
16 {784B3027-5E9C-4BF2-BFE6-B5002CAE30AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17 {784B3027-5E9C-4BF2-BFE6-B5002CAE30AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
18 {784B3027-5E9C-4BF2-BFE6-B5002CAE30AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
19 {784B3027-5E9C-4BF2-BFE6-B5002CAE30AB}.Release|Any CPU.Build.0 = Release|Any CPU
20 {BEB27DCC-ABFB-4951-B618-2B639EC65A46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21 {BEB27DCC-ABFB-4951-B618-2B639EC65A46}.Debug|Any CPU.Build.0 = Debug|Any CPU
22 {BEB27DCC-ABFB-4951-B618-2B639EC65A46}.Release|Any CPU.ActiveCfg = Release|Any CPU
23 {BEB27DCC-ABFB-4951-B618-2B639EC65A46}.Release|Any CPU.Build.0 = Release|Any CPU
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/
DAntlr3.Runtime.sln20 Debug|Any CPU = Debug|Any CPU
21 Release|Any CPU = Release|Any CPU
24 {8FDC0A87-9005-4D5A-AB75-E55CEB575559}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25 {8FDC0A87-9005-4D5A-AB75-E55CEB575559}.Debug|Any CPU.Build.0 = Debug|Any CPU
26 {8FDC0A87-9005-4D5A-AB75-E55CEB575559}.Release|Any CPU.ActiveCfg = Release|Any CPU
27 {8FDC0A87-9005-4D5A-AB75-E55CEB575559}.Release|Any CPU.Build.0 = Release|Any CPU
28 {5EE27A90-B023-42C9-AAF1-52B0424C5D0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29 {5EE27A90-B023-42C9-AAF1-52B0424C5D0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
30 {5EE27A90-B023-42C9-AAF1-52B0424C5D0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
31 {5EE27A90-B023-42C9-AAF1-52B0424C5D0B}.Release|Any CPU.Build.0 = Release|Any CPU
/external/skia/src/sfnt/
DSkPanose.h18 Any = 0, enumerator
29 Any = 0, enumerator
48 Any = 0, enumerator
63 Any = 0, enumerator
76 Any = 0, enumerator
92 Any = 0, enumerator
106 Any = 0, enumerator
121 Any = 0, enumerator
136 Any = 0, enumerator
155 Any = 0, enumerator
[all …]
/external/tcpdump/tests/
Dgeonet_and_calm_fast.out1 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
2 GeoNet src:00:0c:42:6d:54:d5; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
3 GeoNet src:00:0c:42:6d:54:df; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
4 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
5 GeoNet src:00:0c:42:6d:54:d5; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
6 GeoNet src:00:0c:42:6d:54:df; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
7 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
8 GeoNet src:00:0c:42:6d:54:d5; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
9 GeoNet src:00:0c:42:6d:54:df; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
10 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
[all …]
/external/clang/tools/clang-format-vs/
DClangFormat.sln8 Debug|Any CPU = Debug|Any CPU
9 Release|Any CPU = Release|Any CPU
12 {7FD1783E-2D31-4D05-BF23-6EBE1B42B608}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13 {7FD1783E-2D31-4D05-BF23-6EBE1B42B608}.Debug|Any CPU.Build.0 = Debug|Any CPU
14 {7FD1783E-2D31-4D05-BF23-6EBE1B42B608}.Release|Any CPU.ActiveCfg = Release|Any CPU
15 {7FD1783E-2D31-4D05-BF23-6EBE1B42B608}.Release|Any CPU.Build.0 = Release|Any CPU
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.sln8 Debug|Any CPU = Debug|Any CPU
9 Release|Any CPU = Release|Any CPU
12 {CE33DF18-F9C8-4D6F-9057-DBB4DB96E973}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13 {CE33DF18-F9C8-4D6F-9057-DBB4DB96E973}.Debug|Any CPU.Build.0 = Debug|Any CPU
14 {CE33DF18-F9C8-4D6F-9057-DBB4DB96E973}.Release|Any CPU.ActiveCfg = Release|Any CPU
15 {CE33DF18-F9C8-4D6F-9057-DBB4DB96E973}.Release|Any CPU.Build.0 = Release|Any CPU
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DAny.cs34 …eInfo(typeof(global::Google.Protobuf.WellKnownTypes.Any), global::Google.Protobuf.WellKnownTypes.A… in AnyReflection()
102 public sealed partial class Any : pb::IMessage<Any> { class
103 …private static readonly pb::MessageParser<Any> _parser = new pb::MessageParser<Any>(() => new Any(…
104 public static pb::MessageParser<Any> Parser { get { return _parser; } }
114 public Any() { in Any() method in Google.Protobuf.WellKnownTypes.Any
120 public Any(Any other) : this() { in Any() method in Google.Protobuf.WellKnownTypes.Any
125 public Any Clone() { in Clone()
126 return new Any(this); in Clone()
176 return Equals(other as Any); in Equals()
179 public bool Equals(Any other) { in Equals()
[all …]
DAnyPartial.cs37 public partial class Any class
88 public static Any Pack(IMessage message) => Pack(message, DefaultPrefix);
96 public static Any Pack(IMessage message, string typeUrlPrefix) in Pack()
100 return new Any in Pack()
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs44 var any = Any.Pack(message); in Pack()
53 var any = Any.Pack(message, "foo.bar/baz"); in Pack_WithCustomPrefix()
62 var any = Any.Pack(message, "foo.bar/baz/"); in Pack_WithCustomPrefixTrailingSlash()
71 var any = Any.Pack(message); in Unpack_WrongType()
79 var any = Any.Pack(message); in Unpack_Success()
88 var any = Any.Pack(message, "foo.bar/baz"); in Unpack_CustomPrefix_Success()
97 var any = Any.Pack(message); in ToString_WithValues()
105 var any = new Any(); in ToString_Empty()
112 var message = new TestWellKnownTypes { AnyField = new Any() }; in ToString_MessageContainingAny()
/external/mdnsresponder/
DmDNSResponder.sln88 Debug|Any CPU = Debug|Any CPU
92 Release|Any CPU = Release|Any CPU
98 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Debug|Any CPU.ActiveCfg = Debug|x64
105 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Release|Any CPU.ActiveCfg = Release|x64
112 {C1D98254-BA27-4427-A3BE-A68CA2CC5F69}.Debug|Any CPU.ActiveCfg = Debug|x64
119 {C1D98254-BA27-4427-A3BE-A68CA2CC5F69}.Release|Any CPU.ActiveCfg = Release|x64
126 {208B3A9F-1CA0-4D1D-9D6C-C61616F94705}.Debug|Any CPU.ActiveCfg = Debug|x64
133 {208B3A9F-1CA0-4D1D-9D6C-C61616F94705}.Release|Any CPU.ActiveCfg = Release|x64
140 {F4F15529-F0EB-402F-8662-73C5797EE557}.Debug|Any CPU.ActiveCfg = Debug|x64
147 {F4F15529-F0EB-402F-8662-73C5797EE557}.Release|Any CPU.ActiveCfg = Release|x64
[all …]
/external/libbrillo/brillo/dbus/
Ddata_serialization_unittest.cc37 EXPECT_TRUE(IsTypeSupported<Any>::value); in TEST()
93 EXPECT_EQ("v", GetDBusSignature<Any>()); in TEST()
109 EXPECT_EQ("av", GetDBusSignature<std::vector<Any>>()); in TEST()
118 EXPECT_EQ("a{sv}", (GetDBusSignature<std::map<std::string, Any>>())); in TEST()
127 EXPECT_EQ("(sv)", (GetDBusSignature<std::pair<std::string, Any>>())); in TEST()
133 EXPECT_EQ("(sv)", (GetDBusSignature<std::tuple<std::string, Any>>())); in TEST()
279 AppendValueToWriterAsVariant(&writer, Any{17}); in TEST()
281 Any{std::vector<std::vector<int>>{{6, 7}}}); in TEST()
296 Any any_value; in TEST()
297 Any any_vector_vector; in TEST()
[all …]
Dexported_property_set.h75 virtual brillo::Any GetValue() const = 0;
78 const brillo::Any& value) = 0;
119 brillo::Any* result);
127 const brillo::Any& value);
188 brillo::Any GetValue() const override { return value_; } in GetValue()
191 const brillo::Any& value) override { in SetValue()
/external/mockito/src/main/java/org/mockito/internal/matchers/
DAny.java12 public class Any implements ArgumentMatcher<Object>, VarargMatcher ,Serializable { class
14 public static final Any ANY = new Any();
16 private Any() { in Any() method in Any
/external/easymock/src/org/easymock/internal/matchers/
DAny.java22 public class Any implements IArgumentMatcher, Serializable { class
26 public static final Any ANY = new Any();
28 private Any() { in Any() method in Any
/external/v8/src/compiler/
Drepresentation-change.h23 static Truncation Any() { return Truncation(TruncationKind::kAny); } in Any() function
139 return UseInfo(MachineRepresentation::kFloat32, Truncation::Any()); in Float32()
148 return UseInfo(MachineRepresentation::kTagged, Truncation::Any()); in AnyTagged()
151 return UseInfo(MachineRepresentation::kTaggedSigned, Truncation::Any()); in TaggedSigned()
154 return UseInfo(MachineRepresentation::kTaggedPointer, Truncation::Any()); in TaggedPointer()
159 return UseInfo(MachineRepresentation::kTaggedPointer, Truncation::Any(), in CheckedHeapObjectAsTaggedPointer()
163 return UseInfo(MachineRepresentation::kTaggedSigned, Truncation::Any(), in CheckedSignedSmallAsTaggedSigned()
169 return UseInfo(MachineRepresentation::kWord32, Truncation::Any(),
175 return UseInfo(MachineRepresentation::kWord32, Truncation::Any(),
187 return UseInfo(MachineRepresentation::kFloat64, Truncation::Any(), in CheckedNumberOrOddballAsFloat64()
[all …]
/external/v8/src/
Dfield-type.h19 static FieldType* Any();
21 static Handle<FieldType> Any(Isolate* isolate);
27 if (this == Any()) return true; in NowContains()
38 bool IsAny() { return this == Any(); } in IsAny()
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java33 import com.google.protobuf.Any;
806 TestAny message = TestAny.newBuilder().setAnyValue(Any.pack(content)).build(); in testAnyFields()
833 Any anyMessage = Any.pack(Any.pack(content)); in testAnyFields()
845 anyMessage = Any.pack(Int32Value.newBuilder().setValue(12345).build()); in testAnyFields()
852 anyMessage = Any.pack(UInt32Value.newBuilder().setValue(12345).build()); in testAnyFields()
859 anyMessage = Any.pack(Int64Value.newBuilder().setValue(12345).build()); in testAnyFields()
866 anyMessage = Any.pack(UInt64Value.newBuilder().setValue(12345).build()); in testAnyFields()
873 anyMessage = Any.pack(FloatValue.newBuilder().setValue(12345).build()); in testAnyFields()
880 anyMessage = Any.pack(DoubleValue.newBuilder().setValue(12345).build()); in testAnyFields()
887 anyMessage = Any.pack(BoolValue.newBuilder().setValue(true).build()); in testAnyFields()
[all …]
/external/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersExampleTests.cs90 Monster.AddTestType(fbb, Any.Monster); in CanCreateNewFlatBufferFromScratch()
131 Assert.AreEqual(monster.TestType, Any.Monster); in CanCreateNewFlatBufferFromScratch()
132 Assert.AreEqual(monster.MutateTestType(Any.NONE), true); in CanCreateNewFlatBufferFromScratch()
133 Assert.AreEqual(monster.TestType, Any.NONE); in CanCreateNewFlatBufferFromScratch()
134 Assert.AreEqual(monster.MutateTestType(Any.Monster), true); in CanCreateNewFlatBufferFromScratch()
135 Assert.AreEqual(monster.TestType, Any.Monster); in CanCreateNewFlatBufferFromScratch()
186 Assert.AreEqual(Any.Monster, monster.TestType); in TestBuffer()
238 Assert.AreEqual("NONE", Any.NONE.ToString()); in TestEnums()
239 Assert.AreEqual("Monster", Any.Monster.ToString()); in TestEnums()

12345678910>>...33