HomeSort by relevance Sort by last modified time
    Searched full:amount (Results 176 - 200 of 2473) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/media/libstagefright/include/
WVMExtractor.h 46 // Return the amount of data cached from the current
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
aout.h 287 register int amount = 1 << (POWER); \
289 if (amount == 2) \
291 else if (amount != 1) \
292 fprintf (STREAM, "\t.align\t%d\n", amount - 4); \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
aout.h 287 register int amount = 1 << (POWER); \
289 if (amount == 2) \
291 else if (amount != 1) \
292 fprintf (STREAM, "\t.align\t%d\n", amount - 4); \
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
aout.h 287 register int amount = 1 << (POWER); \
289 if (amount == 2) \
291 else if (amount != 1) \
292 fprintf (STREAM, "\t.align\t%d\n", amount - 4); \
  /external/chromium/net/tools/flip_server/
ring_buffer.h 16 // the beginning). This is a good choice when you want to use a fixed amount
32 // in here is smaller than the amount of data in the buffer, then the oldest
85 // Moves the internal pointers around such that the amount of data specified
  /external/iproute2/man/man8/
tc-tbf.8 50 On creation, the TBF is stocked with tokens which correspond to the amount of traffic that can be burst
75 latency parameter, which specifies the maximum amount of time a packet can
82 Size of the bucket, in bytes. This is the maximum amount of bytes that tokens can be available for instantaneously.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 118 /** the current amount of memory checked out by sqlite using sqlite3_malloc().
195 * Returns the amount of allocated memory in the SQLite heap.
201 * Returns the amount of free memory in the SQLite heap.
  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 462 * @param amount The number of characters to scroll by. Must be at least 1.
466 protected boolean scrollLeft(TextView widget, Spannable buffer, int amount) {
470 scrollX = Math.max(scrollX - getCharacterWidth(widget) * amount, minScrollX);
483 * @param amount The number of characters to scroll by. Must be at least 1.
487 protected boolean scrollRight(TextView widget, Spannable buffer, int amount) {
491 scrollX = Math.min(scrollX + getCharacterWidth(widget) * amount, maxScrollX);
504 * @param amount The number of lines to scroll by. Must be at least 1.
508 protected boolean scrollUp(TextView widget, Spannable buffer, int amount) {
518 topLine = Math.max(topLine - amount + 1, 0);
531 * @param amount The number of lines to scroll by. Must be at least 1
    [all...]
  /frameworks/base/core/java/android/webkit/
StreamLoader.java 179 int amount = mDataStream.read(mData); local
180 if (amount > 0) {
181 mLoadListener.data(mData, amount);
  /frameworks/base/docs/html/resources/articles/
ui-1.6.jd 94 <p>One way to reduce the amount of boilerplate is to share a single click
96 number of classes, it still requires a fair amount of code and it still
127 <p>This new feature reduces both the amount of Java and XML you have to write,
  /external/llvm/lib/Target/Blackfin/
BlackfinInstrInfo.td 552 def LINK: F2<(outs), (ins i32imm:$amount),
553 "link $amount;", []>;
685 def i : F1<(outs D:$dst), (ins D:$src, i16imm:$amount),
686 !subst("XX", ops, "$dst XX= $amount;"),
687 [(set D:$dst, (opnode D:$src, (i16 uimm5:$amount)))]>;
688 def r : F1<(outs D:$dst), (ins D:$src, D:$amount),
689 !subst("XX", ops, "$dst XX= $amount;"),
690 [(set D:$dst, (opnode D:$src, D:$amount))]>;
703 def SLLr16: F2<(outs D:$dst), (ins D:$src, D16L:$amount),
704 "$dst = lshift $src by $amount;",
    [all...]
  /frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp 106 static float SC_clamp_f32(float amount, float low, float high) {
107 return amount < low ? low : (amount > high ? high : amount);
122 static float SC_mix_f32(float start, float stop, float amount) {
123 //LOGE("lerpf %f %f %f", start, stop, amount);
124 return start + (stop - start) * amount;
  /libcore/luni/src/main/java/java/util/
Timer.java 448 * amount of time in milliseconds before execution.
468 * amount of time in milliseconds before first execution.
470 * amount of time in milliseconds between subsequent executions.
493 * amount of time in milliseconds between subsequent executions.
515 * amount of time in milliseconds before first execution.
517 * amount of time in milliseconds between subsequent executions.
540 * amount of time in milliseconds between subsequent executions.
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 77 // amount by which values closer
295 // Sleep a random amount of time
441 * Delays for a random amount of time within the range given
443 * selected amount of delay can come from any part of the
445 * The amount of bias is determined by the setting of DELAY_EXP.
459 // Determine random amount to sleep.
460 // Values closer to delayMin are prefered by an amount
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 86 assert(Amt < 32 && "Invalid rotate amount");
93 assert(Amt < 32 && "Invalid rotate amount");
108 // reg, the second is the shift amount (or reg0 if not present or imm). The
127 /// the rotate amount.
133 /// computing the rotate amount to use. If this immediate value cannot be
134 /// handled with a single shifter-op, determine a good rotate amount that will
141 // Use CTZ to compute the rotate amount.
144 // Rotate amount must be even. Something like 0x200 must be rotated 8 bits,
216 /// by a left shift. Returns the shift amount to use.
222 // Use CTZ to compute the shift 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...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 45 * On key presses (right or left), the amount to increment/decrement the
142 * @param thumbOffset The offset amount in pixels.
150 * Sets the amount of progress changed via the arrow keys.
152 * @param increment The amount to increment or decrement when the user
160 * Returns the amount of progress changed via the arrow keys.
164 * @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
120 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/pcre/doc/
pcrestack.3 24 controlled by the amount of workspace it is given. However, it is possible to
39 You can often reduce the amount of recursion, and therefore the amount of stack
  /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" },
  /external/v8/src/
log-utils.h 41 // buffer an amount of memory specified in 'seal_size' is reserved.
55 // return, 'dest_buf' is filled with the data. Actual amount of data
62 // any incoming writes. Returns amount of data written (it is either
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 373 * @param value The amount to be animated by, as an offset from the current value.
399 * @param value The amount to be animated by, as an offset from the current value.
425 * @param value The amount to be animated by, as an offset from the current value.
451 * @param value The amount to be animated by, as an offset from the current value.
477 * @param value The amount to be animated by, as an offset from the current value.
503 * @param value The amount to be animated by, as an offset from the current value.
529 * @param value The amount to be animated by, as an offset from the current value.
555 * @param value The amount to be animated by, as an offset from the current value.
581 * @param value The amount to be animated by, as an offset from the current value.
607 * @param value The amount to be animated by, as an offset from the current value
    [all...]

Completed in 3438 milliseconds

1 2 3 4 5 6 78 91011>>