HomeSort by relevance Sort by last modified time
    Searched full:torun (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/compiler-rt/test/esan/TestCases/
large-stack-linux.c 12 static void testChildStackLimit(rlim_t StackLimit, char *ToRun) {
40 Args[0] = ToRun;
42 Res = execv(ToRun, Args);
  /external/skia/tests/
skia_test.cpp 205 int toRun = 0;
211 toRun++;
223 Status status(toRun);
256 toRun, status.failCount(), skipCount, status.testCount());
  /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();
  /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...]
  /external/ltp/testcases/open_posix_testsuite/Documentation/
COVERAGE.mqueues 49 http://www.mat.uni.torun.pl/~wrona/posix_ipc/
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.h 118 bool ToRun(const XFA_TextPiece* pPiece, FX_RTFTEXTOBJ* tr);
cxfa_textlayout.cpp     [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
ModuleRepoSuite.java 78 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>();
147 toRun.put(id, config);
154 return toRun;
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 205 std::string ToRun = Cmd + " > " + Log + " 2>&1\n";
207 Printf("%s", ToRun.c_str());
208 int ExitCode = ExecuteCommand(ToRun);
  /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
  /frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java 303 boolean isConflict(SyncOperation toRun) {
304 final SyncStorageEngine.EndPoint other = toRun.target;
  /external/ltp/testcases/open_posix_testsuite/
BUILD 121 install the kernel patches from http://www.mat.uni.torun.pl/~wrona/posix_ipc/
  /frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
RulesManagerServiceTest.java     [all...]
  /external/valgrind/VEX/priv/
guest_s390_defs.h 77 void s390x_dirtyhelper_EX(ULong torun);
guest_s390_toIR.c 11058 IRTemp torun; local
11162 IRTemp torun; local
    [all...]
guest_s390_helpers.c 243 s390x_dirtyhelper_EX(ULong torun)
245 last_execute_target = torun;
    [all...]
  /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 
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/lib/darwin/host/
libFuzzer.a     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/lib/darwin/host/
libFuzzer.a     [all...]

Completed in 1719 milliseconds

1 2 3