Home
last modified time | relevance | path

Searched refs:borrowed (Results 1 – 25 of 58) sorted by relevance

123

/external/autotest/client/tests/tsc/
Dcontrol9 between pairs of CPUs on an SMP system using a technique borrowed
/external/autotest/client/tests/tsc/src/
DREADME2 between pairs of CPUs on an SMP system using a technique borrowed
/external/python/cpython2/Doc/extending/
Dextending.rst603 *borrowed* references; do not decrement their reference count!
891 not hold on to the object longer than the owner from which it was borrowed.
892 Using a borrowed reference after the owner has disposed of it risks using freed
897 --- in other words, with a borrowed reference you don't run the risk of leaking
899 that there are some subtle situations where in seemingly correct code a borrowed
900 reference can be used after the owner from which it was borrowed has in fact
903 A borrowed reference can be changed into an owned reference by calling
905 reference was borrowed --- it creates a new owned reference, and gives full
934 The function :c:func:`PyImport_AddModule` also returns a borrowed reference, even
947 from the caller. The caller owns a reference to the object, so the borrowed
[all …]
/external/python/cpython3/Doc/extending/
Dextending.rst632 *borrowed* references; do not decrement their reference count!
926 not hold on to the object longer than the owner from which it was borrowed.
927 Using a borrowed reference after the owner has disposed of it risks using freed
932 --- in other words, with a borrowed reference you don't run the risk of leaking
934 that there are some subtle situations where in seemingly correct code a borrowed
935 reference can be used after the owner from which it was borrowed has in fact
938 A borrowed reference can be changed into an owned reference by calling
940 reference was borrowed --- it creates a new owned reference, and gives full
969 The function :c:func:`PyImport_AddModule` also returns a borrowed reference, even
982 from the caller. The caller owns a reference to the object, so the borrowed
[all …]
/external/autotest/frontend/client/src/autotest/public/
Dstandard.css1 /* Styles borrowed from GWT standard theme CSS */
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Ddeadstore.ll4 ;; Most of these are borrowed from transforms/DSE/simple.ll
/external/python/cpython3/Doc/c-api/
Dweakref.rst60 This function returns a **borrowed reference** to the referenced object.
Ddict.rst165 them are borrowed. *ppos* should not be altered during iteration. Its
Dintro.rst265 borrowed reference.
473 :c:func:`PyErr_Occurred` can be used to check for this: it returns a borrowed
/external/python/cpython2/Doc/c-api/
Dweakref.rst72 This function returns a **borrowed reference** to the referenced object.
Ddict.rst160 them are borrowed. *ppos* should not be altered during iteration. Its
Darg.rst320 *borrowed* references; do not decrement their reference count!
383 in with the values from *args*; they will contain borrowed references. The
/external/conscrypt/
DREADME.md10 The core SSL engine has borrowed liberally from the [Netty](http://netty.io/) project and their
/external/python/uritemplates/tests/fixtures/
DREADME.md1 Theses test are borrowed from https://github.com/uri-templates/uritemplate-test
/external/bcc/tools/
Dsyscount_example.txt59 table used by this tool (borrowed from strace sources).
/external/iputils/doc/
Dclockdiff.sgml115 &lt;kuznet@ms2.inr.ac.ru&gt;</ulink>. It was based on code borrowed
/external/protobuf/js/
Dtestbinary.proto38 // These types are borrowed from `unittest.proto` in the protobuf tree. We want
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tracker.h.in24 * The format encoding idea is partially borrowed from libpixman, but it is not
/external/skia/tests/
DResourceCacheTest.cpp225 sk_sp<GrTexture> borrowed(resourceProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
231 REPORTER_ASSERT(reporter, borrowed != nullptr && adopted != nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
232 if (!borrowed || !adopted) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
236 borrowed.reset(nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tests/
DResourceCacheTest.cpp225 sk_sp<GrTexture> borrowed(resourceProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
231 REPORTER_ASSERT(reporter, borrowed != nullptr && adopted != nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
232 if (!borrowed || !adopted) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
236 borrowed.reset(nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/python/cpython2/Doc/library/
Derrno.rst11 borrowed from :file:`linux/include/errno.h`, which should be pretty
Dbz2.rst28 algorithm borrowed from file objects;
/external/python/cpython3/Doc/library/
Derrno.rst11 borrowed from :file:`linux/include/errno.h`, which should be pretty
/external/iproute2/doc/actions/
Dmirred-usage3 This is the basic stuff. Idea borrowed from the way ethernet switches
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dbroadcasting.md8 compatible shapes for arithmetic operations. The terminology is borrowed from

123