/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestGetAggregate.java | 50 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 …]
|
/titanic_41/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_discovery.c | 98 void (*aggregate)(void *, const char *, const char *); member 283 cfg->aggregate(cfg->cache_cfg, unesc_tag, unesc_val); in aggregate_attrs() 343 cfg->aggregate(cfg->cache_cfg, "_,_xservers_,_", surl->s_pcHost); in foreach_server() 476 void (*aggregate)( in find_all_contexts() 508 cookie->aggregate = aggregate; in find_all_contexts()
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | select5.test | 15 # focus of this file is testing aggregate functions and the 41 # Sort by an aggregate function. 94 # Run various aggregate functions when the count is zero.
|
H A D | minmax.test | 16 # aggregate min() and max() functions and which are handled as 282 # If there is a NULL in an aggregate max() or min(), ignore it. An 283 # aggregate min() or max() will only return NULL if all values are NULL.
|
H A D | select3.test | 15 # focus of this file is testing aggregate functions and the 40 # Basic aggregate functions.
|
H A D | misuse.test | 94 # Attempt to register a new SQL aggregate while an sqlite_exec() is active.
|
H A D | subselect.test | 42 # A subselect without an aggregate.
|
H A D | null.test | 99 # Check to see that NULL values are ignored in aggregate functions.
|
H A D | select1.test | 228 } {1 {misuse of aggregate function min()}} 286 } {1 {misuse of aggregate function min()}} 338 # ORDER BY ignored on an aggregate query
|
H A D | func.test | 252 # Tests for aggregate functions and how they handle NULLs.
|
/titanic_41/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 452 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()
|
/titanic_41/usr/src/lib/libdtrace_jni/common/ |
H A D | dtrace_jni.c | 1443 jobject aggregate = NULL; in Java_org_opensolaris_os_dtrace_LocalConsumer__1getAggregate() local 1462 aggregate = dtj_get_aggregate(&jc); in Java_org_opensolaris_os_dtrace_LocalConsumer__1getAggregate() 1463 if (!aggregate) { in Java_org_opensolaris_os_dtrace_LocalConsumer__1getAggregate() 1472 return (aggregate); in Java_org_opensolaris_os_dtrace_LocalConsumer__1getAggregate()
|
H A D | dtj_consume.c | 2150 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()
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_asm.s | 926 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
|
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | LocalConsumer.java | 988 Aggregate aggregate = _getAggregate(spec); in getAggregate() local 989 return aggregate; in getAggregate()
|
/titanic_41/usr/src/cmd/perl/ |
H A D | THIRDPARTYLICENSE | 92 you may distribute this Package in aggregate with other (possibly
|
/titanic_41/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.c | 1030 aggregate(char **ifiles, int n_ifiles, int opt_f, in aggregate() function 1320 rc = aggregate(ifiles, n_ifiles, opt_f, in main()
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 521 ** is called for a particular aggregate, a new structure of size nBytes 523 ** same aggregate instance) the same buffer is returned. The implementation 524 ** of the aggregate can use the returned buffer to accumulate data. 532 ** aggregate function instance. The current call to xStep counts so this
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 335 we need to decide how to aggregate the state of these logical
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 468 aggregate
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 467 aggregate
|