Home
last modified time | relevance | path

Searched refs:Aggregate (Results 1 – 25 of 35) sorted by relevance

12

/external/protobuf/src/google/protobuf/
Dunittest_custom_options.proto312 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 …]
Ddescriptor_unittest.cc2810 const protobuf_unittest::Aggregate& file_options = in TEST()
/external/clang/test/Analysis/
Dcfg.cpp383 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/
Dbuiltins.c129 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/
DTreeMultiset.java129 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/
DTreeMultiset.java133 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/
DCGValue.h39 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/
Dlsan_flags.inc24 "Aggregate two objects into one leak if this many stack frames match. If "
/external/v8/src/
Dcounters.h398 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/
DDeclCXX.cpp50 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()
DASTImporter.cpp2002 ToData.Aggregate = FromData.Aggregate; in ImportDefinition()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c882 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/
Darr_script143 $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/
DLexicon.rst92 First Class Aggregate
/external/clang/include/clang/AST/
DDeclCXX.h310 bool Aggregate : 1; member
544 Aggregate = false; in LambdaDefinitionData()
1102 bool isAggregate() const { return data().Aggregate; } in isAggregate()
/external/llvm/lib/Target/PowerPC/
DPPCCallingConv.td191 // Aggregate by value arguments are always placed in the local variable space
/external/llvm/lib/Target/Mips/
DMipsCallingConv.td195 // Aggregate returns are positioned at the lowest address in the slot for
/external/netperf/doc/
Dnetperf.info39 * 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 …]
Dnetperf.texi47 * 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/
DASTReaderDecl.cpp1399 Data.Aggregate = Record[Idx++]; in ReadCXXDefinitionData()
1523 MATCH_FIELD(Aggregate) in MergeDefinitionData()
/external/robolectric/v1/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...
Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/llvm/test/Bitcode/
Dcompatibility-3.7.ll853 ; Instructions -- Aggregate Operations
Dcompatibility-3.6.ll811 ; Instructions -- Aggregate Operations
Dcompatibility.ll971 ; Instructions -- Aggregate Operations

12