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

1 2 3

  /external/webrtc/webrtc/video/
report_block_stats.cc 51 RTCPReportBlock aggregate; local
53 return aggregate;
59 aggregate.cumulativeLost += report_block->cumulativeLost;
60 aggregate.jitter += report_block->jitter;
71 aggregate.fractionLost =
73 aggregate.jitter = static_cast<uint32_t>(
74 (aggregate.jitter + report_blocks.size() / 2) / report_blocks.size());
75 return aggregate;
  /external/elfutils/backends/
tilegx_retval.c 120 aggregate:
136 goto aggregate;
143 goto aggregate;
147 goto aggregate;
alpha_retval.c 118 goto aggregate;
124 goto aggregate;
141 aggregate:
ppc64_retval.c 148 aggregate:
177 goto aggregate;
184 goto aggregate;
188 goto aggregate;
arm_retval.c 40 /* r0, or pair r0, r1, or aggregate up to r0-r3. */
108 aggregate:
120 goto aggregate;
sparc_retval.c 141 aggregate:
152 goto aggregate;
ppc_retval.c 151 aggregate:
184 goto aggregate;
  /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/dagger2/util/
generate-latest-docs.sh 8 mvn javadoc:aggregate -P!examples
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderPassThrough.cpp 162 sp<ABuffer> aggregate; local
167 aggregate = mAggregateBuffer;
169 return aggregate;
196 aggregate = mAggregateBuffer;
212 // decided not to aggregate
213 aggregate = accessUnit;
216 return aggregate;
226 // Flush out the aggregate buffer to try to avoid underrun.
  /external/clang/test/Sema/
thread-specifier.c 123 __thread int aggregate[10] = {0}; variable
  /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)
ninfod.c 127 # define offsetof(aggregate,member) ((size_t)&((aggregate *)0)->member)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
AggregateSummaryStatistics.java 31 * are used as normal, and at any time the aggregate statistics for all the
36 * contributing and the internal aggregate {@code SummaryStatistics} objects.
38 * A static {@link #aggregate(Collection)} method is also included that computes
39 * aggregate statistics directly from a Collection of SummaryStatistics instances.
45 * provided by {@link #aggregate(Collection)} is adequate, that method should be used
61 * contributing to this aggregate
66 * The SummaryStatistics in which aggregate statistics are accumulated.
82 * aggregate statistics. This provides for customized statistics implementations
83 * to be used by contributing and aggregate statistics.
86 * prototype both for the internal aggregate statistics and fo
301 public static StatisticalSummaryValues aggregate(Collection<SummaryStatistics> statistics) { method in class:AggregateSummaryStatistics
    [all...]
  /external/selinux/libselinux/utils/
Makefile 25 -Werror -Wno-aggregate-return -Wno-redundant-decls
  /external/skia/tools/lua/
count_reduced_clipstacks.lua 75 aggregate table on the automated scraper system. Then use the print_stats function on
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
scan-build     [all...]
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
scan-build     [all...]
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
scan-build     [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build     [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build     [all...]

Completed in 1423 milliseconds

1 2 3