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

1 23 4 5 6 7 8 91011>>

  /development/apps/Term/res/drawable/
atari_small_notice.txt 7 COMMENT Email to my last name at head.cfa.harvard.edu
  /external/clearsilver/cs/
test_func.cs.gold 49 first/last only run on local vars, which can't be created by expressions
  /external/dbus/test/data/invalid-messages/
bad-header-field-alignment.message 0 ## last field incorrectly aligned to 4 bytes
  /external/e2fsprogs/
depfix.sed 7 # Makefile dependencies follow. This must be the last section in\
  /external/kernel-headers/original/linux/
qnxtypes.h 6 * Last modified : 2000-01-06
shm.h 25 __kernel_time_t shm_atime; /* last attach time */
26 __kernel_time_t shm_dtime; /* last detach time */
27 __kernel_time_t shm_ctime; /* last change time */
29 __kernel_ipc_pid_t shm_lpid; /* pid of last operator */
92 #define SHM_DEST 01000 /* segment will be destroyed on last detach */
  /external/webkit/WebCore/manual-tests/inspector/
remember-last-script.html 2 <p><b>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=27552">Bug 27552</a> - remember last script displayed in Scripts panel</b>
9 <li><b>remember-last-script.html</b>
20 <li><p>select <b>remember-last-script.html</b> so the source is available
21 <li><p>Repeat the following several times. Each time, <b>remember-last-script.html</b>
  /external/wpa_supplicant/tests/
test_x509v3.c 28 struct x509_certificate *certs = NULL, *last = NULL, *cert; local
57 last->next = cert;
58 last = cert;
62 if (x509_certificate_chain_validate(last, certs, &reason) < 0) {
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3.c 28 struct x509_certificate *certs = NULL, *last = NULL, *cert; local
57 last->next = cert;
58 last = cert;
62 if (x509_certificate_chain_validate(last, certs, &reason) < 0) {
  /dalvik/libcore/archive/src/main/native/
zip.h 31 struct JCLZipFile *last; member in struct:JCLZipFile
40 /* Fake JCLZipFile entry. last, next must be in the same position as JCLZipFile */
43 JCLZipFile *last; member in struct:JCLZipFileLink
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/paddings/
BlockCipherPadding.java 31 * Note: this assumes that the last block of plain text is always
34 * should be the same as the last block of plain text. The reason
36 * base the padding on the last byte of plain text.
  /external/e2fsprogs/lib/ext2fs/tdb/
build-tdb 17 grep "^Last Changed Rev" .svninfo | sed -e 's/Last Changed //' >> tdb.c
18 grep "^Last Changed Date" .svninfo >> tdb.c
  /external/opencore/oscl/oscl/osclutil/src/
oscl_priqueue.cpp 29 OSCL_EXPORT_REF void OsclPriorityQueueBase::push_heap(OsclAny* first, OsclAny* last)
32 * The task of the push_heap function is to take the last
37 * first and last arguments should be the begin() and end() iterators
41 int index = delta_T(first, last) - 1;
52 OSCL_EXPORT_REF void OsclPriorityQueueBase::pop_heap(OsclAny* first, OsclAny* last)
55 /* This function works by swapping the first and last values in
61 // swap the first and last values
62 pOpaqueType->swap(first, pVec->increment_T(last, -1));
66 int new_last_index = delta_T(first, last) - 1;
91 OSCL_EXPORT_REF OsclAny* OsclPriorityQueueBase::find_heap(const OsclAny* input, OsclAny* first, OsclAny* last)
    [all...]
oscl_priqueue.h 69 OSCL_IMPORT_REF void push_heap(OsclAny* first, OsclAny* last) ;
71 OSCL_IMPORT_REF void pop_heap(OsclAny* first, OsclAny* last) ;
73 OSCL_IMPORT_REF OsclAny* find_heap(const OsclAny* input, OsclAny* first, OsclAny* last) ;
85 //return delta from "first" to "last" expressed as a number of T elements.
86 int delta_T(OsclAny*first, OsclAny*last)
88 return ((int)last - (int)first) / pVec->sizeof_T;
182 void push_heap(iterator first, iterator last)
184 OsclPriorityQueueBase::push_heap(first, last);
187 void pop_heap(iterator first, iterator last)
189 OsclPriorityQueueBase::pop_heap(first, last);
    [all...]
  /external/webkit/WebCore/manual-tests/
autofill_alignment.html 13 <p> Try type some text in the "First name" and "Last name" input box,
16 Double click the "Last name" field, the drop-down box should be opened
21 Last name: <input type="text" name="lname" /><br />
  /external/webkit/WebCore/rendering/
RenderTableRow.cpp 72 RenderObject* last = beforeChild; local
73 if (!last)
74 last = lastChild();
75 if (last && last->isAnonymous() && last->isTableCell()) {
76 last->addChild(child);
81 if (last && !last->isTableCell() && last->parent() && last->parent()->isAnonymous())
    [all...]
SVGCharacterLayoutInfo.cpp 100 return xStack.isEmpty() ? false : xStack.last().position() < xStack.last().size();
105 return yStack.isEmpty() ? false : yStack.last().position() < yStack.last().size();
110 return dxStack.isEmpty() ? false : dxStack.last().position() < dxStack.last().size();
115 return dyStack.isEmpty() ? false : dyStack.last().position() < dyStack.last().size();
120 return angleStack.isEmpty() ? false : angleStack.last().position() < angleStack.last().size()
    [all...]
  /external/zlib/contrib/ada/
read.adb 66 Last : out Stream_Element_Offset);
83 Last : out Stream_Element_Offset) is
85 Last := Stream_Element_Offset'Min
86 (Item'Last,
89 for J in Item'First .. Last loop
109 Read_First := Read_Buffer'Last + 1;
110 Read_Last := Read_Buffer'Last;
137 Last : Stream_Element_Offset;
139 Read (Filter, Buffer, Last);
141 Pack_Size := Pack_Size + Last - Buffer'First + 1
    [all...]
  /external/quake/quake/src/QW/server/
newnet.txt 60 last good received server time
61 milliseconds since last move frame
70 last movemessage received
77 set player position to last known good
110 latency = cl.time - movemessage[last].time;
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
umemory.h 78 inline void construct (ForwardIterator first, ForwardIterator last)
82 while (first < last) {
107 /// Calls the destructor on elements in range [first, last) without calling delete.
111 inline void destroy (ForwardIterator first, ForwardIterator last) throw()
115 for (; first < last; ++ first)
143 /// Copies [first, last) into result by calling copy constructors in result.
147 ForwardIterator uninitialized_copy (InputIterator first, InputIterator last, ForwardIterator result)
149 while (first < last) {
171 /// Calls construct on all elements in [first, last) with value \p v.
175 void uninitialized_fill (ForwardIterator first, ForwardIterator last, const T& v
    [all...]
  /external/astl/include/
vector 84 // Create a vector by copying the elements from [first, last).
90 vector(_Iterator first, _Iterator last) {
97 initialize(first, last, integral());
153 // Remove the last element. However, no memory is reclaimed from
163 // Remove a range of elements [first, last)
165 // @param last Iterator pointing to one past the last element to be removed.
166 // @return An iterator pointing to the elt next to 'last' or end().
167 iterator erase(iterator first, iterator last);
194 void range_initialize(_Iterator first, _Iterator last,
    [all...]
  /external/opencore/oscl/unit_test/src/
unit_test_vector.h 282 * Returns the last element.
290 * Returns the last element.
298 * Removes the last element.
345 * Erases elements in range [first, last).
349 * @param last ending position, this position is not erased
351 iterator erase(iterator first, iterator last)
353 iterator it = copy(last, end(), first);
355 numelems -= (last - first);
371 iterator copy(iterator first, iterator last, iterator result)
373 while (first != last) *result++ = *first++
    [all...]
  /frameworks/base/core/java/android/os/
FileUtils.java 168 } else if (max < 0) { // "tail" mode: keep the last N
171 byte[] last = null, data = null;
173 if (last != null) rolled = true;
174 byte[] tmp = last; last = data; data = tmp;
179 if (last == null && len <= 0) return "";
180 if (last == null) return new String(data, 0, len);
183 System.arraycopy(last, len, last, 0, last.length - len)
    [all...]
  /external/freetype/src/base/
ftoutln.c 84 FT_Int last; /* index of last point in contour */ local
89 last = outline->contours[n];
90 if ( last < 0 )
92 limit = outline->points + last;
98 v_last = outline->points[last];
116 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
118 /* start at last point if it is on the curve */
124 /* if both first and last points are conic, */
278 first = last + 1
538 FT_Int first, last; local
918 int last = outline->contours[c]; local
987 FT_Vector* last; local
    [all...]
  /external/iproute2/netem/
maketable.c 96 int i, index, first=DISTTABLESIZE, last=0; local
113 if (index > last)
114 last = index +1;
162 int i, j, last, lasti = -1; local
164 last = MINSHORT;
171 table[i] = last + (i-lasti)*(table[j]-last)/(j-lasti);
173 table[i] = last + (i-lasti)*(MAXSHORT-last)/(limit-lasti);
176 last = table[i]
    [all...]

Completed in 106 milliseconds

1 23 4 5 6 7 8 91011>>