HomeSort by relevance Sort by last modified time
    Searched full:last (Results 476 - 500 of 6204) sorted by null

<<11121314151617181920>>

  /external/icu4c/common/unicode/
symtable.h 100 * exit, the index after the last parsed character. If the parse
102 * @param limit the index after the last character to be parsed.
  /external/libffi/testsuite/libffi.call/
pyobjc-tc.c 25 int doit(int o, char* s, Point p, Rect r, int last)
28 o, s, p.x, p.y, r.o.x, r.o.y, r.s.h, r.s.w, last);
  /external/libxml2/include/libxml/
entities.h 43 struct _xmlNode *last; /* Last child link */ member in struct:_xmlEntity
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/dc/
SDL_syscdrom.c 85 cdrom->numtracks = TOC_TRACK(toc.last)-TOC_TRACK(toc.first)+1;
91 cdrom->track[i].length = TOC_LBA((i+1<toc.last)?toc.entry[i+1]:toc.leadout_sector)-TOC_LBA(entry);
  /external/qemu/
trace.h 31 uint64_t flush_time; // time of last buffer flush
51 uint64_t prev_time; // time of last instruction start
  /external/skia/emoji/
GmojiMaker.cpp 109 if (i == unichars.size() - 1) { // last one entirely
112 else if ((i % perLine) == (perLine - 1)) { // last one on line
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM_synth_constants_gnu.inc 123 .equ m_pLoopEnd, 0 @ /* points to last PCM sample (not 1 beyond last) */
  /external/sonivox/arm-wt-22k/lib_src/
ARM_synth_constants_gnu.inc 123 .equ m_pLoopEnd, 0 @ /* points to last PCM sample (not 1 beyond last) */
  /external/stlport/test/eh/
test_vector.cpp 64 inline void prepare_insert_range( TestVector& vec, size_t, TestClass* first, TestClass* last )
69 EH_DISTANCE( first, last, d );
  /external/stlport/test/unit/
find_test.cpp 130 char *last = find(pstr, pstr + str_size, 'x'); local
131 CPPUNIT_ASSERT( last == pstr + str_size );
  /external/v8/test/mjsunit/bugs/
bug-941049.js 95 // x is set locally *before* the last use of arguments before the
98 // y is set locally *after* the last use of arguments before the
  /external/webkit/JavaScriptCore/API/
JSContextRef.cpp 129 // The last reference was released, this is our last chance to collect.
  /external/webkit/JavaScriptCore/parser/
ParserArena.cpp 73 ParserArenaRefCounted* ParserArena::last() const function in class:JSC::ParserArena
75 return m_refCountedObjects.last().get();
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.3-1.js 34 given the value that was supplied for the last parameter with this name.
35 If the value of this last parameter was not supplied by the caller,
  /external/webkit/WebCore/platform/
DeprecatedPtrList.h 64 T *last() { return (T *)impl.last(); } function in class:WebCore::DeprecatedPtrList
  /external/webkit/WebKit/chromium/public/
WebDataSource.h 71 // at last committing the current page. This will contain one entry
72 // for each intermediate URL, and one entry for the last URL (so if
  /external/zlib/examples/
gzlog.h 34 first points to just after the last compressed data. The second points to
35 the last stored block in the deflate stream, which is empty. All of the
  /frameworks/base/core/java/android/widget/
ResourceCursorTreeAdapter.java 47 * views for all children but the last..
49 * the views for the last child of a group.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemsExpandOnSelectionTest.java 101 // go down past last child on screen
106 // go back up to second to last
ListWithScreenOfNoSelectablesTest.java 77 assertEquals("last visible position not the last position in the list even "
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
cmemlink.h 63 inline void link (const void* first, const void* last) { link (first, distance (first, last)); }
  /frameworks/opt/emoji/
EmojiFactory.h 64 // Returns maximum Vendor-Specific PUA. This is the last valid value.
70 // Returns maximum Android PUA. This the last valid value.
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 39 // Do one less iteration in the loop so the last element is added out of the
40 // loop. This is done so the comma is not placed after the last item.
  /packages/apps/Email/src/com/android/email/mail/transport/
DiscourseLogger.java 26 * A class to keep last N of lines sent to the server and responses received from the server.
114 Log.w(Email.LOG_TAG, "Last network activities:");
  /packages/apps/Email/tests/src/com/android/exchange/utility/
SimpleIcsWriterTests.java 59 for (String last : new String[] {UTF8_1_BYTE, UTF8_2_BYTES, UTF8_3_BYTES, UTF8_4_BYTES}) {
61 String input = stringOfLength(i) + last;

Completed in 179 milliseconds

<<11121314151617181920>>