/external/eigen/unsupported/test/ |
D | cxx11_runqueue.cpp | 35 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/ |
D | maybe_owned_unittest.cpp | 127 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/ |
D | gen.rst | 36 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
|
D | coro.rst | 33 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
|
/external/icu/icu4c/source/i18n/ |
D | numrange_fluent.cpp | 232 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/ |
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.
|
/external/python/cpython2/Doc/c-api/ |
D | gen.rst | 37 reference to *frame* is stolen by this function. The parameter must not be
|
/external/python/cpython2/Lib/test/ |
D | tokenize_tests.txt | 2 # Large bits stolen from test_grammar.py.
|
/external/e2fsprogs/lib/et/test_cases/ |
D | heimdal2.et | 58 # password quality basically stolen from OV libkadm5
|
/external/speex/ |
D | acinclude.m4 | 3 # Shamelessly stolen from Owen Taylor and Manish Singh
|
/external/dtc/ |
D | README.license | 30 This does mean that libfdt code could be "stolen" - say, included in a
|
/external/libogg/ |
D | ogg.m4 | 3 # Shamelessly stolen from Owen Taylor and Manish Singh
|
/external/libopus/ |
D | opus.m4 | 3 # Shamelessly stolen from Jack Moffitt (libogg) who
|
/external/python/cpython2/Doc/library/ |
D | wave.rst | 7 .. Documentations stolen from comments in file.
|
D | popen2.rst | 154 .. Example explanation and suggested work-arounds substantially stolen
|
/external/iproute2/doc/actions/ |
D | ifb-README | 95 action order 2: mirred (Egress Redirect to device ifb0) stolen
|
/external/python/cpython3/Modules/ |
D | _json.c | 1449 _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/ |
D | wave.rst | 8 .. Documentations stolen from comments in file.
|
/external/python/cpython2/Modules/ |
D | _json.c | 1956 _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/ |
D | root.txt | 187 "A cynic is a person searching for an honest man, with a stolen
|