Searched refs:starter (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DContinuation.java49 protected Name starter; field in class:Continuation
92 * This becomes the Continuation's 'starter' and is used to
99 starter = top;
132 * The resolved name is set by subtracting remainingName from starter.
146 if (starter == null || starter.isEmpty())
149 e.setResolvedName(starter);
152 starter.getPrefix(starter.size() -
426 return starter
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSearchEnumeration.java43 String starter, LdapCtx.SearchArgs args, Continuation cont)
51 startName = new LdapName(starter);
42 LdapSearchEnumeration(LdapCtx homeCtx, LdapResult search_results, String starter, LdapCtx.SearchArgs args, Continuation cont) argument
/openjdk7/jdk/src/macosx/native/sun/awt/
H A Dawt.m211 - (void)starter:(NSArray*)args;
295 [st starter:args];
297 [st performSelectorOnMainThread: @selector(starter:) withObject:args waitUntilDone:NO];
328 - (void)starter:(NSArray*)args {
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerImpl.java602 * is this (or does its decomposition begin with) a "true starter"?
609 return true; /* this is a true starter (could be Hangul or Jamo L)*/
624 /* yes, the decomposition begins with a true starter */
885 // find the previous starter
898 // find the next true starter in [src..limit[ - modifies
899 // src to point to the next starter
915 // continue after the next starter
1203 * given a composition-result starter (c, c2) - which means its cc==0,
1233 * >1 combine, and the composition is a forward-combining starter
1247 /* search in the starter'
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DInfoWindow.java160 private final Runnable starter = new Runnable() { field in class:InfoWindow.Tooltip
225 XToolkit.schedule(starter, TOOLTIP_START_DELAY_TIME);
229 XToolkit.remove(starter);

Completed in 82 milliseconds