HomeSort by relevance Sort by last modified time
    Searched refs:Computer (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/junit/src/org/junit/runner/
Computer.java 12 public class Computer {
14 * Returns a new default computer, which runs tests in serial order
16 public static Computer serial() {
17 return new Computer();
JUnitCore.java 61 * @param computer Helps construct Runners from classes
65 public static Result runClasses(Computer computer, Class<?>... classes) {
66 return new JUnitCore().run(computer, classes);
122 * @param computer Helps construct Runners from classes
126 public Result run(Computer computer, Class<?>... classes) {
127 return run(Request.classes(computer, classes));
182 static Computer defaultComputer() {
183 return new Computer();
    [all...]
Request.java 62 * @param computer Helps construct Runners from classes
66 public static Request classes(Computer computer, Class<?>... classes) {
69 Runner suite= computer.getSuite(builder, classes);
79 * in a set of classes with the default <code>Computer</code>.
  /external/junit/src/org/junit/experimental/
ParallelComputer.java 10 import org.junit.runner.Computer;
17 public class ParallelComputer extends Computer {
27 public static Computer classes() {
31 public static Computer methods() {
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
pi.go 14 * Neither the name of "The Computer Language Benchmarks Game" nor the
15 name of "The Computer Language Shootout Benchmarks" nor the names of
32 /* The Computer Language Benchmarks Game
  /prebuilts/go/linux-x86/misc/cgo/gmp/
pi.go 14 * Neither the name of "The Computer Language Benchmarks Game" nor the
15 name of "The Computer Language Shootout Benchmarks" nor the names of
32 /* The Computer Language Benchmarks Game
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
GnssCtsTestActivity.java 31 import org.junit.runner.Computer;
97 Computer computer = new Computer(); local
102 runner = computer.getSuite(runnerBuilder, new Class[]{ mTestClass });
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestActivity.java 29 import org.junit.runner.Computer;
119 Computer computer = new Computer(); local
124 runner = computer.getSuite(runnerBuilder, new Class[]{ mTestClass });
  /external/llvm/utils/
clang-parse-diagnostics-file 55 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
  /external/eigen/lapack/
dladiv.f 40 *> in D. Knuth, The art of Computer Programming, Vol.2, p.195
sladiv.f 40 *> in D. Knuth, The art of Computer Programming, Vol.2, p.195
  /cts/tests/core/runner/src/com/android/cts/core/runner/
CoreTestRunner.java 41 import org.junit.runner.Computer;
258 Runner suite = new Computer().getSuite(runnerBuilder, classes);
  /external/v8/test/mjsunit/third_party/object-keys/
object-keys.js 1 // Copyright (c) 2006 Apple Computer, Inc. All rights reserved.
  /prebuilts/go/darwin-x86/doc/codewalk/
markov.go 10 See also Computer Recreations, Scientific American 260, 122 - 125 (1989).
  /prebuilts/go/linux-x86/doc/codewalk/
markov.go 10 See also Computer Recreations, Scientific American 260, 122 - 125 (1989).
  /prebuilts/go/darwin-x86/src/sort/
sort.go 307 // Denham Coates-Evely, Department of Computer Science, Kings College,
345 // Computer Science, pages 714-723. Springer, 2004.
  /prebuilts/go/linux-x86/src/sort/
sort.go 307 // Denham Coates-Evely, Department of Computer Science, Kings College,
345 // Computer Science, pages 714-723. Springer, 2004.
  /prebuilts/go/darwin-x86/src/compress/lzw/
reader.go 7 // Compression'', Computer, 17(6) (June 1984), pp 8-19.
  /prebuilts/go/linux-x86/src/compress/lzw/
reader.go 7 // Compression'', Computer, 17(6) (June 1984), pp 8-19.
  /external/v8/test/cctest/compiler/
test-run-native-calls.cc 427 class Computer {
709 Computer<CType>::Run(desc, build, compute, seed);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntmsapi.h 643 NTMS_COMPUTERINFORMATION Computer;
673 NTMS_COMPUTERINFORMATION Computer;
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int.go 226 // (See Daan Leijen, ``Division and Modulus for Computer Scientists''.)
498 // See Knuth, The Art of Computer Programming, Vol. 2, Section 4.5.2, Algorithm B.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
int.go 223 // (See Daan Leijen, ``Division and Modulus for Computer Scientists''.)
495 // See Knuth, The Art of Computer Programming, Vol. 2, Section 4.5.2, Algorithm B.
  /prebuilts/go/darwin-x86/src/math/big/
int.go 223 // (See Daan Leijen, ``Division and Modulus for Computer Scientists''.)
495 // See Knuth, The Art of Computer Programming, Vol. 2, Section 4.5.2, Algorithm B.

Completed in 589 milliseconds

1 2 3