Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DScopeExitTest.cpp19 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/
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/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 …]
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.rst484 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 …]
Dxml.sax.handler.rst167 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/
DObjCRetSigs.m15 printf("Called MyBase -length;\n");
22 printf("Called MySub -length;\n");
/external/swiftshader/third_party/llvm-7.0/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/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
Dxml.sax.handler.rst166 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.
Dfunctools.rst145 ... print 'Called example function'
149 Called example function
/external/skqp/src/gpu/mtl/
DGrMtlRenderTarget.mm13 // Called for wrapped non-texture render targets.
26 // Called by subclass constructors.
/external/skia/src/gpu/mtl/
DGrMtlRenderTarget.mm13 // Called for wrapped non-texture render targets.
26 // Called by subclass constructors.
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp576 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/
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/autotest/client/site_tests/policy_DeviceAutoUpdateDisabled/
Dcontrol13 Called through the policy_AUServer test only. Verifies whether the device
/external/autotest/client/site_tests/policy_EnrollmentRetainment/
Dcontrol13 Called through the stress_EnrollmentRetainnment server test only. This test
/external/python/cpython2/Doc/reference/
Ddatamodel.rst1198 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/
Ddatamodel.rst1154 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/
Dproducer_port.proto28 // Called once only after establishing the connection with the Service.
200 // Called after SetupTracing and before StartDataSource.

1234