Searched refs:post_increment (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/
H A DAndroid.mk19 test_name := iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/post_increment
20 test_src := post_increment.pass.cpp
/external/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A DAndroid.mk19 test_name := iterators/stream.iterators/istream.iterator/istream.iterator.ops/post_increment
20 test_src := post_increment.pass.cpp
/external/stlport/test/unit/
H A Dbind_test.cpp43 class post_increment : public binary_function<int, int, int> { class in inherits:binary_function
67 for_each((int*)array, (int*)array + 3, bind2nd(post_increment(), 1));
/external/valgrind/main/drd/tests/
H A Dannotate_smart_pointer.cpp284 int post_increment() function in class:counter
301 (*pp)->post_increment();
317 p->post_increment();

Completed in 4366 milliseconds