Home
last modified time | relevance | path

Searched full:aggregate (Results 1 – 25 of 1003) sorted by relevance

12345678910>>...41

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-xray/X86/
Dstack-multithread.yaml2 #RUN: llvm-xray stack -aggregate-threads %s | FileCheck %s --check-prefix AGGREGATE
47 # AGGREGATE: Unique Stacks: 3
48 # AGGREGATE: Top 10 Stacks by leaf sum:
49 # AGGREGATE: Sum: 200
51 # AGGREGATE: lvl function{{[[:space:]]+}}count{{[[:space:]]+}}sum
52 # AGGREGATE: #0 #1{{[[:space:]]+}}3{{[[:space:]]+}}1348
53 # AGGREGATE: #1 #2{{[[:space:]]+}}2{{[[:space:]]+}}700
54 # AGGREGATE: #2 #3{{[[:space:]]+}}2{{[[:space:]]+}}200
56 # AGGREGATE: Sum: 10
57 # AGGREGATE: lvl function{{[[:space:]]+}}count{{[[:space:]]+}}sum
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DAggregateSummaryStatistics.java31 * 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 for
[all …]
/external/swiftshader/third_party/subzero/bloat/
Dpnacl_public_x86_32_pnacl_sz_nexe.bloat.html48 <div class='webtreemap-symbol-bss webtreemap-aggregate'>bss aggregate</div>
50 <div class='webtreemap-symbol-data webtreemap-aggregate'>data aggregate</div>
52 <div class='webtreemap-symbol-read-only_data webtreemap-aggregate'>read-only
53 data aggregate</div>
55 <div class='webtreemap-symbol-code webtreemap-aggregate'>code aggregate</div>
57 <div class='webtreemap-symbol-weak_symbol webtreemap-aggregate'>weak symbol
58 aggregate</div>
Dpnacl_public_x86_64_pnacl_sz_nexe.bloat.html48 <div class='webtreemap-symbol-bss webtreemap-aggregate'>bss aggregate</div>
50 <div class='webtreemap-symbol-data webtreemap-aggregate'>data aggregate</div>
52 <div class='webtreemap-symbol-read-only_data webtreemap-aggregate'>read-only
53 data aggregate</div>
55 <div class='webtreemap-symbol-code webtreemap-aggregate'>code aggregate</div>
57 <div class='webtreemap-symbol-weak_symbol webtreemap-aggregate'>weak symbol
58 aggregate</div>
Dpnacl-sz.bloat.html48 <div class='webtreemap-symbol-bss webtreemap-aggregate'>bss aggregate</div>
50 <div class='webtreemap-symbol-data webtreemap-aggregate'>data aggregate</div>
52 <div class='webtreemap-symbol-read-only_data webtreemap-aggregate'>read-only
53 data aggregate</div>
55 <div class='webtreemap-symbol-code webtreemap-aggregate'>code aggregate</div>
57 <div class='webtreemap-symbol-weak_symbol webtreemap-aggregate'>weak symbol
58 aggregate</div>
Dpnacl-sz.x8664.nexe.bloat.html48 <div class='webtreemap-symbol-bss webtreemap-aggregate'>bss aggregate</div>
50 <div class='webtreemap-symbol-data webtreemap-aggregate'>data aggregate</div>
52 <div class='webtreemap-symbol-read-only_data webtreemap-aggregate'>read-only
53 data aggregate</div>
55 <div class='webtreemap-symbol-code webtreemap-aggregate'>code aggregate</div>
57 <div class='webtreemap-symbol-weak_symbol webtreemap-aggregate'>weak symbol
58 aggregate</div>
Dpnacl-sz.x8632.nexe.bloat.html48 <div class='webtreemap-symbol-bss webtreemap-aggregate'>bss aggregate</div>
50 <div class='webtreemap-symbol-data webtreemap-aggregate'>data aggregate</div>
52 <div class='webtreemap-symbol-read-only_data webtreemap-aggregate'>read-only
53 data aggregate</div>
55 <div class='webtreemap-symbol-code webtreemap-aggregate'>code aggregate</div>
57 <div class='webtreemap-symbol-weak_symbol webtreemap-aggregate'>weak symbol
58 aggregate</div>
Dwebtreemap.css36 .webtreemap-symbol-bss.webtreemap-aggregate {
39 .webtreemap-symbol-data.webtreemap-aggregate {
42 .webtreemap-symbol-read-only_data.webtreemap-aggregate {
45 .webtreemap-symbol-code.webtreemap-aggregate {
48 .webtreemap-symbol-weak_symbol.webtreemap-aggregate {
/external/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_tpm.sh29 tst_res TINFO "verify boot aggregate"
36 # IMA boot aggregate
44 tst_res TPASS "bios boot aggregate is 0"
46 tst_res TFAIL "bios boot aggregate is not 0"
51 tst_res TPASS "bios aggregate matches IMA boot aggregate"
53 tst_res TFAIL "bios aggregate does not match IMA boot aggregate"
103 tst_res TPASS "aggregate PCR value matches real PCR value"
105 tst_res TFAIL "aggregate PCR value does not match real PCR value"
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/
Dsimple-padding-graphical.test16 ; RUN: FileCheck -input-file=%t %s -check-prefix=AGGREGATE
115 ; AGGREGATE: struct SimplePadAggregate [sizeof = 12] {
116 ; AGGREGATE-NEXT: data +0x00 [sizeof=1] NonEmptyBase1 X
117 ; AGGREGATE-NEXT: data +0x00 [sizeof=1] bool X
118 ; AGGREGATE-NEXT: <padding> (3 bytes)
119 ; AGGREGATE-NEXT: data +0x04 [sizeof=4] int Y
120 ; AGGREGATE-NEXT: data +0x08 [sizeof=4] SimplePadFields1 Fields
121 ; AGGREGATE-NEXT: data +0x08 [sizeof=1] char A
122 ; AGGREGATE-NEXT: data +0x09 [sizeof=1] char B
123 ; AGGREGATE-NEXT: data +0x0a [sizeof=1] char C
[all …]
/external/webrtc/webrtc/video/
Dreport_block_stats.cc51 RTCPReportBlock aggregate; in AggregateAndStore() local
53 return aggregate; in AggregateAndStore()
59 aggregate.cumulativeLost += report_block->cumulativeLost; in AggregateAndStore()
60 aggregate.jitter += report_block->jitter; in AggregateAndStore()
71 aggregate.fractionLost = in AggregateAndStore()
73 aggregate.jitter = static_cast<uint32_t>( in AggregateAndStore()
74 (aggregate.jitter + report_blocks.size() / 2) / report_blocks.size()); in AggregateAndStore()
75 return aggregate; in AggregateAndStore()
/external/protobuf/src/google/protobuf/
Dunittest_custom_options.proto297 // Definitions for testing aggregate option parsing.
312 // A helper type used to test aggregate option parsing
313 message Aggregate { message
318 optional Aggregate sub = 3;
320 // To test the parsing of extensions inside aggregate values
323 optional Aggregate nested = 15476903;
330 // Allow Aggregate to be used as an option at all possible locations
332 extend google.protobuf.FileOptions { optional Aggregate fileopt = 15478479; }
333 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; }
334 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; }
[all …]
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_aggregate.pass.cpp50 struct Aggregate {}; struct
68 test_false<void(Aggregate::*)(int) const>(); in main()
69 test_false<Aggregate&>(); in main()
74 test_true<Aggregate>(); in main()
75 test_true<Aggregate[]>(); in main()
76 test_true<Aggregate[42][101]>(); in main()
/external/libcxx/utils/google-benchmark/test/
Dreporter_output_test.cc251 // ----------------------- Testing Aggregate Output ------------------------ //
254 // Test that non-aggregate data is printed by default
259 // need two repetitions min to be able to output any aggregate output
275 {"\"run_type\": \"aggregate\",$", MR_Next},
280 {"\"run_type\": \"aggregate\",$", MR_Next},
285 {"\"run_type\": \"aggregate\",$", MR_Next},
313 {"\"run_type\": \"aggregate\",$", MR_Next},
318 {"\"run_type\": \"aggregate\",$", MR_Next},
323 {"\"run_type\": \"aggregate\",$", MR_Next},
356 {"\"run_type\": \"aggregate\",$", MR_Next},
[all …]
/external/google-benchmark/test/
Dreporter_output_test.cc251 // ----------------------- Testing Aggregate Output ------------------------ //
254 // Test that non-aggregate data is printed by default
259 // need two repetitions min to be able to output any aggregate output
275 {"\"run_type\": \"aggregate\",$", MR_Next},
280 {"\"run_type\": \"aggregate\",$", MR_Next},
285 {"\"run_type\": \"aggregate\",$", MR_Next},
313 {"\"run_type\": \"aggregate\",$", MR_Next},
318 {"\"run_type\": \"aggregate\",$", MR_Next},
323 {"\"run_type\": \"aggregate\",$", MR_Next},
356 {"\"run_type\": \"aggregate\",$", MR_Next},
[all …]
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate-customization/report/
Dpom.xml18 <artifactId>it-report-aggregate-customization</artifactId>
23 <name>Aggregate Report</name>
45 <id>report-aggregate</id>
48 <goal>report-aggregate</goal>
57 <outputDirectory>target/jacoco-aggregate-customization</outputDirectory>
/external/clang/test/CodeGen/
Darm-homogenous.c12 /* This is not a homogenous aggregate - fundamental types are different */
32 /* This is not a homogenous aggregate - fundamental types are different */
52 /* This is not a homogenous aggregate - fundamental types are different */
72 /* This is not a homogenous aggregate - fundamental types are different */
92 /* Plain array is not a homogenous aggregate */
100 /* Struct-type homogenous aggregate */
121 /* Array-type homogenous aggregate */
142 /* This union is a homogenous aggregate. Check that it's passed properly */
/external/clang/lib/CodeGen/
DCGValue.h37 /// address of an aggregate value in memory.
39 enum Flavor { Scalar, Complex, Aggregate }; enumerator
41 // The shift to make to an aggregate's alignment to make it look
53 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate()
69 /// getAggregateAddr() - Return the Value* of the address of the aggregate.
71 assert(isAggregate() && "Not an aggregate!"); in getAggregateAddress()
76 assert(isAggregate() && "Not an aggregate!"); in getAggregatePointer()
103 // FIXME: Aggregate rvalues need to retain information about whether they are
109 ER.V1.setInt(Aggregate);
440 /// An aggregate value slot.
[all …]
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DReportAggregateMojo.java52 @Mojo(name = "report-aggregate", threadSafe = true)
78 @Parameter(defaultValue = "${project.reporting.outputDirectory}/jacoco-aggregate")
149 "jacoco-aggregate")) { in setReportOutputDirectory()
151 "jacoco-aggregate"); in setReportOutputDirectory()
158 return "jacoco-aggregate/index"; in getOutputName()
162 return "JaCoCo Aggregate"; in getName()
/external/python/google-api-python-client/docs/dyn/
Dfitness_v1.users.dataset.html78 <code><a href="#aggregate">aggregate(userId, body)</a></code></p>
82 <code class="details" id="aggregate">aggregate(userId, body)</code>
86 …userId: string, Aggregate data for the person identified. Use me to indicate the authenticated use…
92 { # The specification of which data to aggregate.
93 …"dataSourceId": "A String", # A data source ID to aggregate. Mutually exclusive of dataTypeName. O…
94 …"dataTypeName": "A String", # The data type to aggregate. All data sources providing this data typ…
114 …"durationMillis": "A String", # Specifies that result buckets aggregate data by exactly durationMi…
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/report/
Dpom.xml18 <artifactId>it-report-aggregate</artifactId>
23 <name>Aggregate Report</name>
53 <id>report-aggregate</id>
56 <goal>report-aggregate</goal>
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8.h41 // never aggregate, balance size.
42 kAggregate, // Split partitions if too large; aggregate whole partitions.
98 kAggrPartitions, // Aggregate intact partitions.
99 kAggrFragments // Aggregate intact and fragmented partitions.
130 // max_size), and aggregate them into balanced packets. The result is written
134 // the aggregate numbers restart at 0. Output values min_size and max_size
/external/libcxx/utils/google-benchmark/tools/gbench/Inputs/
Dtest3_run1.json19 "run_type": "aggregate",
34 "run_type": "aggregate",
42 "run_type": "aggregate",
Dtest3_run0.json12 "run_type": "aggregate",
34 "run_type": "aggregate",
42 "run_type": "aggregate",
/external/google-benchmark/tools/gbench/Inputs/
Dtest3_run0.json12 "run_type": "aggregate",
34 "run_type": "aggregate",
42 "run_type": "aggregate",

12345678910>>...41