Searched defs:first (Results 101 - 125 of 162) sorted by relevance

1234567

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLGeneratorExtension.java417 private boolean stringEqualsToStringOrQName(final String first, final Object second) { argument
418 return (second instanceof QName) ? first.equals(((QName) second).getLocalPart()) : first.equals(second);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.cpp393 bytes* first = &head; local
396 first = null;
398 } else if (first->len == 0) {
399 first = null;
402 if (first != null && error == Z_OK) {
403 zs.next_in = (uchar*) first->ptr;
404 zs.avail_in = (int)first->len;
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DParseUtil.java544 // between first and last, inclusive
545 private static long lowMask(char first, char last) { argument
547 int f = Math.max(Math.min(first, 63), 0);
567 // between first and last, inclusive
568 private static long highMask(char first, char last) { argument
570 int f = Math.max(Math.min(first, 127), 64) - 64;
/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextSupport.java1336 * @param first the first object
1340 protected static final boolean classEquals(Class first, Class second) { argument
1341 return first.equals(second) || first.getName().equals(second.getName());
/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedString.java194 * @param beginIndex Index of the first character of the range.
219 * @param beginIndex Index of the first character of the range.
334 * @param beginIndex Index of the first character of the range.
358 * @param beginIndex Index of the first character of the range.
460 // first, make sure we have enough space in our arrays
575 * @param beginIndex the index of the first character
803 public char first() { method in class:AttributedString.AttributedStringIterator
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentLinkedDeque.java123 * At any time, there is precisely one "first" node with a null
127 * a live node. The "first" and "last" nodes may or may not be live.
128 * The "first" and "last" nodes are always mutually reachable.
131 * next reference in the first or last node to a fresh node
136 * first or last node. Active nodes cannot be unlinked.
150 * The head and tail are only approximations to the first and last
151 * nodes of the deque. The first node can always be found by
172 * links from the first node is equal to the elements found via
180 * structure "gc-robust", as first described in detail by Boehm
219 * goto the first nod
533 unlinkFirst(Node<E> first, Node<E> next) argument
747 Node<E> first() { method in class:ConcurrentLinkedDeque
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableModRefBS.cpp601 jbyte* first = byte_for(mr.start()); local
603 memset(first, dirty_card, last-first);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParser.java1116 if (c.gen < jj_gen) c.first = null;
1256 jj_la = p.arg; jj_lastpos = jj_scanpos = p.first;
1275 p.gen = jj_gen + xla - jj_la; p.first = token; p.arg = xla;
1280 Token first; field in class:Parser.JJCalls
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGMetadata.java68 * A copy of <code>markerSequence</code>, created the first time the
97 * subclass. Any JFIF marker segment must be the first element
157 // The first three bytes should be FF, SOI, FF
225 ("JFIF APP0 must be first marker after SOI");
640 // The first ones have package access for access from the writer.
643 * Returns the first MarkerSegment object in the list
658 * Returns the first or last MarkerSegment object in the list
661 MarkerSegment findMarkerSegment(Class cls, boolean first) { argument
662 if (first) {
683 * Returns the index of the first o
686 findMarkerSegmentPosition(Class cls, boolean first) argument
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp64 JvmtiEnvThreadState* first();
144 static JvmtiThreadState *first() { function in class:JvmtiThreadState
H A DjvmtiEnvBase.hpp327 JvmtiEnv* first() { return JvmtiEnvBase::head_environment(); } function in class:JvmtiEnvIterator
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DMimeUtility.java63 * yet a widely used charset, one might want to first charset-encode
391 * characters, it is first character-encoded using the platform's
432 * characters, it is first character-encoded using the specified
562 * characters, it is first character-encoded using the platform's
588 * characters, it is first character-encoded using the specified
665 boolean first, boolean encodingWord, StringBuffer buf)
682 avail, prefix, first, encodingWord, buf);
702 if (!first) // not the first line of this sequence
899 * the first whitespac
663 doEncode(String string, boolean b64, String jcharset, int avail, String prefix, boolean first, boolean encodingWord, StringBuffer buf) argument
[all...]
/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java128 public Path getPath(String first, String... more) { argument
129 return new PassThroughPath(this, delegate.getPath(first, more));
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DListHelper.java457 int first = v;
461 paintItems(g, colors, bounds, first, last);
481 int first,
504 int first,
512 for (int i = first; i <= last ; i++) {
501 paintItems(Graphics g, Color[] colors, Rectangle bounds, int first, int last) argument
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java367 // specified offset, and return the first such encountered.
728 * {@link InstructionHandle} of the first instruction in the outlineable
734 * {@link org.apache.bcel.generic.InstructionHandle} of the first
753 * @param start The {@link InstructionHandle} of the first
873 // At the first iteration, create a chunk representing all the
885 // OutlineableChunkStart, this represents the first chunk
1052 // combining these chunks would be to merge the first pair and merge
1216 * @param first The {@link InstructionHandle} of the first instruction in
1225 private Method outline(InstructionHandle first, InstructionHandl argument
[all...]
/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java39 * before the first row. The <code>next</code> method moves the
47 * iterate through it only once and only from the first row to the
83 * the value of the first matching column will be returned.
126 * // first column of the insert row to be <code>AINSWORTH</code>
153 * before the first row; the first call to the method
154 * <code>next</code> makes the first row the current row; the
212 * Note that you must first call one of the getter methods
231 * @param columnIndex the first column is 1, the second is 2, ...
252 * @param columnIndex the first colum
1140 boolean first() throws SQLException; method in interface:ResultSet
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/locks/
H A DAbstractQueuedLongSynchronizer.java92 * first in the queue. But being first does not guarantee success;
141 * is constructed and head and tail pointers are set upon first
181 * first indicate they need a signal,
981 * Implemented by first checking interrupt status, then invoking
1003 * and failing if the given timeout elapses. Implemented by first
1048 * first invoking at least once {@link #tryAcquireShared},
1064 * by first checking interrupt status, then invoking at least once
1085 * failing if the given timeout elapses. Implemented by first
1155 * Returns the first (longes
1651 doSignal(Node first) argument
1664 doSignalAll(Node first) argument
[all...]
H A DAbstractQueuedSynchronizer.java45 * first-in-first-out (FIFO) wait queues. This class is designed to
145 * <em>unblock the first queued thread</em>;
315 * first in the queue. But being first does not guarantee success;
364 * is constructed and head and tail pointers are set upon first
404 * first indicate they need a signal,
1204 * Implemented by first checking interrupt status, then invoking
1226 * and failing if the given timeout elapses. Implemented by first
1271 * first invokin
1872 doSignal(Node first) argument
1885 doSignalAll(Node first) argument
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp124 CodeBlob* CodeCache::first() { function in class:CodeCache
126 return (CodeBlob*)_heap->first();
151 CodeBlob* cb = first();
245 #define FOR_ALL_BLOBS(var) for (CodeBlob *var = first() ; var != NULL; var = next(var) )
246 #define FOR_ALL_ALIVE_BLOBS(var) for (CodeBlob *var = alive(first()); var != NULL; var = alive(next(var)))
247 #define FOR_ALL_ALIVE_NMETHODS(var) for (nmethod *var = alive_nmethod(first()); var != NULL; var = alive_nmethod(next(var)))
832 for (cb = first(); cb != NULL; cb = next(cb)) {
878 for (cb = first(); cb != NULL; cb = next(cb)) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp201 CompileTask* first() { return _first; } function in class:CompileQueue
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java143 * rowset is the first to be added to the <code>JoinRowSet</code>
249 // Till first rowset setJoinType may not be set because
262 * object is the first to be added to this <code>JoinRowSet</code>
292 * object is the first to be added to this <code>JoinRowSet</code>
317 * and sets the designated columns as the match columns. If the first
319 * is the first to be added to this <code>JoinRowSet</code>
323 * The first <code>int</code>
324 * in <i>columnIdx</i> is used to set the match column for the first
360 * and sets the designated columns as the match columns. If the first
362 * is the first t
1961 public boolean first() throws SQLException { method in class:JoinRowSetImpl
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp262 const RegDef* first = NULL; local
267 if (first == NULL || def->register_num() < first->register_num()) {
268 first = def;
272 assert(first != NULL, "empty mask?");
273 return first;;
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneUI.java429 // first or last
430 boolean first = nonRectIndex == 0;
434 first = false;
437 first = true;
440 if (needsLeftScrollTab) first = false;
447 last = first;
448 first = tempSwap;
454 painter.state.set(getSegmentPosition(first, last, isLeftToRight));
468 last = first;
469 first
484 getSegmentPosition(final boolean first, final boolean last, final boolean isLeftToRight) argument
524 Rectangle standard, first, last; field in class:AquaTabbedPaneUI.AlterRects
553 fillTabWithBackground(final Graphics g, final Rectangle rect, final int tabPlacement, final boolean first, final boolean last, final Color color) argument
[all...]
/openjdk7/jdk/src/share/back/
H A DeventHandler.c47 * Three handlers would be created, the first with a LocationOnly
154 HandlerNode *first; member in struct:HandlerChain_
192 HandlerNode *oldHead = chain->first;
199 chain->first = node;
205 HandlerNode *node = chain->first;
232 if (chain->first == node) {
233 chain->first = NEXT(node);
253 node = chain->first;
271 * events, METHOD_ENTRY is always reported first and BREAKPOINT
310 * is a co-located BREAKPOINT, then the first BREAKPOIN
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.hpp160 AgentLibrary* first() const { return _first; } function in class:VALUE_OBJ_CLASS_SPEC
177 for (curr = first(); curr != NULL; prev = curr, curr = curr->next()) {
468 static AgentLibrary* libraries() { return _libraryList.first(); }
475 static AgentLibrary* agents() { return _agentList.first(); }

Completed in 189 milliseconds

1234567