/external/llvm-project/llvm/unittests/ADT/ |
D | ScopeExitTest.cpp | 18 bool &Called; in TEST() member 19 Callable(bool &Called) : Called(Called) {} in TEST() 20 Callable(Callable &&RHS) : Called(RHS.Called) {} in TEST() 21 void operator()() { Called = true; } in TEST() 23 bool Called = false; in TEST() local 25 auto g = make_scope_exit(Callable(Called)); in TEST() 26 EXPECT_FALSE(Called); in TEST() 28 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/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersInternalTest.cpp | 116 VerifyStartOfTranslationUnit() : Called(false) {} in VerifyStartOfTranslationUnit() 118 EXPECT_TRUE(Called); in run() 120 void onStartOfTranslationUnit() override { Called = true; } in onStartOfTranslationUnit() 121 bool Called; member in clang::ast_matchers::VerifyStartOfTranslationUnit 131 EXPECT_TRUE(VerifyCallback.Called); in TEST() 133 VerifyCallback.Called = false; in TEST() 137 EXPECT_TRUE(VerifyCallback.Called); in TEST() 142 VerifyEndOfTranslationUnit() : Called(false) {} in VerifyEndOfTranslationUnit() 144 EXPECT_FALSE(Called); in run() 146 void onEndOfTranslationUnit() override { Called = true; } in onEndOfTranslationUnit() [all …]
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-lambda-function-name.rst | 15 [] { printf("Called from %s\n", __func__); }(); 21 Called from operator() 26 Called from FancyFunction
|
/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 | 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 | 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 …]
|
/external/clang/test/Analysis/ |
D | ObjCRetSigs.m | 15 printf("Called MyBase -length;\n"); 22 printf("Called MySub -length;\n");
|
/external/llvm-project/clang/test/Analysis/ |
D | ObjCRetSigs.m | 15 printf("Called MyBase -length;\n"); 22 printf("Called MySub -length;\n");
|
/external/llvm-project/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/llvm-project/lldb/test/API/lang/objc/objc-stepping/ |
D | stepping-tests.m | 22 printf ("Called in SourceBase version of randomMethod.\n"); // SourceBase randomMethod start line. 57 printf ("Called in Source version of random method."); 62 printf ("Called in Source version of returnsStruct.\n"); // Source returnsStruct start line.
|
/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
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlRenderTarget.mm | 13 // Called for wrapped non-texture render targets. 26 // Called by subclass constructors.
|
/external/openscreen/cast/cast_core/api/core/ |
D | cast_core_service.proto | 25 // Called by the Runtime when it starts up. 29 // Called when the runtime is shutdown. May be called for an active Cast
|
/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/webrtc/examples/objcnativeapi/objc/ |
D | NADAppDelegate.m | 49 // Called as part of the transition from the background to the active state; here you can undo 59 // Called when the application is about to terminate. Save data if appropriate. See also
|
/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/pigweed/pw_rpc/nanopb/ |
D | docs.rst | 184 // Called when the response is received from the server with the method's 188 // Called when an error occurs internally in the RPC client or server. 237 // Called on every response received from the server with the deserialized 241 // Called when the server ends the stream with the overall RPC status. 244 // Called when an error occurs internally in the RPC client or server.
|
/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/libchrome/libchrome_tools/patches/ |
D | dbus-Support-UnexportMethod-from-an-exported-object.patch | 110 + // Called when method unexporting is done. 159 // Called when the object is exported. 165 + // Called when a method is unexported.
|
/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_DeviceAllowBluetooth/ |
D | control | 13 Called through the policy_DeviceAllowBluetooth test only. Verifies
|
/external/autotest/client/site_tests/policy_EnrollmentRetainment/ |
D | control | 13 Called through the stress_EnrollmentRetainnment server test only. This test
|