HomeSort by relevance Sort by last modified time
    Searched defs:we (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
p_ol_wgh.cpp 485 const Word16 *ww, *we;
489 we = &corrweight[123 + lag_max - old_lag];
505 t0 = Mpy_32_16 (t0_h, t0_l, *we);
506 we--;
596 const Word16 *we; local
601 we = &corrweight[123 + lag_max - old_lag];
618 t0 = Mpy_32_16(t0_h, t0_l, *we, pOverflow);
619 we--;
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 40 Word16 *ww, *we, *hp_wsp; local
53 we = &corrweight[98 + L_max - L_0];
82 R0 = Mpy_32_16(hi, lo, *we);
83 we--;
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 79 // maximum number of events that we read at one time
411 MonkeyWaitEvent we = new MonkeyWaitEvent(LONGPRESS_WAIT_TIME); local
412 mQ.addLast(we);
  /external/webkit/WebCore/dom/
Node.cpp 323 // If the pseudoStyles have changed, we want any StyleChange that is not NoChange
865 // FIXME: Even if we are not visible, we might have a child that is visible.
899 // We haven't been receiving notifications while there were no registered lists, so the cache is invalid now.
1114 // We assume that if newChild is a DocumentFragment, all children are created from the same document
2988 RefPtr<WheelEvent> we = WheelEvent::create(e.wheelTicksX(), e.wheelTicksY(), local
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 170 milliseconds