HomeSort by relevance Sort by last modified time
    Searched full:around (Results 1001 - 1025 of 5919) sorted by null

<<41424344454647484950>>

  /frameworks/base/docs/html/guide/topics/sensors/
sensors_motion.jd 116 <td>Rate of rotation around the x axis.</td>
121 <td>Rate of rotation around the y axis.</td>
125 <td>Rate of rotation around the z axis.</td>
130 <td>Rate of rotation (without drift compensation) around the x axis.</td>
135 <td>Rate of rotation (without drift compensation) around the y axis.</td>
139 <td>Rate of rotation (without drift compensation) around the z axis.</td>
143 <td>Estimated drift around the x axis.</td>
147 <td>Estimated drift around the y axis.</td>
151 <td>Estimated drift around the z axis.</td>
341 <p>The gyroscope measures the rate or rotation in rad/s around a device's x, y
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimationFactory.java 253 * @param x the rotation around the x axis (aka yaw) in radians
254 * @param y the rotation around the y axis (aka roll) in radians
255 * @param z the rotation around the z axis (aka pitch) in radians
268 * @param x the rotation around the x axis (aka yaw) in radians
269 * @param y the rotation around the y axis (aka roll) in radians
270 * @param z the rotation around the z axis (aka pitch) in radians
  /external/lldb/source/Commands/
CommandObjectDisassemble.cpp 253 { LLDB_OPT_SET_5 , false, "pc" , 'p', no_argument , NULL, 0, eArgTypeNone, "Disassemble around the current pc."},
254 { LLDB_OPT_SET_6 , false, "line" , 'l', no_argument , NULL, 0, eArgTypeNone, "Disassemble the current frame's current source line instructions if there debug line table information, else disasemble around the pc."},
378 result.AppendError ("Cannot disassemble around the current line without a selected frame.\n");
389 m_options.at_pc = true; // No line entry, so just disassemble around the current pc
397 result.AppendError ("Cannot disassemble around the current function without a selected frame.\n");
417 result.AppendError ("Cannot disassemble around the current PC without a selected frame.\n");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
GLArrowSensorTestRenderer.java 45 // The (pseudo)vector around which to rotate to align Z-axis with gravity.
53 // The angle around mCrossProd to rotate to align Z-axis with gravity.
177 * rotation around X, which means we need to invert Y.
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 210 // rotation around X-axis
216 // rotation around Y-axis
232 * Draw a circle around the current touch point, if any.
  /external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
layout.html 200 html /deep/ [layout][around-justified] {
202 -webkit-justify-content: space-around;
203 justify-content: space-around;
  /external/clang/lib/Format/
WhitespaceManager.h 11 /// \brief WhitespaceManager class manages whitespace around tokens and their
27 /// \brief Manages the whitespaces around tokens and their replacements.
117 // FormatToken around to query its information.
  /external/llvm/tools/lli/
RemoteMemoryManager.cpp 38 // around a bug in MCJIT.
54 // around a bug in MCJIT.
72 // FIXME: This is part of a work around to keep sections near one another
  /external/llvm/unittests/ADT/
SparseMultiSetTest.cpp 177 // Move the iterators around, going to end and coming back.
184 // Insert into the tail, and move around again
191 // Erase a tail, and move around again
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_fence.c 236 * wrapper around vmw_fence_reference.
251 * wrapper around vmw_fence_signalled.
267 * wrapper around vmw_fence_finish.
  /external/skia/gm/
megalooper.cpp 15 // This GM tests 3 different ways of drawing four shadows around a square:
120 // This draws 4 blurred shadows around a single square (centered at x, y).
123 // For each blur a large outer clip is centered around the blurred rect
  /external/v8/src/
zone.h 53 // small (size <= kMaximumKeptSegmentSize) segment around if it finds one.
56 // Deletes the last small segment kept around by DeleteAll(). You
89 // Never keep segments larger than this size in bytes around.
  /external/valgrind/none/tests/s390x/
add.h 3 /* Dummy variable. Needed to work around GCC code generation bugs */
157 v = tmp; /* work around GCC code gen bug */ \
188 v = tmp; /* work around GCC code gen bug */ \
  /frameworks/base/core/res/res/values/
dimens_material.xml 44 <!-- Vertical padding around action bar icons. -->
94 <!-- Default insets (outer padding) around buttons -->
101 <!-- Default insets (outer padding) around controls -->
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentLoader.java 93 // TODO: create better transfer of ownership around cursor to ensure its
160 // Keep clients around on high-RAM devices, since we'd be spinning them
172 // around to see if everyone finishes quickly.
  /frameworks/base/packages/SystemUI/res/values/
colors.xml 103 <!-- The color of the circle around the primary user in the user switcher -->
120 <!-- Shadow color for the first pixels around the fake shadow for recents. -->
123 <!-- Shadow color for the furthest pixels around the fake shadow for recents. -->
  /packages/apps/ContactsCommon/res/values/
dimens.xml 121 <!-- Padding around the icon in the search box. -->
127 <!-- Padding around the close button. It's visible size without padding is 24dp. -->
129 <!-- Padding around back arrow icon in the search box -->
  /art/compiler/dwarf/
register.h 33 // There are ways around this in DWARF but they are complex.
  /art/runtime/arch/arm/
instruction_set_features_arm.h 45 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
  /art/runtime/arch/arm64/
instruction_set_features_arm64.h 45 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
  /art/runtime/arch/mips/
instruction_set_features_mips.h 45 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
  /art/runtime/arch/mips64/
instruction_set_features_mips64.h 45 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
  /art/runtime/arch/x86_64/
instruction_set_features_x86_64.h 56 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
  /art/test/416-optimizing-arith-not/src/
Main.java 64 // Wrappers around methods located in file not.smali.
  /bionic/libc/bionic/
dlmalloc.c 45 // So that debuggerd gives us a memory dump around the specific address.

Completed in 303 milliseconds

<<41424344454647484950>>