/frameworks/base/rs/java/android/renderscript/ |
Allocation.java | 47 * more complex Element types, the {@link #copyFromUnchecked} methods can be 91 private Element.DataType validateObjectIsPrimitiveArray(Object d, boolean checkType) { 106 return Element.DataType.SIGNED_64; 114 return Element.DataType.SIGNED_32; 122 return Element.DataType.SIGNED_16; 130 return Element.DataType.SIGNED_8; 137 return Element.DataType.FLOAT_32; 144 return Element.DataType.FLOAT_64; 268 * Get the {@link android.renderscript.Element} of the {@link 271 * @return Element [all...] |
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
LeakTest.java | 21 import android.renderscript.Element; 62 Type t = new Type.Builder(mRS, Element.I32(mRS)).setX(x).create();
|
/external/clang/lib/Tooling/ |
FileMatchTrie.cpp | 69 StringRef Element(llvm::sys::path::filename( 71 Children[Element].Path = Path; 73 StringRef Element(llvm::sys::path::filename( 75 Children[Element].insert(NewPath, ConsumedLength + Element.size() + 1); 108 StringRef Element(llvm::sys::path::filename(FileName.drop_back( 111 Children.find(Element); 115 ConsumedLength + Element.size() + 1);
|
/external/skia/src/core/ |
SkColorSpace_A2B.h | 70 class Element { 72 Element(SkGammaNamed gammaNamed, int channelCount) 81 explicit Element(sk_sp<SkGammas> gammas) 94 explicit Element(sk_sp<SkColorLookUpTable> colorLUT) 102 explicit Element(const SkMatrix44& matrix) 151 const Element& element(int i) const { return fElements[i]; } function in class:SkColorSpace_A2B 166 SkColorSpace_A2B(ICCTypeFlag iccType, std::vector<Element> elements, PCS pcs, 171 std::vector<Element> fElements;
|
/frameworks/compile/slang/tests/P_reflection3264_multifile/ |
ScriptC_reflection3264_multifile_2.java.expect | 41 __I16 = Element.I16(rs); 42 __I64 = Element.I64(rs); 45 private Element __I16; 46 private Element __I64;
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
UT_static_globals.java | 21 import android.renderscript.Element; 34 Type.Builder typeBuilder = new Type.Builder(pRS, Element.I32(pRS));
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
UT_static_globals.java | 23 import android.support.v8.renderscript.Element; 36 Type.Builder typeBuilder = new Type.Builder(pRS, Element.I32(pRS));
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
documentcreateelementcasesensitive.java | 36 * Each call should create a distinct Element node. The 66 Element newElement1; 67 Element newElement2;
|
elementaddnewattribute.java | 32 * to the Element 67 Element testEmployee; 71 testEmployee = (Element) elementList.item(4);
|
elementchangeattributevalue.java | 32 * to the Element. If the "name" is already present, then 40 * element, then its value should be changed to the new one 70 Element testEmployee; 74 testEmployee = (Element) elementList.item(3);
|
elementgetattributenode.java | 66 Element testEmployee; 71 testEmployee = (Element) elementList.item(0);
|
elementgetattributenodenull.java | 67 Element testEmployee; 71 testEmployee = (Element) elementList.item(0);
|
elementgetelementempty.java | 71 Element testEmployee; 77 testEmployee = (Element) elementList.item(3);
|
elementinvalidcharacterexception.java | 69 Element testAddress; 72 testAddress = (Element) elementList.item(0);
|
elementnotfounderr.java | 33 * is not an attribute of the element. 72 Element testAddress; 76 testAddress = (Element) addressElementList.item(4);
|
elementremoveattributenode.java | 65 Element testEmployee; 71 testEmployee = (Element) elementList.item(2);
|
elementreplaceattributewithself.java | 32 * Since the node is not an attribute of another Element, it would 64 Element testEmployee; 69 testEmployee = (Element) elementList.item(2);
|
elementreplaceexistingattribute.java | 32 * attribute to the Element. If the "newAttr" Attr node is 33 * already present in this element, it should replace the 39 * "street", which is already present in this element. The 70 Element testEmployee; 76 testEmployee = (Element) elementList.item(2);
|
elementreplaceexistingattributegevalue.java | 36 * which is already present in this Element. The method 68 Element testEmployee; 74 testEmployee = (Element) elementList.item(2);
|
elementretrieveattrvalue.java | 34 * Retrieve the second address element, then 65 Element testAddress; 69 testAddress = (Element) elementList.item(2);
|
elementsetattributenodenull.java | 37 * "district", which is not part of this Element. The 69 Element testEmployee; 74 testEmployee = (Element) elementList.item(2);
|
hc_elementaddnewattribute.java | 32 * to the Element 67 Element testEmployee; 71 testEmployee = (Element) elementList.item(4);
|
hc_elementchangeattributevalue.java | 32 * to the Element. If the "strong" is already present, then 40 * element, then its value should be changed to the new one 69 Element testEmployee; 73 testEmployee = (Element) elementList.item(3);
|
hc_elementgetattributenode.java | 32 * of the first "p" element and check its node name. 62 Element testEmployee; 67 testEmployee = (Element) elementList.item(0);
|
hc_elementgetattributenodenull.java | 66 Element testEmployee; 70 testEmployee = (Element) elementList.item(0);
|