/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/ |
D | 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 for [all …]
|
/external/webrtc/webrtc/video/ |
D | report_block_stats.cc | 51 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/ |
D | unittest_custom_options.proto | 296 // Definitions for testing aggregate option parsing. 311 // A helper type used to test aggregate option parsing 312 message Aggregate { message 317 optional Aggregate sub = 3; 319 // To test the parsing of extensions inside aggregate values 322 optional Aggregate nested = 15476903; 329 // Allow Aggregate to be used as an option at all possible locations 331 extend google.protobuf.FileOptions { optional Aggregate fileopt = 15478479; } 332 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; } 333 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; } [all …]
|
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/ |
D | graphics_PiglitBVT_5.sh | 312 …aggregate-initializer-array-dereference-out-of-bounds-implicitly-sized.frag" 0.0 "bin/glslparserte… 313 …legal-aggregate-initializer-array-too-few-elements.frag" 0.0 "bin/glslparsertest tests/spec/arb_sh… 314 …egal-aggregate-initializer-array-too-many-elements.frag" 0.0 "bin/glslparsertest tests/spec/arb_sh… 315 …/illegal-aggregate-initializer-array-wrong-type.frag" 0.0 "bin/glslparsertest tests/spec/arb_shadi… 316 …legal-aggregate-initializer-matrix-too-few-columns.frag" 0.0 "bin/glslparsertest tests/spec/arb_sh… 317 …egal-aggregate-initializer-matrix-too-many-columns.frag" 0.0 "bin/glslparsertest tests/spec/arb_sh… 318 …illegal-aggregate-initializer-matrix-wrong-type.frag" 0.0 "bin/glslparsertest tests/spec/arb_shadi… 319 …al-aggregate-initializer-named-struct-too-few-fields.frag" 0.0 "bin/glslparsertest tests/spec/arb_… 320 …al-aggregate-initializer-named-struct-too-many-fields.frag" 0.0 "bin/glslparsertest tests/spec/arb… 321 …egal-aggregate-initializer-named-struct-wrong-type.frag" 0.0 "bin/glslparsertest tests/spec/arb_sh… [all …]
|
/external/clang/test/CodeGen/ |
D | arm-homogenous.c | 12 /* 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/ |
D | CGValue.h | 37 /// 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 …]
|
D | CGExprAgg.cpp | 1 //===--- CGExprAgg.cpp - Emit LLVM Code from Aggregate Expressions --------===// 10 // This contains code to emit Aggregate Expr nodes as LLVM code. 29 // Aggregate Expression Emitter 74 /// EmitAggLoadOfLValue - Given an expression with aggregate type that 108 CGF.ErrorUnsupported(S, "aggregate expression"); in VisitStmt() 124 // aggregate in C++, and in C there's no language standard in VisitDeclRefExpr() 212 /// EmitAggLoadOfLValue - Given an expression with aggregate type that 227 /// \brief True if the given aggregate type requires special GC API calls. 269 assert(src.isAggregate() && "value must be aggregate value!"); in EmitFinalDestCopy() 276 // If Dest is ignored, then we're evaluating an aggregate expression in EmitFinalDestCopy() [all …]
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_vp8.h | 41 // 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/clang/test/CodeGenCXX/ |
D | homogeneous-aggregates.cpp | 23 struct D1 : Base1 { // non-homogeneous aggregate 26 struct D2 : Base2 { // homogeneous aggregate 29 struct D3 : Base1, Base2 { // non-homogeneous aggregate 32 struct D4 : Base2, Base3 { // homogeneous aggregate 39 struct D5 : I1, I2, I3 {}; // homogeneous aggregate
|
/external/elfutils/backends/ |
D | tilegx_retval.c | 120 aggregate: in tilegx_return_value_location() 136 goto aggregate; in tilegx_return_value_location() 143 goto aggregate; in tilegx_return_value_location() 147 goto aggregate; in tilegx_return_value_location()
|
D | ppc64_retval.c | 148 aggregate: in ppc64_return_value_location() 177 goto aggregate; in ppc64_return_value_location() 184 goto aggregate; in ppc64_return_value_location() 188 goto aggregate; in ppc64_return_value_location()
|
D | arm_retval.c | 40 /* r0, or pair r0, r1, or aggregate up to r0-r3. */ 108 aggregate: in arm_return_value_location() 120 goto aggregate; in arm_return_value_location()
|
D | alpha_retval.c | 118 goto aggregate; in alpha_return_value_location() 124 goto aggregate; in alpha_return_value_location() 141 aggregate: in alpha_return_value_location()
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
D | memory_allocator_dump.html | 113 // Aggregate descendants's numerics recursively and gather children's 120 // Aggregate children's numerics. 125 // Don't aggregate size and effective size numerics. These are 128 // Also don't aggregate numerics that the parent already has. 146 // Aggregate the units and sum up the values of the numerics.
|
/external/jetty/src/java/org/eclipse/jetty/util/component/ |
D | AggregateLifeCycle.java | 35 …eans or as unmanaged beans. A managed bean is started, stopped and destroyed with the aggregate. 36 …* An unmanaged bean is associated with the aggregate for the purposes of {@link #dump()}, but it's… 135 /** Is the bean contained in the aggregate. 137 * @return True if the aggregate contains the bean 148 /** Is the bean joined to the aggregate. 150 * @return True if the aggregate contains the bean and it is joined 213 * Manage a bean by this aggregate, so that it is started/stopped/destroyed with the 214 * aggregate lifecycle. 232 * Unmanage a bean by this aggregate, so that it is not started/stopped/destroyed with the 233 * aggregate lifecycle.
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 35 /// Compute the linearized index of a member in a nested aggregate/struct/array 81 /// non-aggregate types that comprise it. 299 // Value may come from either the aggregate or the scalar in getNoopInput() 303 // The type being inserted is a nested sub-type of the aggregate; we in getNoopInput() 315 // previous aggregate. Combine the two paths to obtain the true address of in getNoopInput() 375 /// For an aggregate type, determine whether a given index is within bounds or 391 /// outermost to innermost non-empty aggregate. The element currently 400 /// aggregate or a non-aggregate 435 /// Assuming Next is an aggregate of some kind, this function will traverse the 437 /// non-aggregate type which will play a role in function return. [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | emptystruct.ll | 3 ; This tests correct handling of empty aggregate parameters and return values. 6 ; is treated as any other pointer parameter. An empty aggregate return value 7 ; is treated as any other aggregate return value, passed via address as a
|
/external/slf4j/ |
D | pom.xml | 220 <aggregate>true</aggregate> 231 <!--<aggregate>true</aggregate>--> 316 <aggregate>true</aggregate>
|
/external/clang/docs/analyzer/ |
D | RegionStore.txt | 108 all the elements of an aggregate type (struct or array) without having to 130 distinguish a Default binding for an entire aggregate from a Default binding 131 for the sub-aggregate at offset 0. 140 aggregate (i.e. for an lvalue-to-rvalue conversion), it returns a
|
/external/llvm/include/llvm/CodeGen/ |
D | Analysis.h | 38 /// aggregate/struct/array. 40 /// Given an LLVM IR aggregate type and a sequence of insertvalue or 65 /// non-aggregate types that comprise it.
|
/external/ltrace/ |
D | type.h | 91 /* Return number of elements of an aggregate type INFO. This can be 150 /* If INFO is homogeneous floating-point aggregate, return the 153 * it's an aggregate whose each field is either a HFA, or a
|
/external/clang/test/SemaCXX/ |
D | dcl_init_aggr.cpp | 16 NonAggregate non_aggregate_test = { 1, 2 }; // expected-error{{non-aggregate type 'NonAggregate' ca… 18 NonAggregate non_aggregate_test2[2] = { { 1, 2 }, { 3, 4 } }; // expected-error 2 {{non-aggregate t… 66 EmptyTest empty_test2 = { 3 }; // expected-error{{initializer for aggregate with no elements requir…
|
/external/llvm/test/CodeGen/ARM/ |
D | aggregate-padding.ll | 32 ; An aggregate should be able to split between registers and stack if there is 45 ; If an aggregate has to be moved entirely onto the stack, nothing should be 62 ; If an aggregate has to be moved entirely onto the stack, nothing should be
|
/external/javasqlite/src/main/java/SQLite/ |
D | Function.java | 43 * Callback for one step in aggregate function. 52 * Callback for final step in aggregate function.
|
/external/testng/src/main/java/org/testng/reporters/ |
D | XMLConstants.java | 9 /** the testsuites element for the aggregate document */ 30 /** package attribute for the aggregate document */
|