HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 301 - 325 of 521) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/text/
MessageFormat.java 299 * When a single argument is parsed more than once in the string, the last match
314 * containing multiple occurrences of the same argument would return the last
740 * of the last one.
1259 int last = 0; local
    [all...]
  /libcore/luni/src/main/java/java/util/
LinkedList.java 542 * Returns the last element in this {@code LinkedList}.
544 * @return the last element
549 Link<E> last = voidLink.previous; local
550 if (last != voidLink) {
551 return last.data;
582 * index of the last occurrence.
586 * @return the index of the last occurrence of the object, or -1 if it was
693 * Removes the last object from this {@code LinkedList}.
704 Link<E> last = voidLink.previous; local
705 if (last != voidLink)
763 Link<E> last = voidLink.previous; local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingDeque.java 65 * or "last" (for prev links).
107 * Invariant: (first == null && last == null) ||
113 * Pointer to last node.
114 * Invariant: (first == null && last == null) ||
115 * (last.next == null && last.item != null)
117 transient Node<E> last; field in class:LinkedBlockingDeque
192 if (last == null)
193 last = node;
202 * Links node as last element, or returns false if full
    [all...]
LinkedBlockingQueue.java 98 * - null, meaning there is no successor (this is the last node)
119 * Invariant: last.next == null
121 private transient Node<E> last; field in class:LinkedBlockingQueue
169 // assert last.next == null;
170 last = last.next = node;
232 last = head = new Node<E>(null);
500 if (last == p)
501 last = trail;
672 head = last;
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 690 int last = (start + MAX_LIST_WORD_COUNT); local
691 t.setText((start + 1) + " - " + Math.min(last, size));
694 mRightButton.setEnabled(last < size);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinter.java 373 // Find last newline at the beginning of the text:
390 // Find last newline at the end of the text
627 Attr last = attributeList.get(attributeCount - 1); local
637 // Don't add a newline at the last attribute line; the > should
638 // immediately follow the last attribute
639 if (attribute != last) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 233 int last = fqcn.lastIndexOf('.'); local
234 if (last > first) {
235 return fqcn.substring(0, first) + ".." + fqcn.substring(last); //$NON-NLS-1$
242 int last = fqcn.lastIndexOf('.'); local
243 if (last > first) {
244 return fqcn.substring(0, first) + ".." + fqcn.substring(last); //$NON-NLS-1$
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterNoWindow.java 209 String last = mLastDesc; local
226 // Skip line if it's the same as the last one.
227 if (last != null && last.equals(line.trim())) {
232 // If the last line terminated with a \r but the new one doesn't, we need to
234 if (last != null &&
235 last.endsWith("\r") && //$NON-NLS-1$
  /system/extras/ext4_utils/
allocate.c 27 struct region *last; member in struct:region_list
65 alloc->list.last = NULL;
67 alloc->oob_list.last = NULL;
86 if (list->last == reg)
87 list->last = reg->prev;
97 list->last = reg;
102 list->last->next = reg;
103 reg->prev = list->last;
104 list->last = reg;
242 /* Reduces an existing allocation by len blocks by return the last block
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 566 public boolean last() throws SQLException { method in class:Impl_RowSet
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 270 ElemTemplateElement last = (ElemTemplateElement) getLastChild(); local
272 last.m_nextSibling = elem;
306 ElemTemplateElement last = getLastChildElem(); local
308 last.m_nextSibling = elem;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 2020 int last = m_token.length() - 1; local
    [all...]
  /external/bluetooth/bluez/health/
mcap.c 768 struct mcap_mcl *last; local
789 last = l->data;
790 mcl->mi->cached = g_slist_remove(mcl->mi->cached, last);
791 last->ctrl &= ~MCAP_CTRL_CACHED;
792 if (last->ctrl & MCAP_CTRL_CONN) {
795 last->ctrl |= MCAP_CTRL_FREE;
797 mcap_mcl_release(last);
798 last->mi->mcl_uncached_cb(last, last->mi->user_data)
    [all...]
  /external/bluetooth/glib/gio/
gcontenttype.c 1235 GList *last; local
1238 last = g_list_last (match->matches);
1239 if (!last)
1246 m = (TreeMatchlet *) last->data;
1249 last = g_list_last (m->matches);
1250 if (!last)
1257 m = (TreeMatchlet *) last->data;
    [all...]
  /external/bluetooth/glib/glib/
gmessages.c 198 register GLogDomain *last, *work; local
200 last = NULL;
207 if (last)
208 last->next = domain->next;
215 last = work;
216 work = last->next;
364 GLogHandler *work, *last; local
366 last = NULL;
372 if (last)
373 last->next = work->next
    [all...]
  /external/bluetooth/glib/tests/
sequence-test.c 237 int last; local
242 last = G_MININT;
249 g_assert (item->number >= last);
256 last = item->number;
  /external/chromium/chrome/browser/extensions/
extension_updater.cc 89 // the number of days since the last time it was present in an update check.
522 // If it's been a long time since our last actual check, we want to do one
525 Time last = Time::FromInternalValue(prefs_->GetInt64( local
527 int days = (now - last).InDays();
896 Time last = Time::FromInternalValue(prefs_->GetInt64( local
898 if (last.ToInternalValue() != 0) {
901 (Time::Now() - last).InMinutes(),
908 // Save the last check time, and schedule the next check.
    [all...]
  /external/dropbear/
scp.c 600 char *last, *name, buf[2048]; local
633 if ((last = strrchr(name, '/')) == NULL)
634 last = name;
636 ++last;
637 curfile = last;
653 (long long)stb.st_size, last);
717 char *last, *vect[1], path[1100]; local
723 last = strrchr(name, '/');
724 if (last == 0)
725 last = name
    [all...]
  /external/e2fsprogs/e2fsck/
profile.c 94 time_t timestamp; /* time tree was last updated from file */
130 * Check if a filespec is last in a list (NULL on UNIX, invalid FSSpec on MacOS
303 prf_file_t new_file, *last; local
312 last = &profile->first_file;
327 *last = new_file;
328 last = &new_file->next;
341 *last = new_file;
342 last = &new_file->next;
1114 struct profile_node *p, *last; local
1122 last = 0
1147 struct profile_node *p, *last, *new; local
    [all...]
  /external/freetype/src/autofit/
afcjk.c 359 FT_Int last = -1; local
364 first = last + 1, nn++ )
369 last = glyph->outline.contours[nn];
375 if ( last <= first )
381 for ( pp = first; pp <= last; pp++ )
390 for ( pp = first; pp <= last; pp++ )
399 for ( pp = first; pp <= last; pp++ )
408 for ( pp = first; pp <= last; pp++ )
701 AF_Point last = seg->last; local
    [all...]
aflatin.c 251 FT_Int last = -1; local
256 first = last + 1, nn++ )
262 last = glyph->outline.contours[nn];
267 if ( last <= first )
272 for ( pp = first; pp <= last; pp++ )
281 for ( pp = first; pp <= last; pp++ )
292 best_last = last;
778 AF_Point last = point->prev; local
785 if ( point == last ) /* skip singletons -- just in case */
788 if ( FT_ABS( last->out_dir ) == major_dir &
897 AF_Point last = segment->last; local
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 589 /* each segment; last */
609 /* not overlap, and the last segment should always contain the value */
627 /* Finally, note that a lot of fonts contain an invalid last segment, */
695 /* some fonts have an incorrect last segment; */
877 /* check last segment; its end count value must be 0xFFFF */
1639 FT_UInt32 n, start, end, start_id, count, last = 0; local
2041 FT_ULong n, start, end, start_id, last = 0; local
2361 FT_ULong n, start, end, glyph_id, last = 0; local
    [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 77 * Since the last run limit for each style run must be
78 * the same, all the styles will hit the last limit at
80 * style hits the last limit.
691 // If this break is at or before the last one,
693 // fit, that produces a break after the last one.
1074 le_int32 last = glyphBase + fStyleRunInfo[run].glyphCount - 1; local
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 718 const UChar *first, *last; local
754 last=s+7;
767 last!=u_memrchr(s+1, a, 9) ||
768 last!=u_memrchr32(s+1, a, 9) ||
772 last!=u_strFindLast(s+1, 9, sub_a, -1) ||
773 last!=u_strFindLast(s+1, 9, &a, 1)
864 last=s+8;
873 last!=u_strrchr32(s+1, supp) ||
874 last!=u_memrchr32(s+1, supp, 9) ||
875 last!=u_strrstr(s+1, sub_supp) |
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 183 static void getzones(char * basedir, char * subdir, struct listentry ** last, int * count);
976 struct listentry * last = &dummyentry; local
978 getzones(TZDIR, NULL, &last, &count);
986 static void getzones(char * basedir, char * relpath, struct listentry ** last, int * count) {
1014 (*last)->next = pentry;
1015 *last = pentry;
1034 getzones(basedir, subpath, last, count);

Completed in 2779 milliseconds

<<11121314151617181920>>