HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 151 - 175 of 2704) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_generators.py 21 Traceback (most recent call last):
37 Traceback (most recent call last):
42 Traceback (most recent call last):
57 Traceback (most recent call last):
61 Traceback (most recent call last):
148 Traceback (most recent call last):
189 Traceback (most recent call last):
195 Traceback (most recent call last):
401 Traceback (most recent call last):
734 Traceback (most recent call last):
1265 def last(): function in function:Knights.__init__
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inffast.c 73 unsigned char FAR *last; /* while in < last, enough input available */ local
100 last = in + (strm->avail_in - 5);
285 } while (in < last && out < end);
296 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
ATokenBuffer.h 64 _ANTLRTokenPtr *last; // pts to last valid token in buffer member in class:ANTLRTokenBuffer
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
ATokenBuffer.h 64 _ANTLRTokenPtr *last; // pts to last valid token in buffer member in class:ANTLRTokenBuffer
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inffast.c 56 z_const unsigned char FAR *last; /* have enough input while in < last */ local
83 last = in + (strm->avail_in - 5);
290 } while (in < last && out < end);
301 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
  /external/e2fsprogs/lib/blkid/
list.h 131 struct list_head *last = list->prev; local
137 last->next = at;
138 at->prev = last;
  /external/e2fsprogs/lib/ext2fs/
res_gdt.c 146 unsigned int grp, last = 0; local
190 if (!gdt_buf[last]) {
193 expect, grp, gdt_blk, last);
195 gdt_buf[last] = expect;
198 } else if (gdt_buf[last] != expect) {
201 gdt_buf[last], expect, gdt_blk, last);
206 last++;
  /external/e2fsprogs/misc/
findsuper.c 80 * has the last time e2fsck or tune2fs wrote to the filesystem.
121 time_t tm, last = time(0); local
201 diff = now - last;
214 last = now;
  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 121 StorageIndex* last = perm.indices().data(); /* use P as workspace for last */ local
134 last[i] = -1;
173 if(head[d] != -1) last[head[d]] = i;
187 if(next[k] != -1) last[next[k]] = -1;
243 if(next[i] != -1) last[next[i]] = last[i];
244 if(last[i] != -1) /* remove i from degree list */
246 next[last[i]] = next[i];
344 last[i] = h; /* save hash of i in last[i] *
    [all...]
  /external/fio/
flist.h 127 struct flist_head *last = list->prev; local
132 last->next = next;
133 next->prev = last;
  /external/fio/lib/
prio_tree.h 12 uint64_t last; /* last location _in_ interval */ member in struct:prio_tree_node
  /external/freetype/src/base/
ftbbox.c 39 FT_Vector last; member in struct:TBBox_Rec_
72 /* in `user->last'. We also update bbox in case contour starts with */
90 user->last = *to;
104 /* in `user->last'; no further computations are necessary because */
120 user->last = *to;
206 BBox_Conic_Check( user->last.x,
213 BBox_Conic_Check( user->last.y,
219 user->last = *to;
404 BBox_Cubic_Check( user->last.x,
413 BBox_Cubic_Check( user->last.y
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/util/
LruCache.java 155 Map.Entry<T, Y> last; local
157 last = cache.entrySet().iterator().next();
158 final Y toRemove = last.getValue();
160 final T key = last.getKey();
  /external/guava/guava/src/com/google/common/collect/
EmptyImmutableSortedSet.java 102 public E last() { method in class:EmptyImmutableSortedSet
ForwardingSortedSet.java 81 public E last() { method in class:ForwardingSortedSet
82 return delegate().last();
SortedMultisets.java 80 @Override public E last() { method in class:SortedMultisets.ElementSet
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
EmptyContiguousSet.java 39 @Override public C last() { method in class:EmptyContiguousSet
  /external/harfbuzz_ng/src/
hb-dsalgs.hh 111 /* Use median of first, middle and last items as pivot */
114 char *last = b+w*(nel-1), *tmp; local
118 l[2] = last;
126 /* swap l[id], l[2] to put pivot as last element */
127 for(x = l[1], y = last, xend = x+w; x<xend; x++, y++) {
132 pr = last;
hb-ot-shape-complex-indic-machine.hh 1395 unsigned int last = 0; local
    [all...]
hb-ot-shape-complex-myanmar-machine.hh 273 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
274 for (unsigned int i = last; i < p+1; i++) \
276 last = p+1; \
302 unsigned int last = 0; local
hb-ot-shape-complex-use-machine.hh 299 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
300 for (unsigned int i = last; i < p+1; i++) \
302 last = p+1; \
328 unsigned int last = 0; local
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterIteratorWrapper.java 48 * @return the last character in the text, or DONE if the text is empty
52 public char last(){ method in class:UCharacterIteratorWrapper
123 * @return the index after the last character in the text
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
BasicPeriodFormatter.java 113 // get the first and last units that are set.
115 int last = counts.length - 1; local
117 while (last > first && (mask & (1 << last)) == 0) --last;
121 for (int i = first; i <= last; ++i) {
151 boolean multiple = first != last;
157 for (int i = first, j = i; i <= last; i = j) {
165 while (++j < last && (mask & (1 << j)) == 0) {
173 if (i == last) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringCharacterIterator.java 72 * @param end Index of the character following the last character
129 * Implements CharacterIterator.last() for String.
130 * @see CharacterIterator#last
134 public char last() method in class:StringCharacterIterator
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
AbstractBreakIteratorTests.java 48 public int last() { method in class:AbstractBreakIteratorTests.AbstractBreakIterator

Completed in 702 milliseconds

1 2 3 4 5 67 8 91011>>