Searched defs:aggregate (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DBstRangeOps.java38 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));
37 totalInRange( BstAggregate<? super N> aggregate, GeneralRange<K> range, @Nullable N root) argument
55 totalBeyondRangeToSide( BstAggregate<? super N> aggregate, GeneralRange<K> range, BstSide side, @Nullable N root) argument
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-aggregates.cpp6 namespace aggregate { namespace
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DOutputHLSL.cpp151 // 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
1533 if (aggregate)
1535 if (aggregate->getOp() == EOpSequence)
1541 for (TIntermSequence::iterator sit = aggregate->getSequence().begin(); sit != aggregate->getSequence().end(); sit++)
/external/chromium/chrome/browser/
H A Dbrowser_about_handler.cc1142 ProcessMemoryInformation aggregate; local
1145 aggregate.pid = iterator->pid;
1146 aggregate.version = iterator->version;
1150 aggregate.working_set.priv += iterator->working_set.priv;
1151 aggregate.working_set.shared += iterator->working_set.shared;
1152 aggregate.working_set.shareable += iterator->working_set.shareable;
1153 aggregate.committed.priv += iterator->committed.priv;
1154 aggregate.committed.mapped += iterator->committed.mapped;
1155 aggregate.committed.image += iterator->committed.image;
1156 aggregate
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 125 milliseconds