Home
last modified time | relevance | path

Searched refs:aggregate (Results 1 – 25 of 53) sorted by relevance

123

/external/guava/guava/src/com/google/common/collect/
DBstRangeOps.java38 BstAggregate<? super N> aggregate, GeneralRange<K> range, @Nullable N root) { in totalInRange() argument
39 checkNotNull(aggregate); in totalInRange()
44 long total = aggregate.treeValue(root); in totalInRange()
46 total -= totalBeyondRangeToSide(aggregate, range, LEFT, root); in totalInRange()
49 total -= totalBeyondRangeToSide(aggregate, range, RIGHT, root); in totalInRange()
56 BstAggregate<? super N> aggregate, GeneralRange<K> range, BstSide side, @Nullable N root) { in totalBeyondRangeToSide() argument
60 accum += aggregate.entryValue(root); in totalBeyondRangeToSide()
61 accum += aggregate.treeValue(root.childOrNull(side)); in totalBeyondRangeToSide()
/external/elfutils/backends/
Dppc64_retval.c149 aggregate: in ppc64_return_value_location()
166 goto aggregate; in ppc64_return_value_location()
173 goto aggregate; in ppc64_return_value_location()
177 goto aggregate; in ppc64_return_value_location()
Dalpha_retval.c130 goto aggregate; in alpha_return_value_location()
136 goto aggregate; in alpha_return_value_location()
153 aggregate: in alpha_return_value_location()
Dppc_retval.c142 aggregate: in ppc_return_value_location()
155 goto aggregate; in ppc_return_value_location()
Dsparc_retval.c137 aggregate: in sparc_return_value_location()
149 goto aggregate; in sparc_return_value_location()
DChangeLog282 (ppc64_return_value_location): Use registers for aggregate conditional
285 (ppc_return_value_location): Use registers for aggregate conditional
/external/webkit/Source/WebCore/inspector/front-end/
DDetailedHeapshotGridNodes.js422 WebInspector.HeapSnapshotConstructorNode = function(tree, className, aggregate) argument
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) argument
520 this._indexes = aggregate ? aggregate.idxs : [];
521 …der = this._createNodesProvider(tree.baseSnapshot, tree.snapshot, aggregate ? aggregate.type : bas…
/external/chromium/chrome/browser/
Dbrowser_about_handler.cc1142 ProcessMemoryInformation aggregate; in OnDetailsAvailable() local
1145 aggregate.pid = iterator->pid; in OnDetailsAvailable()
1146 aggregate.version = iterator->version; in OnDetailsAvailable()
1150 aggregate.working_set.priv += iterator->working_set.priv; in OnDetailsAvailable()
1151 aggregate.working_set.shared += iterator->working_set.shared; in OnDetailsAvailable()
1152 aggregate.working_set.shareable += iterator->working_set.shareable; in OnDetailsAvailable()
1153 aggregate.committed.priv += iterator->committed.priv; in OnDetailsAvailable()
1154 aggregate.committed.mapped += iterator->committed.mapped; in OnDetailsAvailable()
1155 aggregate.committed.image += iterator->committed.image; in OnDetailsAvailable()
1156 aggregate.num_processes++; in OnDetailsAvailable()
[all …]
/external/llvm/test/CodeGen/X86/
Dfast-isel-agg-constant.ll2 ; Make sure fast-isel doesn't screw up aggregate constants.
/external/clang/test/SemaCXX/
Dcxx0x-initializer-aggregates.cpp6 namespace aggregate { namespace
/external/llvm/include/llvm/
DInstruction.def172 HANDLE_OTHER_INST(56, ExtractValue, ExtractValueInst)// extract from aggregate
173 HANDLE_OTHER_INST(57, InsertValue, InsertValueInst) // insert into aggregate
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DOutputGLSL.cpp50 if (const TIntermAggregate* aggregate = node->getAsAggregate()) in isSingleStatement() local
52 return (aggregate->getOp() != EOpFunction) && in isSingleStatement()
53 (aggregate->getOp() != EOpSequence); in isSingleStatement()
DOutputHLSL.cpp1531 TIntermAggregate *aggregate = node->getAsAggregate(); in isSingleStatement() local
1533 if (aggregate) in isSingleStatement()
1535 if (aggregate->getOp() == EOpSequence) in isSingleStatement()
1541 …for (TIntermSequence::iterator sit = aggregate->getSequence().begin(); sit != aggregate->getSequen… in isSingleStatement()
/external/clang/tools/scan-build/
Dscan-build1081 my $aggregate = "";
1083 $aggregate .= $domain;
1084 if ($EnabledCheckers{$aggregate}) {
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DParserRuleReturnScope.as18 * group values such as this aggregate.
/external/llvm/lib/Target/PowerPC/
DPPCCallingConv.td110 // Helper "calling convention" to handle aggregate by value arguments.
115 // Still, the address of the aggregate copy in the callers stack frame is passed
/external/valgrind/main/
DCOPYING.DOCS304 distribution medium, is called an "aggregate" if the copyright
307 When the Document is included in an aggregate, this License does not
308 apply to the other works in the aggregate which are not themselves
313 the entire aggregate, the Document's Cover Texts may be placed on
314 covers that bracket the Document within the aggregate, or the
317 aggregate.
/external/bison/doc/
Dfdl.texi344 distribution medium, is called an ``aggregate'' if the copyright
347 When the Document is included in an aggregate, this License does not
348 apply to the other works in the aggregate which are not themselves
353 the entire aggregate, the Document's Cover Texts may be placed on
354 covers that bracket the Document within the aggregate, or the
357 aggregate.
/external/clang/test/Coverage/
Dc-language-features.inc107 // FIXME: Add _Complex and aggregate cases.
/external/linux-tools-perf/Documentation/
Dperf-stat.txt70 Do not aggregate counts across all monitored CPUs in system-wide mode (-a).
/external/libffi/
Dfficonfig.h.in20 /* Define this is you do not want support for aggregate types. */
/external/llvm/include/llvm/Target/
DTargetCallingConv.td100 /// slot to implement ByVal aggregate parameter passing. Size and alignment
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb232 aggregate
234 aggregate
236 aggregate
/external/clang/test/CodeGenObjC/
Dproperty.m81 // Test aggregate initialization from property reads.
/external/protobuf/src/google/protobuf/
Ddescriptor.proto109 TYPE_GROUP = 10; // Tag-delimited aggregate.
110 TYPE_MESSAGE = 11; // Length-delimited aggregate.

123