Home
last modified time | relevance | path

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

1234

/external/eigen/unsupported/test/
Dcxx11_runqueue.cpp35 std::vector<int> stolen; in test_basic_runqueue() local
36 VERIFY_IS_EQUAL(0u, q.PopBackHalf(&stolen)); in test_basic_runqueue()
37 VERIFY_IS_EQUAL(0u, stolen.size()); in test_basic_runqueue()
66 VERIFY_IS_EQUAL(1u, q.PopBackHalf(&stolen)); in test_basic_runqueue()
67 VERIFY_IS_EQUAL(1u, stolen.size()); in test_basic_runqueue()
68 VERIFY_IS_EQUAL(7, stolen[0]); in test_basic_runqueue()
70 stolen.clear(); in test_basic_runqueue()
83 VERIFY_IS_EQUAL(2u, q.PopBackHalf(&stolen)); in test_basic_runqueue()
84 VERIFY_IS_EQUAL(2u, stolen.size()); in test_basic_runqueue()
85 VERIFY_IS_EQUAL(10, stolen[0]); in test_basic_runqueue()
[all …]
/external/pdfium/core/fxcrt/
Dmaybe_owned_unittest.cpp127 std::unique_ptr<PseudoDeletable> stolen; in TEST() local
132 stolen = ptr.Release(); in TEST()
134 EXPECT_EQ(ptr, stolen); in TEST()
/external/python/cpython3/Doc/c-api/
Dgen.rst36 A reference to *frame* is stolen by this function. The argument must not be
43 A reference to *frame* is stolen by this function. The *frame* argument
Dcoro.rst33 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
/external/icu/icu4c/source/i18n/
Dnumrange_fluent.cpp232 auto* stolen = _src.fAtomicFormatter.exchange(nullptr); in LocalizedNumberRangeFormatter() local
233 delete fAtomicFormatter.exchange(stolen); in LocalizedNumberRangeFormatter()
246 auto* stolen = src.fAtomicFormatter.exchange(nullptr); in operator =() local
247 delete fAtomicFormatter.exchange(stolen); in operator =()
/external/python/cpython3/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.
/external/python/cpython2/Doc/c-api/
Dgen.rst37 reference to *frame* is stolen by this function. The parameter must not be
/external/python/cpython2/Lib/test/
Dtokenize_tests.txt2 # Large bits stolen from test_grammar.py.
/external/e2fsprogs/lib/et/test_cases/
Dheimdal2.et58 # password quality basically stolen from OV libkadm5
/external/speex/
Dacinclude.m43 # Shamelessly stolen from Owen Taylor and Manish Singh
/external/dtc/
DREADME.license30 This does mean that libfdt code could be "stolen" - say, included in a
/external/libogg/
Dogg.m43 # Shamelessly stolen from Owen Taylor and Manish Singh
/external/libopus/
Dopus.m43 # Shamelessly stolen from Jack Moffitt (libogg) who
/external/python/cpython2/Doc/library/
Dwave.rst7 .. Documentations stolen from comments in file.
Dpopen2.rst154 .. Example explanation and suggested work-arounds substantially stolen
/external/iproute2/doc/actions/
Difb-README95 action order 2: mirred (Egress Redirect to device ifb0) stolen
/external/python/cpython3/Modules/
D_json.c1449 _steal_accumulate(_PyAccu *acc, PyObject *stolen) in _steal_accumulate() argument
1452 int rval = _PyAccu_Accumulate(acc, stolen); in _steal_accumulate()
1453 Py_DECREF(stolen); in _steal_accumulate()
/external/python/cpython3/Doc/library/
Dwave.rst8 .. Documentations stolen from comments in file.
/external/python/cpython2/Modules/
D_json.c1956 _steal_list_append(PyObject *lst, PyObject *stolen) in _steal_list_append() argument
1959 int rval = PyList_Append(lst, stolen); in _steal_list_append()
1960 Py_DECREF(stolen); in _steal_list_append()
/external/icu/icu4c/source/samples/ufortune/resources/
Droot.txt187 "A cynic is a person searching for an honest man, with a stolen

1234