HomeSort by relevance Sort by last modified time
    Searched full:last (Results 626 - 650 of 13702) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 223 word3 &= (~mask); /* 0x1010101, check last bit */
235 word3 &= (~mask); /* 0x1010101, check last bit */
257 word3 &= (~mask); /* 0x1010101, check last bit */
269 word3 &= (~mask); /* 0x1010101, check last bit */
296 word3 &= (~mask); /* 0x1010101, check last bit */
310 word3 &= (~mask); /* 0x1010101, check last bit */
334 word3 &= (~mask); /* 0x1010101, check last bit */
348 word3 &= (~mask); /* 0x1010101, check last bit */
375 word3 &= (~mask); /* 0x1010101, check last bit */
389 word3 &= (~mask); /* 0x1010101, check last bit *
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 202 int last = 0; local
205 int dot = InetTestIP.indexOf('.', last);
207 last, dot));
208 last = dot + 1;
210 addr[3] = (byte) Integer.parseInt(InetTestIP.substring(last));
223 int last = 0; local
226 int dot = nonLocalAddressBytesString.indexOf('.', last);
229 last, dot));
230 last = dot + 1;
233 .substring(last));
    [all...]
  /external/skia/legacy/include/core/
SkPath.h 292 /** Set the beginning of the next contour relative to the last point on the
303 /** Add a line from the last point to the specified point (x,y). If no
312 /** Add a line from the last point to the specified point. If no moveTo()
322 /** Same as lineTo, but the coordinates are considered relative to the last
333 /** Add a quadratic bezier from the last point, approaching control point
344 /** Add a quadratic bezier from the last point, approaching control point
355 /** Same as quadTo, but the coordinates are considered relative to the last
359 @param dx1 The amount to add to the x-coordinate of the last point on
361 @param dy1 The amount to add to the y-coordinate of the last point on
363 @param dx2 The amount to add to the x-coordinate of the last point o
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
utf8.txt 41 sequence. This file says "THE END" in the last line, so if you don't
85 2.2 Last possible sequence of a certain length |
118 3.1.2 Last continuation byte 0xbf: "?" |
162 3.3 Sequences with last continuation byte missing |
168 3.3.1 2-byte sequence with last byte missing (U+0000): "?" |
169 3.3.2 3-byte sequence with last byte missing (U+0000): "??" |
170 3.3.3 4-byte sequence with last byte missing (U+0000): "???" |
171 3.3.4 5-byte sequence with last byte missing (U+0000): "????" |
172 3.3.5 6-byte sequence with last byte missing (U+0000): "?????" |
173 3.3.6 2-byte sequence with last byte missing (U-000007FF): "?"
    [all...]
  /external/hyphenation/
substrings.c 127 char last = '.'; local
131 if ( (last<'0' || last>'9')
137 last = c;
139 if (last<'0' || last>'9') expr[el++] = '0';
156 // to the last substring-length bytes of expr except for the (single byte)
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DataCommandConsolidator.java 63 * Data consolidation barrier: consolidates all data contents into the last data command in the
64 * datas list, replacing all but the last node with no-ops.
68 // Put aside the last data command for later, then remove all the other
69 // data commands, coalescing their contents into the last command.
70 ADataCommand last = datas.remove(datas.size() - 1); local
78 sb.append(last.getData().getText());
79 last.replaceBy(new ADataCommand(new TData(sb.toString())));
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 103 The last page is marked 'end of stream' in the page flags.
118 position of the last packet \emph{completed} on that
119 page. The 'last PCM sample' is the last complete sample returned by
126 Note that the last decoded (fully lapped) PCM sample from a packet
129 packet encodes a "short block", the last decodable sample from the
137 position belongs to the last completed packet on the page and a
  /external/libvpx/libvpx/vpx/
vp8cx.h 42 /*!\brief Don't reference the last frame
44 * When this flag is set, the encoder will not use the last frame as a
46 * last frame or not automatically.
69 /*!\brief Don't update the last frame
71 * When this flag is set, the encoder will not update the last frame with
150 encoder for the last frame using the internal
153 encoder for the last frame, using the 0..63
  /external/zlib/src/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...]
  /external/openssh/
loginrec.c 58 * (utmp and friends) and last login time retrieval.
89 * Retrieving the time of last login ('lastlog') is in some ways even
95 * we look backwards in the wtmp or wtmpx file for the last login entry
128 * getlast_entry(), which tries one of three methods to find the last
258 * login_get_lastlog_time(int) - Retrieve the last login time
260 * Retrieve the last login time for the given uid. Will try to use the
309 * reliably search wtmp(x) for the last login (see
502 ** getlast_entry: Call low-level functions to retrieve the last login
506 /* take the uid in li and return the last login time */
519 /* On some systems we shouldn't even try to obtain last logi
1536 struct lastlog last; local
1589 struct lastlog last; local
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 139 TypeLoc Last;
143 if (!Last)
144 Last = Cur;
145 return Last.getLocalSourceRange().getEnd();
152 Last = Cur;
156 Last = TypeLoc();
158 Last = Cur;
166 if (!Last)
167 Last = Cur;
  /external/e2fsprogs/lib/e2p/
ls.c 199 fprintf(f, "Last mounted on: %s\n", buf);
257 fprintf(f, "Last mount time: %s",
260 fprintf(f, "Last write time: %s", ctime(&tm));
264 fprintf(f, "Last checked: %s", ctime(&tm));
365 fprintf(f, "Last error time: %s", ctime(&tm));
369 fprintf(f, "Last error function: %s\n", buf);
370 fprintf(f, "Last error line #: %u\n",
372 fprintf(f, "Last error inode #: %u\n",
374 fprintf(f, "Last error block #: %llu\n",
  /external/kernel-headers/original/linux/
tcp.h 180 __u16 saw_tstamp : 1, /* Saw TIMESTAMP on last packet */
225 __u32 snd_sml; /* Last byte of the most recently transmitted small packet */
226 __u32 rcv_tstamp; /* timestamp of last received ACK (for keepalives) */
227 __u32 lsndtime; /* timestamp of last sent data packet (for restart window) */
264 __u32 mdev_max; /* maximal mdev for the last rtt period */
272 * Options received (usually on last packet, some only on SYN packets).
289 __u32 rcv_wup; /* rcv_nxt on last window update sent */
291 __u32 pushed_seq; /* Last pushed seq, required to talk to windows */
320 __u32 retrans_stamp; /* Timestamp of the last retransmit,
  /external/openssl/crypto/cmac/
cmac.c 73 /* Last (possibly partial) block */
75 /* Number of bytes in last block: -1 means context not initialised */
254 /* Copy any data left to last block buffer */
275 /* Is last block complete? */
301 /* The buffer "tbl" containes the last fully encrypted block
302 * which is the last IV (or all zeroes if no last encrypted block).
303 * The last block has not been modified since CMAC_final().
304 * So reinitliasing using the last decrypted block will allow
  /frameworks/native/include/utils/
List.h 189 * Return the first element or one past the last element. The
222 void insert(iterator posn, const_iterator first, const_iterator last) {
223 for ( ; first != last; ++first)
238 iterator erase(iterator first, iterator last) {
239 while (first != last)
241 return iterator(last);
260 * will be equal to "last". The iterators must refer to the same
274 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const
277 while (first != last) {
  /packages/apps/Calendar/res/values/
arrays.xml 165 <item>last</item>
250 the last Sunday. These are set up like this to resolve any gender-matching issues
259 <item >on every last Sunday</item>
267 <item >on every last Monday</item>
275 <item >on every last Tuesday</item>
283 <item >on every last Wednesday</item>
291 <item >on every last Thursday</item>
299 <item >on every last Friday</item>
307 <item >on every last Saturday</item>
  /system/core/include/sysutils/
List.h 190 * Return the first element or one past the last element. The
223 void insert(iterator posn, const_iterator first, const_iterator last) {
224 for ( ; first != last; ++first)
239 iterator erase(iterator first, iterator last) {
240 while (first != last)
242 return iterator(last);
261 * will be equal to "last". The iterators must refer to the same
275 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const
278 while (first != last) {
  /system/netd/
List.h 190 * Return the first element or one past the last element. The
223 void insert(iterator posn, const_iterator first, const_iterator last) {
224 for ( ; first != last; ++first)
239 iterator erase(iterator first, iterator last) {
240 while (first != last)
242 return iterator(last);
261 * will be equal to "last". The iterators must refer to the same
275 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const
278 while (first != last) {
  /bionic/libc/upstream-netbsd/libc/gen/
popen.c 193 struct pid *cur, *last; local
202 for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next)
213 if (last == NULL)
216 last->next = cur->next;
  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 128 * last insn in a block.
131 * be last insn in block
149 * adding before the last insn, and the last insn must have no
185 // Everything that's a source in the last insn interferes.
  /external/bluetooth/bluedroid/stack/include/
a2d_sbc.h 169 ** last: 1, if the last packet of a fragmented frame.
181 BOOLEAN last, UINT8 num);
197 ** last: 1, if the last packet of a fragmented frame.
  /external/chromium/base/memory/
linked_ptr.h 6 // particular object is kept on a circular linked list. When the last pointer
9 // Used properly, this deletes the object when the last reference goes away.
64 // last member of the circle. Once this is done, you can join() another.
121 bool last = link_.depart(); local
122 CHECK(last);
  /external/chromium/chrome/browser/extensions/
extensions_quota_service.cc 128 // event that we don't care about the last event), but the bucket still has
130 // than 1 full refill interval away from the last event (so even if we used
131 // up all the tokens in the last bucket, nothing happened in the entire
138 // The last interval was saturated with requests, and this is the first
141 // state to start timing from the end of the last interval (and we'll
  /external/chromium/third_party/libevent/
min_heap.h 89 struct event *last = s->p[--s->n]; local
91 /* we replace e with the last element in the heap. We might need to
96 if (e->min_heap_idx > 0 && min_heap_elem_greater(s->p[parent], last))
97 min_heap_shift_up_(s, e->min_heap_idx, last);
99 min_heap_shift_down_(s, e->min_heap_idx, last);
  /external/clang/lib/Sema/
TypeLocBuilder.h 37 /// The last type pushed on this builder.
107 assert(T == LastTy && "type doesn't match last type pushed!");
120 assert(T == LastTy && "type doesn't match last type pushed!");
134 "mismatch between last type and new type's inner type");
193 assert(LastTy == T && "type doesn't match last type pushed!");

Completed in 2097 milliseconds

<<21222324252627282930>>