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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/freetype/src/cache/
ftcmru.c 37 FTC_MruNode last = first->prev; local
59 last->next = node;
61 node->prev = last;
83 FTC_MruNode prev, next, last; local
108 last = first->prev;
110 last->next = node;
114 node->prev = last;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.h 131 UnicodeText(const const_iterator& first, const const_iterator& last);
145 const const_iterator& last);
165 UnicodeText& append(ForwardIterator first, const ForwardIterator last) {
166 while (first != last) { push_back(*first++); }
171 UnicodeText& append(const const_iterator& first, const const_iterator& last);
226 friend difference_type distance(const CI& first, const CI& last);
291 const const_iterator& last);
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_cache.c 48 struct cache_item *last; member in struct:gl_program_cache
88 cache->last = NULL;
114 cache->last = NULL;
177 if (cache->last &&
178 memcmp(cache->last->key, key, keysize) == 0) {
179 return cache->last->program;
187 cache->last = c;
  /external/freetype/src/cache/
ftcmru.c 37 FTC_MruNode last = first->prev; local
59 last->next = node;
61 node->prev = last;
83 FTC_MruNode prev, next, last; local
108 last = first->prev;
110 last->next = node;
114 node->prev = last;
  /external/mesa3d/src/mesa/program/
prog_cache.c 48 struct cache_item *last; member in struct:gl_program_cache
88 cache->last = NULL;
114 cache->last = NULL;
177 if (cache->last &&
178 memcmp(cache->last->key, key, keysize) == 0) {
179 return cache->last->program;
187 cache->last = c;
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_error_detector.py 60 head, last = link.rsplit('/', 1) if '/' in link else ('', link)
61 last, anchor = _SplitAnchor(last)
63 if last.endswith('.html') and last.count('.') > 1:
64 last = last.replace('.', '_', last.count('.') - 1)
65 link = posixpath.join(head, last)
  /development/tools/axl/
chewperf.py 33 last = 0
39 out.append("%s %d" % (line, (tm - last)))
40 last = tm
  /external/chromium_org/media/cdm/ppapi/
linked_ptr.h 9 // particular object is kept on a circular linked list. When the last pointer
12 // Used properly, this deletes the object when the last reference goes away.
66 // last member of the circle. Once this is done, you can join() another.
124 bool last = link_.depart(); local
125 PP_DCHECK(last);
126 (void)last;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
parse-malloc-history 131 last if $rindexResult == -1;
143 last;
159 last if ($byteMinimum && $byteCount < $byteMinimum);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dirty_surfaces.h 70 util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush)
73 if(first > last)
80 if(ds->base.u.tex.level >= first && ds->base.u.tex.level <= last)
  /external/chromium_org/third_party/re2/util/
stringpiece.cc 22 // Test last byte in case strings share large common prefix
65 const char* last = ptr_ + min(ulen - s.length_, pos) + s.length_; local
66 const char* result = std::find_end(ptr_, last, s.ptr_, s.ptr_ + s.length_);
67 return result != last ? result - ptr_ : npos;
  /external/chromium_org/third_party/skia/src/gpu/
GrOrderedSet.h 59 * Gets the last valid iterator. This is always valid, even on an empty.
61 * @return an iterator that is just beyond the last item in sorted order.
66 * @return an iterator that to the last item in sorted order, or end() if
69 Iter last();
129 typename GrOrderedSet<T,C>::Iter GrOrderedSet<T,C>::last() { function in class:GrOrderedSet
130 return Iter(fRBTree.last());
  /external/chromium_org/third_party/webrtc/base/
stringutils.cc 124 std::string::size_type last = s.find_last_not_of(kWhitespace); local
126 if (first == std::string::npos || last == std::string::npos) {
130 return s.substr(first, last - first + 1);
  /external/e2fsprogs/lib/blkid/
list.h 131 struct list_head *last = list->prev; local
137 last->next = at;
138 at->prev = last;
  /external/llvm/lib/IR/
SymbolTableListTraitsImpl.h 89 ilist_iterator<ValueSubClass> last) {
99 for (; first != last; ++first) {
111 for (; first != last; ++first)
  /external/mesa3d/src/gallium/auxiliary/util/
u_dirty_surfaces.h 70 util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush)
73 if(first > last)
80 if(ds->base.u.tex.level >= first && ds->base.u.tex.level <= last)
  /external/oprofile/libutil/
op_list.h 135 struct list_head * last = list->prev; local
141 last->next = at;
142 at->prev = last;
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlSanitizer.java 163 // Last attribute added was valueless.
204 char last = encodedAttributeValue.charAt(n - 1); local
205 if (last == '"' || last == '\'') {
207 if (n != 1 && last == encodedAttributeValue.charAt(0)) {
  /external/chromium-trace/trace-viewer/examples/stream_server/handlers/
stream_wsh.py 12 def make_slice(start_time, elapsed_time, label, last):
19 if last == False:
48 def make_count(start_time, value, last):
54 if last == False:
  /external/chromium_org/net/quic/
iovector.h 94 struct iovec& last = iovec_.back(); local
95 // If the new block is contiguous with the last block, just extend.
96 if (static_cast<char*>(last.iov_base) + last.iov_len == buffer) {
97 last.iov_len += length;
171 // Returns a pointer to one past the last byte of the last block. If the
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorFilter.cpp 55 ASSERT(m_parentStack.isEmpty() || m_parentStack.last().element == parent.parentOrShadowHostElement());
58 ParentStackFrame& parentFrame = m_parentStack.last();
71 const ParentStackFrame& parentFrame = m_parentStack.last();
106 if (m_parentStack.last().element != parent.parentOrShadowHostElement())
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PlatformEventDispatcher.cpp 58 m_controllers[i] = m_controllers.last();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePowerOverview.js 28 // The last record is not used, as its "value" is not set.
41 var last = times.length - 1;
43 if (last < 1 || minTime >= times[last] || maxTime <= times[0])
47 var start = Number.constrain(times.upperBound(minTime) - 1, 0, last);
50 var end = Number.constrain(times.lowerBound(maxTime), 0, last);
53 var endTime = maxTime > times[last] ? times[last] : maxTime;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIterator.h 94 void setPriorContext(UChar last, UChar secondToLast)
98 m_priorContext[1] = last;
101 void updatePriorContext(UChar last)
105 m_priorContext[1] = last;
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
ppc-xlate.pl 25 last;
28 last;
33 last;
44 last;
123 # GNU assembler can't handle extrdi rA,rS,16,48, or when sum of last two

Completed in 1091 milliseconds

1 2 3 4 5 6 7 891011>>