/external/icu4c/i18n/unicode/ |
measunit.h | 29 * coupled with a numeric amount to produce a Measure.
|
/external/jpeg/ |
rdjpgcom.1 | 37 illustration of the minimum amount of code required to parse a JPEG file
|
/external/kernel-headers/original/linux/ |
tegra_sema.h | 26 * then the value pointed to by the argument will be updated with the amount
|
/external/qemu/hw/ |
devices.h | 59 #define TC6393XB_RAM 0x110000 /* amount of ram for Video and USB */
|
/external/skia/include/effects/ |
SkEmbossMaskFilter.h | 24 This mask filter creates a 3D emboss look, by specifying a light and blur amount.
|
/external/v8/src/ |
prettyprinter.h | 145 void increase_indent(int amount) { indent_ += amount; } 146 void decrease_indent(int amount) { indent_ -= amount; }
|
/external/v8/test/mjsunit/tools/ |
tickprocessor-test.func-info | 20 amount of its parent calls.
|
/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/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/base/libs/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...] |
/frameworks/base/media/mtp/ |
MtpStorage.h | 35 // amount of free space to leave unallocated
|
/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/DownloadProvider/src/com/android/providers/downloads/ |
Constants.java | 100 /** The minimum amount of progress that has to be done before the progress bar gets updated */ 103 /** The minimum amount of time that has to elapse before the progress bar gets updated, in ms */ 116 * The minimum amount of time that the download manager accepts for 122 * The maximum amount of time that the download manager accepts for
|
/prebuilt/linux-x86/toolchain/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
|
/prebuilt/sdk/14/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
|