HomeSort by relevance Sort by last modified time
    Searched full:amount (Results 226 - 250 of 2719) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 87 assert(Amt < 32 && "Invalid rotate amount");
94 assert(Amt < 32 && "Invalid rotate amount");
109 // reg, the second is the shift amount (or reg0 if not present or imm). The
128 /// the rotate amount.
134 /// computing the rotate amount to use. If this immediate value cannot be
135 /// handled with a single shifter-op, determine a good rotate amount that will
142 // Use CTZ to compute the rotate amount.
145 // Rotate amount must be even. Something like 0x200 must be rotated 8 bits,
217 /// by a left shift. Returns the shift amount to use.
223 // Use CTZ to compute the shift amount
    [all...]
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 756 extern float __attribute__((overloadable)) mix(float start, float stop, float amount) {
757 return start + (stop - start) * amount;
759 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float2 amount) {
760 return start + (stop - start) * amount;
762 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float3 amount) {
763 return start + (stop - start) * amount;
765 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float4 amount) {
766 return start + (stop - start) * amount;
768 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float amount) {
769 return start + (stop - start) * amount;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 580 * @param dx The amount to add to the x-coordinate of the end of the
582 * @param dy The amount to add to the y-coordinate of the end of the
608 * @param dx The amount to add to the x-coordinate of the previous point on
610 * @param dy The amount to add to the y-coordinate of the previous point on
641 * @param dx1 The amount to add to the x-coordinate of the last point on
643 * @param dy1 The amount to add to the y-coordinate of the last point on
645 * @param dx2 The amount to add to the x-coordinate of the last point on
647 * @param dy2 The amount to add to the y-coordinate of the last point on
768 * @param dx The amount in the X direction to offset the entire path
769 * @param dy The amount in the Y direction to offset the entire pat
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArmatureModifier.java 62 * The maxiumum amount of bone groups applied to a single vertex (max =
258 * the maximum amount of weights per vertex (up to
270 * output parameter) the maximum amount of weights for a vertex
285 int totweight = ((Number) dvert.getFieldValue("totweight")).intValue();// total amount of weights assignet to the vertex
350 * Normalizes weights if needed and finds largest amount of weights used for
354 * amount of vertices
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 48 * On key presses (right or left), the amount to increment/decrement the
157 * @param thumbOffset The offset amount in pixels.
165 * Sets the amount of progress changed via the arrow keys.
167 * @param increment The amount to increment or decrement when the user
175 * Returns the amount of progress changed via the arrow keys.
179 * @return The amount to increment or decrement when the user presses the
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerBaseTest.java 316 * @param poll The amount of time to wait
330 * @param poll The amount of time to wait
344 * @param poll The amount of time to wait
362 * @param poll The amount of time to wait
366 * @return The new total amount of time we've waited so far
396 * @param timeoutMillis The max amount of time (in ms) to wait for the download(s) to complete
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 46 * On key presses (right or left), the amount to increment/decrement the
150 * @param thumbOffset The offset amount in pixels.
158 * Sets the amount of progress changed via the arrow keys.
160 * @param increment The amount to increment or decrement when the user
168 * Returns the amount of progress changed via the arrow keys.
172 * @return The amount to increment or decrement when the user presses the
  /external/chromium/chrome/browser/resources/ntp4/
tile_page.js 41 // The smallest amount of horizontal blank space to display on the sides when
70 // The amount of space we need to display a narrow grid (all narrow grids
74 // The minimum amount of space we need to display a wide grid.
  /external/clang/www/
performance-2008-10-31.html 28 small amount of code (~7,500 lines of source code), but it relies
36 large amount of C source code (~220,000 lines) with few system
118 involves a large amount of code generation. The time spent in Clang's
  /external/icu4c/i18n/
chnsecal.cpp 337 void ChineseCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) {
340 if (amount != 0) {
346 offsetMonth(moon, dom, amount);
350 Calendar::add(field, amount, status);
359 void ChineseCalendar::add(EDateFields field, int32_t amount, UErrorCode& status) {
360 add((UCalendarDateFields)field, amount, status);
367 void ChineseCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) {
370 if (amount != 0) {
409 int32_t newM = (m + amount) % n;
420 Calendar::roll(field, amount, status)
    [all...]
  /external/libvpx/vp8/common/
onyx.h 116 //(1)=Good Quality Fast Encoding. The encoder balances quality with the amount of time it takes to
120 // amount of time to encode. ( speed setting ignored )
127 // longer amount of time to encode.. ( speed setting ignored )
  /external/sonivox/arm-wt-22k/host_src/
eas_debugmsgs.h 82 { 0x1a54b6e8, 0x00000004, "eas_hostmm.c[162]: HWMemCpy: bad amount: %d\n" },
83 { 0x1a54b6e8, 0x00000005, "eas_hostmm.c[179]: HWMemSet: bad amount: %d\n" },
84 { 0x1a54b6e8, 0x00000006, "eas_hostmm.c[196]: HWMemCmp: bad amount: %d\n" },
  /cts/suite/audio_quality/lib/include/audio/
Buffer.h 87 /// amount recorded
  /cts/tests/tests/graphics/src/android/opengl/cts/
GLSurfaceViewTest.java 86 * larger number of iterations can be done in a short amount of time.
  /dalvik/dx/src/com/android/dx/cf/iface/
ParseObserver.java 30 * @param indentDelta the amount to change indentation
  /device/moto/stingray/whisper/
SHA_TimeUtilsLoop.c 47 /** \brief Delays for a certain amount of time.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_html.properties 40 {http\u003a//xml.apache.org/xalan}indent-amount=0
output_unknown.properties 44 {http\u003a//xml.apache.org/xalan}indent-amount=0
output_xml.properties 43 {http\u003a//xml.apache.org/xalan}indent-amount=0
  /external/bzip2/
spewG.c 4 support for large files (> 2GB) in a reasonable amount of time.
  /external/chromium/base/
bind.h.pump 25 // cannot actually return the exact type without requiring a large amount
sys_info.h 59 // Return the smallest amount of memory (in bytes) which the VM system will
  /external/chromium/chrome/browser/download/
base_file.h 86 // Amount of data received up so far, in bytes.
  /external/chromium/chrome/browser/extensions/
extension_icon_manager.h 67 // Specifies the amount of empty padding to place around the icon.
  /external/chromium/chrome/browser/
transport_security_persister.h 25 // on the file thread after some small amount of time

Completed in 747 milliseconds

1 2 3 4 5 6 7 8 91011>>