Home
last modified time | relevance | path

Searched refs:Nested (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.1.4.OpCopyLogical.comp.out32 Name 44 "Nested"
33 MemberName 44(Nested) 0 "f"
34 MemberName 44(Nested) 1 "S"
36 Name 48 "Nested"
37 MemberName 48(Nested) 0 "f"
38 MemberName 48(Nested) 1 "S"
42 Name 57 "Nested"
43 MemberName 57(Nested) 0 "f"
44 MemberName 57(Nested) 1 "S"
67 MemberDecorate 48(Nested) 0 Offset 0
[all …]
Dspv.1.4.OpCopyLogicalBool.comp.out32 Name 72 "Nested"
33 MemberName 72(Nested) 0 "b"
34 MemberName 72(Nested) 1 "S"
36 Name 76 "Nested"
37 MemberName 76(Nested) 0 "b"
38 MemberName 76(Nested) 1 "S"
42 Name 106 "Nested"
43 MemberName 106(Nested) 0 "b"
44 MemberName 106(Nested) 1 "S"
67 MemberDecorate 76(Nested) 0 Offset 0
[all …]
Dspv.multiStruct.comp.out32 Name 86 "Nested"
33 MemberName 86(Nested) 0 "f"
34 MemberName 86(Nested) 1 "S"
36 Name 90 "Nested"
37 MemberName 90(Nested) 0 "f"
38 MemberName 90(Nested) 1 "S"
42 Name 126 "Nested"
43 MemberName 126(Nested) 0 "f"
44 MemberName 126(Nested) 1 "S"
67 MemberDecorate 90(Nested) 0 Offset 0
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dspv.1.4.OpCopyLogical.comp.out32 Name 44 "Nested"
33 MemberName 44(Nested) 0 "f"
34 MemberName 44(Nested) 1 "S"
36 Name 48 "Nested"
37 MemberName 48(Nested) 0 "f"
38 MemberName 48(Nested) 1 "S"
42 Name 57 "Nested"
43 MemberName 57(Nested) 0 "f"
44 MemberName 57(Nested) 1 "S"
67 MemberDecorate 48(Nested) 0 Offset 0
[all …]
Dspv.1.4.OpCopyLogicalBool.comp.out32 Name 72 "Nested"
33 MemberName 72(Nested) 0 "b"
34 MemberName 72(Nested) 1 "S"
36 Name 76 "Nested"
37 MemberName 76(Nested) 0 "b"
38 MemberName 76(Nested) 1 "S"
42 Name 106 "Nested"
43 MemberName 106(Nested) 0 "b"
44 MemberName 106(Nested) 1 "S"
67 MemberDecorate 76(Nested) 0 Offset 0
[all …]
Dspv.multiStruct.comp.out32 Name 86 "Nested"
33 MemberName 86(Nested) 0 "f"
34 MemberName 86(Nested) 1 "S"
36 Name 90 "Nested"
37 MemberName 90(Nested) 0 "f"
38 MemberName 90(Nested) 1 "S"
42 Name 126 "Nested"
43 MemberName 126(Nested) 0 "f"
44 MemberName 126(Nested) 1 "S"
67 MemberDecorate 90(Nested) 0 Offset 0
[all …]
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DValidateTest.java36 import org.junit.jupiter.api.Nested;
44 @Nested
47 @Nested
63 @Nested
84 @Nested
99 @Nested
114 @Nested
131 @Nested
134 @Nested
154 @Nested
[all …]
/external/clang/test/CodeGenCXX/
Ddllimport-members.cpp64 struct Nested;
237 struct ImportMembers::Nested { struct in ImportMembers
371 void ImportMembers::Nested::normalDef() {} // dllimport ignored in normalDef() argument
372 inline void ImportMembers::Nested::normalInlineDef() {} in normalInlineDef()
373 void ImportMembers::Nested::normalInlineDecl() {} in normalInlineDecl()
374 void ImportMembers::Nested::virtualDef() {} // dllimport ignored in virtualDef()
375 inline void ImportMembers::Nested::virtualInlineDef() {} in virtualInlineDef()
376 void ImportMembers::Nested::virtualInlineDecl() {} in virtualInlineDecl()
377 void ImportMembers::Nested::staticDef() {} // dllimport ignored in staticDef()
378 inline void ImportMembers::Nested::staticInlineDef() {} in staticInlineDef()
[all …]
Ddllexport-members.cpp27 struct Nested;
156 struct ExportMembers::Nested { struct in ExportMembers
258 void ExportMembers::Nested::normalDef() {} in normalDef() argument
259 inline void ExportMembers::Nested::normalInlineDef() {} in normalInlineDef()
260 void ExportMembers::Nested::normalInlineDecl() {} in normalInlineDecl()
261 void ExportMembers::Nested::virtualDef() {} in virtualDef()
262 inline void ExportMembers::Nested::virtualInlineDef() {} in virtualInlineDef()
263 void ExportMembers::Nested::virtualInlineDecl() {} in virtualInlineDecl()
264 void ExportMembers::Nested::staticDef() {} in staticDef()
265 inline void ExportMembers::Nested::staticInlineDef() {} in staticInlineDef()
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorExpr.h37 typedef typename XprType::Nested XprTypeNested;
58 typedef TensorCwiseNullaryOp<NullaryOp, XprType> Nested;
66 const typename internal::remove_all<typename XprType::Nested>::type&
73 typename XprType::Nested m_xpr;
88 typedef typename XprType::Nested XprTypeNested;
123 typedef typename Eigen::internal::nested<TensorCwiseUnaryOp>::type Nested;
135 const typename internal::remove_all<typename XprType::Nested>::type&
139 typename XprType::Nested m_xpr;
162 typedef typename LhsXprType::Nested LhsNested;
163 typedef typename RhsXprType::Nested RhsNested;
[all …]
DTensorCustomOp.h29 typedef typename XprType::Nested Nested;
30 typedef typename remove_reference<Nested>::type _Nested;
59 typedef typename internal::nested<TensorCustomUnaryOp>::type Nested;
70 const typename internal::remove_all<typename XprType::Nested>::type&
74 typename XprType::Nested m_expr;
192 typedef typename LhsXprType::Nested LhsNested;
193 typedef typename RhsXprType::Nested RhsNested;
225 typedef typename internal::nested<TensorCustomBinaryOp>::type Nested;
237 const typename internal::remove_all<typename LhsXprType::Nested>::type&
241 const typename internal::remove_all<typename RhsXprType::Nested>::type&
[all …]
/external/skia/tests/sksl/shared/
DStructsInFunctions.metal8 struct Nested {
29 thread bool operator==(thread const Nested& left, thread const Nested& right);
30 thread bool operator!=(thread const Nested& left, thread const Nested& right);
41 void _skOutParamHelper1_modifies_a_struct_vS(thread Nested& n3) {
53 thread bool operator==(thread const Nested& left, thread const Nested& right) {
57 thread bool operator!=(thread const Nested& left, thread const Nested& right) {
90 Nested n1;
91 Nested n2;
92 Nested n3;
101 ….0, 3}) && s != returns_a_struct_S()) && n1 == n2) && n1 != n3) && n3 == Nested{S{1.0, 2}, S{2.0, …
DStructsInFunctions.asm.frag24 OpName %Nested "Nested"
25 OpMemberName %Nested 0 "a"
26 OpMemberName %Nested 1 "b"
51 OpMemberDecorate %Nested 0 Offset 0
52 OpMemberDecorate %Nested 0 RelaxedPrecision
53 OpMemberDecorate %Nested 1 Offset 16
54 OpMemberDecorate %Nested 1 RelaxedPrecision
107 %Nested = OpTypeStruct %S %S
108 %_ptr_Function_Nested = OpTypePointer Function %Nested
207 %87 = OpLoad %Nested %n1
[all …]
DStructsInFunctions.glsl9 struct Nested {
38 Nested n1;
39 Nested n2;
40 Nested n3;
49 ….0, 3)) && s != returns_a_struct_S()) && n1 == n2) && n1 != n3) && n3 == Nested(S(1.0, 2), S(2.0, …
/external/golang-protobuf/encoding/prototext/
Dencode_test.go98 OptMessage: &pb3.Nested{},
297 OptNested: &pb2.Nested{},
306 OptNested: &pb2.Nested{
308 OptNested: &pb2.Nested{
325 OptNested: &pb2.Nested{
350 SNested: &pb3.Nested{},
356 SNested: &pb3.Nested{
358 SNested: &pb3.Nested{
373 SNested: &pb3.Nested{
411 OneofNested: &pb3.Nested{},
[all …]
Ddecode_test.go119 OptMessage: &pb3.Nested{},
477 OptNested: &pb2.Nested{},
488 OptNested: &pb2.Nested{},
508 OptNested: &pb2.Nested{
510 OptNested: &pb2.Nested{
520 SNested: &pb3.Nested{},
534 SNested: &pb3.Nested{
536 SNested: &pb3.Nested{
580 OneofNested: &pb3.Nested{},
593 OneofNested: &pb3.Nested{
[all …]
/external/auto/value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/
DGwtSerializerTest.java36 Nested echo(Nested nested); in echo()
50 void echo(Nested nested, AsyncCallback<Nested> callback); in echo()
94 public Nested echo(Nested nested) { in echo()
95 return Nested.create(nested.message(), echo(nested.simple())); in echo()
149 abstract static class Nested { class in GwtSerializerTest
154 public static Nested create(String message, Simple simple) { in create()
233 Nested nested = Nested.create("able", Simple.create("baker")); in testNested()
234 testService.echo(nested, new AssertEqualsCallback<Nested>(nested)); in testNested()
/external/golang-protobuf/encoding/protojson/
Dencode_test.go104 OptMessage: &pb3.Nested{},
305 OptNested: &pb2.Nested{},
315 OptNested: &pb2.Nested{
317 OptNested: &pb2.Nested{
335 OptNested: &pb2.Nested{
361 SNested: &pb3.Nested{},
369 SNested: &pb3.Nested{
371 SNested: &pb3.Nested{
420 OneofNested: &pb3.Nested{},
430 OneofNested: &pb3.Nested{
[all …]
/external/golang-protobuf/internal/testprotos/textpb2/
Dtest.proto80 map<string, Nested> str_to_nested = 4;
84 message Nested { message
86 optional Nested opt_nested = 2;
91 optional Nested opt_nested = 1;
94 optional Nested opt_nested = 2;
101 repeated Nested rpt_nested = 4;
116 required Nested req_nested = 6;
154 optional Nested opt_ext_nested = 24;
159 repeated Nested rpt_ext_nested = 33;
167 optional Nested opt_ext_nested = 54;
[all …]
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DIssuesTest.cs86 var message1 = new OneofMerging { Nested = new Nested { X = 10 } }; in OneofMerging()
87 var message2 = new OneofMerging { Nested = new Nested { Y = 20 } }; in OneofMerging()
88 var expected = new OneofMerging { Nested = new Nested { X = 10, Y = 20 } }; in OneofMerging()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DIssuesTest.cs86 var message1 = new OneofMerging { Nested = new Nested { X = 10 } }; in OneofMerging()
87 var message2 = new OneofMerging { Nested = new Nested { Y = 20 } }; in OneofMerging()
88 var expected = new OneofMerging { Nested = new Nested { X = 10, Y = 20 } }; in OneofMerging()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/bit/bit.cast/
Dbit_cast.pass.cpp46 struct Nested { T x; }; in test_roundtrip_through_nested_T() struct
47 static_assert(sizeof(Nested) == sizeof(T)); in test_roundtrip_through_nested_T()
49 Nested middle = std::bit_cast<Nested>(from); in test_roundtrip_through_nested_T()
51 Nested middle2 = std::bit_cast<Nested>(to); in test_roundtrip_through_nested_T()
248 struct Nested { char buffer[sizeof(int)]; }; in basic_constexpr_test() argument
250 Nested middle = std::bit_cast<Nested>(from); in basic_constexpr_test()
/external/clang/test/CXX/temp/temp.spec/
Dp5.cpp36 struct Nested;
37 friend struct Nested;
39 struct Nested { struct
40 Nested() {} in Nested() function
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/compare/
DComparableUtilsTest.java31 import org.junit.jupiter.api.Nested;
37 @Nested
41 @Nested
45 @Nested
73 @Nested
100 @Nested
175 @Nested
179 @Nested
206 @Nested
233 @Nested
[all …]
/external/golang-protobuf/internal/testprotos/textpb3/
Dtest.pb.go410 …OptMessage *Nested `protobuf:"bytes,11,opt,name=opt_message,json=optMessage,proto3,oneof" json:"o…
515 func (x *Proto3Optional) GetOptMessage() *Nested {
584 …SNested *Nested `protobuf:"bytes,2,opt,name=s_nested,json=sNested,proto3" json:"s_nested,omitempty…
619 func (x *Nests) GetSNested() *Nested {
627 type Nested struct { struct
633 …SNested *Nested `protobuf:"bytes,2,opt,name=s_nested,json=sNested,proto3" json:"s_nested,omitempty… argument
636 func (x *Nested) Reset() { argument
637 *x = Nested{}
645 func (x *Nested) String() string { argument
649 func (*Nested) ProtoMessage() {} argument
[all …]

12345678910>>...16