/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestPow.java | 23 import android.renderscript.Element; 54 Allocation inBase = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x377b8a6622b91eel, false); 55 Allocation inExponent = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x8bdde8de49a5f734l, false); 57 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 66 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 137 Allocation inBase = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x15be0382895c2294l, false); 138 Allocation inExponent = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xeb77bf60bbad35fal, false); 140 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 149 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 220 Allocation inBase = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xb0a4522671d00807l, false) [all...] |
TestPown.java | 23 import android.renderscript.Element; 54 Allocation inBase = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xe020952d622f0405l, false); 55 Allocation inExponent = createRandomAllocation(mRS, Element.DataType.SIGNED_32, 1, 0x9c3888e9096b9f1bl, false); 57 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 66 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 137 Allocation inBase = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x7571c02be438467l, false); 138 Allocation inExponent = createRandomAllocation(mRS, Element.DataType.SIGNED_32, 2, 0xe6177b3249076ddl, false); 140 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 149 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 220 Allocation inBase = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x5e88c45be35ff8a2l, false) [all...] |
TestPowr.java | 23 import android.renderscript.Element; 54 Allocation inBase = createRandomFloatAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x432f9eac0c490ca4l, 0, 3000); 55 Allocation inExponent = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x7ee76eaeab21ab0al, false); 57 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 66 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 137 Allocation inBase = createRandomFloatAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x5ce1f4c2eae1fd16l, 0, 3000); 138 Allocation inExponent = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x1f9ec14817a9ddcl, false); 140 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 149 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 220 Allocation inBase = createRandomFloatAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xf7c84366d355e289l, 0, 3000) [all...] |
TestRemainder.java | 23 import android.renderscript.Element; 54 Allocation inNumerator = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xd47c3f07317ea229l, false); 55 Allocation inDenominator = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xb246eb0ee2ebe35al, false); 57 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 66 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 137 Allocation inNumerator = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x27d975633fdcf8d5l, false); 138 Allocation inDenominator = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xce8489f2aa4be3a6l, false); 140 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 149 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 220 Allocation inNumerator = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x3681e9ce2a8e4d6l, false) [all...] |
TestFrexp.java | 23 import android.renderscript.Element; 54 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x57ae9fe07384e56dl, false); 56 Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); 57 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 67 Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); 68 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 147 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x544e0a688fe7701l, false); 149 Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); 150 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 160 Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE) [all...] |
TestModf.java | 23 import android.renderscript.Element; 54 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xd655dc05ccaef45l, false); 56 Allocation outIntegralPart = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 57 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 67 Allocation outIntegralPart = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 68 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 147 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x2a1dc519fa16305fl, false); 149 Allocation outIntegralPart = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 150 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 160 Allocation outIntegralPart = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE) [all...] |
TestConvert.java | 23 import android.renderscript.Element; 53 Allocation inV = createRandomFloatAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xfb5215c44e1f6ac6l, -1.6163412428744576259e+38, 1.6163412428744576259e+38); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 63 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 125 Allocation inV = createRandomFloatAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xfb53dedf443a8ba4l, -1.6163412428744576259e+38, 1.6163412428744576259e+38); 127 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); 135 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); 197 Allocation inV = createRandomFloatAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xfb55a7fa3a55ac82l, -1.6163412428744576259e+38, 1.6163412428744576259e+38); 199 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); 207 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE) [all...] |
TestFmax.java | 23 import android.renderscript.Element; 54 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xe6ec75a46e6fdd7al, false); 55 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xe6ec75a46e6fdd7bl, false); 57 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 66 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 137 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xa99eaa6dd458a0c8l, false); 138 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xa99eaa6dd458a0c9l, false); 140 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 149 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 220 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xfe03888dd636a269l, false) [all...] |
TestFmin.java | 23 import android.renderscript.Element; 54 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x7b46a8451d7b1058l, false); 55 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x7b46a8451d7b1059l, false); 57 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 66 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 137 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x12b850a9e75faa42l, false); 138 Allocation inB = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x12b850a9e75faa43l, false); 140 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 149 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); 220 Allocation inA = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x671d2ec9e93dabe3l, false) [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
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...] |
AllocationCopy2DRangeTest.java | 20 import android.renderscript.Element; 43 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I32(mRS));
|
DoubleTest.java | 20 import android.renderscript.Element; 31 Allocation out = Allocation.createSized(rs, Element.F32(rs), big);
|
GetAllocationTest.java | 20 import android.renderscript.Element; 35 Allocation mTemp = Allocation.createSized(mRS, Element.I32(mRS), INPUTSIZE);
|
ScriptTest.java | 22 import android.renderscript.Element; 50 Type.Builder tb = new Type.Builder(mRS, Element.I32(mRS));
|
/art/runtime/base/ |
hash_map.h | 42 template <class Key, class Value, class Element> 43 bool operator()(const std::pair<Key, Value>& a, const Element& element) const { 44 return fn_(a.first, element);
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
ScriptYuvMeans1d.java | 24 import android.renderscript.Element; 31 * to average the input down to a 1x1 element.</p> 41 return AllocationInfo.newInstance(Element.U8_3(getRS()), UNIT_SQUARE); 49 // U8x3 is the only supported element here 51 throw new UnsupportedOperationException("Unsupported element "
|
ScriptYuvToRgb.java | 23 import android.renderscript.Element; 43 ScriptIntrinsicYuvToRGB.create(getRS(), Element.YUV(getRS()))); 48 throw new UnsupportedOperationException("Unsupported element "
|
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/ |
EmbeddedSpreadsheetDisplay.java | 5 import com.google.gwt.dom.client.Element; 26 Element elem = w.getElement();
|
/external/guice/core/src/com/google/inject/internal/ |
DeferredLookups.java | 24 import com.google.inject.spi.Element; 38 private final List<Element> lookups = Lists.newArrayList();
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/ |
Document.java | 28 element. This class basically adds some consistency checks to 60 an exception when a second root element is added */ 63 if (type == ELEMENT) { 65 // throw new RuntimeException("Only one document root element allowed"); 106 /** returns the root element of this document. */ 108 public Element getRootElement() { 110 throw new RuntimeException("Document has no root element!"); 112 return (Element) getChild(rootIndex);
|
Element.java | 29 * In order to create an element, please use the createElement method 33 public class Element extends Node { 41 public Element() { 64 public Element createElement( 74 * Returns the number of attributes of this element. */ 108 * all parents un of the root element. */ 112 Element current = this; 115 if (!(current.parent instanceof Element)) 117 current = (Element) current.parent; 124 * returns the (local) name of the element */ [all...] |
/frameworks/base/rs/java/android/renderscript/ |
Program.java | 69 Element mInputs[]; 70 Element mOutputs[]; 203 Element mInputs[]; 204 Element mOutputs[]; 218 mInputs = new Element[MAX_INPUT]; 219 mOutputs = new Element[MAX_OUTPUT]; 355 p.mInputs = new Element[mInputCount]; 357 p.mOutputs = new Element[mOutputCount];
|
Type.java | 20 * <p>A Type describes the {@link android.renderscript.Element} and dimensions used for an {@link 24 * <p>A Type always includes an {@link android.renderscript.Element} and an X 54 Element mElement; 80 * Return the element associated with this Type. 82 * @return Element 84 public Element getElement() { 247 mElement = new Element(elementID, mRS); 258 * @param e The Element for the Type 263 static public Type createX(RenderScript rs, Element e, int dimX) { 281 * @param e The Element for the Typ [all...] |
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/ |
ScriptC_reduce_general_examples_halter.java.expect | 39 __I32 = Element.I32(rs); 40 __I32_2 = Element.I32_2(rs); 43 private Element __I32; 44 private Element __I32_2;
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/ |
BuildInfoUtil.java | 27 import javax.lang.model.element.Element; 45 for (Element element : roundEnv.getElementsAnnotatedWith(annotationClass)) { 46 final T info = element.getAnnotation(annotationClass);
|