Searched defs:start (Results 51 - 75 of 865) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javadoc/generics/wildcards/
H A DMain.java45 public static boolean start(RootDoc root) { method in class:Main
/openjdk7/langtools/test/tools/javadoc/nestedClass/
H A DNestedClass.java50 public static boolean start(com.sun.javadoc.RootDoc root) { method in class:NestedClass
/openjdk7/langtools/test/tools/javadoc/sourceOnly/p/
H A DSourceOnly.java39 public static boolean start(com.sun.javadoc.RootDoc root) { method in class:SourceOnly
/openjdk7/langtools/test/tools/javadoc/varArgs/
H A DMain.java47 public static boolean start(RootDoc root) { method in class:Main
/openjdk7/jdk/test/sun/misc/URLClassPath/
H A Dtestclasses.jar ... =%3Cinit%3E" <init> () public void start () } fo o.class fooo.java package public fo
/openjdk7/jdk/src/share/classes/sun/font/
H A DTextRecord.java38 public int start; field in class:TextRecord
43 public void init(char[] text, int start, int limit, int min, int max) { argument
45 this.start = start;
/openjdk7/jdk/src/share/classes/java/lang/
H A DAppendable.java77 * <p> An invocation of this method of the form <tt>out.append(csq, start,
82 * out.append(csq.subSequence(start, end)) </pre>
90 * @param start
100 * If <tt>start</tt> or <tt>end</tt> are negative, <tt>start</tt>
107 Appendable append(CharSequence csq, int start, int end) throws IOException; argument
H A DCharSequence.java87 * returned sequence is <tt>end - start</tt>, so if <tt>start == end</tt>
90 * @param start the start index, inclusive
96 * if <tt>start</tt> or <tt>end</tt> are negative,
98 * or if <tt>start</tt> is greater than <tt>end</tt>
100 CharSequence subSequence(int start, int end); argument
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DMatchResult.java43 * Returns the start index of the match.
51 public int start(); method in interface:MatchResult
54 * Returns the start index of the subsequence captured by the given group
59 * the expression <i>m.</i><tt>start(0)</tt> is equivalent to
60 * <i>m.</i><tt>start()</tt>. </p>
77 public int start(int group); method in interface:MatchResult
121 * <i>s.</i><tt>substring(</tt><i>m.</i><tt>start(),</tt>&nbsp;<i>m.</i><tt>end())</tt>
143 * <i>s.</i><tt>substring(</tt><i>m.</i><tt>start(</tt><i>g</i><tt>),</tt>&nbsp;<i>m.</i><tt>end(</tt><i>g</i><tt>))</tt>
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleAttributeSequence.java53 /** The start index of the text sequence */
66 * @param start the beginning index of the span of text
72 public AccessibleAttributeSequence(int start, int end, AttributeSet attr) { argument
73 startIndex = start;
H A DAccessibleTextSequence.java45 * start and end indicies/offsets into a larger body of text that the
52 /* The start index of the text sequence */
65 * @param start the beginning index of the span of text
71 public AccessibleTextSequence(int start, int end, String txt) { argument
72 startIndex = start;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpEntryOid.java41 * @param start The position at which to begin.
44 public SnmpEntryOid(long[] oid, int start) { argument
45 final int subLength = oid.length - start;
47 java.lang.System.arraycopy(oid, start, subOid, 0, subLength) ;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dicache_x86.cpp34 address start = __ pc(); local
68 *flush_icache_stub = (ICache::flush_icache_stub_t)start;
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dicache_zero.hpp38 static void invalidate_range(address start, int nbytes) {} argument
/openjdk7/jdk/make/tools/src/build/tools/addjsum/
H A DAddJsum.java82 private static long jsum(long start, String str) { argument
83 long h = start;
/openjdk7/jdk/test/java/awt/FileDialog/FileNameOverrideTest/
H A DFileNameOverrideTest.java55 public void start() { method in class:FileNameOverrideTest
58 }// start()
/openjdk7/jdk/test/java/awt/FileDialog/SaveFileNameOverrideTest/
H A DSaveFileNameOverrideTest.java47 public void start() { method in class:SaveFileNameOverrideTest
50 }// start()
/openjdk7/jdk/test/java/awt/Focus/AppletInitialFocusTest/
H A DAppletInitialFocusTest1.java56 public void start() { method in class:AppletInitialFocusTest1
69 thread.start();
/openjdk7/jdk/test/java/awt/Focus/CloseDialogActivateOwnerTest/
H A DCloseDialogActivateOwnerTest.java47 app.start();
54 public void start() { method in class:CloseDialogActivateOwnerTest
/openjdk7/jdk/test/java/awt/Focus/DeiconifiedFrameLoosesFocus/
H A DDeiconifiedFrameLoosesFocus.java43 app.start();
55 public void start() { method in class:DeiconifiedFrameLoosesFocus
/openjdk7/jdk/test/java/awt/Mouse/MaximizedFrameTest/
H A DMaximizedFrameTest.java60 public void start () method in class:MaximizedFrameTest
111 }// start()
/openjdk7/jdk/test/java/net/URL/
H A DB6529759.java49 protected void parseURL(java.net.URL u, String spec, int start, int limit) { argument
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DByteServer.java52 public void start() { method in class:ByteServer
65 serverthread.start();
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest6541987.java51 start();
55 start();
69 private static void start() { method in class:Test6541987
/openjdk7/jdk/test/javax/swing/text/StyledEditorKit/4506788/
H A Dbug4506788.java60 public void start() { method in class:bug4506788

Completed in 95 milliseconds

1234567891011>>