HomeSort by relevance Sort by last modified time
    Searched full:code (Results 26 - 50 of 26167) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
CharacterData.java 16 * The <code>CharacterData</code> interface extends Node with a set of
20 * <code>CharacterData</code>, though <code>Text</code> and others do
21 * inherit the interface from it. All <code>offsets</code> in this interface
22 * start from <code>0</code>
    [all...]
DOMImplementationList.java 16 * The <code>DOMImplementationList</code> interface provides the abstraction
19 * <code>DOMImplementationList</code> are accessible via an integral index,
26 * Returns the <code>index</code>th item in the collection. If
27 * <code>index</code> is greater than or equal to the number of
28 * <code>DOMImplementation</code>s in the list, this returns
    [all...]
DocumentFragment.java 16 * <code>DocumentFragment</code> is a "lightweight" or "minimal"
17 * <code>Document</code> object. It is very common to want to be able to
22 * this purpose. While it is true that a <code>Document</code> object could
23 * fulfill this role, a <code>Document</code> object can potentially be a
26 * <code>DocumentFragment</code> is such an object
    [all...]
DOMImplementation.java 16 * The <code>DOMImplementation</code> interface provides a number of methods
27 * @return <code>true</code> if the feature is implemented in the
28 * specified version, <code>false</code> otherwise.
34 * Creates an empty <code>DocumentType</code> node. Entity declarations
41 * @return A new <code>DocumentType</code> node with
    [all...]
Text.java 16 * The <code>Text</code> interface inherits from <code>CharacterData</code>
17 * and represents the textual content (termed <a href='http://www.w3.org/TR/2004/REC-xml-20040204#syntax'>character data</a> in XML) of an <code>Element</code> or <code>Attr</code>. If there is no
19 * object implementing the <code>Text</code> interface that is the only
    [all...]
Element.java 16 * The <code>Element</code> interface represents an element in an HTML or XML
18 * <code>Element</code> interface inherits from <code>Node</code>, the
19 * generic <code>Node</code> interface attribute <code>attributes</code> may
    [all...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSException.java 16 * Parser or write operations may throw an <code>LSException</code> if the
18 * <code>DOMError</code> with a severity of
19 * <code>DOMError.SEVERITY_FATAL_ERROR</code> or a non recovered
20 * <code>DOMError.SEVERITY_ERROR</code>, or if
21 * <code>DOMErrorHandler.handleError()</code> returned <code>false</code>.
34 public short code; field in class:LSException
    [all...]
  /packages/apps/Mms/src/org/w3c/dom/smil/
TimeEvent.java 19 * The <code>TimeEvent</code> interface provides specific contextual
24 * The <code>view</code> attribute identifies the
25 * <code>AbstractView</code> from which the event was generated.
30 * Specifies some detail information about the <code>Event</code> ,
36 * The <code>initTimeEvent</code> method is used to initialize the value
    [all...]
TimeList.java 16 * The <code>TimeList</code> interface provides the abstraction of an ordered
19 * <p> The items in the <code>TimeList</code> are accessible via an integral
24 * Returns the <code>index</code> th item in the collection. If
25 * <code>index</code> is greater than or equal to the number of times in
26 * the list, this returns <code>null</code>
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
NodeLocator.java 27 * <code>NodeLocator</code> maintains information on an XML source
41 * Creates a new <code>NodeLocator</code> instance.
43 * @param publicId a <code>String</code> value
44 * @param systemId a <code>String</code> value
45 * @param lineNumber an <code>int</code> valu
    [all...]
  /external/proguard/src/proguard/classfile/instruction/
InstructionUtil.java 35 * @param arrayType <code>InstructionConstants.ARRAY_T_BOOLEAN</code>,
36 * <code>InstructionConstants.ARRAY_T_BYTE</code>,
37 * <code>InstructionConstants.ARRAY_T_CHAR</code>,
38 * <code>InstructionConstants.ARRAY_T_SHORT</code>,
39 * <code>InstructionConstants.ARRAY_T_INT</code>,
    [all...]
  /external/proguard/src/proguard/classfile/
package.html 4 A class file is represented by the <code>{@link proguard.classfile.ClassFile
5 ClassFile}</code> interface. This interface currently has two alternative
8 <li><code>{@link ProgramClassFile ProgramClassFile}</code>:
10 <li><code>{@link LibraryClassFile LibraryClassFile}</code>:
12 more compact than <code>ProgramClassFile</code>, and sufficient for
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/traversal/
NodeIterator.java 19 * <code>NodeIterators</code> are used to step through a set of nodes, e.g.
20 * the set of nodes in a <code>NodeList</code>, the document subtree
21 * governed by a particular <code>Node</code>, the results of a query, or
23 * the implementation of the <code>NodeIterator</code>. DOM Level 2
24 * specifies a single <code>NodeIterator</code> implementation for
    [all...]
  /packages/apps/Mms/src/org/w3c/dom/events/
EventTarget.java 16 * The <code>EventTarget</code> interface is implemented by all
17 * <code>Nodes</code> in an implementation which supports the DOM Event
19 * binding-specific casting methods on an instance of the <code>Node</code>
21 * <code>EventListeners</code> on an <code>EventTarget</code> and dispatch
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/dom/
DOMResult.java 37 * returns <code>true</code> when passed this value as an argument,
38 * the <code>Transformer</code> supports <code>Result</code> output of this type.</p>
45 * <p><code>node</code>,
46 * <code>siblingNode</code> an
    [all...]
  /external/icu4c/layoutex/layout/
plruns.h 39 * Construct a <code>pl_fontRuns</code> object from pre-existing arrays of fonts
42 * @param fonts is the address of an array of pointers to <code>le_font</code> objects. This
43 * array, and the <code>le_font</code> objects to which it points must remain
44 * valid until the <code>pl_fontRuns</code> object is closed.
47 * the <code>pl_fontRuns</code> object is closed
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathExpression.java 25 * <p><code>XPathExpression</code> provides access to compiled XPath expressions.</p>
48 * the resolver returns <code>null</code> for the variable.
57 * the function resolver returns <code>null</code> for the function.</p>
90 * <p>If <code>returnType</code> is not one of the types defined in {@link XPathConstants},
91 * then an <code>IllegalArgumentException</code> is thrown.</p
    [all...]
XPathFactory.java 22 * <p>An <code>XPathFactory</code> instance can be used to create
48 * should be used to create a new instance of an <code>XPathFactory</code>.</p>
54 * <p>Get a new <code>XPathFactory</code> instance using the default object model,
65 * @return Instance of an <code>XPathFactory</code>.
82 * <p>Get a new <code>XPathFactory</code> instance using the specified object model.</p
    [all...]
XPathFactoryConfigurationException.java 22 * <code>XPathFactoryConfigurationException</code> represents a configuration error in a <code>XPathFactory</code> environment.</p>
37 * <p>Constructs a new <code>XPathFactoryConfigurationException</code> with the specified detail <code>message</code>.</p>
39 * <p>The <code>cause</code> is not initialized.</p
    [all...]
  /frameworks/base/docs/html/intl/ja/guide/developing/
other-ide.jd 64 <p>Android ??????????????<code>android</code> ?????????????????????????? <code>android</code> ????????????????????? ???????? ??????????????? ????????????? ??????????????</p>
69 <p>?????????????????<code>android create project</code> ??????????????????????????????????</p>
71 <p>??? Android ?????????????????????????SDK ? <code>tools/</code> ???????????????????:</p>
81 <li><code>target</code> ??????????????? ????????????????????????? Android ???????? ??????Google API ????????????????????? (…)
    [all...]
  /frameworks/base/obex/javax/obex/
ResponseCodes.java 9 * - Redistributions of source code must retain the above copyright notice,
36 * The <code>ResponseCodes</code> class contains the list of valid response
44 * <code>OBEX_DATABASE_FULL</code> and <code>OBEX_DATABASE_LOCKED</code> require
46 * an <code>OBEX_DATABASE_FULL</code> message when the client requests that
48 * more data). <code>OBEX_DATABASE_LOCKED</code> will be returned when th
    [all...]
  /cts/tools/signature-tools/src/signature/model/
IPrimitiveType.java 20 * {@code IPrimitiveType} models a primitive type.
28 * <li><code>boolean</code>
29 * <li><code>byte</code>
30 * <li><code>char</code>
31 * <li><code>short</code>
32 * <li><code>int</code
    [all...]
  /dalvik/docs/
dex-format.html 12 <h1 class="title"><code>.dex</code> &mdash; Dalvik Executable Format</h1>
15 <p>This document describes the layout and contents of <code>.dex</code>
71 <td>unsigned LEB128 plus <code>1</code>, variable-length (see below)</td>
82 specification. In a <code>.dex</code> file, LEB128 is only ever used to
91 byte and so on. In the case of a signed LEB128 (<code>sleb128</code>),
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
XMLString.java 27 * be java Strings or <code>org.apache.xml.utils.FastStringBuffer</code>s, or
88 * from <code>0</code> to <code>length() - 1</code>. The first character
89 * of the sequence is at index <code>0</code>, the next at index
90 * <code>1</code>, and so on, as for array indexing
    [all...]
XMLStringDefault.java 106 * from <code>0</code> to <code>length() - 1</code>. The first character
107 * of the sequence is at index <code>0</code>, the next at index
108 * <code>1</code>, and so on, as for array indexing.
112 * The first character is at index <code>0</code>
    [all...]

Completed in 89 milliseconds

12 3 4 5 6 7 8 91011>>