HomeSort by relevance Sort by last modified time
    Searched refs:toRun (Results 1 - 8 of 8) sorted by null

  /external/skia/tests/
skia_test.cpp 173 int toRun = 0;
179 toRun++;
191 Status status(toRun);
225 toRun, status.failCount(), skipCount, status.testCount());
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderRaw.java 85 final Vector<File> toRun = new Vector<File>();
92 toRun.add(f[i]);
111 for (File file : toRun) {
LoaderDicom.java 359 final Vector<File> toRun = new Vector<File>();
368 toRun.add(file);
393 synchronized (toRun) {
394 if (toRun.isEmpty()) {
397 return toRun.remove(0);
518 final Vector<File> toRun = new Vector<File>();
527 toRun.add(file1);
547 for (File file : toRun) {
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 1091 const TestNode* toRun;
1098 toRun = root;
1111 toRun = root;
1113 toRun = getTest(root, argv[i]);
1115 if ( toRun == NULL )
1124 showTests(toRun);
1126 runTests(toRun);
1145 showTests(toRun);
1147 runTests(toRun);
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java 185 public boolean isConflict(SyncOperation toRun) {
186 final SyncStorageEngine.EndPoint other = toRun.target;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java 579 Runnable toRun = this.runnable;
581 toRun.run();
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 479 milliseconds