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

1 2 3

  /external/icu/icu4c/source/tools/genrb/
ustr.c 31 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1))
51 ustr_resize(s, ALLOCATION(length), status);
90 ustr_resize(dst, ALLOCATION(src->fLength), status);
111 ustr_resize(s, ALLOCATION(len), status);
138 ustr_resize(dst, ALLOCATION(dst->fLength + n), status);
158 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status);
190 ustr_resize(dst, ALLOCATION(dst->fLength + len), status);
  /system/core/libmemunreachable/tests/
LeakFolding_test.cpp 44 #define ALLOCATION(heap_walker, buffer) \
45 ASSERT_EQ(true, (heap_walker).Allocation(buffer_begin(buffer), buffer_end(buffer)))
52 ALLOCATION(heap_walker, buffer1);
76 ALLOCATION(heap_walker, buffer1);
77 ALLOCATION(heap_walker, buffer2);
105 ALLOCATION(heap_walker, buffer1);
106 ALLOCATION(heap_walker, buffer2);
135 ALLOCATION(heap_walker, buffer1);
136 ALLOCATION(heap_walker, buffer2);
137 ALLOCATION(heap_walker, buffer3)
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 149 passed &= (Element::ALLOCATION(mRS) != nullptr);
169 sp<const Element> ALLOCATION = Element::ALLOCATION(mRS);
203 sp<const Element> ElementArrs[] = { ALLOCATION, BOOLEAN, ELEMENT, F32, F32_2,
285 eb->add(Element::ALLOCATION(mRS), "ALLOCATION", arraySize);
  /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) };
246 Element[][] ElementArrs = { ALLOCATION, BOOLEAN, ELEMENT,
337 eb.add(Element.ALLOCATION(mRS), "ALLOCATION", arraySize);
407 assertFalse(Element.ALLOCATION(mRS).isComplex());
AllocationTest.java 20 import android.renderscript.Allocation;
22 import android.renderscript.Allocation.MipmapControl;
48 Allocation.createTyped(mRS, typeBuilder.create()).destroy();
59 Allocation.createTyped(mRS, typeBuilder.setX(8).create(),
61 Allocation.USAGE_GRAPHICS_TEXTURE).destroy();
62 Allocation.createTyped(mRS, typeBuilder.setY(8).create(),
64 Allocation.USAGE_GRAPHICS_TEXTURE).destroy();
66 Allocation.createTyped(mRS, typeBuilder.create(),
68 Allocation.USAGE_GRAPHICS_TEXTURE |
69 Allocation.USAGE_SCRIPT).destroy()
    [all...]
  /frameworks/rs/support/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
422 public static Element ALLOCATION(RenderScript rs) {
    [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
481 public static Element ALLOCATION(RenderScript rs) {
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 27 * Every row in an RS allocation is guaranteed to be aligned by this amount, and
28 * every row in a user-backed allocation must be aligned by this amount.
47 class Allocation;
497 sp<const Element> ALLOCATION;
560 * from RenderScript kernels. An Allocation provides the backing store for a
563 * An Allocation also contains a set of usage flags that denote how the
564 * Allocation could be used. For example, an Allocation may have usage flags
567 * syncAll(int) in order to ensure that different users of the Allocation have
568 * a consistent view of memory. For example, in the case where an Allocation i
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0/
protos-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha6/
protos-25.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha7/
protos-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta1/
protos-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta2/
protos-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta3/
protos-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-rc1/
protos-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-rc2/
protos-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.1/
protos-25.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.3/
protos-25.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.4/
protos-25.2.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/protos/25.2.0/
protos-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0/
protos-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-alpha1/
protos-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.3.0-beta1/
protos-25.3.0-beta1.jar 

Completed in 124 milliseconds

1 2 3