/external/apache-http/src/org/apache/http/impl/conn/ |
SingleClientConnManager.java | 54 * Allocation <i>always</i> returns the connection immediately, 55 * even if it has not been released after the previous allocation. 76 /** The message to be logged on multiple allocation. */
|
/external/chromium/chrome/browser/ui/gtk/notifications/ |
balloon_view_gtk.cc | 420 cairo_move_to(cr, 0.5, sender->allocation.height - 0.5); 422 cairo_move_to(cr, sender->allocation.width - 0.5, 423 sender->allocation.height - 0.5);
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_view_gtk.cc | 404 GtkAllocation* allocation) { 405 gfx::Size new_size(allocation->width, allocation->height);
|
/external/e2fsprogs/ext2ed/doc/ |
user-guide.sgml | 977 <Literal remap="tt">block, inode, superblock, block groups, block allocation bitmap, inode 978 allocation bitmap, group descriptors, file, directory.</Literal>Most of the above 1248 The block allocation bitmap (the <Literal remap="tt">blockbitmap</Literal> command) 1254 The inode allocation bitmap (the <Literal remap="tt">inodebitmap</Literal> command) [all...] |
/external/grub/netboot/ |
smc9000.c | 214 /* wait for the memory allocation to finnish */ 228 printf("SMC9000: Memory allocation timed out, resetting MMU.\n"); 237 printf("SMC9000: Memory allocation failed. \n");
|
/external/grub/stage2/ |
xfs.h | 56 typedef xfs_uint32_t xfs_agnumber_t; /* allocation group number */ 96 xfs_agblock_t sb_agblocks; /* size of an allocation group */ 97 xfs_agnumber_t sb_agcount; /* number of allocation groups */
|
/external/icu4c/test/intltest/ |
svccoll.cpp | 353 errln("memory allocation error"); 376 errln("memory allocation error"); 387 errln("memory allocation error");
|
/external/llvm/lib/CodeGen/ |
LocalStackSlotAllocation.cpp | 82 "Local Stack Slot Allocation", false, false) 107 // at the start of local allocation, and this pass doesn't. 134 // Keep the offset available for base register allocation
|
/external/skia/include/core/ |
SkTypes.h | 520 * the allocation will come from the stack rather than the heap. This object 528 * a zero-byte allocation. Must call reset(size) to return an allocated 538 * allocation will come from the stack, otherwise it will be dynamically
|
/external/skia/legacy/include/core/ |
SkTypes.h | 490 * the allocation will come from the stack rather than the heap. This object 498 * a zero-byte allocation. Must call reset(size) to return an allocated 508 * allocation will come from the stack, otherwise it will be dynamically
|
/external/stlport/stlport/stl/config/ |
user_config.h | 255 * as it requires construction of temporary objects that need memory allocation 276 * (of 16 chars when writing this doc) to avoid systematically memory allocation 279 * prefer systematical dynamic allocation turn on this macro.
|
/frameworks/base/core/java/android/content/res/ |
CompatibilityInfo.java | 397 * the internal buffer for content insets to avoid extra object allocation. 408 * the internal buffer for visible insets to avoid extra object allocation. 419 * the internal buffer for touchable area to avoid extra object allocation.
|
/frameworks/base/core/java/android/os/ |
PerformanceCollector.java | 536 * Starts allocation counting. This triggers a gc and resets the counts. 554 * Stops allocation counting. 564 * Returns a bundle with the current results from the allocation counting.
|
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 425 * "size" is the size of the allocation, "backtrace" is a fixed-size 430 * then allocation count. For best results with "diff" we'd like to sort 457 fprintf(fp, "Allocation records: %zd\n", recordCount);
|
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
pkg_android.renderscript.html | 120 <A NAME="Allocation"></A> 121 <nobr><A HREF="android.renderscript.Allocation.html">Allocation</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/16/changes/ |
pkg_android.renderscript.html | 84 <A NAME="Allocation"></A> 85 <nobr><A HREF="android.renderscript.Allocation.html">Allocation</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/18/changes/ |
pkg_android.renderscript.html | 373 <A NAME="Allocation"></A> 374 <nobr><A HREF="android.renderscript.Allocation.html">Allocation</A></nobr>
|
/frameworks/compile/slang/ |
README.rst | 232 // Copying all Item array to byte array (i.e., memory allocation). 319 structure. Binding an allocation in Java effectively sets the 321 runtime that the script will not modify the contents of an allocation.
|
slang_rs_reflection.cpp | 173 return "Allocation"; 665 Args.push_back(std::make_pair("Allocation", "ain")); 667 Args.push_back(std::make_pair("Allocation", "aout")); [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
dynamic_loader.h | 82 * alloc Target-side memory allocation 119 * alloc Target-side memory allocation 151 * alloc Target-side memory allocation
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 255 * as it requires construction of temporary objects that need memory allocation 276 * (of 16 chars when writing this doc) to avoid systematically memory allocation 279 * prefer systematical dynamic allocation turn on this macro.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdio.in.h | 260 If the memory allocation succeeds, store the address of the string in 262 NUL. Upon memory allocation error, or some other error, return -1. */ 280 memory allocation error, call obstack_alloc_failed_handler. Upon
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 255 * as it requires construction of temporary objects that need memory allocation 276 * (of 16 chars when writing this doc) to avoid systematically memory allocation 279 * prefer systematical dynamic allocation turn on this macro.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 255 * as it requires construction of temporary objects that need memory allocation 276 * (of 16 chars when writing this doc) to avoid systematically memory allocation 279 * prefer systematical dynamic allocation turn on this macro.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 255 * as it requires construction of temporary objects that need memory allocation 276 * (of 16 chars when writing this doc) to avoid systematically memory allocation 279 * prefer systematical dynamic allocation turn on this macro.
|