HomeSort by relevance Sort by last modified time
    Searched defs:ELEMENT (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/chromium_org/v8/src/ic/
ic-compiler.h 14 enum IcCheckType { ELEMENT, PROPERTY };
  /external/smack/src/org/jivesoftware/smackx/receipts/
DeliveryReceipt.java 31 public static final String ELEMENT = "received";
48 return ELEMENT;
DeliveryReceiptRequest.java 28 public static final String ELEMENT = "request";
32 return ELEMENT;
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 19 ELEMENT: 1,
24 * Dictionary key to use for holding an element ID.
28 var ELEMENT_KEY = 'ELEMENT';
79 error.message = 'element is not attached to the page document';
111 * Returns the root element of the node. Found by traversing parentNodes until
113 * @param {!Node} node The node to find the root element for.
147 if (nodeType == NodeType.ELEMENT || nodeType == NodeType.DOCUMENT
  /external/smack/src/org/jivesoftware/smackx/carbons/
Carbon.java 125 public static final String ELEMENT = "private";
128 return ELEMENT;
136 return "<" + ELEMENT + " xmlns=\"" + Carbon.NAMESPACE + "\"/>";
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java 52 public static final int ELEMENT = ((int)DTM.ELEMENT_NODE) ;
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/dom/
nodetype.js 36 ELEMENT: 1,
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Node.java 27 /** A common base class for Document and Element, also used for
33 public static final int ELEMENT = 2;
58 if (type == ELEMENT) {
59 if (!(child instanceof Element))
60 throw new RuntimeException("Element obj expected)");
62 ((Element) child).setParent(this);
77 /** Builds a default element with the given properties. Elements
85 public Element createElement(String namespace, String name) {
87 Element e = new Element();
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
Form.java 57 public static final String ELEMENT = "x";
  /external/smack/src/org/jivesoftware/smackx/ping/
PingManager.java 60 public static final String ELEMENT = "ping";
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 19 import android.renderscript.Element;
20 import android.renderscript.Element.DataType;
21 import android.renderscript.Element.DataKind;
27 assertTrue(Element.createPixel(mRS,
30 assertTrue(Element.createPixel(mRS,
33 assertTrue(Element.createPixel(mRS,
36 assertTrue(Element.createPixel(mRS,
39 assertTrue(Element.createPixel(mRS,
42 assertTrue(Element.createPixel(mRS,
49 Element e = null
    [all...]
  /external/smack/src/org/jivesoftware/smackx/entitycaps/
EntityCapsManager.java 76 public static final String ELEMENT = "c";
266 ELEMENT, NAMESPACE));
275 CapsExtension ext = (CapsExtension) packet.getExtension(EntityCapsManager.ELEMENT,
292 ELEMENT, NAMESPACE)));
573 DataForm extendedInfo = (DataForm) discoverInfo.getExtension(Form.ELEMENT, Form.NAMESPACE);
623 // by the XML character data of the <value/> element).
650 // element.
651 // 3. For each <value/> element, append the XML character data,
  /frameworks/base/rs/java/android/renderscript/
Element.java 20 * <p>An Element represents one item within an {@link
21 * android.renderscript.Allocation}. An Element is roughly equivalent to a C
24 * kernel)</li> <li>A four-element float vector (equivalent to a float4 in a
27 * kernel)</li> </ul> <p>A complex element is roughly equivalent to a C struct
29 * element contains a list of sub-elements and names that represents a
35 * android.renderscript.Element.DataType} and a {@link
36 * android.renderscript.Element.DataKind}. The DataType encodes C type
37 * information of an Element, while the DataKind encodes how that Element should
40 * android.renderscript.Element.DataKind#USER} cannot be used as input for
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 24 * <p>An Element represents one item within an {@link
25 * android.support.v8.renderscript.Allocation}. An Element is roughly
28 * (equivalent to a float in a kernel)</li> <li>A four-element float vector
31 * integer (equivalent to a char in a kernel)</li> </ul> <p>A complex element is
33 * Elements. From Java code, a complex element contains a list of sub-elements
40 * android.support.v8.renderscript.Element.DataType} and a {@link
41 * android.support.v8.renderscript.Element.DataKind}. The DataType encodes C
42 * type information of an Element, while the DataKind encodes how that Element
45 * DataKind {@link android.support.v8.renderscript.Element.DataKind#USER} canno
    [all...]
  /external/tinyxml/
tinyxml.h 138 A Document can contain: Element (container or leaf)
143 An Element can contain: Element (container or leaf)
405 the text needs to define an element or junk will result. This is
408 A TiXmlDocument will read nodes until it reads a root element, and
409 all the children of that root element.
427 ELEMENT,
441 Element: name of the element
462 Element: name of the elemen
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 42 class Element;
59 RS_ERROR_INVALID_ELEMENT = 3, ///< An invalid Element was passed to a function
174 sp<const Element> U8;
175 sp<const Element> U8_2;
176 sp<const Element> U8_3;
177 sp<const Element> U8_4;
178 sp<const Element> I8;
179 sp<const Element> I8_2;
180 sp<const Element> I8_3;
181 sp<const Element> I8_4
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 41 class Element;
58 RS_ERROR_INVALID_ELEMENT = 3, ///< An invalid Element was passed to a function
173 sp<const Element> U8;
174 sp<const Element> U8_2;
175 sp<const Element> U8_3;
176 sp<const Element> U8_4;
177 sp<const Element> I8;
178 sp<const Element> I8_2;
179 sp<const Element> I8_3;
180 sp<const Element> I8_4
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 41 class Element;
58 RS_ERROR_INVALID_ELEMENT = 3, ///< An invalid Element was passed to a function
173 sp<const Element> U8;
174 sp<const Element> U8_2;
175 sp<const Element> U8_3;
176 sp<const Element> U8_4;
177 sp<const Element> I8;
178 sp<const Element> I8_2;
179 sp<const Element> I8_3;
180 sp<const Element> I8_4
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 41 class Element;
58 RS_ERROR_INVALID_ELEMENT = 3, ///< An invalid Element was passed to a function
173 sp<const Element> U8;
174 sp<const Element> U8_2;
175 sp<const Element> U8_3;
176 sp<const Element> U8_4;
177 sp<const Element> I8;
178 sp<const Element> I8_2;
179 sp<const Element> I8_3;
180 sp<const Element> I8_4
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js     [all...]
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 

Completed in 1786 milliseconds

1 2 3