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

  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 67 /// compute - Compute the preferred allocation order for RC with reserved
70 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { function in class:RegisterClassInfo
  /external/javassist/src/main/javassist/compiler/ast/
DoubleConst.java 44 public ASTree compute(int op, ASTree right) { method in class:DoubleConst
61 return compute(op, this.value, right.value, newType);
65 return compute(op, this.value, (double)right.value, this.type);
68 private static DoubleConst compute(int op, double value1, double value2, method in class:DoubleConst
IntConst.java 44 public ASTree compute(int op, ASTree right) { method in class:IntConst
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnTextureCoords.cpp 37 LoopBlinnTextureCoords::Result LoopBlinnTextureCoords::compute(const LoopBlinnClassifier::Result& classification, LoopBlinnConstants::FillSide sideToFill) function in class:WebCore::LoopBlinnTextureCoords
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 29 * To correctly compute a stack map table, all the arguments must
34 public void compute(CodeIterator ci, TypedBlock[] blocks, int maxLocals, method in class:Liveness
  /external/srtp/crypto/include/
auth.h 81 (((a)->type)->compute((a)->state, (buf), (len), (a)->out_len, (res)))
125 auth_compute_func compute; member in struct:auth_type_t
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 104 static T compute(Bool b) { function in class:test3::User
  /frameworks/base/libs/rs/
rsElement.cpp 146 void Element::compute() { function in class:Element
188 e->compute();
234 e->compute();
rsType.cpp 69 void Type::compute() { function in class:Type
240 nt->compute();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java 142 compute(items.get(i));
145 compute(null);
189 private void compute(SmallItem currentItem) { method in class:TimeClustering
  /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 518 modules-compute-dependencies = \
520 $(call module-compute-depends,$(__module))\
523 module-compute-depends = \
652 # - If it is undefined, try to compute its value automatically by
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 846 milliseconds