HomeSort by relevance Sort by last modified time
    Searched refs:testRun (Results 26 - 50 of 53) sorted by null

12 3

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowWebViewTest.java 111 Runnable testRun = () -> {
115 shadowWebView.post(testRun);
  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
ShowGraphServlet.java 164 for (Entity testRun :
170 testRun.getKey(), ProfilingPointRunEntity.KIND, profilingPointName));
ShowPlanRunServlet.java 125 if (metadata.testRun.failCount > 0) {
  /test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
VtsMultiDeviceTestResultParser.java 204 if (testRun()) {
228 private boolean testRun() {
  /external/tensorflow/tensorflow/contrib/lite/java/src/test/java/org/tensorflow/lite/
InterpreterTest.java 73 public void testRun() {
  /frameworks/base/core/tests/coretests/src/android/os/
MemoryFileTest.java 73 public void testRun() throws Exception {
    [all...]
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
CopyAccountToUserTaskTest.java 80 public void testRun() throws Exception {
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
InstrumentationTest.java 912 TestRunResult testRun = testTracker.getCurrentRunResults();
913 if (testRun.isRunFailure() || !testRun.getCompletedTests().containsAll(expectedTests)) {
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
InstalledInstrumentationsTestTest.java 67 public void testRun() throws Exception {
InstrumentationSerialTestTest.java 59 public void testRun() throws DeviceNotAvailableException, ConfigurationException {
NoisyDryRunTestTest.java 59 public void testRun() throws Exception {
TfTestLauncherTest.java 83 public void testRun() {
GoogleBenchmarkTestTest.java 90 public void testRun() throws DeviceNotAvailableException {
InstrumentationTestFuncTest.java 87 public void testRun() throws DeviceNotAvailableException {
88 Log.i(LOG_TAG, "testRun");
GTestTest.java 124 public void testRun() throws DeviceNotAvailableException {
InstrumentationTestTest.java 129 public void testRun() throws DeviceNotAvailableException {
    [all...]
CodeCoverageTestBaseTest.java 249 public void testRun() throws DeviceNotAvailableException {
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/
PythonBinaryHostTestTest.java 67 public void testRun() throws Exception {
  /external/tensorflow/tensorflow/contrib/opt/python/training/
moving_average_optimizer_test.py 39 def testRun(self):
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
RemoteAnimationControllerTest.java 86 public void testRun() throws Exception {
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/
DeviceParameterizedRunnerTest.java 107 public void testRun() throws Exception {
  /build/soong/finder/
finder_test.go 667 type testRun struct {
674 testRuns := make(chan testRun, numTests)
678 testRuns <- testRun{path, foundPaths, correctMatches}
689 testRun := <-testRuns
690 assertSameResponse(t, testRun.foundMatches, testRun.correctMatches)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimationDrawableTest.java 155 public void testRun() throws Throwable {
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
ModuleDefinitionTest.java 217 public void testRun() throws Exception {
    [all...]
ITestSuiteTest.java 242 public void testRun() throws Exception {
    [all...]

Completed in 420 milliseconds

12 3