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

1 2 3 4

  /external/chromium_org/third_party/angle/src/compiler/translator/
RegenerateStructNames.cpp 61 bool RegenerateStructNames::visitAggregate(Visit, TIntermAggregate *aggregate)
63 ASSERT(aggregate);
64 switch (aggregate->getOp())
69 TIntermSequence &sequence = *(aggregate->getSequence());
ScalarizeVecAndMatConstructorArgs.h 25 void scalarizeArgs(TIntermAggregate *aggregate,
ScalarizeVecAndMatConstructorArgs.cpp 125 TIntermAggregate *aggregate, bool scalarizeVector, bool scalarizeMatrix)
127 ASSERT(aggregate);
129 switch (aggregate->getOp())
156 TIntermSequence *sequence = aggregate->getSequence();
RewriteElseBlocks.cpp 26 bool visitAggregate(Visit visit, TIntermAggregate *aggregate);
ParseContext.cpp 1266 TIntermAggregate* aggregate = intermediate.makeAggregate(symbol, identifierLocation); local
1318 TIntermAggregate* aggregate = intermediate.makeAggregate(symbol, identifierLocation); local
1378 TIntermAggregate *aggregate = intermediate.makeAggregate(intermSymbol, identifierLoc); local
1945 TIntermAggregate *aggregate = intermediate.makeAggregate(intermediate.addSymbol(symbolId, symbolName, interfaceBlockType, typeQualifier.line), nameLine); local
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
testdata_source.h 56 // Will return aggregate data if |aggregate| is set to true.
57 explicit TestdataSource(bool aggregate);
testdata_source.cc 50 // The number of characters in an aggregate data key, e.g. 'data/CH'.
88 // Aggregate keys that begin with 'data/'. We don't aggregate keys that
101 // Append more data to the aggregate string, for example:
109 // Make the aggregate data strings valid. For example, this incomplete
122 // Example aggregate prefixed key:
127 // Begin a new aggregate string, for example:
148 TestdataSource::TestdataSource(bool aggregate) : aggregate_(aggregate) {}
164 // "https://i18napis.appspot.com/ssl-aggregate-address/" prefix, but do no
    [all...]
  /packages/apps/Email/provider_src/com/android/email/
SecurityPolicy.java 103 * Compute the aggregate policy for all accounts that require it, and record it.
116 * @return a policy representing the strongest aggregate. If no policy sets are defined,
122 Policy aggregate = new Policy(); local
123 aggregate.mPasswordMinLength = Integer.MIN_VALUE;
124 aggregate.mPasswordMode = Integer.MIN_VALUE;
125 aggregate.mPasswordMaxFails = Integer.MAX_VALUE;
126 aggregate.mPasswordHistory = Integer.MIN_VALUE;
127 aggregate.mPasswordExpirationDays = Integer.MAX_VALUE;
128 aggregate.mPasswordComplexChars = Integer.MIN_VALUE;
129 aggregate.mMaxScreenLockTime = Integer.MAX_VALUE
    [all...]
  /external/elfutils/0.153/backends/
alpha_retval.c 130 goto aggregate;
136 goto aggregate;
153 aggregate:
ppc64_retval.c 156 aggregate:
183 goto aggregate;
190 goto aggregate;
194 goto aggregate;
arm_retval.c 37 /* r0, or pair r0, r1, or aggregate up to r0-r3. */
119 aggregate:
130 goto aggregate;
ppc_retval.c 159 aggregate:
191 goto aggregate;
sparc_retval.c 149 aggregate:
160 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/chromium_org/ui/gfx/
color_analysis.cc 34 // that exist in the cluster, it keeps track of the aggregate sum so it can
44 aggregate[0] = aggregate[1] = aggregate[2] = 0;
65 // Recomputes the centroid of the cluster based on the aggregate data. The
67 // purposes. The aggregate and counter are then cleared to be ready for the
71 centroid[0] = aggregate[0] / counter;
72 centroid[1] = aggregate[1] / counter;
73 centroid[2] = aggregate[2] / counter;
75 aggregate[0] = aggregate[1] = aggregate[2] = 0
125 uint32_t aggregate[3]; member in class:color_utils::__anon522::KMeanCluster
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderPassThrough.cpp 161 sp<ABuffer> aggregate; local
166 aggregate = mAggregateBuffer;
168 return aggregate;
195 aggregate = mAggregateBuffer;
211 // decided not to aggregate
212 aggregate = accessUnit;
215 return aggregate;
  /external/clang/test/Sema/
thread-specifier.c 123 __thread int aggregate[10] = {0}; variable
  /external/chromium_org/chrome/browser/ui/webui/
about_ui.cc 904 // Aggregate per-process data into browser summary data.
911 ProcessMemoryInformation aggregate; local
914 aggregate.pid = iterator->pid;
915 aggregate.version = iterator->version;
919 aggregate.working_set.priv += iterator->working_set.priv
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-initializer-aggregates.cpp 6 namespace aggregate { namespace
  /external/iputils/ninfod/
ninfod_name.c 123 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member)
ninfod_addrs.c 121 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member)
ninfod_core.c 112 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member)
  /external/chromium_org/third_party/skia/tools/lua/
count_reduced_clipstacks.lua 75 aggregate table on the automated scraper system. Then use the print_stats function on
  /external/skia/tools/lua/
count_reduced_clipstacks.lua 75 aggregate table on the automated scraper system. Then use the print_stats function on
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotGridNodes.js     [all...]

Completed in 866 milliseconds

1 2 3 4