Searched refs:Aggregate (Results 1 - 22 of 22) sorted by relevance

/external/skia/tools/lua/
H A Dngrams_aggregate.lua1 -- Aggregate the output from ngrams.lua.
/external/clang/test/Analysis/
H A Dcfg.cpp383 struct Aggregate { const LifetimeExtend a; const LifetimeExtend b; }; struct
418 Aggregate a{LifetimeExtend(4), LifetimeExtend(4)};
/external/clang/test/Sema/
H A Dbuiltins.c129 struct Aggregate { int n; char c; }; struct
162 F((struct Aggregate){0, 1});
/external/clang/lib/CodeGen/
H A DCGValue.h39 enum Flavor { Scalar, Complex, Aggregate }; enumerator in enum:clang::CodeGen::RValue::Flavor
53 bool isAggregate() const { return V1.getInt() == Aggregate; }
103 // FIXME: Aggregate rvalues need to retain information about whether they are
109 ER.V1.setInt(Aggregate);
/external/guava/guava/src/com/google/common/collect/
H A DTreeMultiset.java133 private enum Aggregate { enum in class:TreeMultiset
161 private long aggregateForEntries(Aggregate aggr) {
173 private long aggregateBelowRange(Aggregate aggr, @Nullable AvlNode<E> node) {
195 private long aggregateAboveRange(Aggregate aggr, @Nullable AvlNode<E> node) {
219 return Ints.saturatedCast(aggregateForEntries(Aggregate.SIZE));
224 return Ints.saturatedCast(aggregateForEntries(Aggregate.DISTINCT));
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java129 private enum Aggregate { enum in class:TreeMultiset
157 private long aggregateForEntries(Aggregate aggr) {
169 private long aggregateBelowRange(Aggregate aggr, @Nullable AvlNode<E> node) {
191 private long aggregateAboveRange(Aggregate aggr, @Nullable AvlNode<E> node) {
215 return Ints.saturatedCast(aggregateForEntries(Aggregate.SIZE));
220 return Ints.saturatedCast(aggregateForEntries(Aggregate.DISTINCT));
/external/v8/src/
H A Dcounters.h398 double Aggregate(double current_ms, double current_value);
437 sample_value = Aggregate(end_ms, end_value);
457 ? Aggregate(current_ms, current_value)
467 double AggregatedMemoryHistogram<Histogram>::Aggregate(double current_ms, function in class:v8::internal::AggregatedMemoryHistogram
/external/clang/lib/AST/
H A DDeclCXX.cpp50 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false),
148 data().Aggregate = false;
438 data().Aggregate = false;
526 data().Aggregate = false;
639 data().Aggregate = false;
725 data().Aggregate = false;
H A DASTImporter.cpp2002 ToData.Aggregate = FromData.Aggregate;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c882 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, argument
894 result = LLVMConstExtractValue(Aggregate, idxs, size);
900 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, argument
912 result = LLVMConstInsertValue(Aggregate, Val, idxs, size);
2258 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, argument
2260 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx),
2265 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, argument
2268 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx),
/external/clang/include/clang/AST/
H A DDeclCXX.h310 bool Aggregate : 1; member in struct:clang::CXXRecordDecl::DefinitionData
544 Aggregate = false;
1102 bool isAggregate() const { return data().Aggregate; }
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1399 Data.Aggregate = Record[Idx++];
1523 MATCH_FIELD(Aggregate)
H A DASTWriter.cpp5484 Record.push_back(Data.Aggregate);
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc2810 const protobuf_unittest::Aggregate& file_options =
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 533 milliseconds