HomeSort by relevance Sort by last modified time
    Searched defs:toRun (Results 1 - 25 of 31) sorted by null

1 2

  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
ExecutorFactory.java 126 Runnable toRun = null;
128 toRun = mPendingActions.remove(0);
130 toRun.run();
  /external/skia/tests/
skia_test.cpp 200 int toRun = 0;
206 toRun++;
218 Status status(toRun);
243 toRun, status.failCount(), skipCount, status.testCount());
  /external/skqp/tests/
skia_test.cpp 200 int toRun = 0;
206 toRun++;
218 Status status(toRun);
243 toRun, status.failCount(), skipCount, status.testCount());
  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
SuiteModuleLoader.java 93 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>();
103 toRun.putAll(
107 return toRun;
116 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>();
123 toRun.putAll(loadOneConfig(configName, configName, abis, suiteTag));
125 return toRun;
172 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>();
232 toRun.put(id, config);
241 return toRun;
  /frameworks/rs/tests/java_api/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) {
  /prebuilts/go/darwin-x86/test/
run.go 60 // toRun is the channel of tests to run.
62 toRun chan *test
259 if toRun == nil {
260 toRun = make(chan *test, maxTests)
264 case toRun <- t:
266 panic("toRun buffer size (maxTests) is too small")
272 // were enqueued on the toRun channel.
276 t := <-toRun
  /prebuilts/go/linux-x86/test/
run.go 60 // toRun is the channel of tests to run.
62 toRun chan *test
259 if toRun == nil {
260 toRun = make(chan *test, maxTests)
264 case toRun <- t:
266 panic("toRun buffer size (maxTests) is too small")
272 // were enqueued on the toRun channel.
276 t := <-toRun
  /frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
RulesManagerServiceTest.java     [all...]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 1093 const TestNode* toRun;
1100 toRun = root;
1113 toRun = root;
1115 toRun = getTest(root, argv[i]);
1117 if ( toRun == NULL )
1126 showTests(toRun);
1128 runTests(toRun);
1147 showTests(toRun);
1149 runTests(toRun);
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
ZFile.java 351 private final List<IOExceptionRunnable> toRun;
475 toRun = Lists.newArrayList();
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /test/framework/harnesses/cts-tradefed/
tradefed-cts-prebuilt.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha7/
intellij-core-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha9/
intellij-core-26.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta1/
intellij-core-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta2/
intellij-core-26.0.0-beta2.jar 

Completed in 657 milliseconds

1 2