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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebKit2/UIProcess/
WebBackForwardList.cpp 75 m_page->backForwardRemovedItem(m_entries.last()->itemID());
76 removedItems.append(m_entries.last().release());
204 unsigned last = m_current + size; local
205 ASSERT(last < m_entries.size());
206 for (unsigned i = m_current + 1; i <= last; ++i)
  /external/wpa_supplicant/
eap_methods.c 319 struct eap_method *m, *last = NULL; local
330 last = m;
333 if (last)
334 last->next = method;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_methods.c 319 struct eap_method *m, *last = NULL; local
330 last = m;
333 if (last)
334 last->next = method;
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.c 319 struct eap_method *m, *last = NULL; local
330 last = m;
333 if (last)
334 last->next = method;
  /external/zlib/contrib/masmx64/
inffas8664.c 87 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */ member in struct:inffast_ar
128 ar.last = ar.in + (strm->avail_in - PAD_AVAIL_IN);
175 strm->avail_in = (unsigned)(ar.in < ar.last ?
176 PAD_AVAIL_IN + (ar.last - ar.in) :
177 PAD_AVAIL_IN - (ar.in - ar.last));
  /external/zlib/
inffast.c 73 unsigned char FAR *last; /* while in < last, enough input available */ local
100 last = in + (strm->avail_in - 5);
307 } while (in < last && out < end);
318 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
  /libcore/luni/src/main/java/java/text/
BreakIterator.java 58 * {@code first()}, {@code last()}, {@code next()}, and {@code previous()} that
75 * after the last character is 1 plus the length of the string.</li>
138 * int end = boundary.last();
161 * Print the last element:
166 * int end = boundary.last();
194 * int last = wb.following(pos);
197 * for (int p = last; p &lt; current; p++) {
199 * return last;
201 * last = current;
365 * Returns the position of last boundary preceding the given offset, an
437 public abstract int last(); method in class:BreakIterator
    [all...]
RuleBasedBreakIterator.java 62 @Override public int last() { method in class:RuleBasedBreakIterator
63 return wrapped.last();
StringCharacterIterator.java 76 * the index one past the last character to iterate.
173 * @return the index one past the last character of the iteration.
200 public char last() { method in class:StringCharacterIterator
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal)
45 s_top=source+last;
47 d_top=dest+last;
62 long last=nr_elements-1; local
76 for(;last-first>2;)
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]);
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
81 if(first_equal>pos) last=first_equal-1;
95 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2])
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DataCommandConsolidator.java 63 * Data consolidation barrier: consolidates all data contents into the last data command in the
64 * datas list, replacing all but the last node with no-ops.
68 // Put aside the last data command for later, then remove all the other
69 // data commands, coalescing their contents into the last command.
70 ADataCommand last = datas.remove(datas.size() - 1); local
78 sb.append(last.getData().getText());
79 last.replaceBy(new ADataCommand(new TData(sb.toString())));
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchHandlerList.java 110 Entry last = get(size - 1); local
111 return last.getExceptionType().equals(CstType.OBJECT);
  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 110 Entry last = get(size - 1); local
111 return last.getExceptionType().equals(CstType.OBJECT);
  /development/tools/emulator/opengl/host/tools/emugen/
EntryPoint.cpp 43 size_t pos = 0, last; local
54 std::string str = getNextToken(f, pos, &last, WHITESPACE);
60 pos = last;
66 pos = last;
74 pos = last;
97 size_t pos, last; local
107 field = getNextToken(linestr, 0, &last, "(");
108 pos = last + 1;
110 field = getNextToken(linestr, pos, &last, ",)");
116 pos = last + 1
208 size_t last; local
    [all...]
  /external/apache-http/src/org/apache/commons/codec/language/
Soundex.java 258 char last, mapped; local
261 last = getMappingCode(str, 0);
265 if ((mapped != '0') && (mapped != last)) {
268 last = mapped;
  /external/blktrace/btt/
list.h 195 struct list_head *last = list->prev; local
201 last->next = at;
202 at->prev = last;
  /external/chromium/base/
time_win_unittest.cc 49 TimeTicks last = TimeTicks::Now(); local
52 int64 milliseconds = (now - last).InMilliseconds();
57 last = now;
  /external/dhcpcd/
eloop.c 65 struct event *e, *last = NULL; local
74 last = e;
87 if (last)
88 last->next = e;
96 struct event *e, *last = NULL; local
100 if (last)
101 last->next = e->next;
108 last = e;
189 struct timeout *t, *tt, *last = NULL; local
203 if (last)
229 struct timeout *t, *tt, *last = NULL; local
    [all...]
  /external/freetype/src/base/
ftbbox.c 37 FT_Vector last; member in struct:TBBox_Rec_
51 /* in `user->last'; no further computations are necessary since we */
67 user->last = *to;
171 BBox_Conic_Check( user->last.x,
178 BBox_Conic_Check( user->last.y,
184 user->last = *to;
340 /* always compare first and last points */
542 BBox_Cubic_Check( user->last.x,
551 BBox_Cubic_Check( user->last.y,
558 user->last = *to
    [all...]
  /external/guava/src/com/google/common/collect/
TreeMultiset.java 159 public E last() { method in class:TreeMultiset.SortedMapBasedElementSet
  /external/icu4c/common/
normlzr.cpp 309 * Return the last character in the normalized text. This resets
313 UChar32 Normalizer::last() { function in class:Normalizer
uchriter.cpp 115 UCharCharacterIterator::last() { function in class:UCharCharacterIterator
  /external/icu4c/i18n/
search.cpp 217 int32_t SearchIterator::last(UErrorCode &status) function in class:SearchIterator
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 124 JavaExpression last = null; local
126 if (last == null) {
127 last = current;
130 if (current instanceof StringExpression && last instanceof StringExpression) {
131 // Last and current are both strings - combine them.
133 StringExpression lastString = (StringExpression) last;
134 last = new StringExpression(lastString.getValue() + currentString.getValue());
136 out.add(last);
137 last = current;
140 out.add(last);
    [all...]
  /external/libxml2/include/libxml/
entities.h 43 struct _xmlNode *last; /* Last child link */ member in struct:_xmlEntity

Completed in 592 milliseconds

1 2 34 5 6 7 8 91011>>