Searched defs:order (Results 1 - 25 of 35) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DClassConstantData.java70 * Return the order of the constant
72 int order() { method in class:ClassConstantData
H A DConstantPoolData.java50 * Return the order of the constant
52 int order() { method in class:ConstantPoolData
H A DFieldConstantData.java72 * Return the order of the constant
74 int order() { method in class:FieldConstantData
H A DNameAndTypeConstantData.java64 * Return the order of the constant
66 int order() { method in class:NameAndTypeConstantData
H A DNumberConstantData.java69 * Return the order of the constant
71 int order() { method in class:NumberConstantData
H A DStringConstantData.java59 * Return the order of the constant
61 int order() { method in class:StringConstantData
H A DStringExpressionConstantData.java62 * Return the order of the constant
64 int order() { method in class:StringExpressionConstantData
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DNodeSortRecordFactory.java61 String order[], String type[])
64 this(dom, className, translet, order, type, null, null);
75 String order[], String type[], String lang[],
89 int levels = order.length;
93 if (order[i].length() == DESCENDING) {
106 int numSortKeys = order.length;
60 NodeSortRecordFactory(DOM dom, String className, Translet translet, String order[], String type[]) argument
74 NodeSortRecordFactory(DOM dom, String className, Translet translet, String order[], String type[], String lang[], String caseOrder[]) argument
/openjdk7/jdk/src/share/classes/java/nio/
H A DStringCharBuffer.java120 public ByteOrder order() { method in class:StringCharBuffer
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DBinaryAssignExpression.java57 public Expression order() { method in class:BinaryAssignExpression
61 e.right = order();
H A DConditionalExpression.java54 public Expression order() { method in class:ConditionalExpression
58 e.right = order();
H A DUnaryExpression.java52 public Expression order() { method in class:UnaryExpression
56 e.right = order();
H A DBinaryExpression.java54 public Expression order() { method in class:BinaryExpression
58 e.right = order();
H A DNewInstanceExpression.java72 public Expression order() { method in class:NewInstanceExpression
77 e.right = order();
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.c69 MP_DIGITS(&group->order) = 0;
80 MP_CHECKOK(mp_init(&group->order, kmflag));
94 const mp_int *geny, const mp_int *order, int cofactor)
112 MP_CHECKOK(mp_copy(order, &group->order));
135 const mp_int *geny, const mp_int *order, int cofactor)
155 MP_CHECKOK(mp_copy(order, &group->order));
180 const mp_int *order, int cofactor)
198 MP_CHECKOK(mp_copy(order,
92 ECGroup_consGFp(const mp_int *irr, const mp_int *curvea, const mp_int *curveb, const mp_int *genx, const mp_int *geny, const mp_int *order, int cofactor) argument
133 ECGroup_consGFp_mont(const mp_int *irr, const mp_int *curvea, const mp_int *curveb, const mp_int *genx, const mp_int *geny, const mp_int *order, int cofactor) argument
177 ECGroup_consGF2m(const mp_int *irr, const unsigned int irr_arr[5], const mp_int *curvea, const mp_int *curveb, const mp_int *genx, const mp_int *geny, const mp_int *order, int cofactor) argument
223 mp_int irr, curvea, curveb, genx, geny, order; local
[all...]
H A Decl-priv.h180 mp_int order; member in struct:ECGroupStr
/openjdk7/jdk/src/share/classes/java/text/
H A DCollationElementIterator.java68 * The key of a character is an integer composed of primary order(short),
69 * secondary order(byte), and tertiary order(byte). Java strictly defines
93 * <code>CollationElementIterator.next</code> returns the collation order
94 * of the next character. A collation order consists of primary order,
95 * secondary order and tertiary order. The data type of the collation
96 * order is <strong>int</strong>. The first 16 bits of a collation order
357 primaryOrder(int order) argument
367 secondaryOrder(int order) argument
377 tertiaryOrder(int order) argument
387 strengthOrder(int order) argument
483 getMaxExpansion(int order) argument
632 isIgnorable(int order) argument
[all...]
H A DRBCollationTables.java187 * with the specified comparison order.
189 * @param order a collation order returned by previous or next.
191 * with the specified order.
195 int getMaxExpansion(int order) argument
208 if (length > result && valueList[length-1] == order) {
222 final int[] getExpandValueList(int order) { argument
223 return (int[])expandTable.elementAt(order - EXPANDCHARINDEX);
227 * Get the comarison order of a character from the collation table.
228 * @return the comparison order o
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinfback.c284 static const unsigned short order[19] = /* permutation of code lengths */ local
395 state->lens[order[state->have++]] = (unsigned short)BITS(3);
399 state->lens[order[state->have++]] = 0;
H A Dinflate.c533 PULLBYTE() directly in order to pull just enough bytes to decode the next
560 during that inflate() call in order to return the proper return code.
598 static const unsigned short order[19] = /* permutation of code lengths */ local
882 state->lens[order[state->have++]] = (unsigned short)BITS(3);
886 state->lens[order[state->have++]] = 0;
1255 found in order so far, in 0..3. On return *have is updated to the new
/openjdk7/jdk/test/java/math/BigInteger/
H A DBigIntegerTest.java746 * If order is less than 2, order is changed to 2.
748 private static BigInteger fetchNumber(int order) { argument
752 if (order < 2) order = 2;
764 int numBytes = (order+7)/8;
768 int excessBits = 8*numBytes - order;
774 result = BigInteger.ONE.shiftLeft(rnd.nextInt(order));
778 int iterations = rnd.nextInt(order-1);
779 result = BigInteger.ONE.shiftLeft(rnd.nextInt(order));
[all...]
/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_mem.c51 int order; /* the order the block was allocated in */ member in struct:MemoryBlockHeader
139 DASSERTMSG( header->order <= DMemGlobalState.totalAllocs, "Header corruption, block order out of range");
233 /* store the order the block was allocated in */
234 header->order = DMemGlobalState.totalAllocs++;
277 "order: %d\n"
281 sprintf(report, reportFormat, header->filename, header->linenumber, header->size, header->order);
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLookupProcessor.cpp92 for (le_uint16 order = 0; order < lookupOrderCount && LE_SUCCESS(success); order += 1) {
93 le_uint16 lookup = lookupOrderArray[order];
138 le_int32 LookupProcessor::selectLookups(const LEReferenceTo<FeatureTable> &featureTable, FeatureMask featureMask, le_int32 order, LEErrorCode &success) argument
141 le_int32 store = order;
155 return store - order;
216 le_int32 count, order = 0; local
264 count += selectLookups(requiredFeatureTable, fm.mask, order, success);
270 OpenTypeUtilities::sort(lookupOrderArray, order);
[all...]
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDerOutputStream.java330 * set elements be sorted into ascending lexicographical order
335 * "SET", which uses a different order.
344 * set elements be sorted into ascending tag order
349 * "SET OF", which uses a different order.
356 * Lexicographical order comparison on byte arrays, for ordering
362 * Tag order comparison on byte arrays, for ordering elements of
369 * encodings of its sorted in increasing order.
371 * @param order the order to use when sorting encodings of components.
374 Comparator<byte[]> order) throw
373 putOrderedSet(byte tag, DerEncoder[] set, Comparator<byte[]> order) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DCubicCurve2D.java988 * equals (<code>leftoff</code> + 6), in order
1372 private static double solveEqn(double eqn[], int order, double t) { argument
1373 double v = eqn[order];
1374 while (--order >= 0) {
1375 v = v * t + eqn[order];

Completed in 71 milliseconds

12