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

/osnet-11/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);
/osnet-11/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;
/osnet-11/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
/osnet-11/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.
/osnet-11/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.
/osnet-11/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 60 milliseconds