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

  /external/mesa3d/docs/
MESA_resize_buffers.spec 31 the computer's window system (an X server, for example). And since
  /external/guava/src/com/google/common/collect/
CustomConcurrentHashMap.java 218 * it using the computer function passed to this builder, or waits for
230 * computer returns null</li>
239 * passed to the computer function as type {@code K} not to mention the
243 * @param computer used to compute values for keys
249 * @throws NullPointerException if strategy or computer is null
253 Function<? super K, ? extends V> computer) {
257 if (computer == null) {
258 throw new NullPointerException("computer");
261 return new ComputingImpl<K, V, E>(strategy, this, computer);
492 * @param computer passed to {@link Builder#buildMap
1982 final Function<? super K, ? extends V> computer; field in class:CustomConcurrentHashMap.ComputingImpl
    [all...]
MapMaker.java 480 MapMaker maker, Function<? super K, ? extends V> computer) {
485 map = maker.builder.buildComputingMap(this, computer);
590 Function<? super K, ? extends V> computer) {
593 value = computer.apply(key);
595 // if computer has thrown a computation exception, propagate rather
608 = computer + " returned null for key " + key + ".";
    [all...]
  /external/clang/www/demo/
index.cgi 155 one from your computer, and you can see LLVM compile it, meow!!
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 2 // http://www.speich.net/computer/moztesting/3d.htm
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 2 // http://www.speich.net/computer/moztesting/3d.htm
  /external/chromium/third_party/libjingle/source/talk/
main.scons 394 # product would end up being broken on any computer with a different version
  /external/dropbear/libtommath/
bn.tex 79 In a nutshell the library was written from scratch with verbose comments to help instruct computer science students how
248 source code is also accessible for computer science students attempting to learn ``BigNum'' or multiple precision
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 88 %automatically terminated. However, parties who have received computer
419 %% Try out Computer Modern fonts at \magstephalf
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 125 milliseconds