/external/protobuf/src/google/protobuf/ |
D | unittest_custom_options.proto | 312 message Aggregate { message 317 optional Aggregate sub = 3; 322 optional Aggregate nested = 15476903; 329 // Allow Aggregate to be used as an option at all possible locations 331 extend google.protobuf.FileOptions { optional Aggregate fileopt = 15478479; } 332 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; } 333 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; } 334 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; } 335 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; } 336 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; } [all …]
|
D | descriptor_unittest.cc | 2810 const protobuf_unittest::Aggregate& file_options = in TEST()
|
/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/Sema/ |
D | builtins.c | 129 struct Aggregate { int n; char c; }; struct 162 F((struct Aggregate){0, 1}); in test17()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | TreeMultiset.java | 129 private enum Aggregate { enum in TreeMultiset 157 private long aggregateForEntries(Aggregate aggr) { in aggregateForEntries() 169 private long aggregateBelowRange(Aggregate aggr, @Nullable AvlNode<E> node) { in aggregateBelowRange() 191 private long aggregateAboveRange(Aggregate aggr, @Nullable AvlNode<E> node) { in aggregateAboveRange() 215 return Ints.saturatedCast(aggregateForEntries(Aggregate.SIZE)); in size() 220 return Ints.saturatedCast(aggregateForEntries(Aggregate.DISTINCT)); in distinctElements()
|
/external/guava/guava/src/com/google/common/collect/ |
D | TreeMultiset.java | 133 private enum Aggregate { enum in TreeMultiset 161 private long aggregateForEntries(Aggregate aggr) { in aggregateForEntries() 173 private long aggregateBelowRange(Aggregate aggr, @Nullable AvlNode<E> node) { in aggregateBelowRange() 195 private long aggregateAboveRange(Aggregate aggr, @Nullable AvlNode<E> node) { in aggregateAboveRange() 219 return Ints.saturatedCast(aggregateForEntries(Aggregate.SIZE)); in size() 224 return Ints.saturatedCast(aggregateForEntries(Aggregate.DISTINCT)); in distinctElements()
|
/external/clang/lib/CodeGen/ |
D | CGValue.h | 39 enum Flavor { Scalar, Complex, Aggregate }; enumerator 49 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() 95 ER.V1.setInt(Aggregate);
|
/external/compiler-rt/lib/lsan/ |
D | lsan_flags.inc | 24 "Aggregate two objects into one leak if this many stack frames match. If "
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-stat.txt | 123 Aggregate counts per processor socket for system-wide mode measurements. This 130 Aggregate counts per physical processor for system-wide mode measurements. This
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 50 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false), in DefinitionData() 148 data().Aggregate = false; in setBases() 444 data().Aggregate = false; in addedMember() 532 data().Aggregate = false; in addedMember() 645 data().Aggregate = false; in addedMember() 731 data().Aggregate = false; in addedMember()
|
D | ASTImporter.cpp | 1948 ToData.Aggregate = FromData.Aggregate; in ImportDefinition()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 882 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, in llvm_const_extractvalue() argument 894 result = LLVMConstExtractValue(Aggregate, idxs, size); in llvm_const_extractvalue() 900 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, in llvm_const_insertvalue() argument 912 result = LLVMConstInsertValue(Aggregate, Val, idxs, size); in llvm_const_insertvalue() 2247 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, in llvm_build_extractvalue() argument 2249 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx), in llvm_build_extractvalue() 2254 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, in llvm_build_insertvalue() argument 2257 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx), in llvm_build_insertvalue()
|
/external/llvm/docs/ |
D | Lexicon.rst | 83 First Class Aggregate
|
D | LangRef.rst | 2145 Aggregate Types 2148 Aggregate Types are a subset of derived types that can contain multiple 5484 Aggregate Operations
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 310 bool Aggregate : 1; member 544 Aggregate = false; in LambdaDefinitionData() 1102 bool isAggregate() const { return data().Aggregate; } in isAggregate()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 186 // Aggregate by value arguments are always placed in the local variable space
|
/external/llvm/lib/Target/Mips/ |
D | MipsCallingConv.td | 192 // Aggregate returns are positioned at the lowest address in the slot for
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1299 Data.Aggregate = Record[Idx++]; in ReadCXXDefinitionData() 1435 MATCH_FIELD(Aggregate) in MergeDefinitionData()
|
D | ASTWriter.cpp | 5650 Record.push_back(Data.Aggregate); in AddCXXDefinitionData()
|
/external/robolectric/lib/main/ |
D | h2-1.2.147.jar | META-INF/MANIFEST.MF
META-INF/services/java.sql.Driver
org ... |
D | sqlite-jdbc-3.7.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 2251 #pragma mark Aggregate Types
|
/external/antlr/antlr-3.4/lib/ |
D | antlr-3.4-complete.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/antlr/
org/ ... |
/external/fio/ |
D | HOWTO | 1843 aggrb= Aggregate bandwidth of threads in this group.
|
/external/jmonkeyengine/ |
D | NOTICE | 19027 * href="http://aggregate.org/MAGIC/">The Aggregate's Magic Algorithms</a>.
|