Searched defs:start (Results 151 - 175 of 865) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DSeqNumber.java36 public void init(int start); argument
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiRun.java60 int start; /* first logical position of the run */ field in class:BidiRun
69 * Note that members start and limit of a run instance have different
74 * - start is the first logical position of the run in the source text.
77 * - start is the first logical position of the run in the source text.
88 BidiRun(int start, int limit, byte embeddingLevel) argument
90 this.start = start;
100 this.start = run.start;
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DRangeValueIterator.java46 * <start, limit, value> where</p>
48 * <li> start is the starting integer of the result range
49 * <li> limit is 1 after the maximum integer that follows start, such that
50 * all integers between start and (limit - 1), inclusive, have the same
52 * <li> value is the integer value that all integers from start to (limit - 1)
56 * Hence value(start) = value(start + 1) = .... = value(start + n) = .... =
57 * value(limit - 1). However value(start -1) != value(start) an
97 public int start; field in class:RangeValueIterator.Element
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryExceptionHandler.java42 BinaryExceptionHandler(int start, int end, argument
44 startPC = start;
/openjdk7/jdk/src/share/demo/applets/Blink/
H A DBlink.java82 public void start() { method in class:Blink
/openjdk7/jdk/test/java/util/ResourceBundle/
H A DReferencesTest.java119 private static void loadBundles(int start, int end) throws Exception { argument
120 for (int i = start; i < end; i++) {
135 private static int countLoaders(int start, int end) { argument
137 for (int i = start; i < end; i++) {
/openjdk7/jdk/test/javax/swing/
H A DSwingTest.java54 public static void start(Class<?> type) throws Throwable { method in class:SwingTest
55 new SwingTest(type).start();
129 private void start() throws Throwable { method in class:SwingTest
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/ConstructorsNullTest/
H A DConstructorsNullTest.java88 public void start () method in class:ConstructorsNullTest
121 }// start()
/openjdk7/jdk/test/sun/nio/cs/
H A DISCIITest.java37 private static void mapEquiv(int start, argument
45 for (int i = start; i <= end; i++ ) {
70 private static void checkUnmapped(int start, argument
77 for (int i = start; i <= end; i++ ) {
97 private static void checkRange(int start, int end, argument
105 for (int i=start; i <= end; i++ ) {
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DDBCSDecoderMapping.java42 * every string has 0x10*(end-start+1) characters.
46 protected int start; field in class:DBCSDecoderMapping
52 int start, int end) {
55 this.start = start;
70 || ((byte2 < start) || (byte2 > end)))
73 int n = (index1[byte1] & 0xf) * (end - start + 1) + (byte2 - start);
51 DBCSDecoderMapping(short[] index1, String[] index2, int start, int end) argument
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/mailto/
H A DHandler.java112 * @param start the character position to start parsing at. This is
116 public void parseURL(URL u, String spec, int start, int limit) { argument
123 if (start < limit) {
124 file = spec.substring(start, limit);
/openjdk7/jdk/src/share/sample/nio/file/
H A DWatchDir.java77 private void registerAll(final Path start) throws IOException { argument
79 Files.walkFileTree(start, new SimpleFileVisitor<Path>() {
/openjdk7/jdk/src/solaris/classes/java/lang/
H A DProcessImpl.java35 * This class is for the exclusive use of ProcessBuilder.start() to
59 // Only for use by ProcessBuilder.start()
60 static Process start(String[] cmdarray, method in class:ProcessImpl
/openjdk7/langtools/test/tools/javadoc/6964914/
H A DTestUserDoclet.java42 public static boolean start(RootDoc root) { method in class:TestUserDoclet
66 .start();
/openjdk7/langtools/test/tools/javadoc/
H A DLangVers.java49 public static boolean start(RootDoc root) { method in class:LangVers
/openjdk7/langtools/test/tools/javadoc/T4994049/
H A DT4994049.java38 public static boolean start(RootDoc root) { method in class:T4994049
/openjdk7/jaxws/src/share/jaxws_classes/org/relaxng/datatype/helpers/
H A DStreamingValidatorImpl.java71 public void addCharacters( char[] buf, int start, int len ) { argument
73 buffer.append(buf,start,len);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DWriterChain.java37 * write(char[] chars, int start, int count)
39 * write(String chars, int start, int count)
60 public void write(char[] chars, int start, int count) throws IOException; argument
64 public void write(String chars, int start, int count) throws IOException; argument
H A DWriterToASCI.java62 * @param start Offset from which to start writing characters
69 public void write(char chars[], int start, int length) argument
73 int n = length+start;
75 for (int i = start; i < n; i++)
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_interface/
H A DCollectedHeap.java57 public Address start() { method in class:CollectedHeap
58 return reservedRegion().start();
84 mr.start() + "," + mr.end() + ")");
/openjdk7/jdk/src/share/classes/javax/swing/
H A DAutoscroller.java71 * Invoked when a mouse dragged event occurs, will start the autoscroller
85 private void start(JComponent c, MouseEvent e) { method in class:Autoscroller
105 timer.start();
136 * MouseListener method, invokes start/stop as necessary.
148 start(component, e);
H A DSpinnerDateModel.java35 * <code>start</code> and <code>end</code> and the size
38 * called <code>calendarField</code>. The <code>start</code>
77 * <code>start</code>, or <code>end</code> properties changes.
91 private Comparable start, end; field in class:SpinnerDateModel
122 * between <code>start</code> and <code>end</code>. The
131 * The <code>start</code> and <code>end</code> parameters can be
135 * <code>start</code> and <code>end</code> are specified and
142 * @param start the first date in the sequence or <code>null</code>
167 * false: <code>(start &lt;= value &lt;= end)</code>.
175 public SpinnerDateModel(Date value, Comparable start, Comparabl argument
243 setStart(Comparable start) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DBidiUtils.java45 * Return the level of each character into the levels array starting at start.
50 * @param start the starting offset into the the array
51 * @throws IndexOutOfBoundsException if <code>start</code> is less than 0 or
52 * <code>start + getLength()</code> is greater than <code>levels.length</code>.
54 public static void getLevels(Bidi bidi, byte[] levels, int start) { argument
55 int limit = start + bidi.getLength();
57 if (start < 0 || limit > levels.length) {
59 " start: " + start + " limit: " + limit);
63 int p = start;
189 computeContiguousOrder(int[] values, int start, int limit) argument
250 createNormalizedMap(int[] values, byte[] levels, int start, int limit) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DListPeer.java63 * Deletes items from the list. All items from start to end should are
64 * deleted, including the item at the start and end indices.
66 * @param start the first item to be deleted
69 void delItems(int start, int end); argument
/openjdk7/jdk/src/share/classes/java/io/
H A DStringWriter.java84 * @param off Offset from which to start writing characters
108 * @param off Offset from which to start writing characters
150 * <p> An invocation of this method of the form <tt>out.append(csq, start,
155 * out.write(csq.subSequence(start, end).toString()) </pre>
163 * @param start
173 * If <tt>start</tt> or <tt>end</tt> are negative, <tt>start</tt>
179 public StringWriter append(CharSequence csq, int start, int end) { argument
181 write(cs.subSequence(start, end).toString());

Completed in 82 milliseconds

1234567891011>>