HomeSort by relevance Sort by last modified time
    Searched defs:ALLOCATION (Results 1 - 13 of 13) sorted by null

  /external/icu4c/tools/genrb/
ustr.c 28 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1))
48 ustr_resize(s, ALLOCATION(length), status);
87 ustr_resize(dst, ALLOCATION(src->fLength), status);
108 ustr_resize(s, ALLOCATION(len), status);
135 ustr_resize(dst, ALLOCATION(dst->fLength + n), status);
155 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status);
187 ustr_resize(dst, ALLOCATION(dst->fLength + len), status);
  /frameworks/rs/cpp/
RenderScript.h 32 class Allocation;
36 friend class Allocation;
89 Element *ALLOCATION;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 76 testTypeBuilderHelper(Element.ALLOCATION(mRS));
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());
AllocationTest.java 22 import android.renderscript.Allocation;
24 import android.renderscript.Allocation.MipmapControl;
48 Allocation.createTyped(mRS, typeBuilder.create());
59 Allocation.createTyped(mRS, typeBuilder.setX(8).create(),
61 Allocation.USAGE_GRAPHICS_TEXTURE);
62 Allocation.createTyped(mRS, typeBuilder.setY(8).create(),
64 Allocation.USAGE_GRAPHICS_TEXTURE);
66 Allocation.createTyped(mRS, typeBuilder.create(),
68 Allocation.USAGE_GRAPHICS_TEXTURE |
69 Allocation.USAGE_SCRIPT)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Element.java 23 * <p>The most basic data type. An element represents one cell of a memory allocation.
405 public static Element ALLOCATION(RenderScript rs) {
    [all...]
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
Element.java 24 * <p>The most basic data type. An element represents one cell of a memory allocation.
414 public static Element ALLOCATION(RenderScript rs) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 82 milliseconds