HomeSort by relevance Sort by last modified time
    Searched refs:Element (Results 726 - 750 of 1630) sorted by null

<<21222324252627282930>>

  /external/libmojo/mojo/public/cpp/bindings/
array_traits_standard.h 15 using Element = T;
array_traits_wtf.h 15 using Element = U;
array_traits_wtf_vector.h 15 using Element = U;
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 55 // Index of Element in terms of where first bit starts.
85 // Return the bits that make up word Idx in our element.
135 llvm_unreachable("Illegal empty element");
148 && "Word Position outside of element");
163 // Union this element with RHS and return true if this one changed.
185 // Intersect this Element with RHS and return true if this one changed.
186 // BecameZero is set to true if this element became all-zero bits.
207 // Intersect this Element with the complement of RHS and return true if this
208 // one changed. BecameZero is set to true if this element became all-zero
231 // RHS1 & ~RHS2 into this element
    [all...]
  /external/skia/src/core/
SkClipStackDevice.h 42 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)];
  /frameworks/base/tools/aapt2/java/
ManifestClassGenerator.cpp 66 xml::Element* el, ClassDefinition* class_def) {
90 xml::Element* el = xml::FindRootElement(res->root.get());
108 std::vector<xml::Element*> children = el->GetChildElements();
109 for (xml::Element* child_el : children) {
  /frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
ScriptC_reduce_general_examples_explicit.java.expect 39 __I32 = Element.I32(rs);
40 __F32 = Element.F32(rs);
41 __U32 = Element.U32(rs);
42 __U8 = Element.U8(rs);
45 private Element __F32;
46 private Element __I32;
47 private Element __U32;
48 private Element __U8;
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicYuvToRGB.java 24 * element type. The output is RGBA, the alpha channel will be
39 * Supported elements types are {@link Element#U8_4}
42 * @param e Element type for output
46 public static ScriptIntrinsicYuvToRGB create(RenderScript rs, Element e) {
61 * Set the input yuv allocation, must be {@link Element#U8}.
73 * @param aout Output allocation. Must match creation element
  /frameworks/rs/tests/java_api/ComputePerf/src/com/example/android/rs/computeperf/
Mandelbrot.java 31 Type.Builder tb = new Type.Builder(rs, Element.U8_4(rs));
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Artistic1.java 33 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS));
Mirror.java 22 import android.renderscript.Element;
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Artistic1.java 33 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS));
  /frameworks/rs/tests/lldb/cpp/InfiniteLoop/
InfiniteLoop.cpp 31 auto e = Element::RGBA_8888(rs);
  /frameworks/rs/tests/lldb/cpp/MultipleRSFiles/
MultipleRSFiles.cpp 29 auto e = Element::RGBA_8888(rs);
  /frameworks/rs/tests/lldb/cpp/WaitAttach/
WaitAttach.cpp 28 auto e = Element::RGBA_8888(rs);
  /frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
jninodebugwaitattach.cpp 37 auto e = Element::RGBA_8888(rs);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrspecifiedvaluechanged.java 38 * from the Element interface and the "getNamedItem(name)"
75 ((Element) /*Node */testNode).setAttribute("street", "Yes");
documentcreateelement.java 31 * The "createElement(tagName)" method creates an Element
35 * The method should create an instance of an Element node
65 Element newElement;
documentgetrootnode.java 32 * to the child node that is the root element of the document.
35 * Element node whose NodeName is "staff" (or "svg").
64 Element root;
documentinvalidcharacterexceptioncreateelement.java 70 Element badElement;
elementgettagname.java 32 * tagName of an element.
64 Element root;
elementretrievetagname.java 36 * "position" element in the list and return the NodeName.
73 name = ((Element) /*Node */testEmployee).getTagName();
hc_attrspecifiedvaluechanged.java 38 * from the Element interface and the "getNamedItem(name)"
74 ((Element) /*Node */testNode).setAttribute("class", "Y\u03b1"); // Android-changed: GREEK LOWER CASE ALPHA
hc_documentcreateelement.java 31 * The "createElement(tagName)" method creates an Element
35 * The method should create an instance of an Element node
64 Element newElement;
71 assertEqualsAutoCase("element", "strong", "acronym", newElementName);
hc_documentgetrootnode.java 60 Element root;
69 assertEqualsAutoCase("element", "docElemName", "html", rootName);

Completed in 1656 milliseconds

<<21222324252627282930>>