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

1 2 3 4 5 6 78 91011>>

  /dalvik/libcore/luni/src/main/java/java/util/
HugeEnumSet.java 71 private E last; field in class:HugeEnumSet.HugeEnumSetIterator
104 last = enums[ordinal];
109 return last;
113 if (last == null) {
117 HugeEnumSet.this.remove(last);
118 last = null;
186 // zero out unused bits on the last element
ResourceBundle.java 41 * This base bundle acts as the root and is the last fallback in case none of
281 ResourceBundle last, theParent = this; local
287 last = theParent;
290 throw new MissingResourceException(Msg.getString("KA029", last.getClass().getName(), key), last.getClass().getName(), key); //$NON-NLS-1$
  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 110 Entry last = get(size - 1); local
111 return last.getExceptionType().equals(CstType.OBJECT);
  /external/freetype/src/base/
ftbbox.c 37 FT_Vector last; member in struct:TBBox_Rec_
51 /* in `user->last'; no further computations are necessary since we */
67 user->last = *to;
171 BBox_Conic_Check( user->last.x,
178 BBox_Conic_Check( user->last.y,
184 user->last = *to;
340 /* always compare first and last points */
542 BBox_Cubic_Check( user->last.x,
551 BBox_Cubic_Check( user->last.y,
558 user->last = *to
    [all...]
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 33 // particular object is kept on a circular linked list. When the last pointer
36 // Used properly, this deletes the object when the last reference goes away.
119 // last member of the circle. Once this is done, you can join() another.
178 bool last = link_.depart(); local
179 assert(last);
  /external/icu4c/samples/break/
break.cpp 58 int32_t end = boundary.last();
75 /* Print the last element */
78 int32_t end = boundary.last();
130 //print last element
131 puts("----- last: --------------");
  /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/proguard/src/proguard/gui/
TabbedPane.java 185 * Selects the last tab.
187 public void last() method in class:TabbedPane
189 cardLayout.last(cardPanel);
  /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/stlport/test/unit/
find_test.cpp 130 char *last = find(pstr, pstr + str_size, 'x'); local
131 CPPUNIT_ASSERT( last == pstr + str_size );
  /external/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 134 offset += add + letterSpacing + components->last().m_width;
148 offset += components->last().m_width + letterSpacing;
156 offset += wordSpacing + add + components->last().m_width + letterSpacing;
164 offset += components->last().m_width + letterSpacing;
172 offset += components->last().m_width;
183 offset += components->last().m_width;
192 offset += add + components->last().m_width;
202 offset += components->last().m_width;
PlatformPathWince.cpp 209 if (poly.isEmpty() || poly.last() != p)
215 const PathPoint& startPoint = poly.last();
231 if (poly.isEmpty() || poly.last() != data.m_end)
334 const PathPoint* point1 = &last();
335 Vector<PathPoint>::const_iterator last = end(); local
338 for (Vector<PathPoint>::const_iterator i = begin(); i != last; ++i) {
372 j = last;
488 m_subpaths.last().append(m_currentPoint);
501 if (m_currentPoint != m_subpaths.last()[0]) {
503 m_subpaths.last().append(m_subpaths.last()[0])
    [all...]
  /external/webkit/WebKitTools/Scripts/
run-javascriptcore-tests 135 last if /failures reported\.$/;
147 last if /failures reported\.$/;
  /external/zlib/examples/
gzappend.c 52 block boundary to facilitate locating and modifying the last block bit at
55 number of unusued bits in the last input byte used. gzappend will not work
59 the last 32K of uncompressed data, and noting the location of the last block
60 bit and the number of unused bits in the last byte of the compressed data.
64 Then the last block bit is cleared by seeking back in the file and rewriting
65 the byte that contains it. Seeking forward, the last byte of the compressed
68 A deflate process is initialized, using the last 32K of the uncompressed
72 last bits from the original deflate stream. From here on, the data to
125 unsigned char *start, *last, *to, *from local
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
File.java 56 * permissions, file type, and last modified time.
581 int last = 1, nextSize, linkSize; local
601 nextSize = i - last + 1;
608 System.arraycopy(newResult, last - 1, bytes, linkSize,
619 last = i + 1;
645 int last = length - 1; local
646 while (pathBytes[last] != separatorChar) {
647 last--;
649 last++;
650 temp = new byte[last + linkBytes.length]
    [all...]
  /external/oprofile/daemon/
opd_sfile.c 300 struct sfile * last = trans->last; local
320 hash = last->hashval & (CG_HASH_SIZE - 1);
323 * 'last', we use its hash.
327 if (sfile_equal(last, &cg->to)) {
334 sfile_dup(&cg->to, last);
340 opd_open_sample_file(file, last, sf, trans->event, is_cg);
400 if (trans->last->kernel)
401 to -= trans->last->kernel->start;
406 if (trans->last->anon
    [all...]
opd_trans.c 39 trans->last = NULL;
120 if (trans->current->ignored || (trans->last && trans->last->ignored))
297 .last = NULL,
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 46 * - Unroll last copy for window match in inflate_fast()
114 state->last = 0;
310 Update the window with the last wsize (normally 32K) bytes written before
318 advantage, since only the last 32K of output is copied to the sliding window
538 When there is a window, goto inf_leave will update the window with the last
568 code last; /* parent table entry */ local
776 if (state->last) {
782 state->last = BITS(1);
787 state->last ? " (last)" : ""))
    [all...]
  /external/zlib/
inflate.c 46 * - Unroll last copy for window match in inflate_fast()
114 state->last = 0;
310 Update the window with the last wsize (normally 32K) bytes written before
318 advantage, since only the last 32K of output is copied to the sliding window
538 When there is a window, goto inf_leave will update the window with the last
568 code last; /* parent table entry */ local
776 if (state->last) {
782 state->last = BITS(1);
787 state->last ? " (last)" : ""))
    [all...]
  /external/guava/src/com/google/common/collect/
EmptyImmutableSortedSet.java 93 public E last() { method in class:EmptyImmutableSortedSet
  /external/icu4c/common/unicode/
uchriter.h 176 * Sets the iterator to refer to the last code unit in its
179 * @return the last code unit in its iteration range.
182 virtual UChar last(void);
185 * Sets the iterator to refer to the last code point in its
188 * @return the last code point in its iteration range.
  /external/icu4c/i18n/
nfrlist.h 76 NFRule* last() const { return (fCount > 0 && fStuff != NULL) ? fStuff[fCount-1] : NULL; } function in class:NFRuleList
  /external/icu4c/tools/gencase/
gencase.h 115 addCaseSensitive(UChar32 first, UChar32 last);
  /external/icu4c/tools/genprops/
genprops.h 74 repeatProps(uint32_t first, uint32_t last, uint32_t props);
  /external/iproute2/misc/
lnstat_util.c 66 static int time_after(struct timeval *last,
70 if (now->tv_sec > last->tv_sec + tout->tv_sec)
73 if (now->tv_sec == last->tv_sec + tout->tv_sec) {
74 if (now->tv_usec > last->tv_usec + tout->tv_usec)

Completed in 679 milliseconds

1 2 3 4 5 6 78 91011>>