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

1 2 3 4 56 7 8 91011>>

  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 368 last;
370 /\.extern/ && do { $self->{value} = "EXTRN\t".$line.":BYTE"; last; };
371 /\.globl/ && do { $self->{value} = "PUBLIC\t".$line; last; };
382 last;
388 last;
390 /\.align/ && do { $self->{value} = "ALIGN\t".$line; last; };
394 my $last = pop(@arr);
403 $self->{value} .= &$conv($last);
404 last;
407 last;
    [all...]
  /external/oprofile/libutil/
op_list.h 135 struct list_head * last = list->prev; local
141 last->next = at;
142 at->prev = last;
  /external/v8/test/cctest/
cctest.cc 79 PrintTestList(CcTest::last());
91 CcTest* test = CcTest::last();
105 CcTest* test = CcTest::last();
  /external/webkit/JavaScriptCore/parser/
ParserArena.h 53 return m_identifiers.last();
59 return m_identifiers.last();
99 ParserArenaRefCounted* last() const;
  /external/webkit/WebKitTools/Scripts/
parse-malloc-history 129 last if $rindexResult == -1;
141 last;
157 last if ($byteMinimum && $byteCount < $byteMinimum);
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ustring.cpp 178 void string::insert (const uoff_t ip, const wchar_t* first, const wchar_t* last, const size_type n)
181 size_type nti = distance (first, last), bti = 0;
209 /// Inserts [first,last] \p n times.
210 string::iterator string::insert (iterator start, const_pointer first, const_pointer last, size_type n)
212 assert (first <= last);
214 assert ((first < begin() || first >= end() || size() + abs_distance(first,last) < capacity()) && "Insertion of self with autoresize is not supported");
215 start = iterator (memblock::insert (memblock::iterator(start), distance(first, last) * n));
216 fill (memblock::iterator(start), first, distance(first, last), n);
242 void string::replace (iterator first, iterator last, const_pointer s)
246 replace (first, last, s, s + strlen(s))
    [all...]
memlink.h 68 inline void link (const void* first, const void* last) { link (first, distance (first, last)); }
69 inline void link (void* first, void* last) { link (first, distance (first, last)); }
cmemlink.h 63 inline void link (const void* first, const void* last) { link (first, distance (first, last)); }
  /dalvik/libcore/archive/src/main/java/java/util/jar/
InitManifest.java 118 // if the last line break is missed, the line
163 int last = pos; local
187 decode(mark, last, false);
198 last = pos;
201 decode(mark, last, true);
  /external/opencore/oscl/oscl/osclbase/src/
oscl_map.h 120 // Oscl_Map(const value_type* first, const value_type* last,
121 // const Compare& comp = Compare()) : t(first, last, comp, false) {}
225 * Inserts the range [first,last) into the map
227 void insert(const value_type* first, const value_type* last)
229 t.insert_unique(first, last);
246 * Erases all elements in the range [first,last)
248 void erase(iterator first, iterator last)
250 t.erase(first, last);
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 32 TYPE, /* i: waiting for type bits, including last-flag bit */
79 int last; /* true if processing last block */ member in struct:inflate_state
inffast.c 73 unsigned char FAR *last; /* while in < last, enough input available */ local
100 last = in + (strm->avail_in - 5);
285 } while (in < last && out < end);
296 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_methods.c 113 struct eap_method *m, *last = NULL; local
124 last = m;
127 if (last)
128 last->next = method;
  /external/zlib/
inflate.h 32 TYPE, /* i: waiting for type bits, including last-flag bit */
79 int last; /* true if processing last block */ member in struct:inflate_state
  /external/clearsilver/cs/
test_func.cs 28 first/last only run on local vars, which can't be created by expressions
  /external/junit/src/junit/swingui/
TestHierarchyRunView.java 57 Object last= path[vpath.size()-1]; local
58 path[vpath.size()]= model.getChild(last, index);
  /external/stlport/test/eh/
test_construct.h 92 const typename T::value_type* last )
93 : fItems( first ), fEnd( last ) {
  /external/webkit/JavaScriptCore/runtime/
LiteralParser.cpp 305 lastValue = objectStack.last();
314 asArray(objectStack.last())->push(m_exec, lastValue);
323 lastValue = objectStack.last();
347 lastValue = objectStack.last();
369 asObject(objectStack.last())->putDirect(identifierStack.last(), lastValue);
376 lastValue = objectStack.last();
449 state = stateStack.last();
  /frameworks/base/libs/surfaceflinger/
BlurFilter.cpp 80 inline uint16_t to(int shift, int last, int dither) const {
84 if (UNLIKELY(last)) {
127 inline uint32_t to(int shift, int last, int dither) const {
131 if (UNLIKELY(last)) {
170 inline uint16_t to(int shift, int last, int dither) const {
172 if (UNLIKELY(last)) {
202 inline uint32_t to(int shift, int last, int dither) const {
205 if (UNLIKELY(last)) {
  /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;
  /packages/apps/Music/src/com/android/music/
RepeatingImageButton.java 121 private void doRepeat(boolean last) {
124 mListener.onRepeat(this, now - mStartTime, last ? -1 : mRepeatCount++);
136 * If this is going to be the last call in this sequence (i.e. the user
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.LinearLayout.groovy 39 int last = isVertical ? bn.y : bn.x;
44 // add an insertion point between the last point and the start of this child
46 v = (last + v) / 2;
49 last = isVertical ? (bc.y + bc.h) : (bc.x + bc.w);
54 v = (last + v) / 2;
165 // Get the last component of the FQCN (e.g. "android.view.Button" => "Button")
  /system/core/sh/
histedit.c 227 int first, last, direction; local
334 * determine [first] and [last]
357 last = str_to_event(laststr, 1);
360 i = last;
361 last = first;
369 direction = first < last ? H_PREV : H_NEXT;
422 * At end? (if we were to lose last, we'd sure be
425 if (he.num == last)
480 str_to_event(const char *str, int last)
507 * the notion of first and last i
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
MiniEnumSet.java 63 private E last; field in class:MiniEnumSet.MiniEnumSetIterator
75 last = enums[ordinal];
80 return last;
84 if (last == null) {
88 MiniEnumSet.this.remove(last);
89 last = null;
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
FloatingPointParser.java 271 char last = s.charAt(length - 1); local
272 if ((last == 'y') || (last == 'N')) {
309 char last = s.charAt(length - 1); local
310 if ((last == 'y') || (last == 'N')) {

Completed in 1204 milliseconds

1 2 3 4 56 7 8 91011>>