HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 476 - 500 of 3591) sorted by null

<<11121314151617181920>>

  /external/skia/include/core/
SkData.h 61 * of scope, allowing for custom allocation/freeing of the data.
87 * takes ownership of that allocation, and will handling calling sk_free.
  /external/webkit/Source/JavaScriptCore/heap/
Heap.h 52 enum OperationInProgress { NoOperation, Allocation, Collection };
75 bool isBusy(); // true if an allocation or collection is in progress
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ScriptProfileNodeCustom.cpp 68 // Return if allocation failed.
73 // Avoid setting the wrapper if allocation failed.
  /external/webkit/Source/WebCore/platform/gtk/
GtkPluginWidget.cpp 62 GtkAllocation allocation = { loc.x(), loc.y(), rect.width(), rect.height() }; local
65 gtk_widget_size_allocate(platformWidget(), &allocation); local
GtkVersioning.h 80 #define gtk_widget_get_allocation(widget, alloc) (*(alloc) = (widget)->allocation)
81 #define gtk_widget_set_allocation(widget, alloc) ((widget)->allocation = *(alloc))
  /frameworks/base/docs/html/tools/debugging/
debugging-projects.jd 59 <li>Allocation Tracker - Shows the memory allocation of objects.</li>
  /frameworks/base/graphics/java/android/renderscript/
ProgramFragment.java 30 * when an allocation with constant input values is bound to the shader, its values
32 * <p> The values inside the allocation are not explicitly tracked. If they change between two draw
  /libcore/benchmarks/src/benchmarks/regression/
StringCaseMappingBenchmark.java 115 continue; // fast path avoids allocation
135 continue; // fast path avoids allocation
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
new 32 * handling memory allocation errors; see
52 * @c bad_alloc (or classes derived from it) is used to report allocation
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
new 32 * handling memory allocation errors; see
54 * @c bad_alloc (or classes derived from it) is used to report allocation
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
new 32 * handling memory allocation errors; see
54 * @c bad_alloc (or classes derived from it) is used to report allocation
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
new 32 * handling memory allocation errors; see
52 * @c bad_alloc (or classes derived from it) is used to report allocation
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
new 32 * handling memory allocation errors; see
52 * @c bad_alloc (or classes derived from it) is used to report allocation
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
new 32 * handling memory allocation errors; see
52 * @c bad_alloc (or classes derived from it) is used to report allocation
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
new 32 * handling memory allocation errors; see
52 * @c bad_alloc (or classes derived from it) is used to report allocation
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
new 32 * handling memory allocation errors; see
54 * @c bad_alloc (or classes derived from it) is used to report allocation
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
new 32 * handling memory allocation errors; see
54 * @c bad_alloc (or classes derived from it) is used to report allocation
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
BaseObjTest.java 19 import android.renderscript.Allocation;
  /dalvik/vm/compiler/
CompilerUtility.h 25 /* Allocate the initial memory block for arena-based allocation */
  /dalvik/vm/compiler/codegen/arm/armv5te/
Codegen.cpp 46 /* Thumb-specific register allocation */
  /dalvik/vm/compiler/codegen/arm/armv5te-vfp/
Codegen.cpp 46 /* Thumb-specific register allocation */
  /dalvik/vm/compiler/codegen/arm/armv7-a/
Codegen.cpp 46 /* Thumb2-specific register allocation */
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
Codegen.cpp 46 /* Thumb2-specific register allocation */
  /dalvik/vm/compiler/codegen/mips/
Codegen.h 61 * Architecture-dependent register allocation routines implemented in
  /dalvik/vm/compiler/codegen/mips/mips/
Codegen.cpp 43 /* Thumb-specific register allocation */

Completed in 1171 milliseconds

<<11121314151617181920>>