HomeSort by relevance Sort by last modified time
    Searched refs:aggregate (Results 1 - 23 of 23) sorted by null

  /external/elfutils/backends/
alpha_retval.c 130 goto aggregate;
136 goto aggregate;
153 aggregate:
ppc64_retval.c 149 aggregate:
166 goto aggregate;
173 goto aggregate;
177 goto aggregate;
ppc_retval.c 142 aggregate:
155 goto aggregate;
sparc_retval.c 137 aggregate:
149 goto aggregate;
  /external/guava/guava/src/com/google/common/collect/
BstRangeOps.java 38 BstAggregate<? super N> aggregate, GeneralRange<K> range, @Nullable N root) {
39 checkNotNull(aggregate);
44 long total = aggregate.treeValue(root);
46 total -= totalBeyondRangeToSide(aggregate, range, LEFT, root);
49 total -= totalBeyondRangeToSide(aggregate, range, RIGHT, root);
56 BstAggregate<? super N> aggregate, GeneralRange<K> range, BstSide side, @Nullable N root) {
60 accum += aggregate.entryValue(root);
61 accum += aggregate.treeValue(root.childOrNull(side));
  /external/clang/test/SemaCXX/
cxx0x-initializer-aggregates.cpp 6 namespace aggregate { namespace
  /external/webkit/Source/WebCore/inspector/front-end/
DetailedHeapshotGridNodes.js 422 WebInspector.HeapSnapshotConstructorNode = function(tree, className, aggregate)
424 WebInspector.HeapSnapshotGridNode.call(this, tree, aggregate.count > 0);
426 this._count = aggregate.count;
427 this._shallowSize = aggregate.self;
428 this._retainedSize = aggregate.maxRet;
429 this._provider = this._createNodesProvider(tree.snapshot, aggregate.type, className);
515 WebInspector.HeapSnapshotDiffNode = function(tree, className, baseAggregate, aggregate)
520 this._indexes = aggregate ? aggregate.idxs : [];
521 this._provider = this._createNodesProvider(tree.baseSnapshot, tree.snapshot, aggregate ? aggregate.type : baseAggregate.type, className)
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 1142 ProcessMemoryInformation aggregate; local
    [all...]
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
PerformanceTest.java 48 public void aggregate() { method in class:PerformanceTest.StatAggregator
56 // in animation testing phase, record animation framerate and aggregate
178 mStats.aggregate();
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputGLSL.cpp 50 if (const TIntermAggregate* aggregate = node->getAsAggregate())
52 return (aggregate->getOp() != EOpFunction) &&
53 (aggregate->getOp() != EOpSequence);
OutputHLSL.cpp 151 // Globals are declared and intialized as an aggregate node
306 // Globals are declared and intialized as an aggregate node
1531 TIntermAggregate *aggregate = node->getAsAggregate(); local
    [all...]
  /external/clang/tools/scan-build/
scan-build     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 836 group "ret aggregate";
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 985 milliseconds