/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/ |
D | reverse_copy.pass.cpp | 52 const unsigned sd = sizeof(id)/sizeof(id[0]); in test() local 53 int jd[sd] = {-1}; in test() 54 r = std::reverse_copy(InIter(id), InIter(id+sd), OutIter(jd)); in test() 55 assert(base(r) == jd+sd); in test()
|
D | reverse.pass.cpp | 47 const unsigned sd = sizeof(id)/sizeof(id[0]); in test() local 48 std::reverse(Iter(id), Iter(id+sd)); in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/ |
D | rotate.pass.cpp | 79 const unsigned sd = sizeof(id)/sizeof(id[0]); in test() local 80 r = std::rotate(Iter(id), Iter(id), Iter(id+sd)); in test() 81 assert(base(r) == id+sd); in test() 86 r = std::rotate(Iter(id), Iter(id+1), Iter(id+sd)); in test() 92 r = std::rotate(Iter(id), Iter(id+2), Iter(id+sd)); in test() 98 r = std::rotate(Iter(id), Iter(id+3), Iter(id+sd)); in test() 104 r = std::rotate(Iter(id), Iter(id+sd), Iter(id+sd)); in test() 279 const unsigned sd = sizeof(id)/sizeof(id[0]); in test1() local 280 for (int i = 0; i < sd; ++i) in test1() 282 r = std::rotate(Iter(id), Iter(id), Iter(id+sd)); in test1() [all …]
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.x | 14 .ds sd \fIsed\fP 22 \*(sd works by making only one pass over the 24 But it is \*(sd's ability to filter text in a pipeline 246 can be zero; in this case, \*(sd operates as if it were equal to 264 GNU \*(sd also supports some special 2-address forms:
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | result_type.pass.cpp | 44 explicit rand1(result_type sd = Min) : x_(sd) in rand1() argument
|
D | eval.pass.cpp | 42 explicit rand1(result_type sd = Min) : x_(sd) in rand1() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ |
D | result_type.pass.cpp | 44 explicit rand1(result_type sd = Min) : x_(sd) in rand1() argument
|
D | eval.pass.cpp | 42 explicit rand1(result_type sd = Min) : x_(sd) in rand1() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/ |
D | unique_pred.pass.cpp | 66 const unsigned sd = sizeof(id)/sizeof(id[0]); in test() local 68 r = std::unique(Iter(id), Iter(id+sd), count_equal()); in test() 72 assert(count_equal::count == sd-1); in test() 156 const unsigned sd = sizeof(id)/sizeof(id[0]); in test1() local 158 r = std::unique(Iter(id), Iter(id+sd), count_equal()); in test1() 162 assert(count_equal::count == sd-1); in test1()
|
D | unique_copy_pred.pass.cpp | 69 const unsigned sd = sizeof(id)/sizeof(id[0]); in test() local 70 int jd[sd] = {-1}; in test() 72 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd), count_equal()); in test() 76 assert(count_equal::count == sd-1); in test()
|
D | unique.pass.cpp | 50 const unsigned sd = sizeof(id)/sizeof(id[0]); in test() local 51 r = std::unique(Iter(id), Iter(id+sd)); in test() 124 const unsigned sd = sizeof(id)/sizeof(id[0]); in test1() local 125 r = std::unique(Iter(id), Iter(id+sd)); in test1()
|
D | unique_copy.pass.cpp | 52 const unsigned sd = sizeof(id)/sizeof(id[0]); in test() local 53 int jd[sd] = {-1}; in test() 54 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd)); in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/ |
D | includes.pass.cpp | 34 const unsigned sd = sizeof(id)/sizeof(id[0]); in test() local
|
D | includes_comp.pass.cpp | 35 const unsigned sd = sizeof(id)/sizeof(id[0]); in test() local
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
D | sub_proc.c | 265 BYTE sd[SECURITY_DESCRIPTOR_MIN_LENGTH]; in process_init() local 275 if (!InitializeSecurityDescriptor((PSECURITY_DESCRIPTOR)(&sd), in process_init() 283 inherit.lpSecurityDescriptor = (PSECURITY_DESCRIPTOR)(&sd); in process_init()
|
/ndk/sources/host-tools/make-3.81/po/ |
D | ga.po | 1118 "%sd'IND�OLTACHT n� FEILI�NACHT DO FHEIDHM AR LEITH.\n"
|