Home
last modified time | relevance | path

Searched refs:stolen (Results 1 – 25 of 51) sorted by relevance

123

/third_party/skia/third_party/externals/icu/source/i18n/
Dnumrange_fluent.cpp243 auto* stolen = _src.fAtomicFormatter.exchange(nullptr); in LocalizedNumberRangeFormatter() local
244 delete fAtomicFormatter.exchange(stolen); in LocalizedNumberRangeFormatter()
258 auto* stolen = src.fAtomicFormatter.exchange(nullptr); in operator =() local
259 delete fAtomicFormatter.exchange(stolen); in operator =()
/third_party/icu/icu4c/source/i18n/
Dnumrange_fluent.cpp243 auto* stolen = _src.fAtomicFormatter.exchange(nullptr); in LocalizedNumberRangeFormatter() local
244 delete fAtomicFormatter.exchange(stolen); in LocalizedNumberRangeFormatter()
258 auto* stolen = src.fAtomicFormatter.exchange(nullptr); in operator =() local
259 delete fAtomicFormatter.exchange(stolen); in operator =()
/third_party/node/deps/icu-small/source/i18n/
Dnumrange_fluent.cpp243 auto* stolen = _src.fAtomicFormatter.exchange(nullptr); in LocalizedNumberRangeFormatter() local
244 delete fAtomicFormatter.exchange(stolen); in LocalizedNumberRangeFormatter()
258 auto* stolen = src.fAtomicFormatter.exchange(nullptr); in operator =() local
259 delete fAtomicFormatter.exchange(stolen); in operator =()
/third_party/python/Doc/c-api/
Dgen.rst38 A reference to *frame* is stolen by this function. The argument must not be
45 A reference to *frame* is stolen by this function. The *frame* argument
Dcoro.rst34 A reference to *frame* is stolen by this function. The *frame* argument
Dbytes.rst182 the old value of *bytes* will be stolen. If the new object cannot be
Dintro.rst357 stolen by :c:func:`PyTuple_SetItem`. When you want to keep using an object
358 although the reference to it will be stolen, use :c:func:`Py_INCREF` to grab
384 can give a reference away ("have it be stolen"). For example, this function
/third_party/python/Lib/test/
Dtokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt5 # Arbitrary encoded utf-8 text (stolen from test_doctest2.py).
Dtokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt6 # Arbitrary encoded utf-8 text (stolen from test_doctest2.py).
Dtokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt7 # Arbitrary encoded utf-8 text (stolen from test_doctest2.py).
Dtokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt7 # Arbitrary encoded utf-8 text (stolen from test_doctest2.py).
Dtokenize_tests.txt2 # Large bits stolen from test_grammar.py.
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dscheduler.cpp646 Task stolen; in spinForWork() local
664 if (scheduler->stealWork(this, rng(), stolen)) { in spinForWork()
666 work.tasks.emplace_back(std::move(stolen)); in spinForWork()
/third_party/curl/docs/libcurl/
Dlibcurl-env.md89 precautions so that they are not stolen or otherwise inadvertently revealed.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_border_clamp.txt170 0.1, 05/02/2000 prbrown1: Initial revision -- mostly stolen from
/third_party/openGLES/extensions/ARB/
DARB_texture_border_clamp.txt180 0.1, 05/02/2000 prbrown1: Initial revision -- mostly stolen from
/third_party/python/Modules/
D_json.c1390 _steal_accumulate(_PyAccu *acc, PyObject *stolen) in _steal_accumulate() argument
1393 int rval = _PyAccu_Accumulate(acc, stolen); in _steal_accumulate()
1394 Py_DECREF(stolen); in _steal_accumulate()
/third_party/python/Doc/library/
Dwave.rst8 .. Documentations stolen from comments in file.
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/
Droot.txt187 "A cynic is a person searching for an honest man, with a stolen
/third_party/icu/icu4c/source/samples/ufortune/resources/
Droot.txt187 "A cynic is a person searching for an honest man, with a stolen
/third_party/python/Misc/NEWS.d/
D3.8.0a2.rst89 Fix a crash in slice_richcompare(): use strong references rather than stolen
/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc453 std::vector<WasmCompilationUnit> stolen; in StealUnitsAndGetFirst() local
462 stolen.assign(steal_begin + 1, steal_from_vector->end()); in StealUnitsAndGetFirst()
467 target_queue->insert(target_queue->end(), stolen.begin(), stolen.end()); in StealUnitsAndGetFirst()
/third_party/mesa3d/src/compiler/glsl/
DREADME201 stage, the pieces still live are stolen to a new context and the old
/third_party/skia/third_party/externals/swiftshader/third_party/marl/docs/
Dscheduler.md149 …ers. Because fibers must only be executed on the same thread, only tasks, not fibers can be stolen.
/third_party/python/Lib/idlelib/
DChangeLog1121 (see Help list banter twixt David Ascher and me; idea stolen from

123