Searched refs:order (Results 76 - 100 of 100) sorted by relevance

1234

/openjdk7/jdk/test/java/nio/Buffer/
H A DBasic-X.java.template198 if (b.order() == ByteOrder.BIG_ENDIAN) {
617 b.order(ByteOrder.BIG_ENDIAN);
627 b.order(ByteOrder.LITTLE_ENDIAN);
632 b.order(ByteOrder.BIG_ENDIAN);
637 b.order(ByteOrder.LITTLE_ENDIAN);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DSAXMessages_ja.properties42 jaxp-order-not-supported = \u30D7\u30ED\u30D1\u30C6\u30A3''{1}''\u3092\u8A2D\u5B9A\u3059\u308B\u524D\u306B\u30D7\u30ED\u30D1\u30C6\u30A3''{0}''\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
H A DSAXMessages_ko.properties42 jaxp-order-not-supported = ''{1}'' \uC18D\uC131\uC744 \uC124\uC815\uD558\uAE30 \uC804\uC5D0 ''{0}'' \uC18D\uC131\uC744 \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.
/openjdk7/jdk/src/share/classes/java/util/
H A DBitSet.java261 bb = bb.slice().order(ByteOrder.LITTLE_ENDIAN);
296 ByteBuffer bb = ByteBuffer.wrap(bytes).order(ByteOrder.LITTLE_ENDIAN);
1151 * the result. Such indices are listed in order from lowest to
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DNewInstanceExpression.java72 public Expression order() { method in class:NewInstanceExpression
77 e.right = order();
H A DExpression.java80 public Expression order() { method in class:Expression
257 * A string of dot-separated identifiers might be, in order of preference:
488 // We use 'String.valueOf' to do the conversion, in order to
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackage.java340 * The order of the resulting list is consistent
367 // entries into impliedICs in an order which reflects
368 // the order of allInnerClasses.
536 int order; field in class:Package.Class.Field
545 order = fields.size();
554 return this.order - that.order;
584 // Sort methods in a canonical order (by type, then by name).
729 // Make sure the class is represented in the total file order:
1198 // It sorts files into a new order whic
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DesktopProperties.cpp327 LONG order=99; local
337 NULL, NULL, (LPBYTE)&order, (LPDWORD)&bufferSize);
342 return (int)order;
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
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/src/solaris/classes/sun/awt/X11/
H A DXComponentPeer.java611 * We request focus on simple Window by click in order
1332 * is null then the method places this component at the top of the Z-order.
1345 private void addTree(Collection order, Set set, Container cont) { argument
1353 order.add(window);
1358 addTree(order, set, (Container)comp);
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIControl.java77 buffer.order(ByteOrder.nativeOrder());
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/v1_0/
H A DPerfDataBuffer.java96 this.buffer.order(prologue.getByteOrder());
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBuffer.java114 this.buffer.order(prologue.getByteOrder());
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec2_aff.c240 /* l = index of high order bit in binary representation of 3*k */
329 /* 4: Verify that the order of the curve times the publicValue
332 MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) );
H A Decl-priv.h180 mp_int order; member in struct:ECGroupStr
H A Decp_aff.c253 /* l = index of high order bit in binary representation of 3*k */
340 /* 4: Verify that the order of the curve times the publicValue
343 MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) );
H A Decp_jm.c282 orderBitSize = mpl_significant_bits(&group->order);
/openjdk7/jdk/src/share/classes/java/nio/
H A DHeap-X-Buffer.java.template589 public ByteOrder order() {
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXOffScreenSurfaceData.java464 this.fImageInfo.order(ByteOrder.nativeOrder());
H A DOSXSurfaceData.java391 buffer.order(ByteOrder.nativeOrder());
1096 * passed arguments x, y are in the coordinate space of the sg2d/lightweight comp. In order to do the clipping we
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java88 private float[] locs; // x,y pairs for components in visual order
994 * Returns an array in logical order of the TextLineComponents on
1046 * Returns an array (in logical order) of the TextLineComponents representing
1157 * Compute the components order from the given components array and
1219 private static int firstVisualChunk(int order[], byte direction[],
1222 if (order != null) {
1223 int min = order[start];
1224 int max = order[start];
1227 min = Math.min(min, order[i]);
1228 max = Math.max(max, order[
1296 firstVisualChunk(int order[], byte direction[], int start, int limit) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES157 Fixed order of error function pointers to match documentation
437 Interchanged the order of calls to png_do_swap() and png_do_shift()
668 Restored the first four members of png_text to the same order as v.1.0.5d.
675 Fixed png_read|write_iTXt() to read|write parameters in the right order,
678 Reversed the order of trying to write floating-point and fixed-point gAMA.
1481 Rearranged order of processing of color types in png_handle_tRNS().
1616 Interchanged order of write_swap_alpha and write_invert_alpha transforms.
1699 Fixed out-of-order declaration in pngwrite.c that was introduced in beta9
2251 Corrected order of #ifdef's in png_debug definition in png.h
2254 Fixed order o
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp203 * When a flag is eliminated, it can be added to this list in order to
280 // components, in order:
1247 // This is done in order to make ParNew+CMS configuration to work
1895 "selected in order\nto use CMSIncrementalMode.\n");
2552 // original allocation order after promotion, which improves mutator
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DParser.java641 for (Expression e = parseTerm() ; e != null ; e = e.order()) {
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dgl.h1399 GLint order, const GLdouble *points );
1402 GLint order, const GLfloat *points );

Completed in 132 milliseconds

1234