Searched refs:Called (Results 1 – 25 of 222) sorted by relevance
123456789
10 * probe glib.quark_new - Called when a #GQuark is initially created22 * probe glib.mem_alloc - Called when a malloc block is initially requested38 * probe glib.mem_free - Called when a malloc block freed47 * probe glib.mem_realloc - Called when a malloc block is resized63 * probe glib.slice_alloc - Called when g_slice_alloc() is used75 * probe glib.slice_free - Called when memory slice is freed87 * probe glib.main_after_prepare - Called after preparing a GSource101 * probe glib.main_after_check - Called after checking a GSource115 * probe glib.main_before_dispatch - Called before dispatching a GSource133 * probe glib.main_after_dispatch - Called after dispatching a GSource[all …]
2 * probe gio.task_new - Called when a new #GTask is created20 * probe gio.task_set_task_data - Called when the task data is set on a #GTask34 * probe gio.task_set_priority - Called when the priority of a #GTask is set46 * probe gio.task_set_source_tag - Called when the source tag of a #GTask is set58 …* probe gio.task_before_return - Called before a #GTask invokes its callback or returns from g_tas…74 * probe gio.task_propagate - Called when a #GTask’s result is propagated86 * probe gio.task_before_run_in_thread - Called before a #GTask’s function is run in a thread98 * probe gio.task_after_run_in_thread - Called after a #GTask’s function is run in a thread
19 * probe gobject.type_new - Called when any entity registered with the #GType system is created33 * probe gobject.object_new - Called when a #GObject is created47 * probe gobject.object_ref - Called when a new reference is added to a #GObject65 * probe gobject.object_unref - Called when a reference is removed from a #GObject82 * probe gobject.object_dispose - Called when a g_object_dispose() run for a #GObject is initiated98 …* probe gobject.object_dispose_end - Called when a g_object_dispose() run for a #GObject is comple…114 * probe gobject.object_finalize - Called when finalization for a #GObject is started128 * probe gobject.object_finalize - Called when finalization for a #GObject is completed142 * probe gobject.signal_new - Called when a new signal is registered for a #GObject158 * probe gobject.signal_emit - Called when a signal emission for a #GObject is started[all …]
10 /// Called after a child process starts.16 /// Called after the tests finish but before the process exits.22 /// Called when the test process crashed before connecting to test harness.25 /// Called if we timed out waiting for the test process to connect to test
416 - Called when a connection is made.419 - Called when the connection is lost or closed.422 - Called when the transport's buffer goes over the high water mark.425 - Called when the transport's buffer drains below the low water mark.434 - Called when some data is received.437 - Called when an EOF is received.446 - Called to allocate a new receive buffer.449 - Called when the buffer was updated with the received data.452 - Called when an EOF is received.462 - Called when a datagram is received.[all …]
305 Called when the XML declaration is parsed. The XML declaration is the316 Called when Expat begins parsing the document type declaration (``<!DOCTYPE326 Called when Expat is done parsing the document type declaration. This requires332 Called once for each element type declaration. *name* is the name of the338 Called for each declared attribute for an element type. If an attribute list352 Called for the start of every element. *name* is a string containing the361 Called for the end of every element.366 Called for every processing instruction.371 Called for character data. This will be called for normal character data, CDATA380 Called for unparsed (NDATA) entity declarations. This is only present for[all …]
116 Called when the asynchronous loop detects that a :meth:`read` call on the122 Called when the asynchronous loop detects that a writable socket can be133 Called when there is out of band (OOB) data for a socket connection. This139 Called when the active opener's socket actually makes a connection. Might146 Called when the socket is closed.151 Called when an exception is raised and not otherwise handled. The default157 Called on listening channels (passive openers) when a connection can be167 Called on listening channels (passive openers) when a connection has been178 Called each time around the asynchronous loop to determine whether a186 Called each time around the asynchronous loop to determine whether a
492 Called when a connection is made.500 Called when the connection is lost or closed.517 Called when the transport's buffer goes over the high watermark.521 Called when the transport's buffer drains below the low watermark.544 Called when some data is received. *data* is a non-empty bytes561 Called when the other end signals it won't send any more data607 Called to allocate a new receive buffer.619 Called when the buffer was updated with the received data.655 Called when a datagram is received. *data* is a bytes object containing661 Called when a previous send or receive operation raises an[all …]
15 /// Called by the program when a frame is ready to be drawn.20 /// Called by the program when the microtasks from [onBeginFrame] have been26 /// Called by the program when the window metrics have changed.
13 /// Called when a pointer has remained in contact with the screen at the19 /// Called when a pointer stops contacting the screen after a long press25 /// Called when a pointer has remained in contact with the screen at the32 /// Called when a pointer is moving after being held in contact at the same39 /// Called when a pointer stops contacting the screen after a long press176 /// Called when a long press gesture by a primary button has been recognized.185 /// Called when a long press gesture by a primary button has been recognized.194 /// Called when moving after the long press by a primary button is recognized.203 /// Called when the pointer stops contacting the screen after a long-press213 /// Called when the pointer stops contacting the screen after a long-press
45 /// Called when the number of listeners changes from zero to one.49 /// Called when the number of listeners changes from one to zero.85 /// Called immediately before a listener is added via [addListener].91 /// Called immediately after a listener is removed via [removeListener].154 /// Called immediately before a status listener is added via [addStatusListener].160 /// Called immediately after a status listener is removed via [removeStatusListener].
22 /// Called to obtain the data about a particular row.38 /// Called to obtain the number of rows to tell the user are available.52 /// Called to establish if [rowCount] is a precise number or might be an58 /// Called to obtain the number of rows that are currently selected.
20 /// Called during layout when a new child is needed. The child should be53 /// Called by [RenderSliverMultiBoxAdaptor.collectGarbage], which itself is62 /// Called to estimate the total scrollable extents of this object.75 /// Called to obtain a precise measure of the total number of children.87 /// Called during [RenderSliverMultiBoxAdaptor.adoptChild] or95 /// Called during layout to indicate whether this object provided insufficient108 /// Called at the beginning of layout to indicate that layout is about to112 /// Called at the end of layout to indicate that layout is now complete.407 /// Called during layout to create and add the child with the given index and439 /// Called during layout to create, add, and layout the child before[all …]
32 …// Called as part of the transition from the background to the inactive state; here you can undo m…42 …// Called when the application is about to terminate. Save data if appropriate. See also applicati…
60 Called when the connection is closed. Must release all resources (including the73 Called when a message needs to be sent. Must either transmit the message or call87 Called during message processing. If messages are available it must return with
55 //Called as part of the transition from the background to the inactive state.65 //Called when the application is about to terminate.
79 /// Called when the system tells the app to pop the current route.96 /// Called when the host tells the app to push a new route onto the107 /// Called when the application's dimensions change. For example,164 /// Called when the platform's text scale factor changes.219 /// Called when the system tells the app that the user's locale has226 /// Called when the system puts the app in the background or returns235 /// Called when the system is running low on memory.241 /// Called when the system changes the set of currently active accessibility443 /// Called when the system locale changes.480 /// Called when the system pops the current route.[all …]
221 /// Called when the draggable starts being dragged.224 /// Called when the draggable is dropped without being accepted by a [DragTarget].234 /// Called when the draggable is dropped and accepted by a [DragTarget].244 /// Called when the draggable is dropped.486 /// Called to build the contents of this widget.492 /// Called to determine whether this widget is interested in receiving a given495 /// Called when a piece of data enters the target. This will be followed by500 /// Called when an acceptable piece of data was dropped over this drag target.503 /// Called when a given piece of data being dragged over this target leaves
79 /// Called by the [ScrollActivityDelegate] when it has changed type (for109 /// Called when the scroll view that is performing this activity changes its metrics.127 /// Called when the scroll view stops performing this activity.190 /// Called when [dispose] is called.248 /// Called when [dispose] is called.397 /// Called by the delegate when it is no longer sending events to this object.
79 // Called by RootWindowDelegate after the associated NSWindow has been831 // Called when we are activated (when we gain focus).839 // Called when we are deactivated (when we lose focus).846 // Called when we have been minimized.853 // Called when we have been unminimized.860 // Called when the application has been hidden.870 // Called when the application has been unhidden.880 // Called when the window is about to close. Perform the self-destruction
581 const Function *Called = getCalledFunction(MI); in isNoReturnDef() local582 return !(Called == nullptr || !Called->hasFnAttribute(Attribute::NoReturn) || in isNoReturnDef()583 !Called->hasFnAttribute(Attribute::NoUnwind)); in isNoReturnDef()
20 * Called by the engine to make the context the engine should draw into current.25 * Called by the engine to clear the context the engine should draw into.30 * Called by the engine when the context's buffers should be swapped.320 * Note: Called from dealloc. Should not use accessors or other methods.
17 // Called for wrapped non-texture render targets.44 // Called by subclass constructors.
22 // Called for wrapped non-texture render targets.35 // Called by subclass constructors.
56 …// Called as part of the transition from the background to the inactive state; here you can undo m…64 …// Called when the application is about to terminate. Save data if appropriate. See also applicati…