HomeSort by relevance Sort by last modified time
    Searched defs:compute (Results 1 - 7 of 7) sorted by null

  /frameworks/base/libs/rs/
rsType.cpp 73 void Type::compute() function in class:Type
388 st->compute();
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaClustering.java 119 compute(mediaItem, false); method
139 public void compute(MediaItem currentItem, boolean processAllItems) { method in class:MediaClustering
MediaFeed.java 357 clustering.compute(null, true);
    [all...]
  /external/guava/src/com/google/common/collect/
MapMaker.java 589 public V compute(K key, final ReferenceEntry<K, V> entry, method in class:MapMaker.StrategyImpl
    [all...]
CustomConcurrentHashMap.java 219 * another thread to compute the value if necessary. Only one value will
243 * @param computer used to compute values for keys
499 V compute(K key, E entry, Function<? super K, ? extends V> computer); method in interface:CustomConcurrentHashMap.ComputingStrategy
503 * #compute} if necessary. Returns null if a value isn't available at
504 * which point CustomConcurrentHashMap tries to compute a new value.
    [all...]
  /ndk/build/core/
definitions.mk 403 modules-compute-dependencies = \
405 $(call module-compute-depends,$(__module))\
408 module-compute-depends = \
625 # Rationale : To be used to automatically compute the location of the generated
700 # Tags are processed by a toolchain-specific function (e.g. TARGET-compute-cflags)
701 # which will call various functions to compute source-file specific settings.
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 111 milliseconds