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

<<21222324252627282930>>

  /packages/apps/Contacts/src/com/android/contacts/dialog/
IndeterminateProgressDialog.java 30 * dialog. There is an additional parameter of the minimum amount of time to display the progress
179 // Need to wait some more, so compute the amount of time to sleep.
  /external/openssl/crypto/
cryptlib.c 187 static int (MS_FAR *add_lock_callback)(int *pointer,int amount,
607 int CRYPTO_add_lock(int *pointer, int amount, int type, const char *file,
618 ret=add_lock_callback(pointer,amount,type,file,line);
624 CRYPTO_THREADID_hash(&id), before,amount,ret,
634 ret= *pointer+amount;
641 *pointer,amount,ret,
  /external/v8/src/
heap-inl.h 446 // after we have accumulated a certain amount we failed to flatten.
465 int amount = amount_of_external_allocated_memory_ + change_in_bytes; local
468 if (amount > amount_of_external_allocated_memory_) {
469 amount_of_external_allocated_memory_ = amount;
479 if (amount >= 0) {
480 amount_of_external_allocated_memory_ = amount;
  /frameworks/base/core/java/android/view/
WindowOrientationListener.java 218 // The minimum amount of time that a predicted rotation must be stable before it
225 // The minimum amount of time that must have elapsed since the device last exited
230 // The minimum amount of time that must have elapsed since the device stopped
235 // The minimum amount of time that must have elapsed since the device stopped
246 // If the tilt angle has increased by at least delta degrees within the specified amount
253 // If the acceleration samples are further apart than this amount in time, we reset the
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
rs__math_8rsh_source.html 65 <a name="l00067"></a>00067 _RS_RUNTIME <a class="code" href="rs__types_8rsh.html#a4f5fce8c1ef282264f9214809524d836">uint</a> __attribute__((overloadable, always_inline)) <a class="code" href="rs__math_8rsh.html#ad40f2fb8f416e2ab7d2879de3b3d885e">rsClamp</a>(<a class="code" href="rs__types_8rsh.html#a4f5fce8c1ef282264f9214809524d836">uint</a> amount, <a class="code" href="rs__types_8rsh.html#a4f5fce8c1ef282264f9214809524d836">uint</a> low, <a class="code" href="rs__types_8rsh.html#a4f5fce8c1ef282264f9214809524d836">uint</a> high);
67 <a name="l00072"></a>00072 _RS_RUNTIME <span class="keywordtype">int</span> __attribute__((overloadable, always_inline)) <a class="code" href="rs__math_8rsh.html#ad40f2fb8f416e2ab7d2879de3b3d885e">rsClamp</a>(<span class="keywordtype">int</span> amount, <span class="keywordtype">int</span> low, <span class="keywordtype">int</span> high);
68 <a name="l00076"></a>00076 _RS_RUNTIME <a class="code" href="rs__types_8rsh.html#a9e58a7bf060b7a5fbf6a401d3020adca">ushort</a> __attribute__((overloadable, always_inline)) <a class="code" href="rs__math_8rsh.html#ad40f2fb8f416e2ab7d2879de3b3d885e">rsClamp</a>(<a class="code" href="rs__types_8rsh.html#a9e58a7bf060b7a5fbf6a401d3020adca">ushort</a> amount, <a class="code" href="rs__types_8rsh.html#a9e58a7bf060b7a5fbf6a401d3020adca">ushort</a> low, <a class="code" href="rs__types_8rsh.html#a9e58a7bf060b7a5fbf6a401d3020adca">ushort</a> high);
69 <a name="l00080"></a>00080 _RS_RUNTIME <span class="keywordtype">short</span> __attribute__((overloadable, always_inline)) <a class="code" href="rs__math_8rsh.html#ad40f2fb8f416e2ab7d2879de3b3d885e">rsClamp</a>(<span class="keywordtype">short</span> amount, <span class="keywordtype">short</span> low, <span class="keywordtype">short</span> high);
70 <a name="l00084"></a>00084 _RS_RUNTIME <a class="code" href="rs__types_8rsh.html#a27c902d5ca78afa82d5ed75554d5cedc">uchar</a> __attribute__((overloadable, always_inline)) <a class="code" href="rs__math_8rsh.html#ad40f2fb8f416e2ab7d2879de3b3d885e">rsClamp</a>(<a class="code" href="rs__types_8rsh.html#a27c902d5ca78afa82d5ed75554d5cedc">uchar</a> amount, <a class="code" href="rs__types_8rsh.html#a27c902d5ca78afa82d5ed75554d5cedc">uchar</a> low, <a class="code" href="rs__types_8rsh.html#a27c902d5ca78afa82d5ed75554d5cedc">uchar</a> high);
71 <a name="l00088"></a>00088 _RS_RUNTIME <span class="keywordtype">char</span> __attribute__((overloadable, always_inline)) <a class="code" href="rs__math_8rsh.html#ad40f2fb8f416e2ab7d2879de3b3d885e">rsClamp</a>(<span class="keywordtype">char</span> amount, <span class="keywordtype">char</span> low, <span class="keywordtype">char</span> high);
rs__cl_8rsh_source.html     [all...]
  /libcore/luni/src/main/java/java/lang/
Runtime.java 293 * Returns the amount of free memory resources which are available to the
296 * @return the approximate amount of free memory, measured in bytes.
429 * Returns the total amount of memory which is available to the running
432 * @return the total amount of memory, measured in bytes.
609 * Returns the maximum amount of memory that may be used by the virtual
612 * @return the maximum amount of memory that the VM will try to
  /packages/apps/Gallery2/res/values/
strings.xml 349 <!-- Label indicating the amount on free space on the device. The parameter
350 is a string representation of the amount of free space, eg. "20MB".
356 less than a certain amount. The parameter is a string representation
357 of that amount, eg. "10MB".
363 more than a certain amount. The parameter is a string representation
364 of that amount, eg. "10MB".
  /frameworks/base/core/java/android/os/
BatteryStats.java 386 * Returns the amount of time spent started.
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java 100 // amount the patch has been shifted.
166 * the total offset amount. Used for texture coordinates.
608 * Returns the offset amount this terrain patch uses for textures.
610 * @return The current offset amount.
644 * Returns the current offset amount. This is used when building texture
647 * @return The current offset amount.
654 * Sets the value for the current offset amount to use when building texture
    [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...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 745 // ADJCALLSTACKDOWN -> sub, sp, sp, amount
746 // ADJCALLSTACKUP -> add, sp, sp, amount
749 unsigned Amount = Old->getOperand(0).getImm();
750 if (Amount != 0) {
752 // amount of space needed for the outgoing arguments up to the next
755 Amount = (Amount+Align-1)/Align*Align;
770 emitSPUpdate(isARM, MBB, I, dl, TII, -Amount, Pred, PredReg);
775 emitSPUpdate(isARM, MBB, I, dl, TII, Amount, Pred, PredReg);
    [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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 477 //the amount of faces in the final mesh is the amount of edges in the bevel curve
480 //and multiplied by the amount of bevel curve repeats which is equal to the amount of vertices on the target curve
481 //finally we need to subtract the bevel edges amount 2 times because the border edges have only one face attached
  /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/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

Completed in 818 milliseconds

<<21222324252627282930>>