/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numrange_fluent.cpp | 243 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/ |
D | numrange_fluent.cpp | 243 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/ |
D | numrange_fluent.cpp | 243 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/ |
D | gen.rst | 38 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
|
D | coro.rst | 34 A reference to *frame* is stolen by this function. The *frame* argument
|
D | bytes.rst | 182 the old value of *bytes* will be stolen. If the new object cannot be
|
D | intro.rst | 357 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/ |
D | tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt | 5 # Arbitrary encoded utf-8 text (stolen from test_doctest2.py).
|
D | tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt | 6 # Arbitrary encoded utf-8 text (stolen from test_doctest2.py).
|
D | tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt | 7 # Arbitrary encoded utf-8 text (stolen from test_doctest2.py).
|
D | tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt | 7 # Arbitrary encoded utf-8 text (stolen from test_doctest2.py).
|
D | tokenize_tests.txt | 2 # Large bits stolen from test_grammar.py.
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | scheduler.cpp | 646 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/ |
D | libcurl-env.md | 89 precautions so that they are not stolen or otherwise inadvertently revealed.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_border_clamp.txt | 170 0.1, 05/02/2000 prbrown1: Initial revision -- mostly stolen from
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_border_clamp.txt | 180 0.1, 05/02/2000 prbrown1: Initial revision -- mostly stolen from
|
/third_party/python/Modules/ |
D | _json.c | 1390 _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/ |
D | wave.rst | 8 .. Documentations stolen from comments in file.
|
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/ |
D | root.txt | 187 "A cynic is a person searching for an honest man, with a stolen
|
/third_party/icu/icu4c/source/samples/ufortune/resources/ |
D | root.txt | 187 "A cynic is a person searching for an honest man, with a stolen
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a2.rst | 89 Fix a crash in slice_richcompare(): use strong references rather than stolen
|
/third_party/node/deps/v8/src/wasm/ |
D | module-compiler.cc | 453 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/ |
D | README | 201 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/ |
D | scheduler.md | 149 …ers. Because fibers must only be executed on the same thread, only tasks, not fibers can be stolen.
|
/third_party/python/Lib/idlelib/ |
D | ChangeLog | 1121 (see Help list banter twixt David Ascher and me; idea stolen from
|