Searched defs:start (Results 426 - 450 of 865) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/java/awt/Focus/ClearLwQueueBreakTest/
H A DClearLwQueueBreakTest.java57 app.start();
72 public void start() { method in class:ClearLwQueueBreakTest
/openjdk7/jdk/test/java/awt/Focus/ContainerFocusAutoTransferTest/
H A DContainerFocusAutoTransferTest.java67 app.start();
80 public void start() { method in class:ContainerFocusAutoTransferTest
/openjdk7/jdk/test/java/awt/Focus/ShowFrameCheckForegroundTest/
H A DShowFrameCheckForegroundTest.java62 app.start();
69 public void start() { method in class:ShowFrameCheckForegroundTest
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/
H A DTestDialogTypeAhead.java140 public void start () method in class:TestDialogTypeAhead
186 }// start()
/openjdk7/jdk/test/java/awt/PrintJob/ConstrainedPrintingTest/
H A DConstrainedPrintingTest.java141 public void start () method in class:ConstrainedPrintingTest
152 }// start()
210 c.start();
/openjdk7/jdk/test/java/awt/event/KeyEvent/KeyTyped/
H A DCtrlASCII.java184 test.start();
206 public void start () method in class:CtrlASCII
257 }// start()
/openjdk7/jdk/test/java/nio/Buffer/
H A DBasicByte.java69 private static void relGet(ByteBuffer b, int start) { argument
72 for (int i = start; i < n; i++)
H A DBasicChar.java69 private static void relGet(CharBuffer b, int start) { argument
72 for (int i = start; i < n; i++)
776 int start = 3;
778 final CharBuffer b = CharBuffer.wrap(s, start, end);
780 ck(b, b.toString().equals(s.substring(start, end)));
787 ck(b, start, b.position());
814 // The start must be non-negative and no larger than remaining().
824 // The end must be no smaller than start and no larger than
H A DBasicDouble.java69 private static void relGet(DoubleBuffer b, int start) { argument
72 for (int i = start; i < n; i++)
H A DBasicFloat.java69 private static void relGet(FloatBuffer b, int start) { argument
72 for (int i = start; i < n; i++)
H A DBasicInt.java69 private static void relGet(IntBuffer b, int start) { argument
72 for (int i = start; i < n; i++)
H A DBasicLong.java69 private static void relGet(LongBuffer b, int start) { argument
72 for (int i = start; i < n; i++)
H A DBasicShort.java69 private static void relGet(ShortBuffer b, int start) { argument
72 for (int i = start; i < n; i++)
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBits.java58 public Bits(int start, int limit) { argument
60 inclRange(start, limit);
95 /** Include [start..limit) in this set.
97 public void inclRange(int start, int limit) { argument
99 for (int x = start; x < limit; x++)
104 /** Exclude [start...end] from this set.
106 public void excludeFrom(int start) { argument
109 temp.inclRange(0, start);
H A DSharedNameTable.java94 public Name fromChars(char[] cs, int start, int len) { argument
103 int nbytes = Convert.chars2utf(cs, start, bytes, nc, len) - nc;
126 public Name fromUtf(byte[] cs, int start, int len) { argument
127 int h = hashValue(cs, start, len) & hashMask;
131 (n.getByteLength() != len || !equals(names, n.index, cs, start, len))) {
142 System.arraycopy(cs, start, names, nc, len);
H A DUnsharedNameTable.java81 public Name fromChars(char[] cs, int start, int len) { argument
83 int nbytes = Convert.chars2utf(cs, start, name, 0, len);
88 public Name fromUtf(byte[] cs, int start, int len) { argument
89 int h = hashValue(cs, start, len) & hashMask;
115 if (n.getByteLength() == len && equals(n.bytes, 0, cs, start, len)) {
125 System.arraycopy(cs, start, bytes, 0, len);
128 System.arraycopy(cs, start, n.bytes, 0, len);
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DDocletInvoker.java154 public boolean start(RootDoc root) { method in class:DocletInvoker
156 String methodName = "start";
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.cpp115 le_int32 start = 0, end = fGlyphCount, dir = 1; local
126 start = fGlyphCount - 1;
131 for (le_int32 i = start; i != end; i += dir) {
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DNetClient.java146 private static int networkByteOrderToInt(byte[] buf, int start, argument
157 answer |= ((int)buf[start+i] & 0xff);
167 int start, int count) {
174 buf[start+i] = (byte)(num & 0xff);
166 intToNetworkByteOrder(int num, byte[] buf, int start, int count) argument
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/dk/
H A DDes3DkCrypto.java138 * @param start index of starting byte (inclusive)
141 private static byte[] des3Expand(byte[] input, int start, int end) { argument
142 if ((end - start) != 7)
144 "Invalid length of DES Key Value:" + start + "," + end);
148 System.arraycopy(input, start, result, 0, 7);
152 for (int i = start; i < end; i++) {
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DSeedGenerator.java241 private int start, end, count; field in class:SeedGenerator.ThreadedSeedGenerator
254 start = end = 0;
283 t.start();
311 t.start();
375 b = pool[start];
376 pool[start] = 0;
377 start++;
379 if (start == pool.length)
380 start = 0;
/openjdk7/jdk/src/share/classes/sun/text/
H A DCompactByteArray.java138 * @param start the starting offset o of the range
142 public void setElementAt(char start, char end, byte value) argument
148 for (i = start; i <= end; ++i) {
213 * The start indices and start+len must be valid.
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiLine.java100 * setTrailingWSStart() sets the start index for a trailing
116 int start = bidiBase.length;
125 if (BidiBase.NoContextRTL(dirProps[start - 1]) == BidiBase.B) {
126 bidiBase.trailingWSStart = start; /* currently == bidiBase.length */
130 while (start > 0 &&
131 (BidiBase.DirPropFlagNC(dirProps[start - 1]) & BidiBase.MASK_WS) != 0) {
132 --start;
136 while (start > 0 && levels[start - 1] == paraLevel) {
137 --start;
143 setLine(Bidi bidi, BidiBase paraBidi, Bidi newBidi, BidiBase newBidiBase, int start, int limit) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DTrieIterator.java54 * UTrieEnumRange(const void *context, UChar32 start, UChar32 limit,
100 * set.add(result.start);
196 * @param start codepoint of range
200 private final void setResult(Element element, int start, int limit, argument
203 element.start = start;
269 * at the start of any loop, where-else, in calculateNextSupplementary()
454 // if we ever reach here, we are at the start of a new block
467 * Checks if we are beginning at the start of a initial block.
473 * @return true if we are at the start o
[all...]
H A DUTF16.java45 * the start and end are both on UTF-32 boundaries. In normal code, the values
46 * for start and end are on those boundaries, since they arose from operations
178 * @param offset16 UTF-16 offset to the start of the character.
235 * @param start offset to substring in the source array for analyzing
237 * @param offset16 UTF-16 offset relative to start
242 * the range of start and limit.
245 public static int charAt(char source[], int start, int limit, argument
248 offset16 += start;
249 if (offset16 < start || offset16 >= limit) {
272 if (offset16 == start) {
441 moveCodePointOffset(char source[], int start, int limit, int offset16, int shift32) argument
[all...]

Completed in 64 milliseconds

<<11121314151617181920>>