HomeSort by relevance Sort by last modified time
    Searched refs:last (Results 251 - 275 of 728) sorted by null

<<11121314151617181920>>

  /bionic/libc/arch-sh/bionic/
crtbegin_dynamic.S 75 # the last entry shall be 0, and is defined in crtend.S
crtbegin_static.S 75 # the last entry shall be 0, and is defined in crtend.S
  /bionic/libdl/arch-sh/
sobegin.S 64 # the last entry shall be 0, and is defined in crtend.S
  /build/core/tasks/
apicheck.mk 51 # Check that the API we're building hasn't broken the last-released
54 checkapi-last, \
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 460 Annotation last = annotations.get(asz - 1); local
461 if (last.getStart() > cursor) {
464 } else if (last.getEnd() > cursor) {
465 last.setEnd(cursor);
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
RuleBasedBreakIterator.java 85 public int last() { method in class:RuleBasedBreakIterator
  /dalvik/libcore/text/src/main/java/java/text/
SimpleDateFormat.java 397 int next, last = -1, count = 0; local
404 validateFormat((char) last);
407 if (last == next) {
408 last = -1;
410 last = next;
416 && (last == next || (next >= 'a' && next <= 'z') || (next >= 'A' && next <= 'Z'))) {
417 if (last == next) {
421 validateFormat((char) last);
423 last = next;
428 validateFormat((char) last);
729 int next, last = -1, count = 0; local
    [all...]
  /external/icu4c/common/unicode/
chariter.h 251 * for(c=it.last(); c!=CharacterIterator::DONE; c=it.previous()) {
306 * for(UChar c = iter.last(); c != CharacterIterator.DONE; c = iter.previous()) {
424 * Sets the iterator to refer to the last code unit in its
427 * @return the last code unit.
430 virtual UChar last(void) = 0;
433 * Sets the iterator to refer to the last code point in its
436 * @return the last code point.
443 * the last code unit or code point. This can be used to begin a backward
552 * returned by last().
555 * returned by last()
    [all...]
  /external/icu4c/i18n/unicode/
search.h 150 * <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>.
160 * @see #last
168 * to <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>.
176 * @see #last
183 * <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>.
192 * @see #last
328 * Returns the last index in the target text at which it matches the
340 int32_t last(UErrorCode &status);
  /external/svox/pico/lib/
picopr.c 239 pr_ioItemPtr last; member in struct:pr_OutItemVar
341 pr_ioItemPtr * first, pr_ioItemPtr * last);
    [all...]
  /external/v8/src/
list.h 76 inline T& last() const { return at(length_ - 1); }
105 // Removes the last element without deleting it even if T is a
virtual-frame.cc 129 FrameElement last = elements_.RemoveLast(); local
130 if (last.is_register()) {
135 Unuse(last.reg());
137 set_register_location(last.reg(), kIllegalIndex);
  /external/webkit/WebCore/accessibility/
AccessibilityTableColumn.cpp 176 // make sure the last one isn't the same as this one (rowspan cells)
177 if (m_children.size() > 0 && m_children.last() == cell)
  /external/webkit/WebKit/android/nav/
CachedFrame.h 111 const CachedFrame* lastChild() const { return &mCachedFrames.last(); }
113 const CachedLayer* lastLayer() const { return &mCachedLayers.last(); }
115 CachedNode* lastNode() { return &mCachedNodes.last(); }
116 CachedFrame* lastChild() { return &mCachedFrames.last(); }
  /external/webkit/WebKit/chromium/src/
WebDataSourceImpl.cpp 142 return m_redirectChain.last();
  /external/zlib/examples/
zran.c 143 off_t last; /* totout value of last access point */ local
162 totin = totout = last = 0;
207 access point after the last block by checking bit 6 of data_type
210 (totout == 0 || totout - last > span)) {
217 last = totout;
301 else if (offset != 0) { /* last skip */
  /packages/apps/Email/src/com/android/email/mail/store/
ImapResponseParser.java 454 * Nail down the last element that possibly is FixedLengthInputStream literal.
457 int last = size() - 1; local
458 if (last >= 0) {
459 Object o = get(last);
464 set(last, new String(buffer));
  /dalvik/libcore/luni/src/main/java/java/lang/reflect/
Proxy.java 131 int last = name.lastIndexOf('.'); local
132 String p = last == -1 ? "" : name.substring(0, last); //$NON-NLS-1$
  /external/bluetooth/glib/glib/
gmessages.c 198 register GLogDomain *last, *work; local
200 last = NULL;
207 if (last)
208 last->next = domain->next;
215 last = work;
216 work = last->next;
364 GLogHandler *work, *last; local
366 last = NULL;
372 if (last)
373 last->next = work->next
    [all...]
  /external/dropbear/
scp.c 600 char *last, *name, buf[2048]; local
633 if ((last = strrchr(name, '/')) == NULL)
634 last = name;
636 ++last;
637 curfile = last;
653 (long long)stb.st_size, last);
717 char *last, *vect[1], path[1100]; local
723 last = strrchr(name, '/');
724 if (last == 0)
725 last = name
    [all...]
  /external/kernel-headers/original/linux/
dmaengine.h 85 * @cookie: last cookie value returned to client
199 dma_cookie_t cookie, dma_cookie_t *last,
302 * @last: returns last completed cookie, can be NULL
303 * @used: returns last issued cookie, can be NULL
305 * If @last and @used are passed in, upon return they reflect the driver
310 dma_cookie_t cookie, dma_cookie_t *last, dma_cookie_t *used)
312 return chan->device->device_memcpy_complete(chan, cookie, last, used);
318 * @last_complete: last know completed transaction
319 * @last_used: last cookie value handed ou
    [all...]
  /external/webkit/JavaScriptCore/parser/
Nodes.cpp 123 ASSERT(node->data()->m_arena.last() == node);
141 ASSERT(node->data()->m_arena.last() == node);
188 ASSERT(node->data()->m_arena.last() == node);
  /external/webkit/JavaScriptCore/profiler/
ProfileNode.cpp 100 m_children.last()->setNextSibling(newChild.get());
102 return m_children.last().get();
116 m_children.last()->setNextSibling(child.get());
  /external/webkit/WebCore/inspector/
InspectorTimelineAgent.cpp 106 TimelineRecordEntry entry = m_recordStack.last();
216 TimelineRecordEntry parent = m_recordStack.last();
226 TimelineRecordEntry entry = m_recordStack.last();
  /external/webkit/WebKitTools/Scripts/
commit-log-editor 143 last if $contents;
214 $sortKey = lc "~, LayoutTests last";
293 last if substr($string, 0, $prefixLength) eq $prefix;
297 last unless $prefixLength;

Completed in 715 milliseconds

<<11121314151617181920>>