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

  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 71 /// compute - Compute the preferred allocation order for RC with reserved
74 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/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
MapMaker.java 138 result = compute(key);
143 private V compute(K key) { method in class:MapMaker.ExpiringComputingMap
  /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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorMagic.java 54 public void compute(float[] xyz, float turbulence) {
60 public void compute(float[] xyz, float turbulence) {
66 public void compute(float[] xyz, float turbulence) {
72 public void compute(float[] xyz, float turbulence) {
78 public void compute(float[] xyz, float turbulence) {
84 public void compute(float[] xyz, float turbulence) {
90 public void compute(float[] xyz, float turbulence) {
96 public void compute(float[] xyz, float turbulence) {
102 public void compute(float[] xyz, float turbulence) {
108 public void compute(float[] xyz, float turbulence)
160 noiseDepthFunctions[m].compute(xyz, turb); method
189 void compute(float[] xyz, float turbulence); method in interface:TextureGeneratorMagic.NoiseDepthFunction
    [all...]
  /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
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java 297 result = compute(key);
302 private V compute(K key) throws ExecutionException { method in class:CacheBuilder.LocalCache
  /frameworks/rs/
rsElement.cpp 166 void Element::compute() { function in class:Element
245 e->compute();
291 e->compute();
rsType.cpp 63 void Type::compute() { function in class:Type
249 nt->compute();
  /external/guava/guava/src/com/google/common/collect/
ComputingConcurrentHashMap.java 153 return compute(key, hash, e, computingValueReference);
173 V compute(K key, int hash, ReferenceEntry<K, V> e, method in class:ComputingConcurrentHashMap.ComputingSegment
184 value = computingValueReference.compute(key, hash);
352 V compute(K key, int hash) throws ExecutionException { method in class:ComputingConcurrentHashMap.ComputingValueReference
376 * Overrides get() to compute on demand. Also throws an exception when {@code null} is returned
MapMaker.java 654 * @param computingFunction the function used to compute new values
938 private V compute(K key) { method in class:MapMaker.NullComputingConcurrentMap
    [all...]
  /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
  /gdk/build/core/
definitions.mk 390 modules-compute-dependencies = \
392 $(call module-compute-depends,$(__module))\
395 module-compute-depends = \
613 # Rationale : To be used to automatically compute the location of the generated
688 # Tags are processed by a toolchain-specific function (e.g. TARGET-compute-cflags)
689 # which will call various functions to compute source-file specific settings.
    [all...]
  /ndk/build/core/
definitions.mk 584 modules-compute-dependencies = \
586 $(call module-compute-depends,$(__module))\
589 module-compute-depends = \
718 # - If it is undefined, try to compute its value automatically by
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 2135 milliseconds