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

1 2 3 4 56 7 8 91011>>

  /external/v8/tools/
profile_view.js 90 * @param {number} totalTime Amount of time that application spent in the
93 * @param {number} selfTime Amount of time that application spent in the
152 * @param {number} totalTime Amount of time that application spent in the
155 * @param {number} selfTime Amount of time that application spent in the
  /external/valgrind/main/helgrind/
README_YARD.txt 34 sometimes produces an annoying amount of output.
  /frameworks/av/media/mtp/
MtpStorage.h 35 // amount of free space to leave unallocated
  /frameworks/base/core/java/android/view/animation/
AnticipateInterpolator.java 34 * @param tension Amount of anticipation. When tension equals 0.0f, there is
  /frameworks/base/core/res/res/anim/
window_move_from_decor.xml 22 container size is actually the amount the window has moved. Yes,
  /frameworks/rs/scriptc/
rs_cl.rsh 725 * @param amount value to be clamped. Supports 1,2,3,4 components
729 _RS_RUNTIME float __attribute__((overloadable)) clamp(float amount, float low, float high);
730 _RS_RUNTIME float2 __attribute__((overloadable)) clamp(float2 amount, float2 low, float2 high);
731 _RS_RUNTIME float3 __attribute__((overloadable)) clamp(float3 amount, float3 low, float3 high);
732 _RS_RUNTIME float4 __attribute__((overloadable)) clamp(float4 amount, float4 low, float4 high);
733 _RS_RUNTIME float2 __attribute__((overloadable)) clamp(float2 amount, float low, float high);
734 _RS_RUNTIME float3 __attribute__((overloadable)) clamp(float3 amount, float low, float high);
735 _RS_RUNTIME float4 __attribute__((overloadable)) clamp(float4 amount, float low, float high);
746 * return start + ((stop - start) * amount);
750 _RS_RUNTIME float __attribute__((overloadable)) mix(float start, float stop, float amount);
    [all...]
  /hardware/invensense/mlsdk/mllite/
mlFIFOHW.h 32 // This is the maximum amount of FIFO data we would read in one packet
  /ndk/sources/host-tools/sed-4.2.1/m4/
malloc.m4 32 dnl It is too dangerous to try to allocate a large amount of memory:
  /packages/apps/Settings/src/com/android/settings/drawable/
InsetBoundsDrawable.java 23 * specific amount.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
MemoryUtils.java 28 * Returns the amount of RAM available to the Linux kernel, i.e. whatever is left after all the
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 129 /** The minimum amount of progress that has to be done before the progress bar gets updated */
132 /** The minimum amount of time that has to elapse before the progress bar gets updated, in ms */
145 * The minimum amount of time that the download manager accepts for
151 * The maximum amount of time that the download manager accepts for
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
kernel.h 15 unsigned long sharedram; /* Amount of shared memory */
quotaio_v1.h 7 * The following constants define the amount of time given a user
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
kernel.h 15 unsigned long sharedram; /* Amount of shared memory */
quotaio_v1.h 7 * The following constants define the amount of time given a user
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
kernel.h 15 unsigned long sharedram; /* Amount of shared memory */
quotaio_v1.h 7 * The following constants define the amount of time given a user
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 725 * @param amount value to be clamped. Supports 1,2,3,4 components
729 _RS_RUNTIME float __attribute__((overloadable)) clamp(float amount, float low, float high);
730 _RS_RUNTIME float2 __attribute__((overloadable)) clamp(float2 amount, float2 low, float2 high);
731 _RS_RUNTIME float3 __attribute__((overloadable)) clamp(float3 amount, float3 low, float3 high);
732 _RS_RUNTIME float4 __attribute__((overloadable)) clamp(float4 amount, float4 low, float4 high);
733 _RS_RUNTIME float2 __attribute__((overloadable)) clamp(float2 amount, float low, float high);
734 _RS_RUNTIME float3 __attribute__((overloadable)) clamp(float3 amount, float low, float high);
735 _RS_RUNTIME float4 __attribute__((overloadable)) clamp(float4 amount, float low, float high);
746 * return start + ((stop - start) * amount);
750 _RS_RUNTIME float __attribute__((overloadable)) mix(float start, float stop, float amount);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion55.txt 10 android:duration : Amount of time (in milliseconds) for the animation to run. [integer]
anim1-expected-completion56.txt 8 android:duration : Amount of time (in milliseconds) for the animation to run. [integer]
  /sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/actions/
WaitAction.java 21 * Action that specifies to wait for a certain amount of time.
  /external/libxslt/libxslt/
numbers.c 543 int amount = 0; local
614 array[amount++] = (double) cnt;
620 return(amount);
633 int amount = 0; local
686 array[amount++] = (double)cnt;
687 if (amount >= max)
695 return amount;
704 int amount = 0; local
718 amount++;
723 return amount;
740 int amount, i; local
    [all...]
  /external/llvm/include/llvm/Support/
Process.h 36 /// This static function will return the total amount of memory allocated
50 /// This static function will set \p user_time to the amount of CPU time
51 /// spent in user (non-kernel) mode and \p sys_time to the amount of CPU
59 ///< Returns the current amount of user time for the process
61 ///< Returns the current amount of system time for the process
  /external/skia/include/core/
SkPath.h 296 @param dx The amount to add to the x-coordinate of the end of the
298 @param dy The amount to add to the y-coordinate of the end of the
326 @param dx The amount to add to the x-coordinate of the previous point
328 @param dy The amount to add to the y-coordinate of the previous point
359 @param dx1 The amount to add to the x-coordinate of the last point on
361 @param dy1 The amount to add to the y-coordinate of the last point on
363 @param dx2 The amount to add to the x-coordinate of the last point on
365 @param dy2 The amount to add to the y-coordinate of the last point on
400 @param dx1 The amount to add to the x-coordinate of the last point on
402 @param dy1 The amount to add to the y-coordinate of the last point o
    [all...]
  /frameworks/base/core/java/android/webkit/
WebStorage.java 55 * This class encapsulates information about the amount of storage
108 * Gets the total amount of storage currently being used by this origin,
111 * @return the total amount of storage, in bytes
142 * Gets the amount of storage currently being used by both the Application
143 * Cache and Web SQL Database APIs by the given origin. The amount is given

Completed in 628 milliseconds

1 2 3 4 56 7 8 91011>>