Searched refs:test (Results 1 – 25 of 89) sorted by relevance
1234
3 import android.test.ActivityInstrumentationTestCase2;6 * This is a simple framework for a test of an Application. See7 * {@link android.test.ApplicationTestCase ApplicationTestCase} for more information on10 * To run this test, you can type:13 * PACKAGE.tests/android.test.InstrumentationTestRunner
90 def _AddTest(self, test): argument98 if self.GetTest(test.GetName()) is not None:99 logger.SilentLog("Overriding test definition %s" % test.GetName())100 self._testname_map[test.GetName()] = test107 for test in self.GetTests():108 if test.IsContinuous():109 con_tests.append(test)
6 for test in disassemble_test_input.tests:7 print test8 …for line in disassemble_tombstone.Disassemble(iter(disassemble_test_input.tests[test].splitlines(T…
13 build dlopen/test.o: cc dlopen/test.c 15 build dlopen/test.so: ld dlopen/test.o
16 void (*test)(void) = dlsym(handle, "test"); in main() local17 if (!test) { in main()20 test(); in main()
1 extern void test();5 void test() { in test() function
120 public TestResult doRun(Test test, boolean wait) { in doRun() argument121 if (test instanceof DeviceTest) { in doRun()122 DeviceTest deviceTest = (DeviceTest)test; in doRun()127 test.getClass().getName())); in doRun()129 return super.doRun(test, wait); in doRun()140 Test test = DeviceTestSuite.createTest(testClass, method); in runSingleMethod() local141 return doRun(test, wait); in runSingleMethod()
53 public void runTest(Test test, TestResult result) { in runTest() argument54 if (test instanceof DeviceTest) { in runTest()55 DeviceTest deviceTest = (DeviceTest)test; in runTest()59 test.run(result); in runTest()
19 import android.test.ApplicationTestCase;20 import android.test.suitebuilder.annotation.MediumTest;21 import android.test.suitebuilder.annotation.SmallTest;
19 import android.test.ActivityInstrumentationTestCase2;
25 import android.test.MoreAsserts;26 import android.test.ServiceTestCase;27 import android.test.suitebuilder.annotation.MediumTest;28 import android.test.suitebuilder.annotation.SmallTest;
24 import android.test.ActivityUnitTestCase;25 import android.test.suitebuilder.annotation.MediumTest;
31 test: /\.vue$/, property40 test: /\.js$/, property45 test: /\.proto$/, property55 test: /\.(png|jpg|gif|svg)$/, property
22 import android.test.ActivityInstrumentationTestCase2;23 import android.test.TouchUtils;24 import android.test.ViewAsserts;25 import android.test.suitebuilder.annotation.MediumTest;
258 for test in self._known_tests:259 print "%-25s %-40s %s" % (test.GetName(), test.GetBuildPath(),260 test.GetDescription())389 for test in tests:390 if test.IsFullMake() and test.IsGrantedPermissions() == test_requires_permissions:391 if test.GetExtraBuildArgs():393 extra_args_set.add(test.GetExtraBuildArgs())396 " extra_build_args" % test.GetName())443 test = self._known_tests.GetTest(name)444 if test is None:[all …]
23 import android.test.ActivityInstrumentationTestCase2;24 import android.test.TouchUtils;25 import android.test.suitebuilder.annotation.MediumTest;
22 import android.test.ActivityInstrumentationTestCase2;23 import android.test.suitebuilder.annotation.SmallTest;
17 package com.android.example.spinner.test;22 import android.test.ActivityInstrumentationTestCase2;23 import android.test.UiThreadTest;
21 import android.test.ActivityInstrumentationTestCase2;22 import android.test.suitebuilder.annotation.MediumTest;
10 …# adb shell uiautomator runtest uiautomator.samples.jar -c com.android.test.uiautomator.demos.Laun…22 …# adb shell uiautomator runtest uiautomator.samples.jar -c com.android.test.uiautomator.demos.LogB…31 …# adb shell uiautomator runtest uiautomator.samples.jar -c com.android.test.uiautomator.demos.SetT…