/packages/apps/Settings/src/com/android/settings/widget/ |
SettingsAppWidgetProvider.java | 360 // user-noticeable amount of time, especially if there's 440 // user-noticeable amount of time, especially if there's [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
rc_string_base.h | 176 // In addition, this implementation halves this amount. 382 // side. __malloc_header_size is an estimate of the amount of
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rc_string_base.h | 176 // In addition, this implementation halves this amount. 382 // side. __malloc_header_size is an estimate of the amount of
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rc_string_base.h | 176 // In addition, this implementation halves this amount. 382 // side. __malloc_header_size is an estimate of the amount of
|
/external/clang/tools/c-index-test/ |
c-index-test.c | 433 unsigned long amount = usage.entries[i].amount; local 434 total += amount; 435 fprintf(stderr, " %s : %ld bytes (%f MBytes)\n", name, amount, 436 ((double) amount)/(1024*1024)); [all...] |
/external/valgrind/main/drd/docs/ |
drd-manual.xml | 462 number of threads it becomes important to limit the amount of virtual 501 amount of output. [all...] |
/frameworks/base/core/java/android/os/ |
Parcel.java | 277 * Returns the total amount of data contained in the parcel. 282 * Returns the amount of data remaining to be read from the 294 * Returns the total amount of space in the parcel. This is always 296 * amount of room left until the parcel needs to re-allocate its 302 * Change the amount of data in the parcel. Can be either smaller or [all...] |
/frameworks/base/core/java/android/widget/ |
GridView.java | 820 * @param offset The amount to offset from the adapter position to scroll to. [all...] |
/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | 1304 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/genext2fs/ |
genext2fs.c | [all...] |
/external/icu4c/test/intltest/ |
caltest.cpp | 1836 int32_t amount; local [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/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/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 | 310 /// shift amount is known to be TLI.getShiftAmountTy(). Before legalization 311 /// the shift amount can be any type, but care must be taken to ensure it is 314 /// to represent the shift amount. By convention, DAGCombine and [all...] |
/external/llvm/lib/Target/X86/AsmParser/ |
X86AsmParser.cpp | 617 // Parse the scale amount: 633 // Validate the scale amount. 642 // A scale amount without an index is ignored. [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/tools/utils/ |
DescriptionGenerator.java | 280 t.setOutputProperty("{http://xml.apache.org/xslt}indent-amount","4");
|