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

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregationRecord.java50 new String[] {"tuple", "value", "ordinal"})
79 private int ordinal; field in class:AggregationRecord
103 * ordinal. Supports XML persistence.
111 * @param n ordinal from zero (first) to n-1 (last) within the
115 * @throws IllegalArgumentException if the given ordinal is negative
122 ordinal = n;
135 if (ordinal < 0) {
136 throw new IllegalArgumentException("ordinal is negative");
170 * Gets the ordinal generated when this AggregationRecord was added
179 * @return non-negative ordinal fro
[all...]
H A DAggregate.java121 int ordinal, max = 0;
126 // were encoded before the ordinal property was added).
127 if (!ordinals.add(ordinal = r.getOrdinal()) && (ordinal > 0)) {
129 "duplicate record ordinal: " + ordinal);
131 if (ordinal > max) {
132 max = ordinal;
138 "The maximum record ordinal (" + max + ") does not " +
228 * their {@link AggregationRecord#getOrdinal() ordinal} propert
[all...]
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmxdate.c810 ordinal:
1245 goto ordinal;
1320 goto ordinal;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm283 strings that contains chars with ordinal number above 255. The MD5
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm193 ordinal number above 255.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm341 defined by the Unicode Consortium. On most platforms the ordinal
375 I<octet>: 8 bits of data, with ordinal values 0..255
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm130 Pushes a character with the given ordinal value back onto the given

Completed in 36 milliseconds