Home
last modified time | relevance | path

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

123

/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java50 Aggregate aggregate; in testIncluded() local
63 aggregate = consumer.getAggregate(included, null); in testIncluded()
64 } while (aggregate.asMap().isEmpty() && n++ < (1000 / TICK)); in testIncluded()
67 if (aggregate.getAggregation(name) == null) { in testIncluded()
73 for (Aggregation a : aggregate.getAggregations()) { in testIncluded()
90 Aggregate aggregate; in testCleared() local
104 aggregate = consumer.getAggregate(null, cleared); in testCleared()
105 } while (aggregate.asMap().isEmpty() && n++ < (1000 / TICK)); in testCleared()
110 aggregate = consumer.getAggregate(null, cleared); in testCleared()
112 for (Aggregation a : aggregate.getAggregations()) { in testCleared()
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java447 printAggregate(Aggregate aggregate) in printAggregate() argument
449 printAggregationRecords(aggregate.getOrderedRecords()); in printAggregate()
968 Aggregate aggregate = dtrace.getAggregate(); in main()
969 if (aggregate != null) { in main()
970 printAggregate(aggregate); in main()
1010 Aggregate aggregate = dtrace.getAggregate(); in main()
1011 if (aggregate != null) { in main()
1014 printAggregate(aggregate); in main()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.def217 HANDLE_OTHER_INST(63, ExtractValue, ExtractValueInst)// extract from aggregate
218 HANDLE_OTHER_INST(64, InsertValue, InsertValueInst) // insert into aggregate
/freebsd-12.1/contrib/ofed/infiniband-diags/src/
H A Dperfquery.c392 int port, int aggregate) in dump_perfcounters() argument
409 if (aggregate) in dump_perfcounters()
434 if (aggregate) in dump_perfcounters()
441 if (!aggregate) { in dump_perfcounters()
/freebsd-12.1/contrib/serf/
H A DCHANGES10 destroyed before it is morphed into an aggregate bucket (r1699791)
240 Experimental feature on aggregate buckets for a callback-on-empty
251 Fixed slowdown in aggregate bucket with millions of child buckets
265 Implement snapshot API for simple and aggregate buckets
H A Dserf_bucket_types.h197 #define SERF_BUCKET_IS_AGGREGATE(b) SERF_BUCKET_CHECK((b), aggregate)
/freebsd-12.1/contrib/diff/doc/
H A 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.
/freebsd-12.1/contrib/gdb/gdb/doc/
H A 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.
/freebsd-12.1/contrib/gcc/doc/include/
H A Dfdl.texi374 distribution medium, is called an ``aggregate'' if the copyright
377 When the Document is included in an aggregate, this License does not
378 apply to the other works in the aggregate which are not themselves
383 the entire aggregate, the Document's Cover Texts may be placed on
384 covers that bracket the Document within the aggregate, or the
387 aggregate.
/freebsd-12.1/contrib/libc++/include/
H A Darray35 // No explicit construct/copy/destroy for aggregate type
146 // No explicit construct/copy/destroy for aggregate type
257 // No explicit construct/copy/destroy for aggregate type
/freebsd-12.1/contrib/binutils/ld/
H A Dfdl.texi284 compilation. Such a compilation is called an ``aggregate'', and this
291 of the entire aggregate, the Document's Cover Texts may be placed on
292 covers that surround only the Document within the aggregate.
293 Otherwise they must appear on covers around the whole aggregate.
H A Dldint.texinfo979 compilation. Such a compilation is called an "aggregate", and this
986 of the entire aggregate, the Document's Cover Texts may be placed on
987 covers that surround only the Document within the aggregate.
988 Otherwise they must appear on covers around the whole aggregate.
/freebsd-12.1/contrib/binutils/binutils/doc/
H A Dfdl.texi285 compilation. Such a compilation is called an ``aggregate'', and this
292 of the entire aggregate, the Document's Cover Texts may be placed on
293 covers that surround only the Document within the aggregate.
294 Otherwise they must appear on covers around the whole aggregate.
/freebsd-12.1/contrib/binutils/bfd/doc/
H A Dfdl.texi283 compilation. Such a compilation is called an ``aggregate'', and this
290 of the entire aggregate, the Document's Cover Texts may be placed on
291 covers that surround only the Document within the aggregate.
292 Otherwise they must appear on covers around the whole aggregate.
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td255 // Helper "calling convention" to handle aggregate by value arguments.
260 // Still, the address of the aggregate copy in the callers stack frame is passed
/freebsd-12.1/stand/ficl/softwords/
H A Doo.fr246 : do-aggregate
257 do-aggregate
270 do-aggregate
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Darray67 // No explicit construct/copy/destroy for aggregate type.
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetCallingConv.td122 /// slot to implement ByVal aggregate parameter passing. Size and alignment
/freebsd-12.1/contrib/ntp/sntp/libopts/
H A DCOPYING.gplv3239 "aggregate" if the compilation and its resulting copyright are not
242 in an aggregate does not cause this License to apply to the other
243 parts of the aggregate.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19951249 a class from being an aggregate.
1270 * cp-tree.h (lang_type): Add aggregate.
1274 aggregate.
1364 aggregate type.
2439 (extract_aggr_init): Helper for aggregate initialization.
3066 converting to the same aggregate type.
3113 * cvt.c (build_type_conversion_1): Don't call convert on aggregate
3753 * call.c (can_convert): Don't use aggregate initialization.
H A DChangeLog.tree-ssa109 aggregate, but rather its address.
H A DChangeLog.apple48 blocks which return their aggregate value in memory.
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp855 FLAG(isAggregate, aggregate); in VisitCXXRecordDecl()
/freebsd-12.1/contrib/gcc/doc/
H A Dpasses.texi358 This pass rewrites suitable non-aliased local aggregate variables into
563 variable is an aggregate type, then the variable is replaced with the
H A Dimplement-c.texi537 If it is a scalar type, or on most targets an aggregate type whose only

123