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

  /external/bison/lib/
timevar.c 181 /* A list of unused (i.e. allocated and subsequently popped)
279 popped or another element is pushed on top.
331 popped variable must be TIMEVAR. Elapsed time since the that
333 stack when the element above it was popped off, is credited to that
341 struct timevar_stack_def *popped = stack; local
353 timevar_accumulate (&popped->timevar->elapsed, &start_time, &now);
364 popped->next = unused_stack_instances;
365 unused_stack_instances = popped;
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_state.cpp 148 // Previous point information was popped.
399 // Returning if previous point is popped or not.
408 bool popped = false; local
417 popped = true;
419 popped = false;
432 return popped;
450 return popped;
476 AKLOGI("pushTouchPoint: x = %03d, y = %03d, time = %d, index = %d, popped ? %01d",
477 x, y, time, inputIndex, popped);
479 return popped;
    [all...]
  /external/v8/test/mjsunit/bugs/
bug-941049.js 96 // activation of q is popped from the stack.
99 // activation of q is popped from the stack.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 755 Element popped = theStack; local
757 if (restartElements && (popped.flags() & Schema.F_RESTART) != 0) {
758 popped.anonymize();
759 popped.setNext(theSaved);
760 theSaved = popped;
    [all...]
  /external/mesa3d/docs/
MESA_swap_control.spec 97 be pushed or popped. The current swap interval for the window
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 219 milliseconds