HomeSort by relevance Sort by last modified time
    Searched full:hand (Results 76 - 100 of 2381) sorted by null

1 2 34 5 6 7 8 91011>>

  /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:
http_stream.h 9 // other hand leave the transport socket management to the SpdySession.
  /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/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 16 // ("Type to search" on the right-hand side), the keyword hint ("Press [Tab] to
17 // search Engine" on the right-hand side), and keyword mode ("Search Engine:" in
18 // a button-like token on the left-hand side).
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
HumanoidRagdollPreset.java 31 boneMap.put("hand", new JointPreset(FastMath.QUARTER_PI, -FastMath.QUARTER_PI, FastMath.QUARTER_PI, -FastMath.QUARTER_PI, FastMath.QUARTER_PI, -FastMath.QUARTER_PI));
93 entry.addSynonym("hand", 100);
96 lexicon.put("hand", entry);
  /art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc 45 // TODO: use FinishCalleeSaveFrameSetup(self, sp, Runtime::kRefsOnly) not the hand inlined below.
46 // 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.
  /external/chromium_org/ppapi/cpp/
point.h 296 /// @param[in] lhs The Point on the left-hand side of the equation.
297 /// @param[in] rhs The Point on the right-hand side of the equation.
306 /// @param[in] lhs The Point on the left-hand side of the equation.
307 /// @param[in] rhs The Point on the right-hand side of the equation.
317 /// @param[in] lhs The Point on the left-hand side of the equation.
318 /// @param[in] rhs The Point on the right-hand side of the equation.
327 /// @param[in] lhs The Point on the left-hand side of the equation.
328 /// @param[in] rhs The Point on the right-hand side of the equation.
  /external/dropbear/libtommath/
bn_s_mp_mul_high_digs.c 49 /* left hand side of A[ix] * B[iy] */
55 /* alias for where to read the right hand side from */
  /external/libvpx/libvpx/tools/
intersect-diffs.py 57 # Join the right hand side of the older diff with the left hand side of the
  /external/valgrind/main/none/tests/s390x/
cksm.c 58 /* Compute the checksum via hand-crafted algorithm */
118 /* The results computed by-insn and by-hand must compare equal and
127 printf("FAIL: sum: by-hand %"PRIx32" by-insn %"PRIx32"\n",
133 printf("FAIL: addr: by-hand %"PRIx64" by-insn %"PRIx64"\n",
139 printf("FAIL: len: by-hand %"PRIx64" by-insn %"PRIx64"\n",
145 printf("FAIL: cc: by-hand %d by-insn %d\n",
157 printf("FAIL: sum: by-hand %"PRIx32" expected %"PRIx32"\n",
164 /* Run a testcase. Compute the checksum by-hand and by-insn and compare
  /libcore/luni/src/main/java/java/util/concurrent/locks/
package-info.java 16 * hand-over-hand and lock reordering algorithms. The main implementation
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestion.java 64 * Gets the left-hand-side icon for the current suggestion.
71 * Gets the right-hand-side icon for the current suggestion.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 198 // platforms. For other systems, they will have to be hand tailored.
201 // it may be possible to hand tailor a more efficient implementation. Such
215 # error defaults not correct; you must hand modify boost/cstdint.hpp
254 # error defaults not correct; you must hand modify boost/cstdint.hpp
289 # error defaults not correct; you must hand modify boost/cstdint.hpp
303 # error defaults not correct; you must hand modify boost/cstdint.hpp
327 # error defaults not correct; you must hand modify boost/cstdint.hpp
472 # error defaults not correct; you must hand modify boost/cstdint.hpp
480 # error defaults not correct; you must hand modify boost/cstdint.hpp
488 # error defaults not correct; you must hand modify boost/cstdint.hp
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_PACKED_SWITCH.S 5 * we decode it and hand it off to a helper function.
  /dalvik/vm/mterp/mips/
OP_PACKED_SWITCH.S 5 * we decode it and hand it off to a helper function.
  /external/chromium/chrome/browser/net/
chrome_dns_cert_provenance_checker_factory.h 15 // chrome_dns_cert_provenance_checker.cc and hand a function pointer to this
  /external/chromium/chrome/browser/themes/
theme_service_factory.h 26 // still needs a ThemeService to hand back the default theme images.
  /external/chromium/third_party/libevent/test/
test.sh 53 # Need to do this by hand?
  /external/chromium_org/ash/shelf/
shelf_item_delegate_manager.h 27 // appropriately. On the other hand, ShelfItemDelegateManager destroys
  /external/chromium_org/chrome/browser/themes/
theme_service_factory.h 26 // still needs a ThemeService to hand back the default theme images.
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_custom_window.h 20 // then it doesn't have to use this class. On the other hand, if it has some
  /external/chromium_org/chrome/renderer/resources/extensions/
unload_event.js 6 // tab shutdown. On the other hand, onUnload might not always fire, since
  /external/chromium_org/components/autofill/content/browser/
DEPS 25 # plain BrowserContext to a Profile. If on the other hand we move it
  /external/chromium_org/ios/public/consumer/base/
supports_user_data.h 35 // only used on one thread. Calling this method allows the caller to hand

Completed in 1108 milliseconds

1 2 34 5 6 7 8 91011>>