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

  /external/chromium_org/third_party/icu/source/tools/genrb/
ustr.c 29 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1))
49 ustr_resize(s, ALLOCATION(length), status);
88 ustr_resize(dst, ALLOCATION(src->fLength), status);
109 ustr_resize(s, ALLOCATION(len), status);
136 ustr_resize(dst, ALLOCATION(dst->fLength + n), status);
156 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status);
188 ustr_resize(dst, ALLOCATION(dst->fLength + len), status);
  /external/icu/icu4c/source/tools/genrb/
ustr.c 29 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1))
49 ustr_resize(s, ALLOCATION(length), status);
88 ustr_resize(dst, ALLOCATION(src->fLength), status);
109 ustr_resize(s, ALLOCATION(len), status);
136 ustr_resize(dst, ALLOCATION(dst->fLength + n), status);
156 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status);
188 ustr_resize(dst, ALLOCATION(dst->fLength + len), status);
  /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 20 import android.renderscript.Allocation;
22 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/rs/java/android/renderscript/
Element.java 21 * android.renderscript.Allocation}. An Element is roughly equivalent to a C
39 * android.renderscript.Allocation} objects with DataKind {@link
42 * android.renderscript.Allocation} objects that are intended for use with a
417 public static Element ALLOCATION(RenderScript rs) {
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 25 * android.support.v8.renderscript.Allocation}. An Element is roughly
44 * Note that {@link android.support.v8.renderscript.Allocation} objects with
47 * general, {@link android.support.v8.renderscript.Allocation} objects that are
414 public static Element ALLOCATION(RenderScript rs) {
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 29 * Every row in an RS allocation is guaranteed to be aligned by this amount, and
30 * every row in a user-backed allocation must be aligned by this amount.
44 class Allocation;
218 sp<const Element> ALLOCATION;
281 * from RenderScript kernels. An Allocation provides the backing store for a
284 * An Allocation also contains a set of usage flags that denote how the
285 * Allocation could be used. For example, an Allocation may have usage flags
288 * syncAll(int) in order to ensure that different users of the Allocation have
289 * a consistent view of memory. For example, in the case where an Allocation i
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 28 * Every row in an RS allocation is guaranteed to be aligned by this amount, and
29 * every row in a user-backed allocation must be aligned by this amount.
43 class Allocation;
217 sp<const Element> ALLOCATION;
280 * from RenderScript kernels. An Allocation provides the backing store for a
283 * An Allocation also contains a set of usage flags that denote how the
284 * Allocation could be used. For example, an Allocation may have usage flags
287 * syncAll(int) in order to ensure that different users of the Allocation have
288 * a consistent view of memory. For example, in the case where an Allocation i
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 28 * Every row in an RS allocation is guaranteed to be aligned by this amount, and
29 * every row in a user-backed allocation must be aligned by this amount.
43 class Allocation;
217 sp<const Element> ALLOCATION;
280 * from RenderScript kernels. An Allocation provides the backing store for a
283 * An Allocation also contains a set of usage flags that denote how the
284 * Allocation could be used. For example, an Allocation may have usage flags
287 * syncAll(int) in order to ensure that different users of the Allocation have
288 * a consistent view of memory. For example, in the case where an Allocation i
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 28 * Every row in an RS allocation is guaranteed to be aligned by this amount, and
29 * every row in a user-backed allocation must be aligned by this amount.
43 class Allocation;
217 sp<const Element> ALLOCATION;
280 * from RenderScript kernels. An Allocation provides the backing store for a
283 * An Allocation also contains a set of usage flags that denote how the
284 * Allocation could be used. For example, an Allocation may have usage flags
287 * syncAll(int) in order to ensure that different users of the Allocation have
288 * a consistent view of memory. For example, in the case where an Allocation i
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 1657 milliseconds