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

1 2 3 45 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/
iter_iter_iter_iter.pass.cpp 28 typename S::const_iterator last = s.begin() + pos1 + n1; local
29 typename S::size_type xlen = last - first;
30 s.replace(first, last, f, l);
    [all...]
iter_iter_pointer_size.pass.cpp 30 typename S::const_iterator last = s.begin() + pos1 + n1; local
31 typename S::size_type xlen = last - first;
32 s.replace(first, last, str, n2);
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
itoatest.cpp 78 T i = 1, last; local
86 last = i;
88 } while (last < i);
  /bionic/libc/dns/resolv/
res_stats.c 65 time_t last = 0; local
107 /* If we had at least one sample, populate last sample time. */
110 last = stats->samples[stats->sample_next - 1].at;
112 last = stats->samples[stats->sample_count - 1].at;
115 *last_sample_time = last;
  /build/kati/
string_piece.cc 87 const char* last = ptr_ + std::min(length_ - s.length_, pos) + s.length_; local
88 const char* result = std::find_end(ptr_, last, s.ptr_, s.ptr_ + s.length_);
89 return result != last ? static_cast<size_t>(result - ptr_) : npos;
  /build/tools/rgb2565/
to565.c 104 unsigned short last, color, count; local
111 if ((color == last) && (count != 65535)) {
116 write(1, &last, 2);
120 last = color;
125 write(1, &last, 2);
  /development/perftests/panorama/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/autotest/client/profilers/cpistat/
cpistat 55 last = {} variable
59 last[e] = {}
63 last[e][c] = 0
71 delta[e][c] = count - last[e][c]
72 last[e][c] = count
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
looper.py 5 previously up, if this is the first or last item in the sequence, etc.
11 ... if not loop.last:
111 def last(self): member in class:loop_pos
113 last = property(last) variable in class:loop_pos
137 if self.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 136 unsigned int grp, last = 0; local
180 if (!gdt_buf[last]) {
183 expect, grp, gdt_blk, last);
185 gdt_buf[last] = expect;
188 } else if (gdt_buf[last] != expect) {
191 gdt_buf[last], expect, gdt_blk, last);
196 last++;
  /external/e2fsprogs/misc/
findsuper.c 80 * has the last time e2fsck or tune2fs wrote to the filesystem.
120 time_t tm, last = time(0); local
200 diff = now - last;
213 last = now;
  /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-ot-shape-complex-indic-machine.hh 1593 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 372 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
373 for (unsigned int i = last; i < p+1; i++) \
375 last = p+1; \
401 unsigned int last = 0; local
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterIteratorWrapper.java 45 * @return the last character in the text, or DONE if the text is empty
48 public char last(){ method in class:UCharacterIteratorWrapper
114 * @return the index after the last character in the text
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
BasicPeriodFormatter.java 109 // get the first and last units that are set.
111 int last = counts.length - 1; local
113 while (last > first && (mask & (1 << last)) == 0) --last;
117 for (int i = first; i <= last; ++i) {
147 boolean multiple = first != last;
153 for (int i = first, j = i; i <= last; i = j) {
161 while (++j < last && (mask & (1 << j)) == 0) {
169 if (i == last) {
    [all...]

Completed in 467 milliseconds

1 2 3 45 6 7 8 91011>>