HomeSort by relevance Sort by last modified time
    Searched refs:ALLOCATION (Results 1 - 7 of 7) 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);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 119 assertTrue(Element.ALLOCATION(mRS) != null);
181 Element[] ALLOCATION = { Element.ALLOCATION(mRS) };
238 Element[][] ElementArrs = { ALLOCATION, BOOLEAN, ELEMENT, F32, F32_2,
323 eb.add(Element.ALLOCATION(mRS), "ALLOCATION", arraySize);
389 assertFalse(Element.ALLOCATION(mRS).isComplex());
TypeTest.java 76 testTypeBuilderHelper(Element.ALLOCATION(mRS));
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.
266 public static Element ALLOCATION(RenderScript rs) {
  /external/srec/config/en.us/dictionary/
c0.6     [all...]
  /prebuilt/sdk/14/
android.jar 

Completed in 998 milliseconds