Home
last modified time | relevance | path

Searched +defs:old +defs:frame (Results 1 – 25 of 1230) sorted by relevance

12345678910>>...50

/dports/devel/R-cran-tidyselect/tidyselect/R/
H A Dvars.R138 old <- vars_env$selected functionVar
144 old <- vars_env$data functionVar
153 scoped_vars <- function(vars, frame = caller_env()) { argument
154 old <- poke_vars(vars) functionVar
164 local_data <- function(data, frame = caller_env()) { argument
165 old <- poke_data(data) functionVar
/dports/math/R-cran-dplyr/dplyr/R/
H A Dcontext.R122 old <- context_env[[name]] functionVar
133 context_local <- function(name, value, frame = caller_env()) { argument
134 old <- context_poke(name, value) functionVar
142 local_column <- function(x, frame = caller_env()) { argument
149 local_mask <- function(x, frame = caller_env()) { argument
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/
H A DJOptionPane.java459 JInternalFrame frame = new JInternalFrame(title); in createInternalFrame() local
703 Icon old = icon; in setIcon() local
718 Object old = initialSelectionValue; in setInitialSelectionValue() local
734 Object old = initialValue; in setInitialValue() local
749 Object old = inputValue; in setInputValue() local
764 Object old = message; in setMessage() local
783 int old = messageType; in setMessageType() local
798 Object[] old = options; in setOptions() local
817 int old = optionType; in setOptionType() local
845 Object[] old = selectionValues; in setSelectionValues() local
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/
H A DJOptionPane.java459 JInternalFrame frame = new JInternalFrame(title); in createInternalFrame() local
703 Icon old = icon; in setIcon() local
718 Object old = initialSelectionValue; in setInitialSelectionValue() local
734 Object old = initialValue; in setInitialValue() local
749 Object old = inputValue; in setInputValue() local
764 Object old = message; in setMessage() local
783 int old = messageType; in setMessageType() local
798 Object[] old = options; in setOptions() local
817 int old = optionType; in setOptionType() local
845 Object[] old = selectionValues; in setSelectionValues() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/
H A DJOptionPane.java459 JInternalFrame frame = new JInternalFrame(title); in createInternalFrame() local
703 Icon old = icon; in setIcon() local
718 Object old = initialSelectionValue; in setInitialSelectionValue() local
734 Object old = initialValue; in setInitialValue() local
749 Object old = inputValue; in setInputValue() local
764 Object old = message; in setMessage() local
783 int old = messageType; in setMessageType() local
798 Object[] old = options; in setOptions() local
817 int old = optionType; in setOptionType() local
845 Object[] old = selectionValues; in setSelectionValues() local
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/
H A DJOptionPane.java459 JInternalFrame frame = new JInternalFrame(title); in createInternalFrame() local
703 Icon old = icon; in setIcon() local
718 Object old = initialSelectionValue; in setInitialSelectionValue() local
734 Object old = initialValue; in setInitialValue() local
749 Object old = inputValue; in setInputValue() local
764 Object old = message; in setMessage() local
783 int old = messageType; in setMessageType() local
798 Object[] old = options; in setOptions() local
817 int old = optionType; in setOptionType() local
845 Object[] old = selectionValues; in setSelectionValues() local
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/
H A DJOptionPane.java459 JInternalFrame frame = new JInternalFrame(title); in createInternalFrame() local
703 Icon old = icon; in setIcon() local
718 Object old = initialSelectionValue; in setInitialSelectionValue() local
734 Object old = initialValue; in setInitialValue() local
749 Object old = inputValue; in setInputValue() local
764 Object old = message; in setMessage() local
783 int old = messageType; in setMessageType() local
798 Object[] old = options; in setOptions() local
817 int old = optionType; in setOptionType() local
845 Object[] old = selectionValues; in setSelectionValues() local
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/
H A DJOptionPane.java418 JInternalFrame frame = new JInternalFrame(title); in createInternalFrame() local
660 Icon old = icon; in setIcon() local
675 Object old = initialSelectionValue; in setInitialSelectionValue() local
691 Object old = initialValue; in setInitialValue() local
706 Object old = inputValue; in setInputValue() local
721 Object old = message; in setMessage() local
740 int old = messageType; in setMessageType() local
755 Object[] old = options; in setOptions() local
774 int old = optionType; in setOptionType() local
802 Object[] old = selectionValues; in setSelectionValues() local
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/include/nuitka/
H A Dcompiled_frame.h114 static inline void Nuitka_Frame_MarkAsExecuting(struct Nuitka_FrameObject *frame) { in Nuitka_Frame_MarkAsExecuting()
123 #define Nuitka_Frame_MarkAsExecuting(frame) ; argument
127 static inline void Nuitka_Frame_MarkAsNotExecuting(struct Nuitka_FrameObject *frame) { in Nuitka_Frame_MarkAsNotExecuting()
136 #define Nuitka_Frame_MarkAsNotExecuting(frame) ; argument
140 static inline bool Nuitka_Frame_IsExecuting(struct Nuitka_FrameObject *frame) { in Nuitka_Frame_IsExecuting()
160 PyFrameObject *old = tstate->frame; in pushFrameStack() local
197 PyFrameObject *old = tstate->frame; in popFrameStack() local
/dports/lang/elk/elk-3.99.8/src/
H A Denv.c66 void Push_Frame (Object frame) { in Push_Frame()
83 Object old, new, n; in Switch_Environment() local
108 void Memoize_Frame (Object frame) { in Memoize_Frame()
117 void Forget_Frame (Object frame) { in Forget_Frame()
122 Object Add_Binding (Object frame, Object sym, Object val) { in Add_Binding()
167 Object val, var, frame, binding; in General_Define() local
211 Object val, var, binding, old; in P_Set() local
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-trace.c918 { IOSTREAM *old = Suser_error; in writeFrameGoal() local
1038 listGoal(LocalFrame frame) in listGoal()
1045 IOSTREAM *old = Scurout; in listGoal() local
1092 { LocalFrame frame; in _PL_backtrace() local
1520 alternativeFrame(LocalFrame frame) in alternativeFrame()
1773 tracemode(int doit, int *old) in tracemode()
1901 tracemode(int doit, int *old) in tracemode()
1932 term_t old = A1; variable
2028 pl_leash(term_t old, term_t new) in pl_leash()
2034 pl_visible(term_t old, term_t new) in pl_visible()
[all …]
/dports/devel/R-cran-rlang/rlang/R/
H A Dstate.R56 local_options <- function(..., .frame = caller_env()) {
60 old <- options(options) functionVar
137 local_interactive <- function(value = TRUE, frame = caller_env()) { argument
/dports/games/alephone/alephone-release-20190331/Source_Files/FFmpeg/
H A DSDL_ffmpeg.c264 SDL_ffmpegStream *old = s; in SDL_ffmpegFree() local
304 SDL_ffmpegStream *old = s; in SDL_ffmpegFree() local
359 void SDL_ffmpegFreeAudioFrame( SDL_ffmpegAudioFrame* frame ) in SDL_ffmpegFreeAudioFrame()
372 void SDL_ffmpegFreeVideoFrame( SDL_ffmpegVideoFrame* frame ) in SDL_ffmpegFreeVideoFrame()
599 int SDL_ffmpegAddVideoFrame( SDL_ffmpegFile *file, SDL_Surface *frame ) in SDL_ffmpegAddVideoFrame()
706 int SDL_ffmpegAddAudioFrame( SDL_ffmpegFile *file, SDL_ffmpegAudioFrame *frame ) in SDL_ffmpegAddAudioFrame()
778 SDL_ffmpegAudioFrame *frame = ( SDL_ffmpegAudioFrame* )malloc( sizeof( SDL_ffmpegAudioFrame ) ); in SDL_ffmpegCreateAudioFrame() local
825 int SDL_ffmpegGetVideoFrame( SDL_ffmpegFile* file, SDL_ffmpegVideoFrame *frame ) in SDL_ffmpegGetVideoFrame()
1132 SDL_ffmpegPacket *old = pack; in SDL_ffmpegFlush() local
1163 SDL_ffmpegPacket *old = pack; in SDL_ffmpegFlush() local
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DCompiledFrameType.c51 static PyObject *Nuitka_Frame_get_exc_traceback(struct Nuitka_FrameObject *frame) { in Nuitka_Frame_get_exc_traceback()
75 static PyObject *Nuitka_Frame_get_exc_type(struct Nuitka_FrameObject *frame) { in Nuitka_Frame_get_exc_type()
89 PyObject *old = frame->m_frame.f_exc_type; in Nuitka_Frame_set_exc_type() local
103 static PyObject *Nuitka_Frame_get_exc_value(struct Nuitka_FrameObject *frame) { in Nuitka_Frame_get_exc_value()
117 PyObject *old = frame->m_frame.f_exc_value; in Nuitka_Frame_set_exc_value() local
214 static PyObject *Nuitka_Frame_gettrace(PyFrameObject *frame, void *closure) { in Nuitka_Frame_gettrace()
286 static void Nuitka_Frame_tp_clear(struct Nuitka_FrameObject *frame) { in Nuitka_Frame_tp_clear()
354 PyFrameObject *frame = &nuitka_frame->m_frame; in Nuitka_Frame_tp_dealloc() local
440 static PyObject *Nuitka_Frame_clear(struct Nuitka_FrameObject *frame) { in Nuitka_Frame_clear()
502 static PyObject *Nuitka_Frame_sizeof(struct Nuitka_FrameObject *frame) { in Nuitka_Frame_sizeof()
[all …]
/dports/games/quake2-source/quake2-r0.16.2/src/client/
H A Dcl_ents.c327 void CL_DeltaEntity (frame_t *frame, int newnum, entity_state_t *old, int bits) in CL_DeltaEntity()
639 void CL_FireEntityEvents (frame_t *frame) in CL_FireEntityEvents()
680 frame_t *old; in CL_ParseFrame() local
850 void CL_AddPacketEntities (frame_t *frame) in CL_AddPacketEntities()
1549 centity_t *old; in CL_GetEntitySoundOrigin() local
/dports/games/quake2lnx/quake2-r0.16.2/src/client/
H A Dcl_ents.c327 void CL_DeltaEntity (frame_t *frame, int newnum, entity_state_t *old, int bits) in CL_DeltaEntity()
639 void CL_FireEntityEvents (frame_t *frame) in CL_FireEntityEvents()
680 frame_t *old; in CL_ParseFrame() local
850 void CL_AddPacketEntities (frame_t *frame) in CL_AddPacketEntities()
1549 centity_t *old; in CL_GetEntitySoundOrigin() local
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dcl_ents.c154 void CL_DeltaEntity(frame_t *frame, int newnum, entity_state_t *old, int bits){ in CL_DeltaEntity()
478 void CL_FireEntityEvents(frame_t *frame){ in CL_FireEntityEvents()
502 frame_t *old; in CL_ParseFrame() local
676 void CL_AddPacketEntities(frame_t *frame){ in CL_AddPacketEntities()
1010 centity_t *old; in CL_GetEntitySoundOrigin() local
/dports/astro/py-astropy/astropy-5.0/astropy/io/misc/asdf/tags/coordinates/
H A Dframes.py75 def to_tree_tagged(cls, frame, ctx): argument
93 def assert_equal(cls, old, new): argument
136 def to_tree(cls, frame, ctx): argument
153 def assert_equal(cls, old, new): argument
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/misc/
H A Dstk.c68 struct frame struct
70 char *prev; /* address of previous frame */ argument
71 char *end; /* address of end this frame */ argument
81 char *stkbase; /* beginning of current stack frame */ argument
192 Sfio_t *old = 0; in stkexcept() local
265 Sfio_t *old; in stkinstall() local
395 register unsigned char *old; in stkalloc() local
427 register unsigned char *old, *top; in stkfreeze() local
/dports/shells/ksh93/ast-93u/src/lib/libast/misc/
H A Dstk.c68 struct frame struct
70 char *prev; /* address of previous frame */ argument
71 char *end; /* address of end this frame */ argument
81 char *stkbase; /* beginning of current stack frame */ argument
192 Sfio_t *old = 0; in stkexcept() local
265 Sfio_t *old; in stkinstall() local
395 register unsigned char *old; in stkalloc() local
427 register unsigned char *old, *top; in stkfreeze() local
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/misc/
H A Dstk.c93 struct frame { struct
94 char *prev; // Address of previous frame argument
95 char *end; // Address of end this frame argument
104 char *stkbase; // Beginning of current stack frame argument
200 Sfio_t *old = NULL; in stkexcept() local
270 Sfio_t *old = stkcur ? stk2stream(stkcur) : 0; in stkinstall() local
378 unsigned char *old; in stkalloc() local
404 unsigned char *old, *top; in stkfreeze() local
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/misc/
H A Dstk.c68 struct frame struct
70 char *prev; /* address of previous frame */ argument
71 char *end; /* address of end this frame */ argument
81 char *stkbase; /* beginning of current stack frame */ argument
192 Sfio_t *old = 0; in stkexcept() local
265 Sfio_t *old; in stkinstall() local
395 register unsigned char *old; in stkalloc() local
427 register unsigned char *old, *top; in stkfreeze() local
/dports/devel/R-cran-rlang/rlang/tests/testthat/
H A Dhelper-locale.R31 local_utf8_test <- function(frame = caller_env()) { argument
33 old <- reporter$unicode functionVar
93 old <- Sys.getlocale("LC_CTYPE") functionVar
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/
H A Dio-gdip-animation.c69 GdkPixbufFrame *frame; in gdk_pixbuf_gdip_anim_finalize() local
213 GList *old; in gdk_pixbuf_gdip_anim_iter_advance() local
262 GdkPixbufFrame *frame = tmp->data; in gdk_pixbuf_gdip_anim_iter_advance() local
282 GdkPixbufFrame *frame; in gdk_pixbuf_gdip_anim_iter_get_delay_time() local
307 GdkPixbufFrame *frame; in gdk_pixbuf_gdip_anim_iter_get_pixbuf() local
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dtouch_input.cpp122 void TouchInputRedirection::cleanupInternalWindow(QWindow *old, QWindow *now) in cleanupInternalWindow()
130 void TouchInputRedirection::cleanupDecoration(Decoration::DecoratedClientImpl *old, Decoration::Dec… in cleanupDecoration()
204 void TouchInputRedirection::frame() in frame() function in KWin::TouchInputRedirection

12345678910>>...50