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

1 2 3 4 5 6 7 891011>>

  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchHandlerList.java 110 Entry last = get(size - 1); local
111 return last.getExceptionType().equals(CstType.OBJECT);
  /external/dng_sdk/source/
dng_color_spec.cpp 531 dng_xy_coord last = D50_xy_coord (); local
536 dng_matrix xyzToCamera = FindXYZtoCamera (last);
540 if (Abs_real64 (next.x - last.x) +
541 Abs_real64 (next.y - last.y) < 0.0000001)
549 // in a two value oscillation. So take the average of the last
555 next.x = (last.x + next.x) * 0.5;
556 next.y = (last.y + next.y) * 0.5;
560 last = next;
564 return last;
  /external/elfutils/libdwfl/
cu.c 113 /* It might be in the last range. */
114 const Dwarf_Arange *last local
116 if (addr > last->addr + last->length)
  /external/fio/lib/
prio_tree.c 47 *heap = node->last;
78 struct prio_tree_node *first = NULL, *prev, *last = NULL; local
93 last = first;
95 prev = last;
96 last = root->prio_tree_node;
98 INIT_PRIO_TREE_NODE(last);
99 prev->left = last;
100 last->parent = prev;
110 last = node;
113 last->left = root->prio_tree_node
    [all...]
  /external/guava/guava/src/com/google/common/collect/
EmptyContiguousSet.java 41 @Override public C last() { method in class:EmptyContiguousSet
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularContiguousSet.java 69 final C last = last();
73 return equalsOrThrow(previous, last) ? null : domain.next(previous);
90 @Override public C last() { method
95 long distance = domain.distance(first(), last());
125 C upperEndpoint = Ordering.natural().min(this.last(), other.last());
148 && this.last().equals(that.last());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SortedSetNavigationTester.java 77 sortedSet.last();
90 assertEquals(a, sortedSet.last());
100 assertEquals(c, sortedSet.last());
  /external/guava/guava-tests/test/com/google/common/collect/
SynchronizedNavigableSetTest.java 143 @Override public E last() { method in class:SynchronizedNavigableSetTest.TestSet
145 return delegate().last();
  /external/harfbuzz_ng/src/
gen-indic-table.py 162 last = -100000 variable
169 if u <= last:
179 if start != last + 1:
180 if start - last <= 1+16*3:
181 print_block (None, last+1, start-1, data)
182 last = start-1 variable
184 if last >= 0:
185 ends.append (last + 1)
193 last = end variable
194 ends.append (last + 1
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Differ.java 54 if (offset < 0) return last;
72 if (offset < 0) return last;
88 if (maxSame > 0) last = a[maxSame-1];
100 // now see if the last few a's occur anywhere in the b's, or vice versa
166 private T last = null; field in class:Differ
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
CharSequences.java 44 // s.trim() => UnicodeSet.trim(CharSequence s); return a subsequence starting with the first character not in the set to the last character not in the set.
292 char last = (char) result[j-1]; local
293 if (last >= 0xD800 && last <= 0xDBFF) {
295 result[j-1] = Character.toCodePoint(last, cp);
  /external/icu/icu4c/source/common/
normlzr.cpp 308 * Return the last character in the normalized text. This resets
312 UChar32 Normalizer::last() { function in class:Normalizer
uchriter.cpp 116 UCharCharacterIterator::last() { function in class:UCharCharacterIterator
  /external/icu/icu4c/source/i18n/
search.cpp 217 int32_t SearchIterator::last(UErrorCode &status) function in class:SearchIterator
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
BreakIterator.java 51 * has a concept of a "current position" and methods like first(), last(), next(),
65 * last character is 1 plus the length of the string.
123 * int end = boundary.last();
144 * Print last element
148 * int end = boundary.last();
172 * int last = wb.following(pos);
175 * for (int p = last; p < current; p++) {
177 * return last;
179 * last = current;
253 * Return the last boundary position. This is always the "past-the-end
262 public abstract int last(); method in class:BreakIterator
761 public int last() { method in class:BreakIterator.BreakIteratorHandle
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Differ.java 52 if (offset < 0) return last;
70 if (offset < 0) return last;
86 if (maxSame > 0) last = a[maxSame-1];
98 // now see if the last few a's occur anywhere in the b's, or vice versa
164 private T last = null; field in class:Differ
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
CharSequences.java 42 // s.trim() => UnicodeSet.trim(CharSequence s); return a subsequence starting with the first character not in the set to the last character not in the set.
290 char last = (char) result[j-1]; local
291 if (last >= 0xD800 && last <= 0xDBFF) {
293 result[j-1] = Character.toCodePoint(last, cp);
  /external/iptables/extensions/
libxt_NFQUEUE.c 35 " --queue-balance first:last Balance flows between queues <value> to <value>.\n");
131 unsigned int last = tinfo->queues_total; local
133 if (last > 1) {
134 last += tinfo->queuenum - 1;
135 printf(" NFQUEUE balance %u:%u", tinfo->queuenum, last);
172 unsigned int last = tinfo->queues_total; local
174 if (last > 1) {
175 last += tinfo->queuenum - 1;
176 printf(" --queue-balance %u:%u", tinfo->queuenum, last);
  /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/libmicrohttpd/src/testcurl/
test_postform.c 163 struct curl_httppost *last = NULL; local
165 curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
167 curl_formadd (&post, &last, CURLFORM_COPYNAME, "project",
  /external/libmicrohttpd/src/testzzuf/
test_post_form.c 156 struct curl_httppost *last = NULL; local
158 curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
160 curl_formadd (&post, &last, CURLFORM_COPYNAME, "project",
  /external/libopus/celt/tests/
test_unit_mathops.c 101 opus_int32 min_d,max_d,last,chk; local
103 last=min_d=32767;
109 d = last - q;
112 last = q;
125 opus_int32 min_d,max_d,last,chk; local
127 last=min_d=15059;
135 d = last - q;
140 last = q;
  /external/libvorbis/lib/
codebook.c 14 last mod: $Id: codebook.c 17030 2010-03-25 06:52:55Z xiphmont $
57 long last=c->lengthlist[i-1]; local
58 if(this>last){
59 for(j=last;j<this;j++){
floor0.c 14 last mod: $Id: floor0.c 16227 2009-07-08 06:58:46Z xiphmont $
171 float last=0.f; local
181 for(k=0;k<b->dim;k++,j++)lsp[j]+=last;
182 last=lsp[j-1];
  /external/libxml2/include/libxml/
entities.h 43 struct _xmlNode *last; /* Last child link */ member in struct:_xmlEntity

Completed in 473 milliseconds

1 2 3 4 5 6 7 891011>>