HomeSort by relevance Sort by last modified time
    Searched full:amount (Results 201 - 225 of 6068) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libvpx/libvpx/
usage_dx.dox 9 parameter controls the amount of time in microseconds the decoder should
11 \ref usage_postproc based on the amount of free CPU time. For more
58 automatically by the codec, depending on the amount of time remaining before
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
assertions.xml 24 eventually causes the amount of locked memory to exceed the amount of
64 implementation-defined limit on the amount of memory that the process may
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 53 float Amount;
119 float amount; local
156 amount = rc_get_constant_value(count_inst->C,
167 count_inst->Amount += amount;
174 count_inst->Amount -= amount;
232 count_inst.Amount = 0.0f;
272 if(count_inst.Amount == 0.0f){
275 DBG("Counter is increased by %f each iteration.\n", count_inst.Amount);
    [all...]
  /external/neven/FaceRecEm/common/src/b_FDSDK/
SDK.h 111 /** returns amount of allocated exclusive memory in bytes */
115 /** returns amount of allocated shared memory in bytes */
119 /** returns total amount of allocated memory in bytes */
  /external/zlib/src/contrib/puff/
README 33 unsigned long *destlen, /* amount of output space */
35 unsigned long *sourcelen); /* amount of input available */
61 On return, *sourcelen is updated to the amount of input data consumed, and
  /frameworks/base/core/java/android/view/animation/
AnticipateOvershootInterpolator.java 47 * @param tension Amount of anticipation/overshoot. When tension equals 0.0f,
56 * @param tension Amount of anticipation/overshoot. When tension equals 0.0f,
59 * @param extraTension Amount by which to multiply the tension. For instance,
  /frameworks/base/core/java/com/android/internal/util/
BitwiseInputStream.java 71 * @param bits the amount of data to read (gte 0, lte 8)
92 * @param bits the amount of data to read
108 * @param bits the amount by which to increment the position
BitwiseOutputStream.java 89 * @param bits the amount of data to write (gte 0, lte 8)
109 * @param bits the amount of data to write
124 * @param bits the amount by which to increment the position
TokenBucket.java 27 * A TokenBucket starts with a fixed capacity of tokens, an initial amount of tokens, and
33 * The available amount of tokens is computed lazily when the bucket state is inspected.
51 * @param tokens the starting amount of token. Must be positive or zero.
  /frameworks/base/libs/hwui/
GradientCache.h 158 float amount, uint8_t*& dst) const;
161 float amount, uint8_t*& dst) const;
163 float amount, uint8_t*& dst) const;
  /external/freetype/include/freetype/
ftcffdrv.h 58 * amount of antialiasing applied to them, while placing vertical
220 * stem width <= 0.5px: darkening amount = 0.4px
221 * stem width = 1px: darkening amount = 0.275px
222 * stem width = 1.667px: darkening amount = 0.275px
223 * stem width >= 2.333px: darkening amount = 0px
247 * amount. The unit is 1000th of pixels. All coordinate values must be
  /external/pdfium/third_party/freetype/include/freetype/
ftcffdrv.h 58 * amount of antialiasing applied to them, while placing vertical
215 * stem width <= 0.5px: darkening amount = 0.4px
216 * stem width = 1px: darkening amount = 0.275px
217 * stem width = 1.667px: darkening amount = 0.275px
218 * stem width >= 2.333px: darkening amount = 0px
242 * amount. The unit is 1000th of pixels. All coordinate values must be
  /external/toolchain-utils/user_activity_benchmarks/
benchmark_metrics_experiment.py 11 total amount of inclusive count values and the files of the child functions.
13 out of the total amount of inclusive count values and the file name of the
174 'amount of inclusive count values.')
180 'amount of inclusive count values.')
185 'inclusive count fraction out of the total amount of inclusive count '
191 'inclusive count fraction out of the total amount of inclusive count '
  /platform_testing/libraries/app-helpers/handheld/src/android/platform/test/helpers/handheld/
AbstractGmailHelper.java 155 * @param amount The amount to scroll
158 public abstract void scrollMailbox(Direction direction, float amount, boolean scrollToEnd);
166 * @param amount The amount to scroll
169 public abstract void scrollEmail(Direction direction, float amount, boolean scrollToEnd);
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftcffdrv.h 58 * amount of antialiasing applied to them, while placing vertical
215 * stem width <= 0.5px: darkening amount = 0.4px
216 * stem width = 1px: darkening amount = 0.275px
217 * stem width = 1.667px: darkening amount = 0.275px
218 * stem width >= 2.333px: darkening amount = 0px
242 * amount. The unit is 1000th of pixels. All coordinate values must be
  /dalvik/dexgen/src/com/android/dexgen/util/
AnnotatedOutput.java 52 * Add an annotation for a specified amount of subsequent
58 * @param amt {@code >= 0;} the amount of output for this annotation to
  /dalvik/dx/src/com/android/dx/util/
AnnotatedOutput.java 52 * Add an annotation for a specified amount of subsequent
58 * @param amt {@code >= 0;} the amount of output for this annotation to
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVolAttrib.c 88 @param BufferSize On input, size of Buffer.On output, the amount of data
115 @param BufferSize On input, size of Buffer.On output, the amount of data
  /external/autotest/client/site_tests/hardware_MemoryThroughput/
hardware_MemoryThroughput.py 29 warmup: integer amount of time to spend warming up in microseconds.
47 raise error.TestFail('invalid amount of output from bw_mem')
  /external/autotest/client/tests/stress/
stress.py 43 # (limit the amount of disk used to max of 90 % of free space)
55 # Amount of memory used per each worker
  /external/curl/docs/libcurl/opts/
CURLOPT_MAXCONNECTS.3 29 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_MAXCONNECTS, long amount);
  /external/curl/lib/
http_chunks.h 39 /* We eat the amount of data specified. When done, we move on to the
87 size_t dataleft; /* untouched data amount at the end of the last buffer */
  /external/curl/tests/libtest/
lib1525.c 37 size_t amount = nmemb * size; /* Total bytes curl wants */ local
38 if(amount < strlen(data)) {
lib1526.c 36 size_t amount = nmemb * size; /* Total bytes curl wants */ local
37 if(amount < strlen(data)) {
lib1527.c 36 size_t amount = nmemb * size; /* Total bytes curl wants */ local
37 if(amount < strlen(data)) {

Completed in 2578 milliseconds

1 2 3 4 5 6 7 891011>>