/frameworks/base/core/java/android/os/ |
Parcel.java | 332 * Returns the total amount of data contained in the parcel. 339 * Returns the amount of data remaining to be read from the 355 * Returns the total amount of space in the parcel. This is always 357 * amount of room left until the parcel needs to re-allocate its 365 * Change the amount of data in the parcel. Can be either smaller or [all...] |
/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | 1276 int amount = (isInc ? 1 : -1); local [all...] |
/external/jpeg/ |
libjpeg.doc | 72 The library includes a substantial amount of code that is not covered by the 280 jpeg_create_compress allocates a small amount of memory, so it could fail [all...] |
jmemmgr.c | 233 * where the slop will be the amount of leftover space in the new pool. 502 * total amount of space needed is known (approximately, anyway), so free 618 /* Determine amount of memory to actually use; this is system-dependent. */ [all...] |
/external/qemu/distrib/jpeg-6b/ |
libjpeg.doc | 72 The library includes a substantial amount of code that is not covered by the 280 jpeg_create_compress allocates a small amount of memory, so it could fail [all...] |
jmemmgr.c | 233 * where the slop will be the amount of leftover space in the new pool. 502 * total amount of space needed is known (approximately, anyway), so free 618 /* Determine amount of memory to actually use; this is system-dependent. */ [all...] |
/external/genext2fs/ |
genext2fs.c | [all...] |
/external/icu4c/test/intltest/ |
caltest.cpp | 1851 int32_t amount; local [all...] |
/external/wpa_supplicant_8/src/drivers/ |
nl80211_copy.h | 384 * channel for the specified amount of time. This can be used to do [all...] |
/dalvik/docs/ |
debugmon.html | 194 and contains a variable amount of type-specific data. 343 rather than every time the thread state changes, to reduce the amount 553 the end, or the server will not have an accurate impression of the amount
|
/external/aac/libAACdec/include/ |
aacdecoder_lib.h | 516 INT numLostAccessUnits; /*!< This integer will reflect the estimated amount of lost access units in case aacDecoder_DecodeFrame() [all...] |
/external/aac/libSBRdec/src/ |
env_extr.cpp | 226 /* One SBR timeslot corresponds to the amount of samples equal to the amount of analysis bands, divided by the timestep. */ [all...] |
sbrdecoder.cpp | 478 /* Determine amount of channels for this element */ 568 * \param numElementChannels amount of channels for the SBR element whos header is to be processed. 772 /* Determine amount of channels for this element */ [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
options.html | 495 var amount = 0; 498 amount++; 501 return amount;
|
/external/chromium/net/tools/flip_server/ |
epoll_server.h | 131 // By default, we don't wait any amount of time for events, and 371 // worse than the amount of time it takes to process all events in one 687 // The amount of time in microseconds that we'll wait before returning [all...] |
/external/icu4c/i18n/unicode/ |
simpletz.h | [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Quaternion.java | 179 * the amount to interpolate between the two quaternions.
627 * the amount to interpolate between the two quaternions.
684 * The amount diffrence
[all...] |
/external/kernel-headers/original/linux/ |
skbuff.h | 833 * @len: amount of data to add 860 * @len: amount of data to add 885 * @len: amount of data to remove [all...] |
/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 303 /// shift amount is known to be TLI.getShiftAmountTy(). Before legalization 304 /// the shift amount can be any type, but care must be taken to ensure it is 307 /// to represent the shift amount. By convention, DAGCombine and [all...] |
/external/openssh/ |
sftp-client.c | 62 /* Minimum amount of data to read at a time */ 90 sftpio(void *_bwlimit, size_t amount) 94 bandwidth_limit(bwlimit, amount); [all...] |
/external/zlib/examples/ |
zlib_how.html | 93 <tt>have</tt> is the amount of data returned from <tt>deflate()</tt>. The <tt>strm</tt> structure 201 updated past the input data consumed and the output data written. It is the amount of 228 applications. Both requests will degrade compression by an amount depending on how often such
|
/frameworks/base/docs/html/guide/topics/admin/ |
device-admin.jd | 187 users to update their passwords after a specified amount of time has elapsed. 262 <li>Set the maximum amount of inactive time that can elapse before the device 654 to update their passwords after a specified amount of time has elapsed. </p> [all...] |
/system/core/libpixelflinger/ |
trap.cpp | 634 int32_t x_incr; // on each step, increment x by that amount 826 GGLfixed x_incr; // on each y step, increment x by that amount 827 GGLfixed y_incr; // on each x step, increment y by that amount [all...] |
/bionic/libc/bionic/ |
malloc_debug_common.c | 174 /* make sure the amount we're copying doesn't exceed the limit */
|
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/ |
AudioProtocol.java | 133 * Read given amount of data to the buffer
|