/ndk/tests/device/test-stlport_static-exception/jni/ |
D | cond1.cpp | 6 #define CI(stmt) try { stmt; abort(); } catch (int) { } macro 22 CI((argc+1 ? throw 0 : has_destructor())); in main() 23 CI((0 ? has_destructor() : throw 0)); in main() 24 CI((1 ? throw 0 : has_destructor())); in main() 29 CI((argc+1 ? throw 0 : no_destructor())); in main() 30 CI((0 ? no_destructor() : throw 0)); in main() 31 CI((1 ? throw 0 : no_destructor())); in main() 36 CI(throw PI(i)); in main() 42 CI(0 ? 0 : throw PI(i)); in main() 45 CI(0 ? has_destructor() : throw PI(i)); in main() [all …]
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | cond1.cpp | 6 #define CI(stmt) try { stmt; abort(); } catch (int) { } macro 22 CI((argc+1 ? throw 0 : has_destructor())); in main() 23 CI((0 ? has_destructor() : throw 0)); in main() 24 CI((1 ? throw 0 : has_destructor())); in main() 29 CI((argc+1 ? throw 0 : no_destructor())); in main() 30 CI((0 ? no_destructor() : throw 0)); in main() 31 CI((1 ? throw 0 : no_destructor())); in main() 36 CI(throw PI(i)); in main() 42 CI(0 ? 0 : throw PI(i)); in main() 45 CI(0 ? has_destructor() : throw PI(i)); in main() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/ |
D | insert_value.pass.cpp | 46 typedef typename C::const_iterator CI; in test() typedef 48 CI i = c1.insert(c1.begin() + P, x); in test() 66 typedef typename C::const_iterator CI; in testN() typedef 97 typedef typename C::const_iterator CI; in self_reference_test() typedef 103 CI it = c.cbegin() + i; in self_reference_test() 104 CI jt = c.cbegin() + j; in self_reference_test()
|
D | insert_iter_iter.pass.cpp | 50 typedef typename C::const_iterator CI; in test() typedef 51 typedef bidirectional_iterator<CI> BCI; in test() 53 CI i = c1.insert(c1.begin() + P, BCI(c2.begin()), BCI(c2.end())); in test() 71 typedef typename C::const_iterator CI; in testN() typedef 133 typedef typename C::const_iterator CI; in testI() typedef 134 typedef input_iterator<CI> ICI; in testI() 136 CI i = c1.insert(c1.begin() + P, ICI(c2.begin()), ICI(c2.end())); in testI() 154 typedef typename C::const_iterator CI; in testNI() typedef 208 typedef typename C::const_iterator CI; in test_move() typedef 215 for (CI i = c.begin(); i != c.end(); ++i, ++j) in test_move() [all …]
|
D | insert_size_value.pass.cpp | 46 typedef typename C::const_iterator CI; in test() typedef 48 CI i = c1.insert(c1.begin() + P, size, x); in test() 66 typedef typename C::const_iterator CI; in testN() typedef 113 typedef typename C::const_iterator CI; in self_reference_test() typedef 119 CI it = c.cbegin() + i; in self_reference_test() 120 CI jt = c.cbegin() + j; in self_reference_test()
|
D | emplace.pass.cpp | 49 typedef typename C::const_iterator CI; in test() typedef 51 CI i = c1.emplace(c1.begin() + P, Emplaceable(1, 2.5)); in test() 63 typedef typename C::const_iterator CI; in testN() typedef
|
D | insert_rvalue.pass.cpp | 49 typedef typename C::const_iterator CI; in test() typedef 51 CI i = c1.insert(c1.begin() + P, MoveOnly(x)); in test() 69 typedef typename C::const_iterator CI; in testN() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/ |
D | assign_iter_iter.pass.cpp | 58 typedef typename C::const_iterator CI; in testN() typedef 68 typedef typename C::const_iterator CI; in testI() typedef 69 typedef input_iterator<CI> ICI; in testI() 81 typedef typename C::const_iterator CI; in testNI() typedef
|
D | assign_size_value.pass.cpp | 46 typedef typename C::const_iterator CI; in test() typedef 51 for (CI i = c1.begin(); i != c1.end(); ++i) in test() 60 typedef typename C::const_iterator CI; in testN() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.capacity/ |
D | resize_size.pass.cpp | 45 typedef typename C::const_iterator CI; in test() typedef 50 CI i = c1.begin(); in test() 61 typedef typename C::const_iterator CI; in testN() typedef
|
D | resize_size_value.pass.cpp | 45 typedef typename C::const_iterator CI; in test() typedef 50 CI i = c1.begin(); in test() 61 typedef typename C::const_iterator CI; in testN() typedef
|
D | shrink_to_fit.pass.cpp | 54 typedef typename C::const_iterator CI; in testN() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/ |
D | copy.pass.cpp | 50 typedef typename C::const_iterator CI; in testN() typedef 52 typedef random_access_iterator<CI> RACI; in testN() 53 typedef input_iterator<CI> ICI; in testN()
|
D | move_backward.pass.cpp | 50 typedef typename C::const_iterator CI; in testN() typedef 52 typedef random_access_iterator<CI> RACI; in testN()
|
D | move.pass.cpp | 50 typedef typename C::const_iterator CI; in testN() typedef 52 typedef random_access_iterator<CI> RACI; in testN()
|
D | copy_backward.pass.cpp | 50 typedef typename C::const_iterator CI; in testN() typedef 52 typedef random_access_iterator<CI> RACI; in testN()
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | pl.po | 400 "PRZYDATNO�CI DO SPRZEDA�Y LUB DO KONKRETNYCH CEL�W.\n"
|
/ndk/sources/host-tools/make-3.81/po/ |
D | pl.po | 1111 "%sAutorzy nie daj� �ADNYCH gwarancji, w tym nawet gwarancji SPRZEDAWALNO�CI\n" 1112 "%slub PRZYDATNO�CI DO KONKRETNYCH CEL�W.\n"
|