Searched refs:is2 (Results 1 – 7 of 7) sorted by relevance
/external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/ |
D | member_swap.pass.cpp | 43 test_iostream<char> is2(&sb2); in main() local 44 is1.swap(is2); in main() 53 assert(is2.rdbuf() == &sb2); in main() 54 assert(is2.tie() == 0); in main() 55 assert(is2.fill() == ' '); in main() 56 assert(is2.rdstate() == is2.goodbit); in main() 57 assert(is2.exceptions() == is2.goodbit); in main() 58 assert(is2.flags() == (is2.skipws | is2.dec)); in main() 59 assert(is2.precision() == 6); in main() 60 assert(is2.getloc().name() == "C"); in main() [all …]
|
D | move_assign.pass.cpp | 49 test_iostream<char> is2(&sb2); in main() local 50 is2 = (std::move(is1)); in main() 59 assert(is2.rdbuf() == &sb2); in main() 60 assert(is2.tie() == 0); in main() 61 assert(is2.fill() == ' '); in main() 62 assert(is2.rdstate() == is2.goodbit); in main() 63 assert(is2.exceptions() == is2.goodbit); in main() 64 assert(is2.flags() == (is2.skipws | is2.dec)); in main() 65 assert(is2.precision() == 6); in main() 66 assert(is2.getloc().name() == "C"); in main() [all …]
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/ |
D | member_swap.pass.cpp | 43 test_istream<char> is2(&sb2); in main() local 44 is1.swap(is2); in main() 53 assert(is2.rdbuf() == &sb2); in main() 54 assert(is2.tie() == 0); in main() 55 assert(is2.fill() == ' '); in main() 56 assert(is2.rdstate() == is2.goodbit); in main() 57 assert(is2.exceptions() == is2.goodbit); in main() 58 assert(is2.flags() == (is2.skipws | is2.dec)); in main() 59 assert(is2.precision() == 6); in main() 60 assert(is2.getloc().name() == "C"); in main() [all …]
|
D | move_assign.pass.cpp | 49 test_istream<char> is2(&sb2); in main() local 50 is2 = (std::move(is1)); in main() 59 assert(is2.rdbuf() == &sb2); in main() 60 assert(is2.tie() == 0); in main() 61 assert(is2.fill() == ' '); in main() 62 assert(is2.rdstate() == is2.goodbit); in main() 63 assert(is2.exceptions() == is2.goodbit); in main() 64 assert(is2.flags() == (is2.skipws | is2.dec)); in main() 65 assert(is2.precision() == 6); in main() 66 assert(is2.getloc().name() == "C"); in main() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | objc2-write-barrier-2.m | 65 id is2[5]; field 80 inner.inner_most.arrI[3].is2[5] = 0;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | ExcludedProxyTest.java | 79 InputStream is2 = conn2.getInputStream(); in test_usingProxy() local 83 while ((count2 = is2.read(b2)) > 0) in test_usingProxy()
|
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 7801 IRTemp math_BINARY_WIDENING_V128 ( Bool is2, IROp opI64x2toV128, in math_BINARY_WIDENING_V128() argument 7805 IROp slice = is2 ? Iop_V128HIto64 : Iop_V128to64; in math_BINARY_WIDENING_V128() 8058 void putLO64andZUorPutHI64 ( Bool is2, UInt dd, IRTemp new64 ) in putLO64andZUorPutHI64() argument 8060 if (is2) { in putLO64andZUorPutHI64() 8141 Bool is2, Bool isU, UInt size, HChar mas, in math_MULL_ACC() argument 8152 IRTemp mul = math_BINARY_WIDENING_V128(is2, mulOp, in math_MULL_ACC() 8172 Bool is2, UInt size, HChar mas, in math_SQDMULL_ACC() argument 8187 IRTemp tq = math_BINARY_WIDENING_V128(is2, mkVecQDMULLS(size), in math_SQDMULL_ACC() 8189 IRTemp tn = math_BINARY_WIDENING_V128(is2, mkVecMULLS(size), in math_SQDMULL_ACC() 10915 Bool is2 = bitQ == 1; in dis_AdvSIMD_shift_by_immediate() local [all …]
|