Searched refs:aggregate (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java50 Aggregate aggregate;
58 // Wait up to a full second to obtain aggregate data. Without a
63 aggregate = consumer.getAggregate(included, null);
64 } while (aggregate.asMap().isEmpty() && n++ < (1000 / TICK));
67 if (aggregate.getAggregation(name) == null) {
70 "in the aggregate");
73 for (Aggregation a : aggregate.getAggregations()) {
77 "in the aggregate anyway");
90 Aggregate aggregate;
104 aggregate
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c64 * void aggregate(void *handle, const char *tag, const char *value);
98 void (*aggregate)(void *, const char *, const char *); member in struct:config_cookie
283 cfg->aggregate(cfg->cache_cfg, unesc_tag, unesc_val);
343 cfg->aggregate(cfg->cache_cfg, "_,_xservers_,_", surl->s_pcHost);
470 * get_cfghandle, aggregate, and set_cfghandle are callback routines
476 void (*aggregate)(
508 cookie->aggregate = aggregate;
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java447 printAggregate(Aggregate aggregate) argument
449 printAggregationRecords(aggregate.getOrderedRecords());
968 Aggregate aggregate = dtrace.getAggregate();
969 if (aggregate != null) {
970 printAggregate(aggregate);
1010 Aggregate aggregate = dtrace.getAggregate();
1011 if (aggregate != null) {
1014 printAggregate(aggregate);
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c1443 jobject aggregate = NULL; local
1462 aggregate = dtj_get_aggregate(&jc);
1463 if (!aggregate) {
1472 return (aggregate);
H A Ddtj_consume.c2131 jobject aggregate = NULL; local
2206 /* Create the Java representation of the aggregate snapshot. */
2207 aggregate = (*jenv)->NewObject(jenv, g_agg_jc, g_agginit_jm,
2215 jc->dtjj_aggregate = aggregate;
2218 * Walk the aggregate, converting the data into Java Objects. Traverse
2300 aggregate = jc->dtjj_aggregate;
2303 return (aggregate);
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_asm.s926 or %g4, %i0, %g4 ! aggregate AFSR in cpu private
944 or %g4, %i0, %g4 ! aggregate AFSR in cpu private
1379 or %g4, %o0, %g4 ! aggregate AFSR in cpu private
1394 or %g4, %o3, %g4 ! aggregate AFSR in cpu private
1431 or %o3, %o0, %o3 ! aggregate AFSR in cpu private
1451 or %o3, %o0, %o3 ! aggregate AFSR in cpu private
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java985 // Getting the aggregate is a time-consuming request that should not
990 Aggregate aggregate = _getAggregate(spec);
991 return aggregate;
/opensolaris-onvv-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c823 ** if pIsAgg is not null and this expression is an aggregate function
836 int is_agg = 0; /* True if is an aggregate function */
855 sqliteErrorMsg(pParse, "misuse of aggregate function %.*s()", nId, zId);
1543 ** Analyze the given expression looking for aggregate functions and
/opensolaris-onvv-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1034 aggregate(char **ifiles, int n_ifiles, int opt_f, function
1316 rc = aggregate(ifiles, n_ifiles, opt_f,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm342 A function to return a suitable assignment clause. If I<TYPE> is aggregate
371 die "Type $type is aggregate, but only single value given"
824 the type is aggregate. This defaults to the I<name> if not given.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL288 Used with -G to aggregate "Pull" together all calls that did not match -G.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl2669 is used to save aggregate variables (both hashes and arrays); scalars are

Completed in 150 milliseconds