Home
last modified time | relevance | path

Searched refs:dynA (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/
Dalloc.pass.cpp46 typedef dynarray<T> dynA; in test() typedef
48 dynA d1 ( vals, alloc ); in test()
57 typedef dynarray<T> dynA; in test() typedef
59 dynA d1 ( 4, alloc1 ); in test()
64 dynA d2 ( 7, val, alloc1 ); in test()
69 dynA d3 ( d2, alloc2 ); in test()
Ddefault.pass.cpp35 typedef dynarray<T> dynA; in test() typedef
37 dynA d1 ( vals ); in test()
45 typedef dynarray<T> dynA; in test() typedef
47 dynA d1 ( 4 ); in test()
51 dynA d2 ( 7, val ); in test()
55 dynA d3 ( d2 ); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.overview/
Dfront_back.pass.cpp48 typedef dynarray<T> dynA; in test() typedef
50 dynA d1 ( 4 ); in test()
54 dynA d2 ( 7, val ); in test()
Dcapacity.pass.cpp38 typedef dynarray<T> dynA; in test() typedef
40 dynA d1 ( vals ); in test()
Dindexing.pass.cpp51 typedef dynarray<T> dynA; in test() typedef
53 dynA d1 ( vals ); in test()
Dbegin_end.pass.cpp88 typedef dynarray<T> dynA; in test() typedef
90 dynA d1 ( 4 ); in test()
94 dynA d2 ( 7, val ); in test()
Dat.pass.cpp74 typedef dynarray<T> dynA; in test() typedef
76 dynA d1 ( vals ); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.data/
Ddefault.pass.cpp47 typedef dynarray<T> dynA; in test() typedef
49 dynA d1 ( 4 ); in test()
53 dynA d2 ( 7, val ); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.zero/
Ddefault.pass.cpp34 typedef dynarray<T> dynA; in test() typedef
36 dynA d1 ( 0 ); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.mutate/
Ddefault.pass.cpp31 typedef dynarray<T> dynA; in test() typedef
33 dynA d1 ( 4 ); in test()