Searched refs:computer (Results 1 - 5 of 5) sorted by relevance

/external/guava/src/com/google/common/collect/
H A DCustomConcurrentHashMap.java218 * 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 passe
251 buildComputingMap( ComputingStrategy<K, V, E> strategy, Function<? super K, ? extends V> computer) argument
499 compute(K key, E entry, Function<? super K, ? extends V> computer) argument
1982 final Function<? super K, ? extends V> computer; field in class:CustomConcurrentHashMap.ComputingImpl
1988 ComputingImpl(ComputingStrategy<K, V, E> strategy, Builder builder, Function<? super K, ? extends V> computer) argument
[all...]
H A DMapMaker.java480 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 + ".";
479 StrategyImpl( MapMaker maker, Function<? super K, ? extends V> computer) argument
589 compute(K key, final ReferenceEntry<K, V> entry, Function<? super K, ? extends V> computer) argument
/external/dropbear/libtommath/
H A Dbn.tex79 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
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex88 %automatically terminated. However, parties who have received computer
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4928 access source of entropy for any application on a UNIX (and the like) or Windows computer.

Completed in 59 milliseconds