Home
last modified time | relevance | path

Searched refs:Called (Results 1 – 25 of 222) sorted by relevance

123456789

/third_party/glib/glib/
Dglib.stp.in10 * probe glib.quark_new - Called when a #GQuark is initially created
22 * probe glib.mem_alloc - Called when a malloc block is initially requested
38 * probe glib.mem_free - Called when a malloc block freed
47 * probe glib.mem_realloc - Called when a malloc block is resized
63 * probe glib.slice_alloc - Called when g_slice_alloc() is used
75 * probe glib.slice_free - Called when memory slice is freed
87 * probe glib.main_after_prepare - Called after preparing a GSource
101 * probe glib.main_after_check - Called after checking a GSource
115 * probe glib.main_before_dispatch - Called before dispatching a GSource
133 * probe glib.main_after_dispatch - Called after dispatching a GSource
[all …]
/third_party/glib/gio/
Dgio.stp.in2 * probe gio.task_new - Called when a new #GTask is created
20 * probe gio.task_set_task_data - Called when the task data is set on a #GTask
34 * probe gio.task_set_priority - Called when the priority of a #GTask is set
46 * probe gio.task_set_source_tag - Called when the source tag of a #GTask is set
58 …* 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 propagated
86 * probe gio.task_before_run_in_thread - Called before a #GTask’s function is run in a thread
98 * probe gio.task_after_run_in_thread - Called after a #GTask’s function is run in a thread
/third_party/glib/gobject/
Dgobject.stp.in19 * probe gobject.type_new - Called when any entity registered with the #GType system is created
33 * probe gobject.object_new - Called when a #GObject is created
47 * probe gobject.object_ref - Called when a new reference is added to a #GObject
65 * probe gobject.object_unref - Called when a reference is removed from a #GObject
82 * probe gobject.object_dispose - Called when a g_object_dispose() run for a #GObject is initiated
98 …* 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 started
128 * probe gobject.object_finalize - Called when finalization for a #GObject is completed
142 * probe gobject.signal_new - Called when a new signal is registered for a #GObject
158 * probe gobject.signal_emit - Called when a signal emission for a #GObject is started
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/test/
Dwatcher.dart10 /// 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
/third_party/python/Doc/library/
Dasyncio-llapi-index.rst416 - 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 …]
Dpyexpat.rst305 Called when the XML declaration is parsed. The XML declaration is the
316 Called when Expat begins parsing the document type declaration (``<!DOCTYPE
326 Called when Expat is done parsing the document type declaration. This requires
332 Called once for each element type declaration. *name* is the name of the
338 Called for each declared attribute for an element type. If an attribute list
352 Called for the start of every element. *name* is a string containing the
361 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, CDATA
380 Called for unparsed (NDATA) entity declarations. This is only present for
[all …]
Dasyncore.rst116 Called when the asynchronous loop detects that a :meth:`read` call on the
122 Called when the asynchronous loop detects that a writable socket can be
133 Called when there is out of band (OOB) data for a socket connection. This
139 Called when the active opener's socket actually makes a connection. Might
146 Called when the socket is closed.
151 Called when an exception is raised and not otherwise handled. The default
157 Called on listening channels (passive openers) when a connection can be
167 Called on listening channels (passive openers) when a connection has been
178 Called each time around the asynchronous loop to determine whether a
186 Called each time around the asynchronous loop to determine whether a
Dasyncio-protocol.rst492 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 bytes
561 Called when the other end signals it won't send any more data
607 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 containing
661 Called when a previous send or receive operation raises an
[all …]
/third_party/flutter/engine/flutter/testing/scenario_app/lib/src/
Dscenario.dart15 /// Called by the program when a frame is ready to be drawn.
20 /// Called by the program when the microtasks from [onBeginFrame] have been
26 /// Called by the program when the window metrics have changed.
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dlong_press.dart13 /// Called when a pointer has remained in contact with the screen at the
19 /// Called when a pointer stops contacting the screen after a long press
25 /// Called when a pointer has remained in contact with the screen at the
32 /// Called when a pointer is moving after being held in contact at the same
39 /// Called when a pointer stops contacting the screen after a long press
176 /// 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-press
213 /// Called when the pointer stops contacting the screen after a long-press
/third_party/flutter/flutter/packages/flutter/lib/src/animation/
Dlistener_helpers.dart45 /// 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].
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Ddata_table_source.dart22 /// 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 an
58 /// Called to obtain the number of rows that are currently selected.
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dsliver_multi_box_adaptor.dart20 /// Called during layout when a new child is needed. The child should be
53 /// Called by [RenderSliverMultiBoxAdaptor.collectGarbage], which itself is
62 /// 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] or
95 /// Called during layout to indicate whether this object provided insufficient
108 /// Called at the beginning of layout to indicate that layout is about to
112 /// 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 and
439 /// Called during layout to create, add, and layout the child before
[all …]
/third_party/openh264/test/build/ios/codec_unittest/codec_unittest/
DAppDelegate.m32 …// 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…
/third_party/jerryscript/docs/
D13.DEBUGGER-TRANSPORT.md60 Called when the connection is closed. Must release all resources (including the
73 Called when a message needs to be sent. Must either transmit the message or call
87 Called during message processing. If messages are available it must return with
/third_party/openh264/codec/build/iOS/dec/demo/demo/
DDEMOAppDelegate.m55 //Called as part of the transition from the background to the inactive state.
65 //Called when the application is about to terminate.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dbinding.dart79 /// 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 the
107 /// 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 has
226 /// Called when the system puts the app in the background or returns
235 /// Called when the system is running low on memory.
241 /// Called when the system changes the set of currently active accessibility
443 /// Called when the system locale changes.
480 /// Called when the system pops the current route.
[all …]
Ddrag_target.dart221 /// 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 given
495 /// Called when a piece of data enters the target. This will be followed by
500 /// 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
Dscroll_activity.dart79 /// Called by the [ScrollActivityDelegate] when it has changed type (for
109 /// 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.
/third_party/cef/tests/cefclient/browser/
Droot_window_mac.mm79 // Called by RootWindowDelegate after the associated NSWindow has been
831 // 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp581 const Function *Called = getCalledFunction(MI); in isNoReturnDef() local
582 return !(Called == nullptr || !Called->hasFnAttribute(Attribute::NoReturn) || in isNoReturnDef()
583 !Called->hasFnAttribute(Attribute::NoUnwind)); in isNoReturnDef()
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/
DFlutterEngine.mm20 * 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.
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlRenderTarget.mm17 // Called for wrapped non-texture render targets.
44 // Called by subclass constructors.
/third_party/skia/src/gpu/mtl/
DGrMtlRenderTarget.mm22 // Called for wrapped non-texture render targets.
35 // Called by subclass constructors.
/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/
DAppDelegate.m56 …// 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…

123456789