/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; }; struct 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; }; argument 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 53 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() 109 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/v8/src/ |
D | counters.h | 398 double Aggregate(double current_ms, double current_value); 437 sample_value = Aggregate(end_ms, end_value); in AddSample() 457 ? Aggregate(current_ms, current_value) in AddSample() 467 double AggregatedMemoryHistogram<Histogram>::Aggregate(double current_ms, in Aggregate() function
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 50 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false), in DefinitionData() 148 data().Aggregate = false; in setBases() 438 data().Aggregate = false; in addedMember() 526 data().Aggregate = false; in addedMember() 639 data().Aggregate = false; in addedMember() 725 data().Aggregate = false; in addedMember()
|
D | ASTImporter.cpp | 2002 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() 2258 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, in llvm_build_extractvalue() argument 2260 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx), in llvm_build_extractvalue() 2265 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, in llvm_build_insertvalue() argument 2268 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx), in llvm_build_insertvalue()
|
/external/netperf/doc/examples/ |
D | arr_script | 143 $TESTNAME Aggregate REQUEST/RESPONSE TEST to $REM_HOST_LIST 214 END {printf "Aggregate throughput: %2.2f TPS +/- %2.2f %%\n",sum,err*100}'
|
/external/llvm/docs/ |
D | Lexicon.rst | 92 First Class Aggregate
|
/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 | 191 // Aggregate by value arguments are always placed in the local variable space
|
/external/llvm/lib/Target/Mips/ |
D | MipsCallingConv.td | 195 // Aggregate returns are positioned at the lowest address in the slot for
|
/external/netperf/doc/ |
D | netperf.info | 39 * Using Netperf to Measure Aggregate Performance:: 1847 …ng Netperf to Measure Request/Response, Next: Using Netperf to Measure Aggregate Performance, Pr… 2288 File: netperf.info, Node: Using Netperf to Measure Aggregate Performance, Next: Using Netperf to … 2290 7 Using Netperf to Measure Aggregate Performance 2312 …nable-burst, Prev: Using Netperf to Measure Aggregate Performance, Up: Using Netperf to Measure … 2457 …-demo, Prev: Running Concurrent Netperf Tests, Up: Using Netperf to Measure Aggregate Performance 2642 …ing --enable-demo, Prev: Using --enable-burst, Up: Using Netperf to Measure Aggregate Performance 2745 …tional Transfer, Next: The Omni Tests, Prev: Using Netperf to Measure Aggregate Performance, Up… 4162 * Aggregate Performance: Using Netperf to Measure Aggregate Performance. 4202 * --enable-burst, Configure: Using Netperf to Measure Aggregate Performance. [all …]
|
D | netperf.texi | 47 * Using Netperf to Measure Aggregate Performance:: 1949 @node Using Netperf to Measure Request/Response , Using Netperf to Measure Aggregate Performance, U… 2406 @node Using Netperf to Measure Aggregate Performance, Using Netperf to Measure Bidirectional Transf… 2408 @chapter Using Netperf to Measure Aggregate Performance 2409 @cindex Aggregate Performance 2430 … Using --enable-burst, Using Netperf to Measure Aggregate Performance, Using Netperf to Measure Ag… 2585 …ing --enable-demo, Running Concurrent Netperf Tests, Using Netperf to Measure Aggregate Performance 2787 @node Using --enable-demo, , Using --enable-burst, Using Netperf to Measure Aggregate Performance 2898 …Measure Bidirectional Transfer, The Omni Tests, Using Netperf to Measure Aggregate Performance, Top
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1399 Data.Aggregate = Record[Idx++]; in ReadCXXDefinitionData() 1523 MATCH_FIELD(Aggregate) in MergeDefinitionData()
|
/external/robolectric/v1/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/llvm/test/Bitcode/ |
D | compatibility-3.7.ll | 853 ; Instructions -- Aggregate Operations
|
D | compatibility-3.6.ll | 811 ; Instructions -- Aggregate Operations
|
D | compatibility.ll | 971 ; Instructions -- Aggregate Operations
|