Searched defs:first (Results 126 - 150 of 162) sorted by relevance

1234567

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java1810 protected String createQualifiedNameString(char[] first, String second) { argument
1811 final int l1 = first.length;
1815 System.arraycopy(first, 0, _charBuffer, 0, l1);
1820 StringBuffer b = new StringBuffer(new String(first));
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DAccessibleHTML.java365 * children of an Accessible object are zero-based, so the first child
1142 seg.first();
1239 protected void invalidate(boolean first) { argument
1240 super.invalidate(first);
1671 * children of an Accessible object are zero-based, so the first child
2480 protected void invalidate(boolean first) { argument
2481 super.invalidate(first);
2622 protected void invalidate(boolean first) { argument
2623 super.invalidate(first);
2686 * it MUST invoke supers implementation first!
2920 invalidate(boolean first) argument
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java607 * <p> This constructor first builds a URI string from the given components
691 * <p> This constructor first builds a URI string from the given components
789 * <p> This constructor first builds a URI in string form using the given
945 * <li><p> If the path is relative, and if its first segment contains a
1081 * first checking that this URI is absolute. </p>
1250 * occur as the first or last characters in a label. The rightmost
1488 * component is undefined but the other is defined then the first is
2019 // check if child if opaque first so that NPE is thrown
2110 // check if child if opaque first so that NPE is thrown
2141 // place. The array is first spli
2474 lowMask(char first, char last) argument
2485 highMask(char first, char last) argument
2947 scanEscape(int start, int n, char first) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java89 * (The first word of each tuning parameter name is the algorithm to which
246 * key would be inserted into the list: the index of the first
350 * key would be inserted into the list: the index of the first
451 * portion of the list that runs from the first element to the current
481 * portion of the list that runs from the first element to the current
779 * RandomAccess} interface, this implementation exchanges the first
782 * element is swapped into the first element. If necessary, the process
904 * Returns the starting position of the first occurrence of the specified
915 * @param source the list in which to search for the first occurrence
918 * @return the starting position of the first occurrenc
1170 public E first() {return ss.first();} method in class:Collections.UnmodifiableSortedSet
1805 public E first() { method in class:Collections.SynchronizedSortedSet
2453 public E first() { return ss.first(); } method in class:Collections.CheckedSortedSet
[all...]
H A DTreeMap.java776 * the first time this view is requested. Views are stateless, so
1051 public E first() { return m.firstKey(); } method in class:TreeMap.KeySet
1100 PrivateEntryIterator(Entry<K,V> first) { argument
1103 next = first;
1147 EntryIterator(Entry<K,V> first) { argument
1148 super(first);
1156 ValueIterator(Entry<K,V> first) { argument
1157 super(first);
1165 KeyIterator(Entry<K,V> first) { argument
1166 super(first);
1174 DescendingKeyIterator(Entry<K,V> first) argument
1577 SubMapIterator(TreeMap.Entry<K,V> first, TreeMap.Entry<K,V> fence) argument
1637 SubMapEntryIterator(TreeMap.Entry<K,V> first, TreeMap.Entry<K,V> fence) argument
1650 SubMapKeyIterator(TreeMap.Entry<K,V> first, TreeMap.Entry<K,V> fence) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java1098 * unless current thread stalls immediately before first CAS, in
1123 /* ---------------- Finding and removing first element -------------- */
1126 * Specialized variant of findNode to get first valid node.
1127 * @return first node or null if empty
1142 * Removes first entry; returns its snapshot.
1143 * @return null if empty, else snapshot of first entry
1169 * Clears out index nodes associated with deleted first entry.
2319 public E first() { return m.firstKey(); } method in class:ConcurrentSkipListMap.KeySet
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp242 // Calculate the address of the first word beyond the heap.
248 // Calculate the address of the first word of the heap.
386 // in the first two words of an object. (For instance , in the case of
1100 bool first = true; local
1101 size_t min_size = 0; // "first" makes this conceptually infinite.
1106 if (first || cur->num_words < min_size) {
1110 first = false;
/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.cpp306 // After aggressive coalesce, attempt a first cut at coloring.
926 // The idea is LRGs that can go register or stack color first when
1006 // If possible, pull from lo_stk first
1280 int chunk = 0; // Current chunk is first chunk
1767 OptoReg::Name first = get_reg_first(n); local
1768 if( OptoReg::is_reg(first) )
1769 tty->print("%s]",Matcher::regName[first]);
1771 tty->print("%s+%d]",OptoReg::regname(OptoReg::c_frame_pointer), reg2offset_unchecked(first));
1798 OptoReg::Name first = get_reg_first(n->in(k)); local
1799 if( OptoReg::is_reg(first) )
[all...]
H A Descape.cpp313 return; // No need to redefine PointsTo node during first iteration.
319 // first IGVN optimization when escape information is still available.
378 // Do not add edges during first iteration because some could be
429 // Do not add edges during first iteration because some could be
1697 // code during first IGVN before EA. Replace coarsened flag
1761 // Check simple cases first.
1900 // OffsetBot is used to reference array's element. Ignore first AddP.
1926 // Ignore first AddP.
2179 // Find array's offset to push it on worklist first and
2180 // as result process an array's element offset first (pushe
3230 bool first = true; local
[all...]
H A Druntime.cpp224 "compiler must check this first");
1284 bool first = true; local
1289 if (!first) {
1292 first = false;
1344 // Zaps dead locals in first java frame.
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java778 * no point at looking at the first element now;
806 * before the first row; the first call to the method
807 * <code>next</code> makes the first row the current row; the
856 * Note that you must first call one of the <code>getXXX</code> methods
882 * @param columnIndex the first column is 1, the second is 2, and so on
900 * @param columnIndex the first column is 1, the second is 2, and so on
918 * @param columnIndex the first column is 1, the second is 2, and so on
936 * @param columnIndex the first column is 1, the second is 2, and so on
954 * @param columnIndex the first colum
1897 public boolean first() throws SQLException { method in class:JdbcRowSetImpl
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java448 * cursor is initially positioned before the first conflict row; the first call to the
449 * method <code>nextConflict()</code> makes the first conflict row the current row;
598 * is set to the first "updated" row that resulted in an exception
653 * Before returning, this method moves the cursor before the first row
695 * the first row, after the last row, or on the insert row.
719 * @throws SQLException if cursor is before the first row, after the last
779 * from first principles, which can be quite expensive.
989 * positioned before the first row. The first cal
2203 public boolean first() throws SQLException { method in class:SyncResolverImpl
[all...]
/openjdk7/jdk/src/share/back/
H A DthreadControl.c53 * first event that occurs in a thread. It is freed after the
92 ThreadNode *first; member in struct:ThreadList
134 DeferredEventMode *first; member in struct:__anon511
212 for (node = list->first; node != NULL; node = node->next) {
277 list->first = next;
291 if ( list->first == NULL ) {
292 list->first = node;
294 list->first->prev = node;
295 node->next = list->first;
296 list->first
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp131 // Acount first for the adjustment of the initial frame
263 bool first = true; local
277 if (first) {
278 first = false;
469 // non-parameter locals of the first unpacked interpreted frame.
996 tty->print_cr(" Virtual frames (innermost first):");
1104 for (JavaThread* jt = Threads::first(); jt != NULL ; jt = jt->next()) {
1524 // PerBytecodeTrapLimit is more likely to take effect first,
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.cpp161 return &i->first;
164 if (i->first.cfFormat==format.cfFormat) {
165 return &i->first;
177 const FORMATETC &f = i->first;
367 int AwtDragSource::_compar(const void* first, const void* second) { argument
368 FORMATETC *fp = (FORMATETC *)first;
H A Dawt_DnDDT.cpp983 int __cdecl AwtDropTarget::_compar(const void* first, const void* second) { argument
984 FORMATETC *fp = (FORMATETC *)first;
1501 * DROPEFFECT_COPY, then for DROPEFFECT_LINK and return the first operation
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java153 // Return index of first occurrence of {@docroot}
2291 * @param firstSentenceTags the first sentence tags for the doc
2329 private void printCommentTags(Doc doc, Tag[] tags, boolean depr, boolean first) { argument
2336 String result = commentTagsToString(null, doc, tags, first);
2350 * @param tags the first sentence tags for the doc
2352 * @param first true if the first sentenge tags should be added
2356 boolean first, Content htmltree) {
2361 Content result = new RawHtml(commentTagsToString(null, doc, tags, first));
2386 * @param isFirstSentence true if text is first sentenc
2355 addCommentTags(Doc doc, Tag[] tags, boolean depr, boolean first, Content htmltree) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1272 // first frame
1597 /** The first stack position currently unused. */
1972 /** End scopes of all variables with registers >= first.
1974 public void endScopes(int first) { argument
1976 nextreg = first;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java410 * defined to be the position of the first character of the first
1567 // the Block node has a field "endpos" for first char of last token, which is
1940 JCExpression first,
1943 stats.append(toP(F.at(pos).Exec(checkExprStat(first))));
2044 // if first modifier is an annotation, set pos to annotation's.
2291 // If the first type declaration has consumed the first doc
1939 moreStatementExpressions(int pos, JCExpression first, T stats) argument
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java170 public ZipPath getPath(String first, String... more) { argument
173 path = first;
176 sb.append(first);
904 private long locpos; // position of first LOC header (usually 0)
1025 // Reads zip file central directory. Returns the file position of first
1041 // Get position of first local file (LOC) header, taking into
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A DimageioJPEG.c1192 * Marker sequence number 1 for first APP2, 2 for next, etc (1 byte)
1251 int first; // index of the first marker in the icc_markers array local
1255 /* This first pass over the saved markers discovers whether there are
1304 first = icc_markers[0] ? 0 : 1;
1305 last = num_found_markers + first;
1310 for (seq_no = first; seq_no < last; seq_no++) {
1354 for (seq_no = first; seq_no < last; seq_no++) {
1527 * object. If there was an old one, it is released first.
1557 * so it's safe to only look at the first marke
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c47 /* Tells libpng that we have already handled the first "num_bytes" bytes
70 * already read the first few bytes of a file to determine the file type
193 * only check the first digit.
774 /* (x,y,z) values are first limited to 0..100000 (PNG_FP_1), the white
1226 * (starting with 0 for the first digit). Note that this
1249 exp_b10 = 0; /* Dot added below before first output. */
1485 unsigned int ndigits = 0, first = 16 /* flag value */; local
1494 /* Record the first non-zero digit, note that this is a number
1497 if (first == 16 && num > 0)
1498 first
[all...]
/openjdk7/jdk/test/java/util/PluggableLocale/
H A Dfooprovider.jar ... .BreakIteratorProviderImpl$Type, int) public int current () public int first () public int following (int) public java.text.CharacterIterator ...
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c68 char first; /* non-zero if first path segment */ member in struct:__anon933
151 if (pd->first) { \
154 pd->first = 0; \
213 * the first of the two cubic control points by the same
344 pd->first = 1;
623 pd->first = 0;
1019 * The Y coordinate of the first HPC was calculated as istarty. We
1438 /* Skip to the first segment that ends below the top clip edge */
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java42 * <p> A regular expression, specified as a string, must first be compiled into
494 * the following characters. The first character must be a <tt>letter</tt>.
1548 * Attempts to compose input by combining the first character
1549 * with the first combining mark following it. Returns a String
1550 * that is the composition of the leading character with its first
1552 * null if the first two characters cannot be further composed.
1950 * according to their precedence order, the lowest one first.
1991 // when put the "prev" into the branch as the first atom.
2122 int first = 0;
2132 if (first >
4482 Branch(Node first, Node second, Node branchConn) argument
[all...]

Completed in 803 milliseconds

1234567