Searched refs:Called (Results 1 – 25 of 92) sorted by relevance
1234
/third_party/python/Doc/library/ |
D | asyncio-llapi-index.rst | 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 …]
|
D | pyexpat.rst | 305 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 …]
|
D | asyncore.rst | 116 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
|
D | asyncio-protocol.rst | 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 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 …]
|
D | xml.sax.handler.rst | 173 Called by the parser to give the application a locator for locating the origin 403 Called when the parser encounters a recoverable error. If this method does not 411 Called when the parser encounters an error it cannot recover from; parsing is 417 Called when the parser presents minor warning information to the application.
|
D | asynchat.rst | 90 Called with *data* holding an arbitrary amount of received data. The 103 Called when the incoming data stream matches the termination condition set
|
D | socketserver.rst | 362 Called by the server's constructor to activate the server. The default behavior 369 Called by the server's constructor to bind the socket to the desired address. 400 Called before the :meth:`handle` method to perform any initialization actions 419 Called after the :meth:`handle` method to perform any clean-up actions
|
/third_party/openh264/test/build/ios/codec_unittest/codec_unittest/ |
D | AppDelegate.m | 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…
|
/third_party/jerryscript/docs/ |
D | 13.DEBUGGER-TRANSPORT.md | 60 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/ |
D | DEMOAppDelegate.m | 55 //Called as part of the transition from the background to the inactive state. 65 //Called when the application is about to terminate.
|
/third_party/glib/patch/ |
D | backport-gdbusconnection-Fix-double-unref-on-timeout-cancel-sending-a-message.patch | 58 -/* Called from a user thread, lock is not held */ 59 +/* Called from a user thread, lock is not held; @task is (transfer full) */ 67 -/* Called from a user thread, lock is not held; @task is (transfer full) */ 68 +/* Called from a user thread, lock is not held; @task is (transfer none) */ 84 -/* Called from a user thread, lock is not held; @task is (transfer full) */ 85 +/* Called from a user thread, lock is not held; @task is (transfer none) */ 730 -/* Called from GDBus worker thread with lock held; @task is (transfer full). */ 731 +/* Called from GDBus worker thread with lock held; @task is (transfer none). */ 739 -/* Called from a user thread, lock is not held; @task is (transfer full) */ 740 +/* Called from a user thread, lock is not held; @task is (transfer none) */
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_mac.mm | 79 // 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/ |
D | MachineRegisterInfo.cpp | 581 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/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ |
D | AppDelegate.m | 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…
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlRenderTarget.mm | 22 // Called for wrapped non-texture render targets. 35 // Called by subclass constructors.
|
/third_party/typescript/tests/baselines/reference/ |
D | externModule.errors.txt | 33 // Called as a function 36 // Called as a constructor
|
D | externModule.symbols | 14 // Called as a function 17 // Called as a constructor
|
D | externModule.types | 17 // Called as a function 20 // Called as a constructor
|
/third_party/cef/patch/patches/ |
D | views_1749_2102.patch | 21 + // Called when the user moves the mouse outside the menu and over the owning 25 + // Called on unhandled open/close submenu keyboard commands. |is_rtl| will be 42 // Called when the menu is about to be shown. 302 + // Called on unhandled open/close submenu keyboard commands. |is_rtl| will be
|
D | mime_handler_view_guest_1565_2727.patch | 91 + // Called when a guest is attached or detached.
|
D | views_widget.patch | 42 // Called when screen information or native widget bounds change. 49 // Called by the TextInputManager to notify the view about being removed from 84 // Called when display properties that need to be synchronized with the
|
/third_party/python/Doc/reference/ |
D | datamodel.rst | 1229 Called to create a new instance of class *cls*. :meth:`__new__` is a static 1258 Called after the instance has been created (by :meth:`__new__`), but before 1278 Called when the instance is about to be destroyed. This is also called a 1340 Called by the :func:`repr` built-in function to compute the "official" string 1360 Called by :func:`str(object) <str>` and the built-in functions 1379 Called by :ref:`bytes <func-bytes>` to compute a byte-string representation 1390 Called by the :func:`format` built-in function, 1467 Called by built-in function :func:`hash` and for operations on members of 1546 Called to implement truth value testing and the built-in operation 1567 Called when the default attribute access fails with an :exc:`AttributeError` [all …]
|
/third_party/python/Doc/c-api/ |
D | object.rst | 169 Python expression ``repr(o)``. Called by the :func:`repr` built-in function. 183 Called by the :func:`ascii` built-in function. 192 Python expression ``str(o)``. Called by the :func:`str` built-in function
|
/third_party/mesa3d/docs/ |
D | codingstyle.rst | 84 * Create and initialize a new buffer object. Called via the
|
/third_party/lwip/doc/ |
D | mqtt_client.txt | 151 /* Called when publish is complete either with sucess or failure */
|
1234