/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_aggregate.pass.cpp | 50 struct Aggregate {}; struct 68 test_false<void(Aggregate::*)(int) const>(); in main() 69 test_false<Aggregate&>(); in main() 74 test_true<Aggregate>(); in main() 75 test_true<Aggregate[]>(); in main() 76 test_true<Aggregate[42][101]>(); in main()
|
/external/protobuf/csharp/protos/ |
D | unittest_custom_options_proto3.proto | 280 message Aggregate { message 285 Aggregate sub = 3; 288 // Allow Aggregate to be used as an option at all possible locations 290 extend google.protobuf.FileOptions { Aggregate fileopt = 15478479; } 291 extend google.protobuf.MessageOptions { Aggregate msgopt = 15480088; } 292 extend google.protobuf.FieldOptions { Aggregate fieldopt = 15481374; } 293 extend google.protobuf.EnumOptions { Aggregate enumopt = 15483218; } 294 extend google.protobuf.EnumValueOptions { Aggregate enumvalopt = 15486921; } 295 extend google.protobuf.ServiceOptions { Aggregate serviceopt = 15497145; } 296 extend google.protobuf.MethodOptions { Aggregate methodopt = 15512713; }
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 306 message Aggregate { message 311 optional Aggregate sub = 3; 316 optional Aggregate nested = 15476903; 323 // Allow Aggregate to be used as an option at all possible locations 325 extend google.protobuf.FileOptions { optional Aggregate fileopt = 15478479; } 326 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; } 327 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; } 328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; } 329 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; } 330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; } [all …]
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 306 message Aggregate { message 311 optional Aggregate sub = 3; 316 optional Aggregate nested = 15476903; 323 // Allow Aggregate to be used as an option at all possible locations 325 extend google.protobuf.FileOptions { optional Aggregate fileopt = 15478479; } 326 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; } 327 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; } 328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; } 329 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; } 330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; } [all …]
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 306 message Aggregate { message 311 optional Aggregate sub = 3; 316 optional Aggregate nested = 15476903; 323 // Allow Aggregate to be used as an option at all possible locations 325 extend google.protobuf.FileOptions { optional Aggregate fileopt = 15478479; } 326 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; } 327 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; } 328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; } 329 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; } 330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; } [all …]
|
/external/protobuf/src/google/protobuf/ |
D | unittest_custom_options.proto | 322 message Aggregate { message 327 optional Aggregate sub = 3; 332 optional Aggregate nested = 15476903; 339 // Allow Aggregate to be used as an option at all possible locations 341 extend google.protobuf.FileOptions { optional Aggregate fileopt = 15478479; } 342 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; } 343 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; } 344 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; } 345 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; } 346 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; } [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestCustomOptionsProto3.cs | 159 …eInfo(typeof(global::UnitTest.Issues.TestProtos.Aggregate), global::UnitTest.Issues.TestProtos.Agg… in UnittestCustomOptionsProto3Reflection() 225 …al::Google.Protobuf.Reflection.FileOptions, global::UnitTest.Issues.TestProtos.Aggregate> Fileopt = 226 …itTest.Issues.TestProtos.Aggregate>(15478479, pb::FieldCodec.ForMessage(123827834, global::UnitTes… 227 …::Google.Protobuf.Reflection.MessageOptions, global::UnitTest.Issues.TestProtos.Aggregate> Msgopt = 228 …itTest.Issues.TestProtos.Aggregate>(15480088, pb::FieldCodec.ForMessage(123840706, global::UnitTes… 229 …::Google.Protobuf.Reflection.FieldOptions, global::UnitTest.Issues.TestProtos.Aggregate> Fieldopt = 230 …itTest.Issues.TestProtos.Aggregate>(15481374, pb::FieldCodec.ForMessage(123850994, global::UnitTes… 231 …al::Google.Protobuf.Reflection.EnumOptions, global::UnitTest.Issues.TestProtos.Aggregate> Enumopt = 232 …itTest.Issues.TestProtos.Aggregate>(15483218, pb::FieldCodec.ForMessage(123865746, global::UnitTes… 233 …le.Protobuf.Reflection.EnumValueOptions, global::UnitTest.Issues.TestProtos.Aggregate> Enumvalopt = [all …]
|
/external/antlr/tool/src/main/java/org/antlr/codegen/ |
D | CppTarget.java | 33 import org.stringtemplate.v4.misc.Aggregate; 78 if( tok instanceof Aggregate ) in genRecognizerHeaderFile() 80 Aggregate atok = (Aggregate) tok; in genRecognizerHeaderFile()
|
/external/clang/test/Analysis/ |
D | cfg.cpp | 383 struct Aggregate { const LifetimeExtend a; const LifetimeExtend b; }; argument 418 Aggregate a{LifetimeExtend(4), LifetimeExtend(4)}; in test_lifetime_extended_temporaries()
|
/external/clang/test/Modules/ |
D | merge-decl-context.cpp | 36 static_assert(Aggregate{.member = 1}.member == 1, "");
|
/external/clang/test/Sema/ |
D | builtins.c | 129 struct Aggregate { int n; char c; }; argument 162 F((struct Aggregate){0, 1}); in test17()
|
/external/clang/test/Modules/Inputs/merge-decl-context/ |
D | a.h | 24 struct Aggregate { struct
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | CustomOptionsTest.cs | 199 …AssertOption(new Aggregate { I = 101, S = "MessageAnnotation" }, messageOptions.TryGetMessage, Agg… in AggregateOptions() 202 …AssertOption(new Aggregate { S = "FieldAnnotation" }, fieldOptions.TryGetMessage, AggregateFieldOp… in AggregateOptions()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | TreeMultiset.java | 129 private enum Aggregate { enum in TreeMultiset 158 private long aggregateForEntries(Aggregate aggr) { in aggregateForEntries() 170 private long aggregateBelowRange(Aggregate aggr, @NullableDecl AvlNode<E> node) { in aggregateBelowRange() 193 private long aggregateAboveRange(Aggregate aggr, @NullableDecl AvlNode<E> node) { in aggregateAboveRange() 218 return Ints.saturatedCast(aggregateForEntries(Aggregate.SIZE)); in size() 223 return Ints.saturatedCast(aggregateForEntries(Aggregate.DISTINCT)); in distinctElements()
|
/external/guava/guava/src/com/google/common/collect/ |
D | TreeMultiset.java | 131 private enum Aggregate { enum in TreeMultiset 160 private long aggregateForEntries(Aggregate aggr) { in aggregateForEntries() 172 private long aggregateBelowRange(Aggregate aggr, @Nullable AvlNode<E> node) { in aggregateBelowRange() 195 private long aggregateAboveRange(Aggregate aggr, @Nullable AvlNode<E> node) { in aggregateAboveRange() 220 return Ints.saturatedCast(aggregateForEntries(Aggregate.SIZE)); in size() 225 return Ints.saturatedCast(aggregateForEntries(Aggregate.DISTINCT)); in distinctElements()
|
/external/clang/lib/CodeGen/ |
D | CGValue.h | 39 enum Flavor { Scalar, Complex, Aggregate }; enumerator 53 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() 109 ER.V1.setInt(Aggregate);
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 50 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false), in DefinitionData() 148 data().Aggregate = false; in setBases() 198 data().Aggregate = false; in setBases() 233 data().Aggregate = false; in setBases() 249 data().Aggregate = false; in setBases() 465 data().Aggregate = false; in addedMember() 562 data().Aggregate = false; in addedMember() 675 data().Aggregate = false; in addedMember() 770 data().Aggregate = false; in addedMember()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_flags.inc | 24 "Aggregate two objects into one leak if this many stack frames match. If "
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
D | GRPCConnectivityMonitor.m | 28 // Aggregate information in flags into network status.
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | CustomOptions.cs | 230 .Aggregate(new T(), (t, b) =>
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1021 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, in llvm_const_extractvalue() argument 1033 result = LLVMConstExtractValue(Aggregate, idxs, size); in llvm_const_extractvalue() 1039 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, in llvm_const_insertvalue() argument 1051 result = LLVMConstInsertValue(Aggregate, Val, idxs, size); in llvm_const_insertvalue() 2393 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, in llvm_build_extractvalue() argument 2395 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx), in llvm_build_extractvalue() 2400 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, in llvm_build_insertvalue() argument 2403 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx), in llvm_build_insertvalue()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 938 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, in llvm_const_extractvalue() argument 950 result = LLVMConstExtractValue(Aggregate, idxs, size); in llvm_const_extractvalue() 956 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, in llvm_const_insertvalue() argument 968 result = LLVMConstInsertValue(Aggregate, Val, idxs, size); in llvm_const_insertvalue() 2314 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, in llvm_build_extractvalue() argument 2316 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx), in llvm_build_extractvalue() 2321 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, in llvm_build_insertvalue() argument 2324 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx), in llvm_build_insertvalue()
|
/external/v8/src/logging/ |
D | counters.h | 571 double Aggregate(double current_ms, double current_value); 610 sample_value = Aggregate(end_ms, end_value); in AddSample() 630 ? Aggregate(current_ms, current_value) in AddSample() 639 double AggregatedMemoryHistogram<Histogram>::Aggregate(double current_ms, in Aggregate() function
|
/external/mesa3d/src/panfrost/lib/ |
D | gen_pack.py | 250 class Aggregate(object): class 668 self.aggregate = Aggregate(self, aggregate_name, attrs)
|
/external/llvm/docs/ |
D | Lexicon.rst | 92 First Class Aggregate
|