Searched defs:ig (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/ |
D | rotate.pass.cpp | 156 int ig[] = {0, 1, 2, 3, 4, 5}; in test() local 360 std::unique_ptr<int> ig[6]; in test1() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/ |
D | unique.pass.cpp | 64 int ig[] = {0, 0, 1, 1}; in test() local 139 Ptr ig[4]; in test1() local
|
D | unique_pred.pass.cpp | 84 int ig[] = {0, 0, 1, 1}; in test() local 175 Ptr ig[4]; in test1() local
|
D | unique_copy.pass.cpp | 68 const int ig[] = {0, 0, 1, 1}; in test() local
|
D | unique_copy_pred.pass.cpp | 89 const int ig[] = {0, 0, 1, 1}; in test() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/ |
D | search.pass.cpp | 48 int ig[] = {1, 2, 3, 4}; in test() local
|
D | search_pred.pass.cpp | 89 int ig[] = {1, 2, 3, 4}; in test() local
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | pngrtran.c | 724 int ir, ig, ib; in png_set_quantize() local
|