/prebuilt/sdk/13/renderscript/include/ |
rs_core.rsh | 551 _RS_RUNTIME uint __attribute__((overloadable, always_inline)) rsClamp(uint amount, uint low, uint high); 552 _RS_RUNTIME int __attribute__((overloadable, always_inline)) rsClamp(int amount, int low, int high); 553 _RS_RUNTIME ushort __attribute__((overloadable, always_inline)) rsClamp(ushort amount, ushort low, ushort high); 554 _RS_RUNTIME short __attribute__((overloadable, always_inline)) rsClamp(short amount, short low, short high); 555 _RS_RUNTIME uchar __attribute__((overloadable, always_inline)) rsClamp(uchar amount, uchar low, uchar high); 556 _RS_RUNTIME char __attribute__((overloadable, always_inline)) rsClamp(char amount, char low, char high);
|
/frameworks/base/core/java/android/os/ |
BatteryStats.java | 386 * Returns the amount of time spent started. [all...] |
/external/icu4c/i18n/unicode/ |
calendar.h | 159 * adding the specified (signed) amount of time to a particular time field. 506 * UDate Arithmetic function. Adds the specified (signed) amount of time to the given 514 * @param amount The amount of time to be added to the field, in the natural unit 520 * @deprecated ICU 2.6. use add(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead. 522 virtual void add(EDateFields field, int32_t amount, UErrorCode& status); 525 * UDate Arithmetic function. Adds the specified (signed) amount of time to the given 533 * @param amount The amount of time to be added to the field, in the natural unit 541 virtual void add(UCalendarDateFields field, int32_t amount, UErrorCode& status) [all...] |
/external/icu4c/i18n/ |
gregocal.cpp | 812 * Roll a field by a signed amount. 817 GregorianCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { 818 roll((UCalendarDateFields) field, amount, status); 822 GregorianCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) 824 if((amount == 0) || U_FAILURE(status)) { [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
animation-resource.jd | 48 background color or alpha value, over a set amount of time.</p> 132 <dd>Animates a specific property of an object over a specific amount of time. Represents 178 <em>int</em>. The amount of milliseconds the animation delays after 220 <dd>Animates a over a specified amount of time. 252 <em>int</em>. The amount of milliseconds the animation delays after 704 <dd><em>Float</em>. The amount of tension to apply (default is 2).</dd> 713 <dd><em>Float</em>. The amount of tension to apply (default is 2).</dd> 715 <dd><em>Float</em>. The amount by which to multiply the tension (default is 745 <dd><em>Float</em>. The amount of tension to apply (default is 2).</dd> [all...] |
/system/core/sh/ |
expand.c | 491 int amount; local 505 amount = startp - expdest; 506 STADJUST(amount, expdest); 584 amount = ((str - 1) - (loc - startp)) - expdest; 585 STADJUST(amount, expdest); 591 amount = loc - expdest; 592 STADJUST(amount, expdest); 723 int amount = (expdest - stackblock() - patloc) + 1; local 724 STADJUST(-amount, expdest);
|
/external/chromium/base/ |
process_util_unittest.cc | 160 // taking a variable amount of time to parse and load the debug and 617 // Amount of output exactly equal to space allowed. 623 // Amount of output greater than space allowed. 628 // Amount of output less than space allowed. 889 // amount of (virtual) memory.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
stream.h | 148 // amount of buffer is not yet available, return NULL and Signal SE_WRITE 149 // when it is available. If the requested amount is too large, return an 190 // Communicates the amount of data which will be written to the stream. The 559 // Gets the amount of data currently readable from the buffer. 580 size_t data_length_; // amount of readable data in the buffer
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_tiled_model.c | 665 * Flush given amount of bytes from cache. 668 * may be less if cache did not contain that amount of bytes (ie: an 670 * contained objects that were larger than the requested amount (this 674 * @param bytes amount to free. 676 * @return amount really freed.
|
/external/zlib/examples/ |
enough.c | 73 memory usage. (The amount of memory used is not affected by the number of 150 where mem is the amount of inflate table space used so far, and rem is the 315 the amount of memory required to build inflate's decoding tables, where the 397 calculate the amount of memory required by inflate to build the decoding 398 tables. Find the maximum amount of memory required and show the code that
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
CarouselController.java | 282 * Sets the amount of allowed overscroll (in slots) 471 * @param red the amount of red 472 * @param green the amount of green 473 * @param blue the amount of blue 474 * @param alpha the amount of alpha
|
CarouselView.java | 278 * Sets the amount of allowed overscroll (in slots) 400 * @param red the amount of red 401 * @param green the amount of green 402 * @param blue the amount of blue 403 * @param alpha the amount of alpha
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Semaphore.java | 412 * by the given amount. 452 * by the given amount. 480 * reducing the number of available permits by the given amount. 513 * reducing the number of available permits by the given amount. 566 * available permits by that amount.
|
/packages/apps/Email/emailcommon/src/org/apache/commons/io/ |
FileSystemUtils.java | 128 * @return the amount of free drive space on the drive or volume
159 * @return the amount of free drive space on the drive or volume in kilobytes
183 * @return the amount of free drive space on the drive or volume
212 * @return the amount of free drive space on the drive
302 * @return the amount of free drive space on the volume
|
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/ |
OMX_Other.h | 172 * to wait a slight amount more time itself as specified by the return values). 185 OMX_TICKS nOffset; /**< Amount of wall clock time by which this 225 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
|
/external/chromium/chrome/browser/download/ |
download_item.h | 167 // |size| is the amount of data received so far, and |os_error| is the error 180 // Simple calculation of the amount of time remaining to completion. Fills 181 // |*remaining| with the amount of time remaining if successful. Fails and
|
/external/guava/src/com/google/common/collect/ |
Lists.java | 149 * the list, consider padding this estimate by a suitable amount, or simply 167 * <i>estimated</i> number of elements without resizing. A small amount of 171 * will hold, or prefer to calculate your own amount of padding, refer to
|
/external/icu4c/io/ |
ustdio.c | 508 /* determine the amount of data in the buffer */ 575 /* determine the amount of data in the buffer */ 701 /* determine the amount of data in the buffer */
|
/external/llvm/include/llvm/Target/ |
TargetData.h | 235 /// of the specified type, including alignment padding. This is the amount 245 /// multiple of 8. This is the amount that alloca reserves for this type. 270 /// specified type, returned as log2 of the value (a shift amount).
|
/external/srec/portable/include/ |
ptrd.h | 82 * Blocks the current thread for the specified amount of time. 173 * amount of time has elapsed. 177 * @param timeoutMs The amount of time (in millisecs) to wait for
|
/external/v8/src/ |
heap.h | 352 // Returns the maximum amount of memory reserved for the heap. For 353 // the young generation, we reserve 4 times the amount needed for a 355 // we reserve twice the amount needed for those in order to ensure 370 // Returns the amount of memory currently committed for the heap. 373 // Returns the amount of executable memory currently committed for the heap. [all...] |
/external/valgrind/main/VEX/priv/ |
host_generic_simd128.c | 228 /* Note that because these primops are undefined if the shift amount 229 equals or exceeds the lane width, the shift amount is masked so 232 fact we are ever given an out-of-range shift amount.
|
/external/webkit/Source/WebKit/chromium/src/win/ |
WebInputEventFactory.cpp | 411 // Convert wheel delta amount to a number of pixels to scroll. 419 // three lines (the default scroll amount is three lines per wheel tick). 441 // Set scroll amount based on above calculations. WebKit expects positive
|
/external/webrtc/src/modules/audio_processing/aecm/main/source/ |
echo_control_mobile.c | 363 // Before we fill up the far end buffer we require the amount of data on the 408 // When the far end buffer is filled with approximately the same amount of 409 // data as the amount on the sound card we end the start up phase and start
|
/frameworks/base/core/java/android/speech/ |
RecognizerIntent.java | 118 * The minimum length of an utterance. We will not stop recording before this amount of time. 129 * The amount of time that it should take after we stop hearing speech to consider the input 141 * The amount of time that it should take after we stop hearing speech to consider the input
|