HomeSort by relevance Sort by last modified time
    Searched full:hand (Results 101 - 125 of 2549) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/freetype/src/raster/
ftrend1.h 33 /* to register it by hand in your application. It should only be */
  /external/llvm/test/CodeGen/X86/
remat-phys-dead.ll 15 ; On the other hand, if it's already the correct width, we really shouldn't be
  /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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftrend1.h 33 /* to register it by hand in your application. It should only be */
  /external/valgrind/main/memcheck/tests/
wcs.c 1 // Uses various wchar_t * functions that have hand written SSE assembly
  /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/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/chromium_org/chrome/renderer/resources/extensions/
tag_watcher.js 37 // Think carefully about when to call this. On one hand, mutation observer
40 // after. On the other hand, we intend to do this as early as possible so that
  /external/chromium_org/net/http/
http_security_headers.h 25 // value is the right-hand side of:
38 // value is the right-hand side of:
  /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/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 108 (void)(hm->*pi); // expected-error {{left hand operand to ->* must be a pointer to class compatible with the right hand operand, but is 'HasMembers'}}
109 (void)(phm.*pi); // expected-error {{left hand operand to .* must be a class compatible with the right hand operand, but is 'HasMembers *'}}
110 (void)(i.*pi); // expected-error {{left hand operand to .* must be a class compatible with the right hand operand, but is 'int'}}
112 (void)(ptr->*pi); // expected-error {{left hand operand to ->* must be a pointer to class compatible with the right hand operand, but is 'int *'}}
162 return object->*p2m; // expected-error {{left hand operand to ->*}}
  /developers/build/prebuilts/gradle/JumpingJack/
README.md 34 as measured by the Gravity Sensor is +9.8 when the hand is downward and -9.8 when the hand
35 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 93 as measured by the Gravity Sensor is +9.8 when the hand is downward and -9.8 when the hand
94 is upward (signs are reversed if the watch is worn on the right hand). Since the upward or
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 17 // ("Type to search" on the right-hand side), the keyword hint ("Press [Tab] to
18 // search Engine" on the right-hand side), and keyword mode ("Search Engine:" in
19 // a button-like token on the left-hand side).
  /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.
  /developers/samples/android/wearable/wear/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.
  /development/samples/browseable/JumpingJack/Wearable/src/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.
  /art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc 55 // TODO: use FinishCalleeSaveFrameSetup(self, sp, Runtime::kRefsOnly) not the hand inlined below.
56 // We use the hand inline version to ensure the return_pc is assigned before verifying the
  /external/chromium_org/base/
supports_user_data.h 40 // only used on one thread. Calling this method allows the caller to hand
42 // full control of the synchronization of that hand over.

Completed in 1543 milliseconds

1 2 3 45 6 7 8 91011>>