HomeSort by relevance Sort by last modified time
    Searched full:hand (Results 51 - 75 of 2719) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/kernel-headers/modified/
README.TXT 1 This directory contains kernel headers that must be modified by hand
  /external/opencv/cvaux/src/
cvcreatehandmask.cpp 48 create hand mask
105 // Purpose: creates hand mask image
109 // hand region
111 // roi - result hand mask ROI
  /external/valgrind/memcheck/tests/
wcs.c 1 // Uses various wchar_t * functions that have hand written SSE assembly
  /external/webrtc/webrtc/voice_engine/test/android/android_test/gen/org/webrtc/voiceengine/test/
R.java 5 * should not be modified by hand.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
and.hpp 10 // -- DO NOT modify by hand!
apply_fwd.hpp 10 // -- DO NOT modify by hand!
bind_fwd.hpp 10 // -- DO NOT modify by hand!
or.hpp 10 // -- DO NOT modify by hand!
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_transformer.py 12 """ Test multiple targets on the left hand side. """
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_transformer.py 12 """ Test multiple targets on the left hand side. """
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_transformer.py 12 """ Test multiple targets on the left hand side. """
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_transformer.py 12 """ Test multiple targets on the left hand side. """
  /external/eigen/doc/
TopicAliasing.dox 32 <tt>mat.bottomRightCorner(2,2)</tt> on the left-hand side of the assignment and the block
33 <tt>mat.topLeftCorner(2,2)</tt> on the right-hand side. After the assignment, the (2,2) entry in the bottom
81 to evaluate the right-hand side fully into a temporary matrix/array and then assign it to the left-hand
132 As explained above, it may be dangerous if the same matrix or array occurs on both the left-hand side and the
133 right-hand side of an assignment operator, and it is then often necessary to evaluate the right-hand side
149 In general, an assignment is safe if the (i,j) entry of the expression on the right-hand side depends only on
150 the (i,j) entry of the matrix or array on the left-hand side and not on any other entries. In that case it is
151 not necessary to evaluate the right-hand side explicitly
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
ConjugateGradientFormula.java 31 * On the one hand, the Fletcher-Reeves formula is guaranteed to converge
34 * other hand, the Polak-Ribi&egrave;re formula is often faster when it
  /external/autotest/frontend/client/src/autotest/common/ui/
ContextMenu.java 55 menu.addStyleName("menubar-hand-cursor");
57 menu.removeStyleName("menubar-hand-cursor");
  /external/eigen/bench/spbench/
spbench.dtd 15 <!ELEMENT RHS (SOURCE)> <!-- A matrix can have one or more right hand side associated. -->
16 <!ELEMENT SOURCE (#PCDATA)> <!-- Source of the right hand side, either generated or provided -->
  /external/tlsdate/man/
tlsdate-helper.1 12 is a tool for setting the system clock by hand or by communication
25 This tool is designed to be run by hand or as a system daemon. It must be
  /external/blktrace/
rbtree.c 323 /* If we have a right-hand child, go down and then left as far
332 /* No right-hand children. Everything down and left is
335 ancestor is a right-hand child of its parent, keep going
336 up. First time it's a left-hand child of its parent, said
351 /* If we have a left-hand child, go down and then right as far
360 /* No left-hand children. Go up till we find an ancestor which
361 is a right-hand child of its parent */
  /external/clang/test/SemaCXX/
member-pointer.cpp 115 (void)(hm->*pi); // expected-error {{left hand operand to ->* must be a pointer to class compatible with the right hand operand, but is 'HasMembers'}}
116 (void)(phm.*pi); // expected-error {{left hand operand to .* must be a class compatible with the right hand operand, but is 'HasMembers *'}}
117 (void)(i.*pi); // expected-error {{left hand operand to .* must be a class compatible with the right hand operand, but is 'int'}}
119 (void)(ptr->*pi); // expected-error {{left hand operand to ->* must be a pointer to class compatible with the right hand operand, but is 'int *'}}
169 return object->*p2m; // expected-error {{left hand operand to ->*}}
  /developers/build/prebuilts/gradle/JumpingJack/
README.md 35 as measured by the Gravity Sensor is +9.8 when the hand is downward and -9.8 when the hand
36 is upward (signs are reversed if the watch is worn on the right hand). Since the upward or
  /developers/samples/android/wearable/wear/JumpingJack/
template-params.xml 89 as measured by the Gravity Sensor is +9.8 when the hand is downward and -9.8 when the hand
90 is upward (signs are reversed if the watch is worn on the right hand). Since the upward or
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DecompositionSolver.java 41 * @param b right-hand side of the equation A &times; X = B
52 * @param b right-hand side of the equation A &times; X = B
63 * @param b right-hand side of the equation A &times; X = B
FieldDecompositionSolver.java 43 * @param b right-hand side of the equation A &times; X = B
54 * @param b right-hand side of the equation A &times; X = B
65 * @param b right-hand side of the equation A &times; X = B
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtCursor.java 71 } else if (systemCursor == SystemCursor.Hand) {
72 return "pointer"; // Don't change to 'hand', 'hand' doesn't work in the newer IEs
  /developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
MainActivity.java 62 * Earth gravity is around 9.8 m/s^2 but user may not completely direct his/her hand vertical
155 * A simple algorithm to detect a successful up-down movement of hand(s). The algorithm is
157 * as measured by the Gravity Sensor is +9.8 when the hand is downward and -9.8 when the hand
158 * is upward (signs are reversed if the watch is worn on the right hand). Since the upward or
174 * Called on detection of a successful down -> up or up -> down movement of hand.

Completed in 759 milliseconds

1 23 4 5 6 7 8 91011>>