/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; 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/mesa3d/docs/ |
MESA_resize_buffers.spec | 31 the computer's window system (an X server, for example). And since
|
/prebuilts/go/darwin-x86/src/syscall/ |
security_windows.go | 122 // System specify target computer to search. 187 // System specify target computer to search for. 298 // system-related operations on the local computer.
|
/prebuilts/go/linux-x86/src/syscall/ |
security_windows.go | 122 // System specify target computer to search. 187 // System specify target computer to search for. 298 // system-related operations on the local computer.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/ |
pdebuild-ant.jar | |
/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")
|
/prebuilts/go/darwin-x86/src/hash/adler32/ |
adler32_test.go | 35 {0x7e511e63, "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977"},
|
/prebuilts/go/darwin-x86/src/hash/crc64/ |
crc64_test.go | 38 {0xa7b9d53ea87eb82f, 0x561cc0cfa235ac68, "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977"},
|
/prebuilts/go/linux-x86/src/hash/adler32/ |
adler32_test.go | 35 {0x7e511e63, "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977"},
|
/prebuilts/go/linux-x86/src/hash/crc64/ |
crc64_test.go | 38 {0xa7b9d53ea87eb82f, 0x561cc0cfa235ac68, "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977"},
|
/prebuilts/go/darwin-x86/src/crypto/sha256/ |
sha256_test.go | 41 {"8c87deb65505c3993eb24b7a150c4155e82eee6960cf0c3a8114ff736d69cad5", "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977"}, 75 {"2fc333713983edfd4ef2c0da6fb6d6415afb94987c91e4069eb063e6", "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977"},
|
/prebuilts/go/linux-x86/src/crypto/sha256/ |
sha256_test.go | 41 {"8c87deb65505c3993eb24b7a150c4155e82eee6960cf0c3a8114ff736d69cad5", "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977"}, 75 {"2fc333713983edfd4ef2c0da6fb6d6415afb94987c91e4069eb063e6", "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977"},
|
/prebuilts/go/darwin-x86/src/crypto/md5/ |
md5_test.go | 40 {"de3a4d2fd6c73ec2db2abad23b444281", "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977"},
|
/prebuilts/go/darwin-x86/src/crypto/sha1/ |
sha1_test.go | 42 {"6859733b2590a8a091cecf50086febc5ceef1e80", "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977"},
|
/prebuilts/go/linux-x86/src/crypto/md5/ |
md5_test.go | 40 {"de3a4d2fd6c73ec2db2abad23b444281", "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977"},
|
/prebuilts/go/linux-x86/src/crypto/sha1/ |
sha1_test.go | 42 {"6859733b2590a8a091cecf50086febc5ceef1e80", "There is no reason for any individual to have a computer in their home. -Ken Olsen, 1977"},
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar | |
/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!!
|