/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | ScopeExitTest.cpp | 19 bool &Called; in TEST() member 20 Callable(bool &Called) : Called(Called) {} in TEST() 21 Callable(Callable &&RHS) : Called(RHS.Called) {} in TEST() 22 void operator()() { Called = true; } in TEST() 24 bool Called = false; in TEST() local 26 auto g = make_scope_exit(Callable(Called)); in TEST() 27 EXPECT_FALSE(Called); in TEST() 29 EXPECT_TRUE(Called); in TEST()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersInternalTest.cpp | 124 VerifyStartOfTranslationUnit() : Called(false) {} in VerifyStartOfTranslationUnit() 126 EXPECT_TRUE(Called); in run() 128 void onStartOfTranslationUnit() override { Called = true; } in onStartOfTranslationUnit() 129 bool Called; member in clang::ast_matchers::VerifyStartOfTranslationUnit 139 EXPECT_TRUE(VerifyCallback.Called); in TEST() 141 VerifyCallback.Called = false; in TEST() 145 EXPECT_TRUE(VerifyCallback.Called); in TEST() 150 VerifyEndOfTranslationUnit() : Called(false) {} in VerifyEndOfTranslationUnit() 152 EXPECT_FALSE(Called); in run() 154 void onEndOfTranslationUnit() override { Called = true; } in onEndOfTranslationUnit() [all …]
|
/external/python/cpython3/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 | 484 Called when a connection is made. 492 Called when the connection is lost or closed. 509 Called when the transport's buffer goes over the high watermark. 513 Called when the transport's buffer drains below the low watermark. 536 Called when some data is received. *data* is a non-empty bytes 553 Called when the other end signals it won't send any more data 602 Called to allocate a new receive buffer. 614 Called when the buffer was updated with the received data. 650 Called when a datagram is received. *data* is a bytes object containing 656 Called when a previous send or receive operation raises an [all …]
|
D | xml.sax.handler.rst | 167 Called by the parser to give the application a locator for locating the origin 397 Called when the parser encounters a recoverable error. If this method does not 405 Called when the parser encounters an error it cannot recover from; parsing is 411 Called when the parser presents minor warning information to the application.
|
/external/clang/test/Analysis/ |
D | ObjCRetSigs.m | 15 printf("Called MyBase -length;\n"); 22 printf("Called MySub -length;\n");
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/Inputs/ |
D | deadstrip.ll | 6 ; Called from a @dead_func() in the other file, should not be imported there 13 ; Called via llvm.global_ctors, should be detected as live via the
|
/external/python/cpython2/Doc/library/ |
D | pyexpat.rst | 333 Called when the XML declaration is parsed. The XML declaration is the 347 Called when Expat begins parsing the document type declaration (``<!DOCTYPE 357 Called when Expat is done parsing the document type declaration. This requires 363 Called once for each element type declaration. *name* is the name of the 369 Called for each declared attribute for an element type. If an attribute list 383 Called for the start of every element. *name* is a string containing the 390 Called for the end of every element. 395 Called for every processing instruction. 400 Called for character data. This will be called for normal character data, CDATA 409 Called for unparsed (NDATA) entity declarations. This is only present for [all …]
|
D | asyncore.rst | 107 Called when the asynchronous loop detects that a :meth:`read` call on the 113 Called when the asynchronous loop detects that a writable socket can be 124 Called when there is out of band (OOB) data for a socket connection. This 130 Called when the active opener's socket actually makes a connection. Might 137 Called when the socket is closed. 142 Called when an exception is raised and not otherwise handled. The default 148 Called on listening channels (passive openers) when a connection can be 155 Called each time around the asynchronous loop to determine whether a 163 Called each time around the asynchronous loop to determine whether a
|
D | xml.sax.handler.rst | 166 Called by the parser to give the application a locator for locating the origin 396 Called when the parser encounters a recoverable error. If this method does not 404 Called when the parser encounters an error it cannot recover from; parsing is 410 Called when the parser presents minor warning information to the application.
|
D | functools.rst | 145 ... print 'Called example function' 149 Called example function
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlRenderTarget.mm | 13 // Called for wrapped non-texture render targets. 26 // Called by subclass constructors.
|
/external/skia/src/gpu/mtl/ |
D | GrMtlRenderTarget.mm | 13 // Called for wrapped non-texture render targets. 26 // Called by subclass constructors.
|
/external/tcpdump/tests/ |
D | radius-v.out | 8 Called-Station-Id Attribute (30), length: 19, Value: 00-19-06-EA-B8-8C 31 Called-Station-Id Attribute (30), length: 19, Value: 00-19-06-EA-B8-8C
|
/external/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 499 const Function *Called = getCalledFunction(MI); in isNoReturnDef() local 500 return !(Called == nullptr || !Called->hasFnAttribute(Attribute::NoReturn) || in isNoReturnDef() 501 !Called->hasFnAttribute(Attribute::NoUnwind)); in isNoReturnDef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 576 const Function *Called = getCalledFunction(MI); in isNoReturnDef() local 577 return !(Called == nullptr || !Called->hasFnAttribute(Attribute::NoReturn) || in isNoReturnDef() 578 !Called->hasFnAttribute(Attribute::NoUnwind)); in isNoReturnDef()
|
/external/autotest/client/site_tests/policy_KioskModeEnabled/ |
D | control | 13 Called through the policy_KioskModeEnabled test only. Verifies
|
/external/autotest/client/site_tests/policy_DeviceEphemeralUsersEnabled/ |
D | control | 13 Called through the policy_DeviceEphemeralUsersEnabled test only. Verifies
|
/external/autotest/client/site_tests/policy_DeviceAutoUpdateDisabled/ |
D | control | 13 Called through the policy_AUServer test only. Verifies whether the device
|
/external/autotest/client/site_tests/policy_EnrollmentRetainment/ |
D | control | 13 Called through the stress_EnrollmentRetainnment server test only. This test
|
/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 1198 Called to create a new instance of class *cls*. :meth:`__new__` is a static 1227 Called after the instance has been created (by :meth:`__new__`), but before 1246 Called when the instance is about to be destroyed. This is also called a 1302 Called by the :func:`repr` built-in function and by string conversions (reverse 1328 Called by the :func:`str` built-in function and by the :keyword:`print` 1385 Called by comparison operations if rich comparison (see above) is not 1408 Called by built-in function :func:`hash` and for operations on members of 1457 Called to implement truth value testing and the built-in operation ``bool()``; 1469 Called to implement :func:`unicode` built-in; should return a Unicode object. 1485 Called when an attribute lookup has not found the attribute in the usual places [all …]
|
/external/python/cpython3/Doc/reference/ |
D | datamodel.rst | 1154 Called to create a new instance of class *cls*. :meth:`__new__` is a static 1183 Called after the instance has been created (by :meth:`__new__`), but before 1203 Called when the instance is about to be destroyed. This is also called a 1265 Called by the :func:`repr` built-in function to compute the "official" string 1285 Called by :func:`str(object) <str>` and the built-in functions 1304 Called by :ref:`bytes <func-bytes>` to compute a byte-string representation 1315 Called by the :func:`format` built-in function, 1390 Called by built-in function :func:`hash` and for operations on members of 1469 Called to implement truth value testing and the built-in operation 1490 Called when the default attribute access fails with an :exc:`AttributeError` [all …]
|
/external/perfetto/protos/perfetto/ipc/ |
D | producer_port.proto | 28 // Called once only after establishing the connection with the Service. 200 // Called after SetupTracing and before StartDataSource.
|