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

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
MapMaker.java 42 private final Function<? super K, ? extends V> computer; field in class:MapMaker.ExpiringComputingMap
50 ExpiringComputingMap(long expirationMillis, Function<? super K, ? extends V> computer,
54 this.computer = computer;
126 if (result == null && computer != null) {
147 value = computer.apply(key);
153 String message = computer + " returned null for key " + key + ".";
222 public <K, V> ConcurrentMap<K, V> makeComputingMap(Function<? super K, ? extends V> computer) {
224 expirationMillis, computer, maximumSize, initialCapacity);
  /external/junit/src/main/java/org/junit/runner/
JUnitCore.java 57 * @param computer Helps construct Runners from classes
61 public static Result runClasses(Computer computer, Class<?>... classes) {
62 return new JUnitCore().run(computer, classes);
100 * @param computer Helps construct Runners from classes
104 public Result run(Computer computer, Class<?>... classes) {
105 return run(Request.classes(computer, classes));
164 static Computer defaultComputer() {
165 return new Computer();
    [all...]
Request.java 68 * @param computer Helps construct Runners from classes
72 public static Request classes(Computer computer, Class<?>... classes) {
75 Runner suite = computer.getSuite(builder, classes);
85 * in a set of classes with the default <code>Computer</code>.
JUnitCommandLineParseResult.java 114 * @param computer {@link Computer} to be used.
116 public Request createRequest(Computer computer) {
119 computer, classes.toArray(new Class<?>[classes.size()]));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
GnssCtsTestActivity.java 31 import org.junit.runner.Computer;
109 Computer computer = new Computer(); local
114 runner = computer.getSuite(runnerBuilder, new Class[]{ mTestClass });
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestActivity.java 34 import org.junit.runner.Computer;
119 Computer computer = new Computer(); local
124 runner = computer.getSuite(runnerBuilder, new Class[]{ mTestClass });
  /external/mesa3d/docs/specs/OLD/
MESA_resize_buffers.spec 31 the computer's window system (an X server, for example). And since
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 126 e.g. splitdrive("//host/computer/dir") returns ("//host/computer", "/dir")
  /external/python/cpython2/Lib/
ntpath.py 110 e.g. splitdrive("//host/computer/dir") returns ("//host/computer", "/dir")
  /external/walt/docs/
Development.md 10 1. With the phone connected you computer via USB, run `adb tcpip 5555` (you can replace 5555 with any port)
  /external/python/cpython3/Lib/
ntpath.py 136 e.g. splitdrive("//host/computer/dir") returns ("//host/computer", "/dir")
  /external/icu/icu4c/source/
runConfigureICU 56 MSYS/MSVC Use the Microsoft Visual C++ computer on MSYS
  /external/clang/www/demo/
index.cgi 155 one from your computer, and you can see LLVM compile it, meow!!
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/diff/
diff.go 9 // Levenshtein distance as this problem is well-known in computer science.
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
junit-4.8.1.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /external/kotlinc/
LICENSE 235 work stoppage, computer failure or malfunction, or any and all
491 work stoppage, computer failure or malfunction, or any and all
    [all...]
NOTICE 235 work stoppage, computer failure or malfunction, or any and all
491 work stoppage, computer failure or malfunction, or any and all
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 571 milliseconds