/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
Collection.h | 19 #include "Element.h" 37 * Collection of policy element as a map indexed with a their UID type. 39 * @tparam Key type of the policy element indexing the collection. 40 * Policy Element supported are: 47 class Collection : public std::map<Key, Element<Key> *> 50 typedef std::map<Key, Element<Key> *> Base; 51 typedef Element<Key> T; 62 * Add a policy element to the collection. Policy elements are streams, strategies, input 64 * It also set the key as the unique identifier of the policy element. 66 * @tparam Key indexing the collection of policy element 114 T *element = it->second; local [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsic.h | 71 size_t dataLength, const Element * e, 79 const Element * e, RsScriptIntrinsicID iid); 84 ObjectBaseRef<const Element> mElement;
|
rsCpuIntrinsicLUT.cpp | 33 RsdCpuScriptIntrinsicLUT(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e); 77 const Script *s, const Element *e) 95 const Script *s, const Element *e) {
|
/frameworks/rs/script_api/ |
rs_object_info.spec | 20 The functions below can be used to query the characteristics of an Allocation, Element, 38 The term "element" is used a bit ambiguously in RenderScript, as both type information 41 <li>In functions like @rsGetElementAt(), "element" means the instantiation of the type, 46 An Element can specify a simple data types as found in C, e.g. an integer, float, or 58 Elements like <a href='http://developer.android.com/reference/android/renderscript/Element.html#F32_2(android.renderscript.RenderScript)'>F32_2</a>. 60 To create complex Elements, use the <a href='http://developer.android.com/reference/android/renderscript/Element.Builder.html'>Element.Builder</a> Java class. 128 ret: rs_element, "Element describing Allocation layout." 132 Get the Element object describing the type, kind, and other characteristics of a cell 161 This function can be used to check the Element returned by @rsElementGetSubElement( [all...] |
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
ColorCube.java | 22 import android.renderscript.Element; 47 Type.Builder tb = new Type.Builder(mRS, Element.U8_4(mRS)); 72 mIntrinsic = ScriptIntrinsic3DLUT.create(mRS, Element.U8_4(mRS));
|
Histogram.java | 32 mHist = ScriptIntrinsicHistogram.create(mRS, Element.U8_4(mRS)); 44 Type.Builder tb = new Type.Builder(mRS, Element.I32(mRS)); 48 mSum = Allocation.createSized(mRS, Element.I32(mRS), 256);
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
Blur25G.java | 23 import android.renderscript.Element; 67 Type.Builder tb = new Type.Builder(mRS, Element.U8(mRS)); 76 mIntrinsic = ScriptIntrinsicBlur.create(mRS, Element.U8(mRS));
|
ColorCube.java | 22 import android.renderscript.Element; 47 Type.Builder tb = new Type.Builder(mRS, Element.U8_4(mRS)); 72 mIntrinsic = ScriptIntrinsic3DLUT.create(mRS, Element.U8_4(mRS));
|
Histogram.java | 38 mHist = ScriptIntrinsicHistogram.create(mRS, Element.U8_4(mRS)); 50 Type.Builder tb = new Type.Builder(mRS, Element.I32(mRS)); 54 mSum = Allocation.createSized(mRS, Element.I32(mRS), 256);
|
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
UT_element.java | 26 Element simpleElem; 27 Element complexElem; 69 super(rstc, "Element", ctx); 74 simpleElem = Element.F32_3(RS);
|
UT_script_group2_pointwise.java | 50 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); 59 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE), 64 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
UT_element.java | 26 Element simpleElem; 27 Element complexElem; 69 super(rstc, "Element", ctx); 74 simpleElem = Element.F32_3(RS);
|
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
UT_check_dims.java | 21 import android.renderscript.Element; 37 Type.Builder typeBuilder = new Type.Builder(RS, Element.U8(RS)); 46 typeBuilder = new Type.Builder(RS, Element.I32(RS));
|
UT_script_group2_pointwise.java | 19 import android.renderscript.Element; 46 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); 53 Type T = Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE);
|
/libcore/luni/src/test/java/libcore/xml/ |
DomSerializationTest.java | 29 import org.w3c.dom.Element; 43 Element foo = document.createElement("foo"); 55 Element foo = document.createElement("foo");
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ElementGetAttributeNodeNS.java | 3 import org.w3c.dom.Element; 11 * namespace URI. Create a new element node and add 2 new attribute nodes to it 52 Element element; local 64 element = doc.createElementNS("namespaceURI", "root"); 67 element.setAttributeNodeNS(attribute1); 70 element.setAttributeNodeNS(attribute2); 71 attribute = element.getAttributeNodeNS("http://www.w3.org/DOM/Level2", 89 Element element; local [all...] |
GetElementsByTagNameNS.java | 29 import org.w3c.dom.Element; 83 Element newElement; 89 newElement = (Element) newList.item(3); 177 Element docElem; 187 Element newElement; 190 Element docElem; 195 newElement = (Element) newList.item(3); 203 Element docElem; 238 Element docElem; 263 Element docElem [all...] |
LocalName.java | 6 import org.w3c.dom.Element; 58 Element testAddr; 63 testAddr = (Element) elementList.item(0);
|
NamespaceURI.java | 27 import org.w3c.dom.Element; 80 // Element testAddr; 85 // testAddr = (Element) elementList.item(0); 94 Element testAddr; 99 testAddr = (Element) elementList.item(0);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
IntrinsicLut.java | 45 mIntrinsic = ScriptIntrinsicLUT.create(mRS, Element.U8_4(mRS)); 68 makeBuffers(97, 97, Element.U8_4(mRS)); 81 makeBuffers(97, 97, Element.U8_4(mRS)); 96 ScriptIntrinsicLUT s = ScriptIntrinsicLUT.create(mRS, Element.U8_4(mRS));
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
RSBaseCompute.java | 21 import android.renderscript.Element;
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSBlurTest.java | 43 Type.Builder build = new Type.Builder(mRS, Element.A_8(mRS)); 49 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.A_8(mRS)); 72 Type.Builder build = new Type.Builder(mRS, Element.RGBA_8888(mRS)); 78 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.RGBA_8888(mRS));
|
/cts/tests/tests/sax/src/android/sax/cts/ |
ElementTest.java | 24 import android.sax.Element; 74 Element name = root.getChild(ATOM_NAMESPACE, NAME); 82 Element entry1 = root.getChild(ATOM_NAMESPACE, ENTRY1); 94 Element entry2 = root.requireChild(ATOM_NAMESPACE, ENTRY2);
|
/external/guice/core/src/com/google/inject/spi/ |
DisableCircularProxiesOption.java | 29 public final class DisableCircularProxiesOption implements Element {
|
RequireAtInjectOnConstructorsOption.java | 30 public final class RequireAtInjectOnConstructorsOption implements Element {
|