/external/opencv3/modules/objdetect/src/ |
cascadedetect_convert.cpp | 105 std::vector<float> leaves; member in struct:cv::haar_cvt::HaarClassifier 175 node.left = -(int)weak.leaves.size(); 176 weak.leaves.push_back((float)leftValNode); 185 node.right = -(int)weak.leaves.size(); 186 weak.leaves.push_back((float)rightValNode); 229 int nnodes = (int)c.nodes.size(), nleaves = (int)c.leaves.size(); 235 newfs << c.leaves[k];
|
/external/junit/src/org/junit/experimental/max/ |
MaxCore.java | 97 List<Description> leaves= findLeaves(request); 98 Collections.sort(leaves, fHistory.testComparator()); 99 return constructLeafRequest(leaves); 102 private Request constructLeafRequest(List<Description> leaves) { 104 for (Description each : leaves)
|
/external/opencv3/modules/ml/src/ |
kdtree.hpp | 23 parameter, which is the number of leaves that the algorithm checks. 47 //! split dimension; >=0 for nodes (dim), < 0 for leaves (index of the point) 67 //! finds the K nearest neighbors of "vec" while looking at Emax (at most) leaves
|
/external/mesa3d/src/glsl/ |
ir_expression_flattening.cpp | 27 * Takes the leaves of expression trees and makes them dereferences of 28 * assignments of the leaves to temporaries, according to a predicate.
|
linker.h | 55 * Leaves are, roughly speaking, the parts of the uniform that the application 60 * This class only provides the mechanism to iterate over the leaves. Derived
|
/external/v8/test/mjsunit/ |
debug-constructor.js | 67 Debug.clearStepping(); // Clear stepping as the listener leaves it on. 74 Debug.clearStepping(); // Clear stepping as the listener leaves it on.
|
/system/keymaster/include/keymaster/ |
authorization_set.h | 243 * If \p tag is not present, leaves \p val unmodified and returns false. 252 * in \p val and returns true. If \p tag is not present, leaves \p val unmodified and returns 262 * If \p tag is not present, leaves \p val unmodified and returns false. 271 * in \p val and returns true. If \p tag is not present, leaves \p val unmodified and returns 281 * true. If \p tag is not present, leaves \p val unmodified and returns false. 290 * in \p val and returns true. If \p tag is not present, leaves \p val unmodified and returns 300 * \p val and returns true. If \p tag is not present or if multiple copies are present, leaves 312 * true. If \p tag is not present, leaves \p val unmodified and returns false. 322 * true. If \p tag is not present, leaves \p val unmodified and returns false. 331 * true. If \p tag is not present, leaves \p val unmodified and returns false [all...] |
/bionic/tests/ |
stack_protector_test_helper.cpp | 26 // The generic x86-64 target leaves an 8-byte gap between `buf` and the stack guard.
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
BaseAttribute.java | 22 * the attribute name but leaves the rest up to subclasses.
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
BaseAttribute.java | 23 * the attribute name but leaves the rest up to subclasses.
|
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/res/values/ |
base-strings.xml | 26 wearable with an option to check in. This notification automatically disappears when he/she leaves
|
/development/samples/browseable/Geofencing/Application/res/values/ |
base-strings.xml | 26 wearable with an option to check in. This notification automatically disappears when he/she leaves
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
Digest.java | 40 * call leaves the digest reset.
|
/external/e2fsprogs/lib/ss/ |
mk_cmds.1 | 55 its error recovery leaves much to be desired.
|
/external/elfutils/ |
README | 4 This leaves byte ordering aside. While assuming this the code can be
|
/external/icu/icu4c/source/i18n/ |
nultrans.h | 22 * A transliterator that leaves text unchanged.
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
SyntaxTreeOptimizer.java | 36 // handle replacement, go leaves-first.
|
/external/junit/src/org/junit/runner/manipulation/ |
Sorter.java | 15 * NULL is a <code>Sorter</code> that leaves elements in an undefined order
|
/external/llvm/test/CodeGen/PowerPC/ |
delete-node.ll | 3 ; The DAGCombiner leaves behind a dead node in this testcase. Currently
|
/external/v8/src/ |
vm-state.h | 18 // VMState object leaves a state by popping the current state from the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/gnu/ |
option-groups.h | 7 __OPTION_foo to be 1 if the group is enabled, or leaves that
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/gnu/ |
option-groups.h | 7 __OPTION_foo to be 1 if the group is enabled, or leaves that
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/gnu/ |
option-groups.h | 7 __OPTION_foo to be 1 if the group is enabled, or leaves that
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
btm_matcher.py | 5 leaves to the root of the AST and returns a set of nodes for further 83 def run(self, leaves): 94 The leaves of the AST tree to be matched 101 for leaf in leaves:
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
btm_matcher.py | 5 leaves to the root of the AST and returns a set of nodes for further 83 def run(self, leaves): 94 The leaves of the AST tree to be matched 101 for leaf in leaves:
|