Searched defs:buildTree (Results 1 - 9 of 9) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DHuffman.java86 buildTree();
164 private void buildTree() { method in class:Huffman
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtMultiSapBroadphase.java165 public void buildTree(Vector3 bvhAabbMin, Vector3 bvhAabbMax) { method in class:btMultiSapBroadphase
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
H A DbtMultiSapBroadphase.cpp88 void btMultiSapBroadphase::buildTree(const btVector3& bvhAabbMin,const btVector3& bvhAabbMax) function in class:btMultiSapBroadphase
H A DbtQuantizedBvh.cpp57 buildTree(0,numLeafNodes);
132 void btQuantizedBvh::buildTree (int startIndex,int endIndex) function in class:btQuantizedBvh
167 //the aabb will be expanded during buildTree/mergeInternalNodeAabb with actual node values
185 buildTree(startIndex,splitIndex);
189 buildTree(splitIndex,endIndex);
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp387 void buildTree(ArrayRef<Value *> Roots,
390 /// Clear the internal data structures that are created by 'buildTree'.
421 /// This is the recursive part of buildTree.
931 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, function in class:__anon13028::BoUpSLP
3325 R.buildTree(Operands);
3508 R.buildTree(Ops, BuildVectorSlice);
3515 R.buildTree(ReorderedOps, None);
3782 V.buildTree(makeArrayRef(&ReducedVals[i], ReduxWidth), ReductionOps);
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliParser.java395 private CommonTree buildTree(int type, String text, List<CommonTree> children) { method in class:smaliParser
727 adaptor.addChild(root_1, buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", smali_file_stack.peek().classAnnotations));
1865 adaptor.addChild(root_0, buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", statements_and_directives_stack.peek().methodAnnotations));
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 258 milliseconds