Searched refs:stolen (Results 1 – 25 of 68) sorted by relevance
123
/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 | cfx_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/e2fsprogs/lib/et/test_cases/ |
D | heimdal2.et | 58 # password quality basically stolen from OV libkadm5
|
/external/dnsmasq/contrib/webmin/ |
D | README | 27 5) icons have been shamelessly stolen from the ipfilter module,
|
/external/libvorbis/m4/ |
D | ogg.m4 | 3 # Shamelessly stolen from Owen Taylor and Manish Singh
|
/external/bison/m4/ |
D | extensions.m4 | 9 # This definition of AC_USE_SYSTEM_EXTENSIONS is stolen from CVS
|
/external/libogg/ |
D | ogg.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/libopus/ |
D | opus.m4 | 3 # Shamelessly stolen from Jack Moffitt (libogg) who
|
/external/libvorbis/ |
D | vorbis.m4 | 3 # Shamelessly stolen from Owen Taylor and Manish Singh
|
/external/iproute2/doc/actions/ |
D | ifb-README | 95 action order 2: mirred (Egress Redirect to device ifb0) stolen
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | root.txt | 187 "A cynic is a person searching for an honest man, with a stolen
|
/external/mesa3d/src/glsl/ |
D | README | 202 stage, the pieces still live are stolen to a new context and the old
|
/external/openssh/ |
D | sshd.0 | 351 stolen key more difficult (name servers and/or routers would have 454 stolen. Revoked keys are specified by including the M-bM-^@M-^\@revokedM-bM-^@M-^] marker at
|
D | ssh-keygen.0 | 94 the keys be stolen).
|
/external/libcxx/include/experimental/ |
D | string_view | 784 // Shamelessly stolen from <string>
|
/external/syslinux/doc/ |
D | rfc5071.txt | 515 either due to having its IP address stolen out from under it by a
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | configure | 3173 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 4394 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
/external/fdlibm/ |
D | configure | 1945 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
/external/google-breakpad/ |
D | configure | 3772 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 4631 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
/external/boringssl/linux-arm/crypto/aes/ |
D | bsaes-armv7.S | 2490 @ calculate one round of extra tweak for the stolen ciphertext
|
/external/iputils/ninfod/ |
D | configure | 2847 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
/external/fec/ |
D | configure | 1982 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
/external/e2fsprogs/ |
D | configure | 3607 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 4206 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
/external/strace/ |
D | configure | 4037 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 6104 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
123