Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/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 …]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c100 void (*aggregate)(void *, const char *, const char *); member
285 cfg->aggregate(cfg->cache_cfg, unesc_tag, unesc_val); in aggregate_attrs()
345 cfg->aggregate(cfg->cache_cfg, "_,_xservers_,_", surl->s_pcHost); in foreach_server()
478 void (*aggregate)( in find_all_contexts()
510 cookie->aggregate = aggregate; in find_all_contexts()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dselect5.test13 # focus of this file is testing aggregate functions and the
39 # Sort by an aggregate function.
92 # Run various aggregate functions when the count is zero.
H A Dminmax.test14 # aggregate min() and max() functions and which are handled as
280 # If there is a NULL in an aggregate max() or min(), ignore it. An
281 # aggregate min() or max() will only return NULL if all values are NULL.
H A Dselect3.test13 # focus of this file is testing aggregate functions and the
38 # Basic aggregate functions.
H A Dmisuse.test92 # Attempt to register a new SQL aggregate while an sqlite_exec() is active.
H A Dsubselect.test40 # A subselect without an aggregate.
H A Dnull.test97 # Check to see that NULL values are ignored in aggregate functions.
H A Dselect1.test226 } {1 {misuse of aggregate function min()}}
284 } {1 {misuse of aggregate function min()}}
336 # ORDER BY ignored on an aggregate query
H A Dfunc.test250 # Tests for aggregate functions and how they handle NULLs.
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java452 printAggregate(Aggregate aggregate) in printAggregate() argument
454 printAggregationRecords(aggregate.getOrderedRecords()); in printAggregate()
973 Aggregate aggregate = dtrace.getAggregate(); in main()
974 if (aggregate != null) { in main()
975 printAggregate(aggregate); in main()
1015 Aggregate aggregate = dtrace.getAggregate(); in main()
1016 if (aggregate != null) { in main()
1019 printAggregate(aggregate); in main()
/illumos-gate/usr/src/common/ficl/test/
H A Dooptest.fr6 object subclass c-aggregate
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DIR.rst390 Extract a "slice" from an aggregate.
392 * .base: (pseudo_t) aggregate (alias .src)
393 * .from, .len: offet & size of the "slice" within the aggregate
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_asm.S828 or %g4, %i0, %g4 ! aggregate AFSR in cpu private
846 or %g4, %i0, %g4 ! aggregate AFSR in cpu private
1216 or %g4, %o0, %g4 ! aggregate AFSR in cpu private
1231 or %g4, %o3, %g4 ! aggregate AFSR in cpu private
1268 or %o3, %o0, %o3 ! aggregate AFSR in cpu private
1288 or %o3, %o0, %o3 ! aggregate AFSR in cpu private
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c1441 jobject aggregate = NULL; in Java_org_opensolaris_os_dtrace_LocalConsumer__1getAggregate() local
1460 aggregate = dtj_get_aggregate(&jc); in Java_org_opensolaris_os_dtrace_LocalConsumer__1getAggregate()
1461 if (!aggregate) { in Java_org_opensolaris_os_dtrace_LocalConsumer__1getAggregate()
1470 return (aggregate); in Java_org_opensolaris_os_dtrace_LocalConsumer__1getAggregate()
H A Ddtj_consume.c2150 jobject aggregate = NULL; in dtj_get_aggregate() local
2226 aggregate = (*jenv)->NewObject(jenv, g_agg_jc, g_agginit_jm, in dtj_get_aggregate()
2234 jc->dtjj_aggregate = aggregate; in dtj_get_aggregate()
2319 aggregate = jc->dtjj_aggregate; in dtj_get_aggregate()
2322 return (aggregate); in dtj_get_aggregate()
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java988 Aggregate aggregate = _getAggregate(spec); in getAggregate() local
989 return aggregate; in getAggregate()
/illumos-gate/usr/src/test/test-runner/stf/contrib/
H A DLICENSE.Artistic96 you may distribute this Package in aggregate with other (possibly
/illumos-gate/usr/src/common/ficl/softcore/
H A Doo.fr245 : do-aggregate
256 do-aggregate
269 do-aggregate
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1139 aggregate(char **ifiles, int n_ifiles, int opt_f, in aggregate() function
1455 rc = aggregate(ifiles, n_ifiles, opt_f, in main()
/illumos-gate/usr/src/cmd/perl/
H A DTHIRDPARTYLICENSE92 you may distribute this Package in aggregate with other (possibly
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in518 ** is called for a particular aggregate, a new structure of size nBytes
520 ** same aggregate instance) the same buffer is returned. The implementation
521 ** of the aggregate can use the returned buffer to accumulate data.
529 ** aggregate function instance. The current call to xStep counts so this
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DTHIRDPARTYLICENSE.gawk239 "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.
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME335 we need to decide how to aggregate the state of these logical
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex541 The CAU unit may aggregate several events and generate a single update of the status block and a si…
604 The CAU unit may aggregate several events and generate a single update of the status block and a si…

12