HomeSort by relevance Sort by last modified time
    Searched refs:LAST (Results 1 - 15 of 15) sorted by null

  /external/easymock/src/org/easymock/
CaptureType.java 35 * Will capture the argument of the last matching call
37 LAST,
Capture.java 38 * Default constructor. Only the last element will be captured
41 this(CaptureType.LAST);
74 * @return The last captured value
115 case LAST:
  /external/v8/test/mjsunit/
cyrillic.js 35 LAST: "\u042f", // YA
36 last: "\u044f", // ya
50 LAST: "\u03a9", // OMEGA
51 last: "\u03c9", // omega
71 var last = lc ? chars.last : chars.LAST;
74 var last_other_case = lc ? chars.LAST : chars.last;
76 assertTrue(Range(first, last).test(first), 1)
    [all...]
  /external/stlport/test/eh/
intel45.mak 55 #MT/MD etc should be LAST in CPP_PRJ_LIBTYP string!!!
intel50.mak 56 #MT/MD etc should be LAST in CPP_PRJ_LIBTYP string!!!
  /external/qemu/hw/
bt-sdp.c 768 #define LAST { .type = 0 }
771 .attributes = { attrs { .data = LAST } }, \
813 .value.list = (struct sdp_def_data_element_s []) { val LAST }, \
  /external/bluetooth/glib/tests/
queue-test.c 17 GList *last; local
32 last = NULL;
36 last = list;
40 g_assert (last == queue->tail);
43 last = NULL;
47 last = list;
51 g_assert (last == queue->head);
155 enum { OFF_QUEUE, HEAD, TAIL, MIDDLE, LAST } where;
158 where = g_random_int_range (OFF_QUEUE, LAST);
160 where = g_random_int_range (HEAD, LAST);
    [all...]
  /external/v8/src/
parser.cc 157 // All ParseXXX functions take as the last argument an *ok parameter
335 // be read using last() or removed using RemoveLast until a new Add or until
347 T* last() { function in class:v8::internal::BufferedZoneList
427 #define LAST(x) last_added_ = x;
429 #define LAST(x)
451 LAST(ADD_ATOM);
462 terms_.Add(text_.last());
479 LAST(ADD_CHAR);
500 LAST(ADD_ATOM);
507 LAST(ADD_ASSERT)
3130 int last = stack->pop(); local
3188 int last = stack->pop(); local
    [all...]
  /build/tools/droiddoc/templates/
class.cs 106 <?cs if:last(supr) && subcount(supr.interfaces) ?>
171 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
458 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
496 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
524 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
  /external/qemu/android/
hw-events.h 339 KEY_CODE(LAST ,0x195) \
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 69 public static final int LAST = 3;
730 * the last file in the list has been played,
806 * @param action NOW, NEXT or LAST
    [all...]
MusicUtils.java 91 public final static int CHILD_MENU_BASE = 14; // this should be the last item
528 sService.enqueue(list, MediaPlaybackService.LAST);
    [all...]
  /external/bison/tests/
testsuite 176 # Exit status is that of the last command.
292 # The file containing the location of the last AT_CHECK.
294 # The file containing the exit status of the last command.
307 # As many dots as there are digits in the last test group number.
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 1058 milliseconds