OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runTestCase
(Results
1 - 5
of
5
) 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/jsoncpp/src/test_lib_json/
jsontest.h
132
virtual void
runTestCase
() = 0;
269
virtual void
runTestCase
(); \
272
void Test##FixtureType##name::
runTestCase
()
jsontest.cpp
226
runTestCase
();
/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 8698 milliseconds