/dalvik/libcore/security/ |
MODULE_LICENSE_APACHE2 | 1 For Harmony code
|
/dalvik/dx/tests/099-dex-core-library-error/ |
expected.txt | 1 exit code: 1 2 exit code: 1 3 exit code: 0
|
/external/libxml2/include/libxml/ |
xmlunicode.h | 26 XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code); 27 XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code); 28 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code); 29 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code); 30 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code); 31 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code); 32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code); 33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code); 34 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code); 35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code); [all...] |
/dalvik/dx/src/com/android/dx/dex/cf/ |
package.html | 6 <li><code>com.android.dx.cf.code</code></li> 7 <li><code>com.android.dx.cf.direct</code></li> 8 <li><code>com.android.dx.cf.iface</code></li> 9 <li><code>com.android.dx.dex.code</code></li [all...] |
/external/proguard/docs/manual/ |
optimizations.html | 14 <a href="usage.html#dontoptimize"><code>-dontoptimize</code></a> option. For 16 <a href="usage.html#optimizations"><code>-optimizations</code></a> option, 24 <tr><td valign="top"><code><b>?</b></code></td> 26 <tr><td valign="top"><code><b>*</b></code></td> 37 "<code>code/simplification/variable,code/simplification/arithmetic</code> [all...] |
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/ |
DOMImplementationLS.java | 18 * <code>DOMImplementationLS</code> contains the factory methods for creating 21 * <code>DOMImplementationLS</code> interface can be obtained by using 23 * <code>DOMImplementation</code> interface or, if the <code>Document</code> 24 * supports the feature <code>"Core"</code> version <code>"3.0"</code> [all...] |
LSSerializerFilter.java | 18 * <code>LSSerializerFilter</code>s provide applications the ability to 20 * be serialized or not. The <code>LSSerializerFilter</code> interface is 21 * based on the <code>NodeFilter</code> interface defined in [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>] 23 * <p> <code>Document</code>, <code>DocumentType</code>, [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
package.html | 2 <p>Implementation of <code>cf.iface.*</code> based on a direct representation 3 of class files as <code>byte[]</code>s.</p> 7 <li><code>com.android.dx.cf.attrib</code></li> 8 <li><code>com.android.dx.cf.iface</code></li> 9 <li><code>com.android.dx.rop.pool</code></li [all...] |
/packages/apps/Mms/src/org/w3c/dom/events/ |
DocumentEvent.java | 18 * The <code>DocumentEvent</code> interface provides a mechanism by which the 20 * expected that the <code>DocumentEvent</code> interface will be 21 * implemented on the same object which implements the <code>Document</code> 29 * @param eventType The <code>eventType</code> parameter specifies the 30 * type of <code>Event</code> interface to be created. If the [all...] |
EventListener.java | 16 * The <code>EventListener</code> interface is the primary method for 17 * handling events. Users implement the <code>EventListener</code> interface 18 * and register their listener on an <code>EventTarget</code> using the 19 * <code>AddEventListener</code> method. The users should also remove their 20 * <code>EventListener</code> from its <code>EventTarget</code> after they [all...] |
/frameworks/base/obex/javax/obex/ |
ServerRequestHandler.java | 9 * - Redistributions of source code must retain the above copyright notice, 36 * The <code>ServerRequestHandler</code> class defines an event listener that 39 * The <code>onConnect()</code>, <code>onSetPath()</code>, 40 * <code>onDelete()</code>, <code>onGet()</code>, and <code>onPut()</code [all...] |
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
DOMStringList.java | 16 * The <code>DOMStringList</code> interface provides the abstraction of an 17 * ordered collection of <code>DOMString</code> values, without defining or 19 * <code>DOMStringList</code> are accessible via an integral index, starting 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 [all...] |
Node.java | 16 * The <code>Node</code> interface is the primary datatype for the entire 18 * While all objects implementing the <code>Node</code> interface expose 20 * <code>Node</code> interface may have children. For example, 21 * <code>Text</code> nodes may not have children, and adding children to 22 * such nodes results in a <code>DOMException</code> being raised [all...] |
Document.java | 16 * The <code>Document</code> interface represents the entire HTML or XML 20 * cannot exist outside the context of a <code>Document</code>, the 21 * <code>Document</code> interface also contains the factory methods needed 22 * to create these objects. The <code>Node</code> objects created have a 23 * <code>ownerDocument</code> attribute which associates them with the [all...] |
DOMError.java | 16 * <code>DOMError</code> is an interface that describes an error. 23 * The severity of the error described by the <code>DOMError</code> is 24 * warning. A <code>SEVERITY_WARNING</code> will not cause the 25 * processing to stop, unless <code>DOMErrorHandler.handleError()</code> 26 * returns <code>false</code> [all...] |
DOMConfiguration.java | 16 * The <code>DOMConfiguration</code> interface represents the configuration 19 * <code>Document.normalizeDocument()</code> behavior, such as replacing the 20 * <code>CDATASection</code> nodes with <code>Text</code> nodes or 22 * of the <code>Document</code> is requested. <code>DOMConfiguration</code> [all...] |
NameList.java | 16 * The <code>NameList</code> interface provides the abstraction of an ordered 19 * implemented. The items in the <code>NameList</code> are accessible via an 26 * Returns the <code>index</code>th name item in the collection. 28 * @return The name at the <code>index</code>th position in the 29 * <code>NameList</code>, or <code>null</code> if there is no name for [all...] |
/dalvik/dx/src/com/android/dx/cf/attrib/ |
package.html | 7 <li><code>com.android.dx.cf.iface</code></li> 8 <li><code>com.android.dx.rop.pool</code></li> 9 <li><code>com.android.dx.util</code></li>
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/traversal/ |
NodeFilter.java | 19 * <code>NodeIterator</code> or <code>TreeWalker</code> is given a 20 * <code>NodeFilter</code>, it applies the filter before it returns the next 24 * <p>The DOM does not provide any filters. <code>NodeFilter</code> is just an 26 * <p><code>NodeFilters</code> do not need to know how to traverse from node [all...] |
/frameworks/base/docs/html/intl/ja/guide/topics/ |
fundamentals.jd | 50 Android ???????????? Java ???????????????????????? Java ????????????????????????????????? ???????<a href="{@docRoot}guide/developing/tools/aapt.html"><code>aapt</code> ???</a>????? Android ??????????????Android ??????????? {@code .apk} ?????? ???????<i></i>????????????????????????????????????Android ???????????????????? ????????????????????????????????1 ?? {@code .apk} ????????????????????1 ??????????????????<i></i> 77 ????????????????????? ????????????????????????? Java ???????????????????????????????Android ????????????????????????????????????????????????????????????????????? ????????? {@code main()} ???????????????????????????????????????????????????????<i></i>???????????? 4 ??????????: 98 ????????<code>{@link android.app.Activity#setContentView Activity.setContentView()}</code> ??????????????????????????????????? ?????????????? View ????????<i></i>???????????????????<a href="{@docRoot}guide/topics/ui/index.html">User Interface</a> ???????????????? 153 <li>?????????????????????????????????Intent ??????? <code>{@link android.content.Context#startActivity 154 Context.startActivity()}</code> ??? <code>{@link [all...] |
/dalvik/docs/ |
instruction-formats.html | 25 which describes a 16-bit code unit. Each character in a word 27 ("<code>|</code>") interspersed to aid in reading. Uppercase letters 28 in sequence from "<code>A</code>" are used to indicate fields within 30 "<code>op</code>" is used to indicate the position of the eight-bit 31 opcode within the format. A slashed zero ("<code>Ø</code>") is 35 <p>For example, the format "<code>B|A|<i>op</i> CCCC</code>" indicate [all...] |
/external/opencore/doc/pvplayer_html/ |
pv__player__interface_8h.html | 9 <hr><h1>pv_player_interface.h File Reference</h1><code>#include "oscl_base.h"</code><br> 10 <code>#include "oscl_string.h"</code><br> 11 <code>#include "oscl_vector.h"</code><br> 12 <code>#include "oscl_mem.h"</code><br> 13 <code>#include "pvlogger.h"</code><br [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
NoticeReference.java | 15 * <code>NoticeReference</code> class, used in 16 * <code>CertificatePolicies</code> X509 V3 extensions 36 * Creates a new <code>NoticeReference</code> instance. 38 * @param orgName a <code>String</code> value 39 * @param numbers a <code>Vector</code> valu [all...] |
/frameworks/base/docs/html/intl/ja/guide/publishing/ |
versioning.jd | 45 <p>Android ???????????????????????????????? <code>minSdkVersion</code> ???????????? ???????????<em></em>???????????????????????????? API ????????????<a href="#minsdkversion">?????? API ????????</a>???????? 51 <li><code>android:versionCode</code> - ???????? ???????????????????????????? 55 <p>????????????????????? versionCode ? 1 ?????????????????????????????????? ????????????? ?????????????????????????<code>android:versionCode</code> ?????????????????????? ???? ?????????????????????????????? <code>android:versionName</code> ??????????????????????????????????????????????????</p> 57 <li><code>android:versionName</code> - ???????? ???????? ???????????????????????????? [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/xpath/ |
XPath.java | 26 * <p><code>XPath</code> provides access to the XPath evaluation environment and expressions.</p> 50 * the resolver returns <code>null</code> for the variable. 60 * the function resolver returns <code>null</code> for the function.</p> 89 * <p>Reset this <code>XPath</code> to its original configuration.</p> 91 * <p><code>XPath</code> is reset to the same state as when it was created wit [all...] |