HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 451 - 475 of 1933) sorted by null

<<11121314151617181920>>

  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 453 Annotation last = annotations.get(asz - 1); local
454 if (last.getStart() > cursor) {
457 } else if (last.getEnd() > cursor) {
458 last.setEnd(cursor);
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 313 THREAD_LOCAL struct timeval last = {0, 0}; local
358 last.tv_sec = tv1;
359 last.tv_usec = tv2;
364 if ((last.tv_sec == 0) && (last.tv_usec == 0)) {
367 gettimeofday(&last, 0);
368 last.tv_sec--;
373 if ((tv.tv_sec < last.tv_sec) ||
374 ((tv.tv_sec == last.tv_sec) &&
375 (tv.tv_usec < last.tv_usec)))
    [all...]
  /external/e2fsprogs/misc/
filefrag.c 196 int last = 0; local
245 last = 1;
251 } while (last == 0);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 162 int last = buildsLength-1; local
163 String lastBuildName = builds[last];
164 while (last > 0 && lastBuildName.startsWith(DB_Results.getDbBaselinePrefix())) {
165 lastBuildName = builds[--last];
305 // Return last build name stored in the local files
ScenarioResults.java 186 int last = token.lastIndexOf('.'); local
187 if (last >= 3) {
189 if (first == last) {
192 buffer.append(token.substring(last+1));
  /external/elfutils/libdwfl/
linux-kernel-modules.c 267 Dwfl_Module *last = __libdwfl_report_offline (dwfl, NULL, archive, fd, local
269 if (unlikely (last == NULL))
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedSet.java 737 public E last() { method in class:ImmutableSortedSet
Synchronized.java 293 public E last() { method in class:Synchronized.SynchronizedSortedSet
295 return delegate().last();
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Synchronized.java 277 public E last() { method in class:Synchronized.SynchronizedSortedSet
279 return delegate().last();
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BreakIterator.java 61 * has a concept of a "current position" and methods like first(), last(), next(),
75 * last character is 1 plus the length of the string.
133 * int end = boundary.last();
154 * Print last element
158 * int end = boundary.last();
182 * int last = wb.following(pos);
185 * for (int p = last; p &lt; current; p++) {
187 * return last;
189 * last = current;
259 * Set the iterator to the last boundary position. This is always the "past-the-end
266 public abstract int last(); method in class:BreakIterator
    [all...]
SearchIterator.java 161 * been returned, and by first() and last() if there are no matches at all.
270 * {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
281 * @see #last
300 * to {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
309 * @see #last
340 * {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
350 * @see #last
547 * Returns the last index in the target text at which it matches the
558 public final int last() { method in class:SearchIterator
572 * When the overlapping option ({@link #isOverlapping}) is off, the last index of th
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
BNF.java 242 Pick last = null; local
247 if (last != null) return last;
257 if (last == null) {
258 last = item;
260 if (result == null) result = Pick.makeSequence().and2(last);
269 Pick last = null; local
276 if (last == null) {
277 last = temp;
280 if (result == null) result = Pick.makeAlternation().or2(lastWeight, last);
    [all...]
XEquivalenceClass.java 274 * The last linkage has a null result.<br>
300 Linkage<T,R> last = lista.get(lista.size()-1); local
301 Map<T,Set<R>> obj_reasons = obj_obj_reasons.get(last.result);
312 // remove first and last
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
SearchIterator.java 164 * been returned, and by first() and last() if there are no matches at all.
278 * {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
289 * @see #last
310 * to {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
319 * @see #last
353 * {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
363 * @see #last
568 * Returns the last index in the target text at which it matches the
580 public final int last() { method in class:SearchIterator
594 * When the overlapping option ({@link #isOverlapping}) is off, the last index of th
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BreakIterator.java 60 * has a concept of a "current position" and methods like first(), last(), next(),
74 * last character is 1 plus the length of the string.
132 * int end = boundary.last();
153 * Print last element
157 * int end = boundary.last();
181 * int last = wb.following(pos);
184 * for (int p = last; p &lt; current; p++) {
186 * return last;
188 * last = current;
263 * Set the iterator to the last boundary position. This is always the "past-the-end
271 public abstract int last(); method in class:BreakIterator
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
XEquivalenceClass.java 273 * The last linkage has a null result.<br>
299 Linkage<T,R> last = lista.get(lista.size()-1); local
300 Map<T,Set<R>> obj_reasons = obj_obj_reasons.get(last.result);
311 // remove first and last
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
BNF.java 241 Pick last = null; local
246 if (last != null) return last;
256 if (last == null) {
257 last = item;
259 if (result == null) result = Pick.makeSequence().and2(last);
268 Pick last = null; local
275 if (last == null) {
276 last = temp;
279 if (result == null) result = Pick.makeAlternation().or2(lastWeight, last);
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
IndicInputMethodImpl.java 102 // If the last character was not committed it is stored in text[0].
103 // The variable totalChars give an indication of whether the last
106 // only be 1 otherwise ) the last character was not committed.
218 // the last character was committed, commit just Nukta.
271 text[0] = text[totalChars - 1];// make text[0] hold the last character
278 // state now text[0] = last character
279 // totalChars = ( last character committed )? 0 : 1;
314 public char last() { method in class:IndicInputMethodImpl.ACIText
  /external/iptables/libiptc/
linux_list.h 287 struct list_head *last = list->prev; local
293 last->next = at;
294 at->prev = last;
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
DigestAuthenticator.java 173 String last = null; local
184 name = last;
185 last = tok;
194 last = tok;
  /external/libvorbis/lib/
sharedbook.c 14 last mod: $Id: sharedbook.c 17030 2010-03-25 06:52:55Z xiphmont $
218 float last=0.f; local
223 val=fabs(val)*delta+mindel+last;
224 if(b->q_sequencep)last=val;
239 float last=0.f; local
243 val=fabs(val)*delta+mindel+last;
244 if(b->q_sequencep)last=val;
  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 162 GLfloat *last = (GLfloat *) (arrays[j]->Ptr + arrays[j]->Stride * k); local
163 printf(" last: %f %f %f\n",
164 last[0], last[1], last[2]);
350 * the last verts if necessary!
  /external/opencv3/3rdparty/jinja2/
runtime.py 306 last = property(lambda x: x._after is _last_iteration) variable in class:LoopContext
452 Traceback (most recent call last):
536 Traceback (most recent call last):
561 Traceback (most recent call last):
565 Traceback (most recent call last):
569 Traceback (most recent call last):
  /external/opencv3/3rdparty/zlib/
inflate.h 32 TYPE, /* i: waiting for type bits, including last-flag bit */
83 int last; /* true if processing last block */ member in struct:inflate_state
120 int back; /* bits back of last unprocessed length/lit */
  /external/opencv3/modules/calib3d/test/
test_fisheye.cpp 601 char last = item1[item1.size()-1]; local
602 return item1 + (last != '/' ? "/" : "") + item2;

Completed in 1418 milliseconds

<<11121314151617181920>>