HomeSort by relevance Sort by last modified time
    Searched refs:last (Results 101 - 125 of 1243) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 95 struct list_head *last = list->prev; local
101 last->next = at;
102 at->prev = last;
  /external/oprofile/daemon/
oprofiled.c 304 char const * last = binary_name_filter; local
313 while ((cur = strchr(last, ',')) != NULL) {
314 char * tmp = op_xstrndup(last, cur - last);
317 last = cur + 1;
319 add_image_filter(last);
382 char const * last = verbose; local
388 while ((cur = strchr(last, ',')) != NULL) {
389 char * tmp = op_xstrndup(last, cur - last);
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGGlyphMap.h 66 node->glyphs.last().priority = m_currentPriority++;
67 node->glyphs.last().nameLength = len;
68 node->glyphs.last().isValid = true;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_FillVLCBuffer.c 44 * [in] last status of the last flag
47 * (considering last and inter/intra status)
71 OMX_U8 last,
103 armPackBits(ppBitStream, pBitOffset, (OMX_U32)last, 1);
142 armPackBits(ppBitStream, pBitOffset, (OMX_U32)last, 1);
  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 204 * and last name.
236 String last = getRandomWord(3);
239 if (!last.startsWith("Di")) {
240 last = "di " + last;
244 last = "van " + last;
247 last = "de " + last;
250 return first + " " + last;
    [all...]
  /external/bison/data/
location.cc 236 position last = loc.end - 1;
238 if (last.filename
240 || *loc.begin.filename != *last.filename))
241 ostr << '-' << last;
242 else if (loc.begin.line != last.line)
243 ostr << '-' << last.line << '.' << last.column;
244 else if (loc.begin.column != last.column)
245 ostr << '-' << last.column;
  /external/bluetooth/glib/glib/
gslist.c 115 GSList *last; local
123 last = g_slist_last (list);
124 /* g_assert (last != NULL); */
125 last->next = new_list;
148 * list = g_slist_prepend (list, "last");
251 GSList *node, *last = NULL; local
253 for (node = slist; node; last = node, node = last->next)
256 if (!last)
268 node->next = last->next
472 GSList *last; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlnsstack.cc 158 size_t last = len; local
159 while (last > 0) {
160 last -= 1;
161 if (IsAsciiLetter(ns[last])) {
162 size_t first = last;
163 last += 1;
169 if (last - first > 4)
170 last = first + 3;
171 std::string candidate(AsciiLower(ns.substr(first, last - first)));
  /external/openssl/crypto/perlasm/
ppc-xlate.pl 25 last;
28 last;
32 last;
45 last;
111 # GNU assembler can't handle extrdi rA,rS,16,48, or when sum of last two
  /external/pcre/
perltest.pl 69 last if ! ($_ = <$infile>);
78 last if ! ($_ = <$infile>);
134 last NEXT_RE if ! ($_ = <$infile>);
142 last if ($_ eq "");
  /external/v8/test/cctest/
test-list.cc 109 CHECK_EQ(1, list.last());
115 CHECK_EQ(3, list.last());
118 CHECK_EQ(2, list.last());
126 CHECK_EQ(j, list.last());
  /external/valgrind/main/coregrind/
m_options.c 278 HChar const* last = VG_(clo_trace_children_skip); local
280 while (*last) {
283 HChar const* first = consume_commas(last);
284 last = consume_field(first);
285 if (first == last)
287 vg_assert(last > first);
290 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);
291 VG_(memcpy)(patt, first, last - first);
292 vg_assert(patt[last-first] == 0);
  /external/webkit/Source/JavaScriptCore/runtime/
RopeImpl.cpp 55 RopeImpl* rope = workQueue.last();
  /external/webkit/Source/WebCore/bindings/v8/
IntrusiveDOMWrapperMap.h 79 Chunk* last = m_chunks; local
81 Chunk* previous = last->m_previous;
84 delete last;
86 last = previous;
89 m_chunks = last;
111 static void clearEntries(T* first, T* last)
113 for (T* entry = first; entry < last; entry++)
117 static void visitEntries(DOMDataStore* store, T* first, T* last, typename Traits::Visitor* visitor)
119 for (T* entry = first; entry < last; entry++)
  /hardware/ti/omap4xxx/
heaptracker.c 91 static struct hdr *last; variable in typeref:struct:hdr
162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last)
165 hdr->next = *last;
166 if (*last)
167 (*last)->prev = hdr;
170 *last = hdr;
173 static inline int __del(struct hdr *hdr, struct hdr **first, struct hdr **last)
178 *last = hdr->next;
194 __add(hdr, &first, &last);
204 __del(hdr, &first, &last);
    [all...]
  /libcore/luni/src/main/java/java/util/jar/
InitManifest.java 107 // if the last line break is missed, the line
139 int last = pos; local
159 valueBuffer.write(buf, mark, last - mark);
170 last = pos;
173 valueBuffer.write(buf, mark, last - mark);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_dequant.cpp 69 int last, return_status; local
117 last = 1;/* 11/1/2000 let it slips undetected, just like
125 last = run_level.last;
131 last = 1;
162 while (!last);
395 int last, return_status; local
422 last = 1;/* 11/1/2000 let it slips undetected, just like
430 last = run_level.last;
520 int last, return_status; local
822 int last, return_status; local
1078 int last, return_status; local
    [all...]
  /external/stlport/test/eh/
test_insert.h 96 key_iterator last = EH_STD::unique( keys.begin(), keys.end() ); local
99 for ( key_iterator tmp = keys.begin(); tmp != last; ++tmp )
452 Iter first, Iter last, sequence_container_tag )
457 c_inst.insert( pos, first, last );
462 Iter first, Iter last, associative_container_tag )
464 c.insert( first, last );
468 void do_insert_range( C& c, Position, Iter first, Iter last, multiset_tag )
470 c.insert( first, last );
474 void do_insert_range( C& c, Position, Iter first, Iter last, multimap_tag )
476 c.insert( first, last );
    [all...]
  /external/e2fsprogs/lib/blkid/
devname.c 404 int which = 0, last = 0; local
428 last = which;
466 * If last was a whole disk and we just found a partition
470 if (lens[last] && !strncmp(ptnames[last], ptname, lens[last])) {
477 if (tmp->bid_devno == devs[last]) {
486 lens[last] = 0;
489 * If last was not checked because it looked like a whole-disk
491 * check last as well
    [all...]
  /external/zlib/contrib/infback9/
infback9.c 230 int lastblock; /* true if processing last block */
246 code last; /* parent table entry */ local
274 /* Inflate until end of block marked as last */
290 lastblock ? " (last)" : ""));
299 lastblock ? " (last)" : ""));
304 lastblock ? " (last)" : ""));
477 last = here;
479 here = lencode[last.val +
480 (BITS(last.bits + last.op) >> last.bits)]
    [all...]
  /external/valgrind/main/drd/
drd_thread.c 190 tl_assert(DRD_(g_threadinfo)[i].last == 0);
250 if (p->next == 0 && p != ti->last)
253 for (p = ti->last; p; p = p->prev) {
287 tl_assert(DRD_(g_threadinfo)[created].last == 0);
461 for (sg = DRD_(g_threadinfo)[tid].last; sg; sg = sg_prev)
475 DRD_(g_threadinfo)[tid].last = 0;
481 * Called after a thread performed its last memory access and before
710 sg->prev = DRD_(g_threadinfo)[tid].last;
712 if (DRD_(g_threadinfo)[tid].last)
713 DRD_(g_threadinfo)[tid].last->next = sg
    [all...]
  /external/webkit/Source/WebKit/android/jni/
PictureSet.cpp 207 BucketPicture* last = bucket->end(); local
208 for (BucketPicture* current = first; current != last; current++) {
240 BucketPicture* last = bucket->end(); local
249 for (BucketPicture* current = first; current != last; current++) {
289 last = bucket->end();
292 if (last - first > MAX_ADDITIONAL_PICTURES) {
299 for (BucketPicture* current = first; current != last; current++) {
315 for (BucketPicture* current = first; current != last; current++) {
325 for (BucketPicture* current = first; current != last; current++) {
335 last = bucket->end()
458 Pictures* last = mPictures.end(); local
596 Pictures* last = mPictures.end(); local
676 BucketPicture* last = bucket->end(); local
686 Pictures* last = mPictures.end(); local
831 const Pictures* last = mPictures.end(); local
992 BucketPicture* last = sourceBucket->end(); local
1007 const Pictures* last = src.mPictures.end(); local
1097 const Pictures* last = mPictures.end(); local
    [all...]
  /external/valgrind/main/callgrind/
dump.c 262 Context* last; local
272 last = 0;
283 last = cxt->fn[i-1]->pure_cxt;
285 /* If the last context was the context to print, we are finished */
286 if ((last == cxt) && (rec_index == 0)) return;
332 * the <last> position, update <last>
335 static Bool print_fn_pos(int fd, FnPos* last, BBCC* bbcc)
345 if (last->rec_index != bbcc->rec_index) {
348 last->rec_index = bbcc->rec_index
    [all...]
  /external/srec/portable/src/
pmemory.c 84 * Pointer to last memory allocation associated with the same tag.
86 struct MemoryData_t* last; member in struct:MemoryData_t
107 * Last memory allocation associated with this tag.
110 MemoryData* last; member in struct:MemMapEntry_t
191 gMemoryMap[idx].last = NULL;
418 if (e->last != NULL && e->last == data)
419 e->last = data->last;
420 if (data->last != NULL
    [all...]
  /external/libxml2/
nanohttp.c 147 int last; /* return code for last operation */ member in struct:xmlNanoHTTPCtxt
513 ctxt->last = -1;
539 ctxt->last = -1;
546 ctxt->last = recv(ctxt->fd, ctxt->inptr, XML_NANO_HTTP_CHUNK, 0);
547 if (ctxt->last > 0) {
548 ctxt->inptr += ctxt->last;
549 return(ctxt->last);
551 if (ctxt->last == 0) {
554 if (ctxt->last == -1)
690 const xmlChar *charset, *last, *mime; local
716 const xmlChar *charset, *last, *mime; local
    [all...]

Completed in 1661 milliseconds

1 2 3 45 6 7 8 91011>>