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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 19 import android.renderscript.Element;
33 void testTypeBuilderHelper(Element e) {
49 testTypeBuilderHelper(Element.A_8(mRS));
50 testTypeBuilderHelper(Element.RGB_565(mRS));
51 testTypeBuilderHelper(Element.RGB_888(mRS));
52 testTypeBuilderHelper(Element.RGBA_8888(mRS));
53 testTypeBuilderHelper(Element.F32(mRS));
54 testTypeBuilderHelper(Element.F32_2(mRS));
55 testTypeBuilderHelper(Element.F32_3(mRS));
56 testTypeBuilderHelper(Element.F32_4(mRS))
    [all...]
ElementTest.java 19 import android.renderscript.Element;
20 import android.renderscript.Element.DataType;
21 import android.renderscript.Element.DataKind;
27 assertTrue(Element.createPixel(mRS,
30 assertTrue(Element.createPixel(mRS,
33 assertTrue(Element.createPixel(mRS,
36 assertTrue(Element.createPixel(mRS,
39 assertTrue(Element.createPixel(mRS,
42 assertTrue(Element.createPixel(mRS,
49 Element e = null
    [all...]
GetSetTest.java 108 walkAlloc = Allocation.createSized(mRS, Element.I32(mRS), tw);
112 private void testSetup(Element e) {
293 testSetup(Element.I8(mRS));
314 testSetup(Element.I8_2(mRS));
334 testSetup(Element.I8_3(mRS));
354 testSetup(Element.I8_4(mRS));
374 testSetup(Element.U8(mRS));
394 testSetup(Element.U8_2(mRS));
414 testSetup(Element.U8_3(mRS));
434 testSetup(Element.U8_4(mRS))
    [all...]
AllocationTest.java 23 import android.renderscript.Element;
34 void createTypedHelper(Element e) {
56 void createTypedTextureHelper(Element e) {
105 void createSizedHelper(Element e) {
115 createTypedHelper(Element.A_8(mRS));
116 createTypedHelper(Element.RGB_565(mRS));
117 createTypedHelper(Element.RGB_888(mRS));
118 createTypedHelper(Element.RGBA_8888(mRS));
119 createTypedHelper(Element.F16(mRS));
120 createTypedHelper(Element.F16_2(mRS))
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug026.go 9 type Element interface {
15 func (v *Vector) Insert(i int, e Element) {
bug027.go 11 type Element interface {
16 elem []Element
22 v.elem = make([]Element, 10)
26 func (v *Vector) At(i int) Element {
30 func (v *Vector) Insert(e Element) {
81 (<Element>I{}) CONV (<I>{})
83 (<Element>I{}) CONV (<I>{})
bug054.go 9 type Element interface {
13 elem []Element;
16 func (v *Vector) At(i int) Element {
31 v.elem = make([]Element, 10);
  /prebuilts/go/linux-x86/test/fixedbugs/
bug026.go 9 type Element interface {
15 func (v *Vector) Insert(i int, e Element) {
bug027.go 11 type Element interface {
16 elem []Element
22 v.elem = make([]Element, 10)
26 func (v *Vector) At(i int) Element {
30 func (v *Vector) Insert(e Element) {
81 (<Element>I{}) CONV (<I>{})
83 (<Element>I{}) CONV (<I>{})
bug054.go 9 type Element interface {
13 elem []Element;
16 func (v *Vector) At(i int) Element {
31 v.elem = make([]Element, 10);
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Element.h 31 class Element
34 Element(const std::string &name)
37 ~Element() {}
40 * Returns identifier of this policy element
42 * @returns string representing the name of this policy element
47 * Set the unique identifier for this policy element.
61 * @return the unique identifier of this policy element.
66 * A Policy element may implement getter/setter function for a given property.
70 * @tparam Property for which this policy element has setter / getter.
71 * @return the property kept track by this policy base element
    [all...]
InputSource.h 19 #include "Element.h"
27 * Specialization of policy base class element for audio_source_t
28 * @tparam audio_source_t Policy Base Element identified by the audio_source_t definition.
31 class Element<audio_source_t>
34 Element(const std::string &name)
38 ~Element() {}
41 * Returns identifier of this policy element
43 * @returns string representing the name of this policy element
48 * Set the unique identifier for this policy element.
58 * @return the unique identifier of this policy element
    [all...]
Strategy.h 19 #include "Element.h"
31 class Element<routing_strategy>
34 Element(const std::string &name)
38 ~Element() {}
41 * Returns identifier of this policy element
43 * @returns string representing the name of this policy element
48 * Set the unique identifier for this policy element.
58 * @return the unique identifier of this policy element.
63 * A Policy element may implement getter/setter function for a given property.
75 Element(const Element &object)
    [all...]
Stream.h 19 #include "Element.h"
32 class Element<audio_stream_type_t>
35 Element(const std::string &name)
39 ~Element() {}
42 * Returns identifier of this policy element
44 * @returns string representing the name of this policy element
49 * Set the unique identifier for this policy element.
59 * @return the unique identifier of this policy element.
64 * A Policy element may implement getter/setter function for a given property.
76 Element(const Element &object)
    [all...]
Usage.h 19 #include "Element.h"
31 class Element<audio_usage_t>
34 Element(const std::string &name)
38 ~Element() {}
41 * Returns identifier of this policy element
43 * @returns string representing the name of this policy element
48 * Set the unique identifier for this policy element.
58 * @return the unique identifier of this policy element.
63 * A Policy element may implement getter/setter function for a given property.
75 Element(const Element &object)
    [all...]
  /art/test/590-checker-arr-set-null-regression/src/
Main.java 20 Element[] elements = new Element[51];
26 /// CHECK-START: void Main.testArraySetCheckCastNull(Main$Element[]) builder (after)
32 /// CHECK-DAG: <<CheckedValue:l\d+>> BoundType [<<Null>>] klass:Main$Element can_be_null:true
38 /// CHECK-START: void Main.testArraySetCheckCastNull(Main$Element[]) instruction_simplifier (after)
41 /// CHECK-START: void Main.testArraySetCheckCastNull(Main$Element[]) prepare_for_register_allocation (before)
52 /// CHECK-START: void Main.testArraySetCheckCastNull(Main$Element[]) prepare_for_register_allocation (after)
60 static void testArraySetCheckCastNull(Element[] elements) {
62 Element element = (Element) object local
    [all...]
  /external/guice/core/src/com/google/inject/spi/
Element.java 36 public interface Element {
39 * Returns an arbitrary object containing information about the "place" where this element was
49 * Accepts an element visitor. Invokes the visitor method specific to this element's type.
56 * Writes this module element to the given binder (optional operation).
58 * @param binder to apply configuration element to
60 * element.
  /external/icu/android_icu4j/src/main/java/android/icu/util/
RangeValueIterator.java 39 * RangeValueIterator.Element result = new RangeValueIterator.Element();
59 public class Element
83 public Element()
95 * @param element for storing the result range and value
97 * @see Element
99 public boolean next(Element element);
ValueIterator.java 27 * ValueIterator.Element result = new ValueIterator.Element();
45 public static final class Element
63 public Element()
75 * @param element for storing the result index and value
77 * @see Element
79 public boolean next(Element element);
90 * <p>If setRange(start, end) is not performed before next(element) is
95 * implementation, next(element) will always return false
    [all...]
  /frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
UT_global.java 33 private void test(Element elem, java.lang.Runnable action) {
43 test(Element.I32(RS), () -> {
50 test(Element.I32_2(RS), () -> {
57 test(Element.I32_4(RS), () -> {
70 test(Element.F32(RS), () -> {
77 test(Element.F32_2(RS), () -> {
84 test(Element.F32_4(RS), () -> {
  /external/libmojo/mojo/public/cpp/bindings/
interface_ptr_set.h 30 auto weak_interface_ptr = new Element(std::move(ptr));
53 class Element {
55 explicit Element(Ptr<Interface> ptr)
60 ~Element() {}
72 base::WeakPtr<Element> GetWeakPtr() {
77 static void DeleteElement(Element* element) { delete element; }
80 base::WeakPtrFactory<Element> weak_ptr_factory_;
82 DISALLOW_COPY_AND_ASSIGN(Element);
    [all...]
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
Element.java 27 * An internal binding annotation applied to each element in a multibinding.
34 @interface Element {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
RangeValueIterator.java 38 * RangeValueIterator.Element result = new RangeValueIterator.Element();
60 public class Element
88 public Element()
100 * @param element for storing the result range and value
102 * @see Element
105 public boolean next(Element element);
ValueIterator.java 26 * ValueIterator.Element result = new ValueIterator.Element();
46 public static final class Element
67 public Element()
79 * @param element for storing the result index and value
81 * @see Element
84 public boolean next(Element element);
97 * <p>If setRange(start, end) is not performed before next(element) is
102 * implementation, next(element) will always return false
    [all...]
  /frameworks/base/rs/java/android/renderscript/
ProgramVertexFixedFunction.java 57 public InternalBuilder addInput(Element e) throws IllegalStateException {
136 Element.Builder b = new Element.Builder(rs);
137 b.add(Element.MATRIX4X4(rs), "MV");
138 b.add(Element.MATRIX4X4(rs), "P");
139 b.add(Element.MATRIX4X4(rs), "TexMatrix");
140 b.add(Element.MATRIX4X4(rs), "MVP");
180 Element.Builder b = new Element.Builder(mRS);
181 b.add(Element.F32_4(mRS), "position")
    [all...]

Completed in 458 milliseconds

1 2 3 4 5 6 7 8 91011>>