HomeSort by relevance Sort by last modified time
    Searched refs:check_no_cookie (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
arraynew.cpp 19 void check_no_cookie (int i) function
120 check_no_cookie<int> (1);
121 check_no_cookie<X> (2);
122 check_no_cookie<Y<double> > (3);
139 check_no_cookie<W2> (11);
140 check_no_cookie<W3> (12);
  /ndk/tests/device/test-stlport_static-exception/jni/
arraynew.cpp 19 void check_no_cookie (int i) function
120 check_no_cookie<int> (1);
121 check_no_cookie<X> (2);
122 check_no_cookie<Y<double> > (3);
139 check_no_cookie<W2> (11);
140 check_no_cookie<W3> (12);

Completed in 528 milliseconds