Searched refs:borrowed (Results 1 – 25 of 58) sorted by relevance
123
/external/autotest/client/tests/tsc/ |
D | control | 9 between pairs of CPUs on an SMP system using a technique borrowed
|
/external/autotest/client/tests/tsc/src/ |
D | README | 2 between pairs of CPUs on an SMP system using a technique borrowed
|
/external/python/cpython2/Doc/extending/ |
D | extending.rst | 603 *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/ |
D | extending.rst | 632 *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/ |
D | standard.css | 1 /* Styles borrowed from GWT standard theme CSS */
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | deadstore.ll | 4 ;; Most of these are borrowed from transforms/DSE/simple.ll
|
/external/python/cpython3/Doc/c-api/ |
D | weakref.rst | 60 This function returns a **borrowed reference** to the referenced object.
|
D | dict.rst | 165 them are borrowed. *ppos* should not be altered during iteration. Its
|
D | intro.rst | 265 borrowed reference. 473 :c:func:`PyErr_Occurred` can be used to check for this: it returns a borrowed
|
/external/python/cpython2/Doc/c-api/ |
D | weakref.rst | 72 This function returns a **borrowed reference** to the referenced object.
|
D | dict.rst | 160 them are borrowed. *ppos* should not be altered during iteration. Its
|
D | arg.rst | 320 *borrowed* references; do not decrement their reference count! 383 in with the values from *args*; they will contain borrowed references. The
|
/external/conscrypt/ |
D | README.md | 10 The core SSL engine has borrowed liberally from the [Netty](http://netty.io/) project and their
|
/external/python/uritemplates/tests/fixtures/ |
D | README.md | 1 Theses test are borrowed from https://github.com/uri-templates/uritemplate-test
|
/external/bcc/tools/ |
D | syscount_example.txt | 59 table used by this tool (borrowed from strace sources).
|
/external/iputils/doc/ |
D | clockdiff.sgml | 115 <kuznet@ms2.inr.ac.ru></ulink>. It was based on code borrowed
|
/external/protobuf/js/ |
D | testbinary.proto | 38 // These types are borrowed from `unittest.proto` in the protobuf tree. We want
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tracker.h.in | 24 * The format encoding idea is partially borrowed from libpixman, but it is not
|
/external/skia/tests/ |
D | ResourceCacheTest.cpp | 225 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/ |
D | ResourceCacheTest.cpp | 225 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/ |
D | errno.rst | 11 borrowed from :file:`linux/include/errno.h`, which should be pretty
|
D | bz2.rst | 28 algorithm borrowed from file objects;
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 11 borrowed from :file:`linux/include/errno.h`, which should be pretty
|
/external/iproute2/doc/actions/ |
D | mirred-usage | 3 This is the basic stuff. Idea borrowed from the way ethernet switches
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | broadcasting.md | 8 compatible shapes for arithmetic operations. The terminology is borrowed from
|
123