/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
Type.java | 26 * <p>A Type describes the {@link android.support.v8.renderscript.Element} and 31 * <p>A Type always includes an {@link android.support.v8.renderscript.Element} 62 Element mElement; 79 * Return the element associated with this Type. 81 * @return Element 83 public Element getElement() { 205 * @param e The Element for the Type 210 static public Type createX(RenderScript rs, Element e, int dimX) { 228 * @param e The Element for the Type 234 static public Type createXY(RenderScript rs, Element e, int dimX, int dimY) [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
NamedNodeMapRemoveNamedItemNS.java | 29 import org.w3c.dom.Element; 78 Node element; local 84 element = elementList.item(1); 85 attributes = element.getAttributes(); 97 // Node element; 106 // element = elementList.item(1); 107 // attributes = element.getAttributes(); 118 Node element; local 125 element = doc.createElementNS("http://www.w3.org/DOM/Test", "root"); 128 ((Element) /* Node */element).setAttributeNodeNS(attribute1) 143 Node element; local 210 Node element; local 232 Node element; local 254 Element element; local 278 Element element; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
AddSuppressAttribute.java | 42 import org.w3c.dom.Element; 58 private final Element mElement; 71 @NonNull Element element, 77 mElement = element; 174 String desc = String.format("Add ignore '%1$s\' to element", id); 175 Element element = (Element) node; local 177 fixes.add(new AddSuppressAttribute(editor, id, marker, element, desc, null)) 231 Element element = (Element) node; local [all...] |
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
GTestXmlResultParser.java | 24 import org.w3c.dom.Element; 109 Element rootNode = result.getDocumentElement(); 118 ((Element)testSuiteList.item(i)).getElementsByTagName(TEST_CASE_TAG); 122 processTestResult((Element)testcasesList.item(j)); 140 private void getTestSuitesInfo(Element rootNode) { 160 private void processTestResult(Element testcase) { 174 String trace = ((Element)testcase.getElementsByTagName("failure").item(0))
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestMix.java | 23 import android.renderscript.Element; 55 Allocation inStart = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x9f4beff6471d6db1l, false); 56 Allocation inStop = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x6ede0b88b4422e8fl, false); 57 Allocation inFraction = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x6d2f014ec6a51d9fl, false); 59 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 69 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 149 Allocation inStart = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x45502e8f0a2d9ce9l, false); 150 Allocation inStop = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xba2b8a035395e837l, false); 151 Allocation inFraction = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xe56bef3c621e0ac7l, false); 153 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE) [all...] |
TestNanHalf.java | 23 import android.renderscript.Element; 53 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); 61 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
GetElementAt.java | 20 import android.renderscript.Element; 76 gIn = Allocation.createSized(mRS, Element.U32(mRS), INPUTSIZE); 93 Type.Builder builder = new Type.Builder(mRS, Element.U32(mRS));
|
SampleTest.java | 22 import android.renderscript.Element; 69 Element format = Element.RGBA_8888(mRS);
|
YuvTest.java | 76 ay = Allocation.createTyped(mRS, Type.createXY(mRS, Element.U8(mRS), w, h)); 77 final Type tuv = Type.createXY(mRS, Element.U8(mRS), w >> 1, h >> 1); 87 return Allocation.createTyped(mRS, Type.createXY(mRS, Element.RGBA_8888(mRS), width, height)); 91 return Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_4(mRS), width, height)); 112 Allocation ta = Allocation.createSized(mRS, Element.U8(mRS), tmp.length); 115 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.U8(mRS)); 140 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS)); 147 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS)); 191 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS)); 198 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS)) [all...] |
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RS3DLUTTest.java | 51 Type.Builder build = new Type.Builder(mRS, Element.RGBA_8888(mRS)); 58 Type.Builder buildCube = new Type.Builder(mRS, Element.RGBA_8888(mRS)); 64 ScriptIntrinsic3DLUT lut = ScriptIntrinsic3DLUT.create(mRS, Element.RGBA_8888(mRS));
|
/external/clang/test/Analysis/ |
initializer.cpp | 88 class Element { 96 Element(Helper h = Helper()); 100 Element arr[2];
|
/external/guice/core/src/com/google/inject/internal/ |
AbstractBindingBuilder.java | 24 import com.google.inject.spi.Element; 49 protected List<Element> elements; 54 public AbstractBindingBuilder(Binder binder, List<Element> elements, Object source, Key<T> key) {
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
ExecutionUtils.h | 41 /// @brief Accessor for an element of the global_ctors/global_dtors array. 43 /// This class provides a read-only view of the element with any casts on 45 struct Element { 46 Element(unsigned Priority, const Function *Func, const Value *Data) 71 /// of this element of the global_ctors/global_dtors list. 72 Element operator*() const;
|
/external/skia/src/gpu/ |
GrClipStackClip.cpp | 25 typedef SkClipStack::Element Element; 84 // Does the path in 'element' require SW rendering? If so, return true (and, 91 const Element* element, 94 if (Element::kRect_Type == element->getType()) { 102 // We shouldn't get here with an empty clip element. 103 SkASSERT(Element::kEmpty_Type != element->getType()) 161 const Element* element = iter.get(); local 449 const Element* element = iter.get(); local [all...] |
/frameworks/rs/cpu_ref/ |
rsd_cpu.h | 29 class Element; 76 const Element *e, const uint32_t *dims, size_t dimLength) = 0; 131 virtual CpuScript * createIntrinsic(const Script *s, RsScriptIntrinsicID iid, Element *e) = 0;
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
Blur25.java | 22 import android.renderscript.Element; 71 mIntrinsic = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS)); 76 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS));
|
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));
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
GroupTest.java | 44 mConvolve = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS)); 45 mMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS)); 59 Type.Builder tb = new Type.Builder(mRS, Element.U8_4(mRS));
|
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
UT_script_group2_float.java | 48 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE); 60 Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE), 69 Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE),
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
ViewfinderProcessor.java | 23 import android.renderscript.Element; 44 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs)); 52 Type.Builder rgbTypeBuilder = new Type.Builder(rs, Element.RGBA_8888(rs));
|
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
UT_alloc.java | 21 import android.renderscript.Element; 39 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS)); 52 typeBuilder = new Type.Builder(RS, Element.I32(RS));
|
UT_foreach_multi.java | 21 import android.renderscript.Element; 41 Type.Builder type32Builder = new Type.Builder(RS, Element.U32(RS)); 42 Type.Builder type16Builder = new Type.Builder(RS, Element.U16(RS));
|
UT_script_group2_float.java | 19 import android.renderscript.Element; 46 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE); 56 final Type T = Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE);
|
UT_script_group2_gatherscatter.java | 19 import android.renderscript.Element; 58 // of the current element in the second half of the array, the compiler cannot 68 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); 86 Type.createX(pRS, Element.I32_4(pRS), stride),
|
UT_script_group2_nochain.java | 19 import android.renderscript.Element; 47 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); 54 Type T = Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE);
|