/external/vixl/tools/ |
threaded_tests.py | 74 def RunTest(test): 146 work = pool.map_async(RunTest, tests).get(9999999)
|
/frameworks/base/core/tests/utillib/src/android/test/ |
BandwidthTestCase.java | 41 protected void runTest() throws Throwable { 42 //This is a copy of {@link InstrumentationTestCase#runTest} with
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Blend.java | 55 runTest(); 120 public void runTest() {
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Blend.java | 55 runTest(); 119 public void runTest() {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
Support_MessageFormat.java | 37 public void runTest() { 43 new Support_MessageFormat("").runTest();
|
/libcore/support/src/test/java/tests/support/ |
Support_MessageFormat.java | 36 public void runTest() { 42 new Support_MessageFormat("").runTest();
|
/external/opencv3/modules/calib3d/test/ |
test_cameracalibration_artificial.cpp | 294 void runTest(const Size& imgSize, const Mat_<double>& camMat, const Mat_<double>& distCoeffs, size_t brdsNum, const Size& cornersSize, int flag = 0) 413 runTest(bg.size(), camMat, distCoeffs, brds_num, cbg.cornersSize(), ARTIFICIAL_CORNERS); 417 runTest(bg.size(), camMat, distCoeffs, brds_num, cbg.cornersSize(), JUST_FIND_CORNERS); 421 runTest(bg.size(), camMat, distCoeffs, brds_num, cbg.cornersSize(), USE_CORNERS_SUBPIX); 425 runTest(bg.size(), camMat, distCoeffs, brds_num, cbg.cornersSize(), USE_4QUAD_CORNERS);
|
/external/pcre/dist/ |
NON-AUTOTOOLS-BUILD | 24 Testing with RunTest.bat 230 testinput file. If you have a suitable Unix-like shell, the RunTest script 231 will run the appropriate tests for you. The command "RunTest list" will 466 TESTING WITH RUNTEST.BAT 471 directory. Pcre_test.bat runs RunTest.Bat with correct source and exe paths. 473 For manual testing with RunTest.bat, provided the build dir is a subdirectory 475 of your pcretest.exe and pcregrep.exe programs. Call RunTest.bat with 476 "..\RunTest.Bat" or "..\..\RunTest.bat" as appropriate. 478 To run only a particular test with RunTest.Bat provide a test number argument [all...] |
CMakeLists.txt | 49 # 2011-10-04 Sheri added scripts to provide needed variables to RunTest and 52 # RunTest.bat in Win32 (for effortless testing with "make test") 767 # exes in Debug location tested by the RunTest shell script 790 . ${PROJECT_SOURCE_DIR}/RunTest 817 # Provide environment for executing the bat file version of RunTest 829 call %srcdir%\\RunTest.Bat 831 echo RunTest.bat tests successfully completed 837 PASS_REGULAR_EXPRESSION "RunTest\\.bat tests successfully completed") 840 # Both the sh and bat file versions of RunTest are run if make test is used [all...] |
README | 664 To test the basic PCRE library on a Unix-like system, run the RunTest script. 675 The RunTest script runs the pcretest test program (which is documented in its 678 testoutput files. RunTest uses a file called testtry to hold the main output 684 used. RunTest outputs a comment when it skips a test. 691 This testing can be suppressed by putting "nojit" on the RunTest command line. 695 RunTest with either the -8, -16 or -32 option. 698 on the RunTest command line. To run pcretest on just one or more specific test 699 files, give their numbers as arguments to RunTest, for example: 701 RunTest 2 7 11 706 Runtest 3-15 ~1 [all...] |
/external/pcre/dist/doc/html/ |
NON-AUTOTOOLS-BUILD.txt | 24 Testing with RunTest.bat 230 testinput file. If you have a suitable Unix-like shell, the RunTest script 231 will run the appropriate tests for you. The command "RunTest list" will 466 TESTING WITH RUNTEST.BAT 471 directory. Pcre_test.bat runs RunTest.Bat with correct source and exe paths. 473 For manual testing with RunTest.bat, provided the build dir is a subdirectory 475 of your pcretest.exe and pcregrep.exe programs. Call RunTest.bat with 476 "..\RunTest.Bat" or "..\..\RunTest.bat" as appropriate. 478 To run only a particular test with RunTest.Bat provide a test number argument [all...] |
/development/testrunner/ |
runtest.py | 19 runtest helps automate the instructions for building and running tests 25 runtest supports running tests whose attributes have been pre-defined in 26 _TEST_FILE_NAME files, (runtest <testname>), or by specifying the file 27 system path to the test to run (runtest --path <path>). 29 Do runtest --help to see full list of options. 69 "usage: runtest.py [options] short-test-name[s]\n\n" 70 "The runtest script works in two ways. You can query it "
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
JarHostTest.java | 184 JUnitRunUtil.runTest(listener, this, mRunName); 195 runTest(testId, junitTest, junitResult); 203 private void runTest(TestIdentifier testId, final Test junitTest, final TestResult junitResult) {
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
CombinedEvents002Test.java | 74 runTest(expectedEventKinds); 88 runTest(expectedEventKinds); 91 private void runTest(byte[] expectedEventKinds) {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
intrapred_test.cc | 163 void RunTest() { 281 RunTest(); 369 RunTest();
|
/cts/common/util/src/com/android/compatibility/common/util/ |
TestSuiteFilter.java | 83 public void runTest(Test test, TestResult result) {
|
/cts/suite/audio_quality/test/ |
TaskTest.cpp | 108 TEST_F(TaskTest, RunTest) {
|
/cts/tests/tests/alarmclock/src/android/alarmclock/cts/ |
AlarmClockTestBase.java | 108 protected String runTest(TestcaseType testCaseType) throws Exception {
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_UnmodifiableCollectionTest.java | 44 public void runTest() {
|
/external/autotest/client/deps/glbench/src/ |
testbase.h | 36 void RunTest(TestBase* test,
|
/external/chromium-trace/catapult/third_party/typ/ |
README.rst | 67 - Support for non-unittest runtest invocation (for run-webkit-tests,
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
TearDownStackTest.java | 99 runTest();
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
uperf.h | 134 UBool runTest( char* name = NULL, char* par = NULL ); // not to be overidden
|
/external/icu/icu4c/source/tools/ctestfw/ |
uperf.cpp | 263 return runTest(); 280 res = runTest( name, parameter ); 289 UBool UPerfTest::runTest(char* name, char* par ){ 517 return testToBeCalled.runTest( path, par );
|
/external/nanopb-c/tests/site_scons/ |
site_init.py | 44 env.Append(BUILDERS = {'RunTest': run_test_builder})
|