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

  /external/syslinux/com32/chain/
options.h 60 bool hand; member in struct:options
  /external/libvorbis/doc/
01-introduction.tex 303 \item overlap/add left-hand output of transform with right-hand output of previous frame
304 \item store right hand-data from transform of current frame for future lapping
310 MDCT to store the right-hand transform data of a partial MDCT for a
493 Windowed MDCT output is overlapped and added with the right hand data
501 \paragraph{cache right hand data}
502 The decoder must cache the right hand portion of the current frame to
503 be lapped with the left hand portion of the next frame.
  /external/selinux/libsemanage/src/
genhomedircon.c 292 fc_match_handle_t hand; local
398 hand.dir = path;
399 hand.matched = 0;
401 fcontext_matches, &hand) == STATUS_ERR)
405 if (hand.matched) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 195 float hand = drag * Math.abs(drag) / pull + span * Math.abs(span) / pull; local
196 float target = hand + mOldHeight;

Completed in 1050 milliseconds