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

  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
ExecutorFactory.java 142 Runnable toRun = null;
144 toRun = mPendingActions.remove(0);
146 toRun.run();
  /external/skia/tests/
skia_test.cpp 205 int toRun = 0;
211 toRun++;
223 Status status(toRun);
256 toRun, status.failCount(), skipCount, status.testCount());
  /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) {
  /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...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
ModuleRepoSuite.java 71 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>();
138 toRun.put(id, config);
145 return toRun;
  /frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java 299 boolean isConflict(SyncOperation toRun) {
300 final SyncStorageEngine.EndPoint other = toRun.target;
  /prebuilts/go/darwin-x86/test/
run.go 60 // toRun is the channel of tests to run.
62 toRun chan *test
258 if toRun == nil {
259 toRun = make(chan *test, maxTests)
263 case toRun <- t:
265 panic("toRun buffer size (maxTests) is too small")
271 // were enqueued on the toRun channel.
275 t := <-toRun
  /prebuilts/go/linux-x86/test/
run.go 60 // toRun is the channel of tests to run.
62 toRun chan *test
258 if toRun == nil {
259 toRun = make(chan *test, maxTests)
263 case toRun <- t:
265 panic("toRun buffer size (maxTests) is too small")
271 // were enqueued on the toRun channel.
275 t := <-toRun
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp     [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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.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/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.jar 

Completed in 1098 milliseconds