HomeSort by relevance Sort by last modified time
    Searched defs:runTestCase (Results 1 - 3 of 3) sorted by null

  /art/test/550-checker-regression-wide-store/src/
Main.java 24 private static int runTestCase(String name, long arg) throws Exception {
38 assertEquals(42, runTestCase("invalidateLow", 42L));
  /external/libcxx/test/std/utilities/function.objects/func.require/
bullet_5.pass.cpp 237 // runTestCase - Run a test case for C++11 class functor types
244 // runTestCase - Run a test case for both function and functor types.
246 void runTestCase() {
256 runTestCase< R(), 0, LValueCaster >();
257 runTestCase< R(A&), 1, LValueCaster >();
258 runTestCase< R(A&, A&), 2, LValueCaster >();
259 runTestCase< R(A&, A&, A&), 3, LValueCaster >();
260 runTestCase< R(CA&), 1, ConstCaster >();
261 runTestCase< R(CA&, CA&), 2, ConstCaster >();
262 runTestCase< R(CA&, CA&, CA&), 3, ConstCaster >()
    [all...]
  /external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp 75 int runTestCase( int detectorIdx, vector<vector<Rect> >& objects );
229 int temp_code = runTestCase( di, objects );
255 int CV_DetectorTest::runTestCase( int detectorIdx, vector<vector<Rect> >& objects )
    [all...]

Completed in 1169 milliseconds