HomeSort by relevance Sort by last modified time
    Searched refs:Aggregate (Results 1 - 25 of 50) sorted by null

1 2

  /external/skia/tools/lua/
ngrams_aggregate.lua 1 -- Aggregate the output from ngrams.lua.
  /external/clang/test/Analysis/
cfg.cpp 383 struct Aggregate { const LifetimeExtend a; const LifetimeExtend b; };
418 Aggregate a{LifetimeExtend(4), LifetimeExtend(4)};
  /external/clang/test/Sema/
builtins.c 129 struct Aggregate { int n; char c; };
162 F((struct Aggregate){0, 1});
  /external/clang/lib/CodeGen/
CGValue.h 37 /// address of an aggregate value in memory.
39 enum Flavor { Scalar, Complex, Aggregate };
41 // The shift to make to an aggregate's alignment to make it look
53 bool isAggregate() const { return V1.getInt() == Aggregate; }
69 /// getAggregateAddr() - Return the Value* of the address of the aggregate.
71 assert(isAggregate() && "Not an aggregate!");
76 assert(isAggregate() && "Not an aggregate!");
103 // FIXME: Aggregate rvalues need to retain information about whether they are
109 ER.V1.setInt(Aggregate);
440 /// An aggregate value slot
    [all...]
  /external/guava/guava/src/com/google/common/collect/
TreeMultiset.java 133 private enum Aggregate {
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/
TreeMultiset.java 129 private enum Aggregate {
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/
counters.h 300 // A histogram timer that can aggregate events within a larger scope.
305 // An example use might be to aggregate the time spent in lazy compilation
398 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,
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 50 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false),
147 // An aggregate is [...] a class with [...] no base classes [...].
148 data().Aggregate = false;
151 // A POD-struct is an aggregate class...
437 // An aggregate is an array or a class with [...] no virtual functions.
438 data().Aggregate = false;
441 // A POD-struct is an aggregate class...
482 // A POD-struct is an aggregate class [...]
484 // type is technically an aggregate in C++0x since it wouldn't be in 03.
519 // An aggregate is an array or a class with no user-declare
    [all...]
ASTImporter.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 882 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate,
894 result = LLVMConstExtractValue(Aggregate, idxs, size);
900 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate,
912 result = LLVMConstInsertValue(Aggregate, Val, idxs, size);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 309 /// \brief True when this class is an aggregate.
310 bool Aggregate : 1;
543 // This class type is neither an aggregate nor a literal type.
544 Aggregate = false;
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java     [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar 
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/
stringtemplate-3.2.1.jar 
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc     [all...]
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 

Completed in 354 milliseconds

1 2