Home
last modified time | relevance | path

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

12345

/external/llvm-project/llvm/unittests/ADT/
DScopeExitTest.cpp18 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/
DASTMatchersInternalTest.cpp124 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/
DASTMatchersInternalTest.cpp116 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/
Dbugprone-lambda-function-name.rst15 [] { printf("Called from %s\n", __func__); }();
21 Called from operator()
26 Called from FancyFunction
/external/python/cpython3/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 …]
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
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 …]
/external/clang/test/Analysis/
DObjCRetSigs.m15 printf("Called MyBase -length;\n");
22 printf("Called MySub -length;\n");
/external/llvm-project/clang/test/Analysis/
DObjCRetSigs.m15 printf("Called MyBase -length;\n");
22 printf("Called MySub -length;\n");
/external/llvm-project/llvm/test/ThinLTO/X86/Inputs/
Ddeadstrip.ll6 ; 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/
Dstepping-tests.m22 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/
Dpyexpat.rst333 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 …]
Dasyncore.rst107 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/
DGrMtlRenderTarget.mm13 // Called for wrapped non-texture render targets.
26 // Called by subclass constructors.
/external/openscreen/cast/cast_core/api/core/
Dcast_core_service.proto25 // 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/
Dradius-v.out8 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/
DNADAppDelegate.m49 // 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/
DMachineRegisterInfo.cpp499 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/
Ddocs.rst184 // 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/
Dcontrol13 Called through the policy_KioskModeEnabled test only. Verifies
/external/autotest/client/site_tests/policy_DeviceEphemeralUsersEnabled/
Dcontrol13 Called through the policy_DeviceEphemeralUsersEnabled test only. Verifies
/external/libchrome/libchrome_tools/patches/
Ddbus-Support-UnexportMethod-from-an-exported-object.patch110 + // 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/
Dcontrol13 Called through the policy_AUServer test only. Verifies whether the device
/external/autotest/client/site_tests/policy_DeviceAllowBluetooth/
Dcontrol13 Called through the policy_DeviceAllowBluetooth test only. Verifies
/external/autotest/client/site_tests/policy_EnrollmentRetainment/
Dcontrol13 Called through the stress_EnrollmentRetainnment server test only. This test

12345