Home
last modified time | relevance | path

Searched refs:lift (Results 1 - 21 of 21) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DunionTypeParameterInference.js6 declare function lift<U>(value: U | Foo<U>): Foo<U>;
9 return lift(value).prop;
16 return lift(value).prop;
/third_party/rust/crates/syn/src/gen/
H A Dfold.rs953 args: FoldHelper::lift(node.args, |it| f.fold_generic_argument(it)), in fold_angle_bracketed_generic_arguments()
964 attrs: FoldHelper::lift(node.attrs, |it| f.fold_attribute(it)), in fold_arm()
1029 attrs: FoldHelper::lift(node.attrs, |it| f.fold_attribute(it)), in fold_bare_fn_arg()
1041 attrs: FoldHelper::lift(node.attrs, |it| f.fold_attribute(it)), in fold_bare_variadic()
1092 stmts: FoldHelper::lift(node.stmts, |it| f.fold_stmt(it)), in fold_block()
1104 lifetimes: FoldHelper::lift(node.lifetimes, |it| f.fold_generic_param(it)), in fold_bound_lifetimes()
1115 attrs: FoldHelper::lift(node.attrs, |it| f.fold_attribute(it)), in fold_const_param()
1134 bounds: FoldHelper::lift(node.bounds, |it| f.fold_type_param_bound(it)), in fold_constraint()
1158 variants: FoldHelper::lift(node.variants, |it| f.fold_variant(it)), in fold_data_enum()
1191 attrs: FoldHelper::lift(nod in fold_derive_input()
[all...]
/third_party/rust/crates/syn/src/
H A Dgen_helper.rs7 fn lift<F>(self, f: F) -> Self in lift() functions
14 fn lift<F>(self, f: F) -> Self in lift() functions
24 fn lift<F>(self, mut f: F) -> Self in lift() functions
/third_party/python/Lib/idlelib/
H A Dconfig_key.py188 self.frame_keyseq_advanced.lift()
189 self.frame_help_advanced.lift()
195 self.frame_keyseq_basic.lift()
196 self.frame_controls_basic.lift()
H A Dtooltip.py45 self.tipwindow.lift() # work around bug in Tk 8.5.18+ (issue #24570)
H A Dautocomplete_w.py205 acw.lift() # work around bug in Tk 8.5.18+ (issue #24570)
H A Deditor.py1119 self.top.lift()
/third_party/rust/crates/syn/codegen/src/
H A Dfold.rs35 FoldHelper::lift(#name, |it| #val) in visit()
42 FoldHelper::lift(#name, |it| #val) in visit()
/third_party/ffmpeg/libavcodec/
H A Dsnow_dwt.c115 static av_always_inline void lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, in lift() function
190 lift(b + w2, temp + w2, temp, 1, 1, 1, width, -1, 0, 1, 1, 0); in horizontal_decompose53i()
191 lift(b, temp, b + w2, 1, 1, 1, width, 1, 2, 2, 0, 0); in horizontal_decompose53i()
242 lift(temp + w2, b + 1, b, 1, 2, 2, width, W_AM, W_AO, W_AS, 1, 1); in horizontal_decompose97i()
244 lift(b + w2, temp + w2, temp, 1, 1, 1, width, W_CM, W_CO, W_CS, 1, 0); in horizontal_decompose97i()
245 lift(b, temp, b + w2, 1, 1, 1, width, W_DM, W_DO, W_DS, 0, 0); in horizontal_decompose97i()
H A Dsnow_dwt.h71 #define liftS lift
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c697 TCoord lift, rem; in gray_render_scanline() local
701 FT_DIV_MOD( TCoord, p, dx, lift, rem ); in gray_render_scanline()
705 delta = lift; in gray_render_scanline()
827 TCoord lift, rem; in gray_render_line() local
831 FT_DIV_MOD( TCoord, p, dy, lift, rem ); in gray_render_line()
835 delta = lift; in gray_render_line()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_tooltip.py46 top.lift()
/third_party/python/Lib/test/
H A Dtest_pydoc.py768 lift = tkraise variable in PydocDocTest.test_method_aliases.A
804 | lift = tkraise(self, aboveThis=None)
839 lift = tkraise(self, aboveThis=None)
/third_party/python/Lib/tkinter/
H A D__init__.py1079 lift = tkraise variable in Misc
2963 # lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift,
3000 lift = tkraise = tag_raise
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 246 milliseconds