Home
last modified time | relevance | path

Searched refs:lift (Results 1 – 25 of 47) sorted by relevance

12

/external/pdfium/third_party/agg23/
D0003-ubsan-render-line-error.patch17 - int p, rem, mod, lift, delta, first, incr;
18 + int rem, mod, lift, delta, first, incr;
57 - lift = p / dy;
60 - lift--;
66 + lift = safeP.ValueOrDie() / dy;
69 + lift--;
Dagg_rasterizer_scanline_aa.cpp170 int incr, lift, mod, rem; in render_hline() local
202 lift = p / dx; in render_hline()
205 lift--; in render_hline()
210 delta = lift; in render_hline()
241 int rem, mod, lift, delta, first, incr; in render_line() local
301 lift = (safeP / dy).ValueOrDie(); in render_line()
304 lift--; in render_line()
309 delta = lift; in render_line()
/external/python/cpython2/Lib/idlelib/
DkeybindingDialog.py70 self.frameKeySeqBasic.lift()
73 self.frameControlsBasic.lift()
150 self.frameKeySeqAdvanced.lift()
151 self.frameHelpAdvanced.lift()
157 self.frameKeySeqBasic.lift()
158 self.frameControlsBasic.lift()
DCallTipWindow.py75 tw.lift() # work around bug in Tk 8.5.18+ (issue #24570)
Dtabbedpages.py342 self.frame.lift()
DAutoCompleteWindow.py195 acw.lift() # work around bug in Tk 8.5.18+ (issue #24570)
/external/python/cpython3/Lib/idlelib/
Dconfig_key.py74 self.frameKeySeqBasic.lift()
77 self.frameControlsBasic.lift()
154 self.frameKeySeqAdvanced.lift()
155 self.frameHelpAdvanced.lift()
161 self.frameKeySeqBasic.lift()
162 self.frameControlsBasic.lift()
Dcalltip_w.py75 tw.lift() # work around bug in Tk 8.5.18+ (issue #24570)
Dtabbedpages.py344 self.frame.lift()
Dautocomplete_w.py197 acw.lift() # work around bug in Tk 8.5.18+ (issue #24570)
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowRenderNode.java62 public boolean setElevation(float lift) { in setElevation() argument
63 elevation = lift; in setElevation()
/external/autotest/client/site_tests/touch_TouchscreenZoom/
DREADME4 zoom starts, do not stop movement or lift fingers until gesture is complete.
/external/autotest/client/site_tests/touch_TabSwitch/
DREADME3 lift fingers and continue to scroll). Having the scroll stop in the middle of
/external/freetype/src/smooth/
Dftgrays.c665 TCoord lift, rem; in gray_render_scanline() local
669 FT_DIV_MOD( TCoord, p, dx, lift, rem ); in gray_render_scanline()
673 delta = lift; in gray_render_scanline()
802 TCoord lift, rem; in gray_render_line() local
806 FT_DIV_MOD( TCoord, p, dy, lift, rem ); in gray_render_line()
810 delta = lift; in gray_render_line()
/external/autotest/client/site_tests/touch_ScrollDirection/
DREADME3 lift fingers and continue to scroll). Having the scroll stop in the middle of
/external/python/cpython2/Demo/tkinter/guido/
Ddialog.py45 b.lift()
/external/toybox/kconfig/
DREADME9 but I'm not going to lift a finger personally" threads from the kernel
/external/llvm/test/CodeGen/X86/
Dcode_placement_outline_optional_branches.ll5 ; Test that we lift the call to 'c' up to immediately follow the call to 'b'
/external/llvm/test/Transforms/LICM/
Dpreheader-safe.ll40 ; still lift out of the header.
/external/hyphenation-patterns/en-US/
Dhyph-en-us.hyp.txt389 face-lift-ing
572 lift-off
1056 shop-lift-er
1057 shop-lift-ing
1237 weight-lift-er
1238 weight-lift-ing
Dushyphex.tex388 face-lift-ing
571 lift-off
1055 shop-lift-er
1056 shop-lift-ing
1236 weight-lift-er
1237 weight-lift-ing
/external/llvm/test/Transforms/MemCpyOpt/
Dfca2memcpy.ll77 ; sure we lift the computation as well if needed and possible.
/external/python/cpython2/Lib/lib-tk/
DCanvas.py184 lift = tkraise variable in Group
/external/llvm/lib/CodeGen/
DREADME.txt63 LLVM aggressively lift CSE out of loop. Sometimes this can be negative side-
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DREADME.txt63 LLVM aggressively lift CSE out of loop. Sometimes this can be negative side-

12