/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
emux_synth.h | 114 int use_time; /* allocation counter */ 178 unsigned int time; /* An allocation time */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
argz.h | 41 ARGZ, and the total length in LEN. If a memory allocation error occurs, 50 memory allocation error occurs, ENOMEM is returned, otherwise 0.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
emux_synth.h | 114 int use_time; /* allocation counter */ 178 unsigned int time; /* An allocation time */
|
/external/clang/lib/CodeGen/ |
CGCXXABI.h | 250 /// Initialize the array cookie for the given allocation. 253 /// return value of the allocation function 274 /// with a char* pointing to the address returned by the allocation 289 /// Reads the array cookie for an allocation which is known to have one. 292 /// \param ptr - a pointer to the allocation made for an array, as a char*
|
/external/icu4c/common/unicode/ |
uobject.h | 108 * replace the allocation functions declared in cmemory.h 180 * @param file The file where the allocation was requested 181 * @param line The line where the allocation was requested 188 * @param file The file where the allocation was requested 189 * @param line The line where the allocation was requested
|
/external/v8/src/ |
spaces-inl.h | 248 // Try linear allocation in the page of alloc_info's allocation top. Does 250 // allocation) so it can be used by all the allocation functions and for all 262 // Raw allocation.
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4xVSS_API.h | 205 * @return M4ERR_ALLOC: Memory allocation has failed 223 * @return M4ERR_ALLOC: Memory allocation has failed 243 * @return M4ERR_ALLOC: Memory allocation has failed 264 * @return M4ERR_ALLOC: Memory allocation has failed 301 * @return M4ERR_ALLOC: Memory allocation has failed
|
/frameworks/compile/slang/ |
slang_rs_reflection_cpp.cpp | 73 return "android::sp<android::RSC::Allocation>"; 212 "android::sp<const android::RSC::Allocation>", "ain")); 217 "android::sp<const android::RSC::Allocation>", "aout")); 328 "android::sp<const android::RSC::Allocation>", "ain")); 333 "android::sp<const android::RSC::Allocation>", "aout"));
|
/frameworks/rs/scriptc/ |
rs_types.rsh | 130 * \brief Opaque handle to a RenderScript allocation. 132 * See: android.renderscript.Allocation 403 * \brief Bitfield to specify the usage types for an allocation. 406 * relevant to an allocation or an operation on an allocation.
|
/prebuilts/sdk/renderscript/include/ |
rs_types.rsh | 130 * \brief Opaque handle to a RenderScript allocation. 132 * See: android.renderscript.Allocation 403 * \brief Bitfield to specify the usage types for an allocation. 406 * relevant to an allocation or an operation on an allocation.
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_pwd.c | 106 wpa_printf(MSG_INFO, "EAP-PWD: Memory allocation password " 117 wpa_printf(MSG_INFO, "EAP-PWD: bn context allocation fail"); 204 wpa_printf(MSG_INFO, "EAP-PWD (server): scalar allocation " 217 wpa_printf(MSG_INFO, "EAP-PWD (server): element allocation " 233 wpa_printf(MSG_INFO, "EAP-PWD (server): point allocation " 248 wpa_printf(MSG_INFO, "EAP-PWD (server): data allocation fail"); 308 wpa_printf(MSG_INFO, "EAP-PWD (server): debug allocation " 590 wpa_printf(MSG_INFO, "EAP-PWD: memory allocation id fail"); 638 wpa_printf(MSG_INFO, "EAP-PWD (server): peer data allocation " 757 wpa_printf(MSG_INFO, "EAP-PWD (peer): allocation fail") [all...] |
/dalvik/docs/ |
debugmon.html | 384 "allocation units" rather than byte counts. 483 u1 size of allocation unit, in bytes (e.g. 8 bytes) 486 u4 length of piece, in allocation units 489 <p>The "usage data" indicates the status of each allocation unit. The data 491 of the allocation unit, and the second byte indicates the number of 492 consecutive allocation units with the same state. 530 <p>The run-length byte indicates the number of allocation units minus one, so a 533 up the nearest allocation unit. 544 (a) the end of the chunk is reached, or (b) all allocation units have been 548 (with an 8-byte allocation unit size, that's 0x0400 units long) [all...] |
/external/jpeg/ |
jmemmgr.c | 12 * * pool-based allocation and freeing of memory; 42 * The allocation routines provided here must never return NULL. 156 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ 172 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ 229 * Allocation of "small" objects. 328 * Allocation of "large" objects. 371 * even though they are not needed for allocation. 385 * To minimize allocation overhead and to allow I/O of large contiguous 387 * without exceeding MAX_ALLOC_CHUNK total bytes per allocation request. 405 /* Calculate max # of rows allowed in one allocation chunk * [all...] |
/external/qemu/distrib/jpeg-6b/ |
jmemmgr.c | 12 * * pool-based allocation and freeing of memory; 42 * The allocation routines provided here must never return NULL. 156 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ 172 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ 229 * Allocation of "small" objects. 328 * Allocation of "large" objects. 371 * even though they are not needed for allocation. 385 * To minimize allocation overhead and to allow I/O of large contiguous 387 * without exceeding MAX_ALLOC_CHUNK total bytes per allocation request. 405 /* Calculate max # of rows allowed in one allocation chunk * [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ElementTest.java | 120 assertTrue(Element.ALLOCATION(mRS) != null); 182 Element[] ALLOCATION = { Element.ALLOCATION(mRS) }; 239 Element[][] ElementArrs = { ALLOCATION, BOOLEAN, ELEMENT, F32, F32_2, 324 eb.add(Element.ALLOCATION(mRS), "ALLOCATION", arraySize); 390 assertFalse(Element.ALLOCATION(mRS).isComplex());
|
/dalvik/vm/ |
LinearAlloc.cpp | 18 * Linear memory allocation, tied to class loaders. 106 * Create a new linear allocation block. 181 * allocation that wrote into those 4 pad bytes, therefore the page 182 * must have been marked readable by the previous allocation. 221 * Destroy a linear allocation area. 282 * every allocation. The troubled situation is: 561 * Mark an allocation as free.
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_actions_toolbar_gtk.cc | 308 gfx::Rect bounding_rect(widget->allocation); 587 start_width_ = button_hbox_->allocation.width; 767 x = widget->allocation.width - x; 833 event->x - widget->allocation.width; 834 gint new_width = button_hbox_->allocation.width - distance_dragged; 867 gripper->allocation.width, gripper->allocation.height); [all...] |
gtk_theme_service.cc | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
MacOSKeychainAPIChecker.cpp | 101 /// Find the allocation site for Sym on the path leading to the node N. 129 /// BugReport path. For example, showing the allocation site of the leaked 291 // If it is a call to an allocator function, it could be a double allocation. 475 // returned during allocation.) 501 // Allocation node, is the last node in the current context in which the 562 // If the allocated symbol is null or if the allocation call might have 604 // allocation site.
|
/external/skia/src/core/ |
SkPathRef.h | 29 * The points and verbs are stored in a single allocation. The points are at the begining of the 30 * allocation while the verbs are stored at end of the allocation, in reverse order. Thus the points 31 * and verbs both grow into the middle of the allocation until the meet. To access verb i in the 510 // we always at least double the allocation 586 SkPoint* fPoints; // points to begining of the allocation 587 uint8_t* fVerbs; // points just past the end of the allocation (verbs grow backwards)
|
/external/valgrind/main/massif/tests/ |
basic.post.exp | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 64 98.04% (7,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 80 98.04% (11,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 94 98.04% (14,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 110 98.04% (10,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 126 98.04% (6,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 142 98.04% (2,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
ion.h | 173 * @len: size of the allocation 174 * @align: requested allocation alignment, lots of hardware blocks have 503 * @len: size of the allocation 504 * @align: required alignment of the allocation 508 * to this allocation 561 * populated with the opaque handle for the allocation. 584 * DOC: ION_IOC_SHARE - creates a file descriptor to use to share an allocation
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3string.h | 2 * Simple string interface allows indiscriminate allocation of strings 64 * Note that the actual allocation (->size) 73 /** Index of string (allocation number) in case someone wants
|
/external/bluetooth/bluedroid/hci/include/ |
bt_vendor_lib.h | 203 /* datapath buffer allocation callback (callout) 209 * For each buffer allocation, the requested size needs to be big enough to 289 /* buffer allocation request */
|
/external/chromium/chrome/browser/ui/gtk/download/ |
download_shelf_gtk.cc | 258 return slide_widget_->widget()->allocation.height; 359 gfx::Size(shelf_.get()->allocation.width, 360 shelf_.get()->allocation.height));
|