/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
DOMException.java | 21 * <code>NodeList</code>. 24 * exception if a <code>null</code> argument is passed when <code>null</code> 34 public DOMException(short code, String message) { 36 this.code = code; 38 public short code; field in class:DOMException [all...] |
Notation.java | 19 * <code>nodeName</code> attribute inherited from <code>Node</code> is set 21 * <p>The DOM Core does not support editing <code>Notation</code> nodes; they 23 * <p>A <code>Notation</code> node does not have any parent. 29 * not specified, this is <code>null</code> [all...] |
/development/pdk/docs/porting/ |
sensors.jd | 17 <code>hardware/libhardware/include/hardware/sensors.h</code>. 34 <p> To implement a Sensors driver, create a shared library that implements the interface defined in <code>sensors.h</code>. You must name your shared library 35 <code>libsensors.so</code> so that it will get loaded from <code>/system/lib</code> at runtime. 38 <p> The following stub file, <code>Android.mk</code>, ensures that <code>libsensors</code> compiles and links to the appropriate libraries:</p [all...] |
/external/libpcap/ |
pcap-dag.h | 4 * The functionality of this code attempts to mimic that of pcap-linux as much 5 * as possible. This code is only needed when compiling in the DAG card code
|
pcap-septel.h | 4 * The functionality of this code attempts to mimic that of pcap-linux as much 5 * as possible. This code is only needed when compiling in the Intel/Septel 6 * card code at the same time as another type of device.
|
/external/opencore/doc/oscl_html/ |
oscl__refcounter__memfrag_8h-source.html | 20 00027 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span> 24 00031 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__refcounter_8h.html">oscl_refcounter.h</a>"</span> 28 <a name="l00039"></a><a class="code" href="classOsclRefCounterMemFrag.html">00039</a> <span class="keyword">class </span><a class="code" href="classOsclRefCounterMemFrag.html">OsclRefCounterMemFrag</a> 32 <a name="l00053"></a><a class="code" href="classOsclRefCounterMemFrag.html#a0">00053</a> <a class="code" href="classOsclRefCounterMemFrag.html#a2">OsclRefCounterMemFrag</a>(<a class="code" href="structOsclMemoryFragment.html">OsclMemoryFragment</a> &m, <a class="code" href="classOsclRefCounter.html">OsclRefCounter</a> *r, 38 <a name="l00062"></a><a class="code" href="classOsclRefCounterMemFrag.html#a1">00062</a> <a class="code" href="classOsclRefCounterMemFrag.html#a2">OsclRefCounterMemFrag</a>(<span class="keyword">const</ (…) [all...] |
oscl__singleton_8h-source.html | 20 00024 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span> 24 00028 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__defalloc_8h.html">oscl_defalloc.h</a>"</span> 33 <a name="l00037"></a><a class="code" href="oscl__singleton_8h.html#a0">00037</a> <span class="keyword">const</span> uint32 <a class="code" href="oscl__singleton_8h.html#a0">OSCL_SINGLETON_ID_TEST</a> = 0; 34 <a name="l00038"></a><a class="code" href="oscl__singleton_8h.html#a1">00038</a> <span class="keyword">const</span> uint32 <a class="code" href="oscl__singleton_8h.html#a1">OSCL_SINGLETON_ID_OSCLMEM</a> = 1; 35 <a name="l00039"></a><a class="code" href="oscl__singleton_8h.html#a2">00039</a> <span class="keyword">const</span> uint32 <a class="code" href="oscl__singleton_8h.html#a2">OSCL_SINGLETON_ID_PVLOGGER</a> = 2; 36 <a name="l00040"></a><a class="code" href="oscl__singleton_8h.html#a3">00040</a> <span class="keyword">const</span> uint32 <a class="code" href="oscl__singleton_8h.html#a3">OSCL_SINGLETON_ID_PVSCHEDULER</a> = 3 [all...] |
/external/stlport/test/compiler/ |
ttei3.cpp | 2 * It is known that this code not compiled by following compilers: 8 * It is known that this code compiled by following compilers: 15 * Indeed this code is wrong: explicit template specialization
|
ttei4.cpp | 2 * It is known that this code not compiled by following compilers: 8 * It is known that this code compiled by following compilers: 15 * Indeed this code is wrong: 1. explicit template specialization
|
ttei5.cpp | 2 * It is known that this code not compiled by following compilers: 6 * It is known that this code compiled by following compilers: 15 * Indeed this code is wrong: explicit template specialization
|
/external/stlport/test/unit/cppunit/ |
cppunit_proxy.h | 10 * Permission to modify the code and to distribute modified code is granted, 11 * provided the above notices are retained, and a notice that the code was
|
/external/v8/src/ |
disassembler.cc | 6 // * Redistributions of source code must retain the above copyright 30 #include "code-stubs.h" 58 explicit V8NameConverter(Code* code) : code_(code) {} 61 Code* code() const { return code_; } function in class:v8::internal::V8NameConverter 63 Code* code_; 78 // print as code offset, if it seems reasonable 90 // The V8NameConverter is used for well known code, so we can "safely 233 Code* code = Code::GetCodeFromTargetAddress(relocinfo.target_address()); local [all...] |
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
permission-denied-already-error-expected.txt | 1 Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service encounters an error. 7 PASS error.code is error.PERMISSION_DENIED 10 PASS error.code is error.PERMISSION_DENIED
|
permission-denied-already-success-expected.txt | 1 Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position. 7 PASS error.code is error.PERMISSION_DENIED 10 PASS error.code is error.PERMISSION_DENIED
|
/frameworks/base/docs/html/guide/topics/resources/ |
style-resource.jd | 24 using the value provided in the {@code name} attribute (not the name of the XML file). As 26 under one {@code <resources>} element.</p> 31 <dd><code>res/values/<em>filename</em>.xml</code><br/> 32 The filename is arbitrary. The element's {@code name} will be used as the resource ID.</dd> 36 In XML: <code>@[package:]style/<em>style_name</em></code> 59 <dt id="resources-element"><code><resources></code></dt> 63 <dt id="style-element"><code><style></code></dt [all...] |
/frameworks/base/docs/html/resources/articles/ |
zipalign.jd | 5 href="{@docRoot}guide/developing/tools/zipalign.html"><code>zipalign</code></a> 9 encourage you to use <code>zipalign</code> on both new and already published 12 <code>zipalign</code> helps performance and how to use it to optimize your 23 <p>The resource-handling code in Android can efficiently access resources when 25 that are not aligned (that is, when <code>zipalign</code> hasn't been run on an 53 page of the <code>AndroidManifest.xml</code> editor.</li [all...] |
/frameworks/base/docs/html/sdk/api_diff/7/changes/ |
android.webkit.WebChromeClient.html | 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebChromeClient.html" target="_top"><font size="+2"><code>WebChromeClient</code></font></A> 87 <nobr><code>Bitmap</code> <A HREF="../../../../reference/android/webkit/WebChromeClient.html#getDefaultVideoPoster()" target="_top"><code>getDefaultVideoPoster</code></A>()</nobr> 94 <nobr><code>View</code> <A HREF="../../../../reference/android/webkit/WebChromeClient.html#getVideoLoadingProgressView()" target="_top"><code>getVideoLoadingProgressView</code></A>()</nobr [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.content.ContentResolver.html | 74 Class android.content.<A HREF="../../../../reference/android/content/ContentResolver.html" target="_top"><font size="+2"><code>ContentResolver</code></font></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/content/ContentResolver.html#addPeriodicSync(android.accounts.Account, java.lang.String, android.os.Bundle, long)" target="_top"><code>addPeriodicSync</code></A>(<code>Account,</nobr> String<nobr>,</nobr> Bundle<nobr>,</nobr> long<nobr><nobr></code>)</nobr> 94 <nobr><code>SyncInfo</code> <A HREF="../../../../reference/android/content/ContentResolver.html#getCurrentSync()" target (…) [all...] |
android.speech.RecognizerIntent.html | 74 Class android.speech.<A HREF="../../../../reference/android/speech/RecognizerIntent.html" target="_top"><font size="+2"><code>RecognizerIntent</code></font></A> 87 <nobr><code>Intent</code> <A HREF="../../../../reference/android/speech/RecognizerIntent.html#getVoiceDetailsIntent(android.content.Context)" target="_top"><code>getVoiceDetailsIntent</code></A>(<code>Context</code>)</nobr> 103 <nobr><code>String</code> <A HREF="../../../../reference/android/speech/RecognizerIntent.html#ACTION_GET_LANGUAGE_DETA (…) [all...] |
/packages/apps/Email/src/org/apache/commons/io/output/ |
NullWriter.java | 24 * This <code>Writer</code> has no destination (file/socket etc.) and all
43 * Does nothing - output to <code>/dev/null</code>.
51 * Does nothing - output to <code>/dev/null</code>.
59 * Does nothing - output to <code>/dev/null</code>.
69 * Does nothing - output to <code>/dev/null</code>. [all...] |
/frameworks/base/docs/html/guide/topics/graphics/ |
index.jd | 49 <code>draw()</code> method (passing it your Canvas), or one of the Canvas <code>draw...()</code> methods (like 50 <code>{@link android.graphics.Canvas#drawPicture(Picture,Rect) drawPicture()}</code>). In doing so, you are also in 64 your layout, call <code>{@link android.view.View#invalidate()}</code> and then handle the 65 <code>{@link android.view.View#onDraw(Canvas) onDraw()}</code> callback..</li [all...] |
/external/guava/javadoc/com/google/common/collect/ |
TreeMultimap.html | 107 Implementation of <code>Multimap</code> whose keys and values are ordered by 109 implementation uses <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true#compareTo(T)" title="class or interface in java.lang"><CODE>Comparable.compareTo(T)</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true#compare(T, T)" title="class or interface in java.util"><CODE>Comparator.compare(T, T)</CODE></A> instead of <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang"><CODE>Object.equals(java.lang.Object)</CODE></A> to determine 113 with equals</i> as explained by the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang"><CODE>Comparable</CODE></A> class specification [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
ByteArrayInputStream.java | 31 * The {@code byte} array containing the bytes to stream over. 41 * The current mark position. Initially set to 0 or the <code>offset</code> 48 * {@code buf}. 53 * Constructs a new {@code ByteArrayInputStream} on the byte array 54 * {@code buf}. 66 * Constructs a new {@code ByteArrayInputStream} on the byte array 67 * {@code buf} with the initial position set to {@code offset} and the 68 * number of bytes available set to {@code offset} + {@code length} [all...] |
/dalvik/libcore/security/src/main/java/java/security/cert/ |
CertPath.java | 34 * A {@code CertPath} can be represented as a byte array in at least one 37 * When a {@code List} of the certificates is obtained it must be immutable. 39 * A {@code CertPath} must be thread-safe without requiring coordinated access. 50 * Creates a new {@code CertPath} instance for the specified certificate 61 * Returns the type of {@code Certificate} in this instance. 70 * Returns {@code true} if {@code Certificate}s in the list are the same 75 * {@code CertPath} to be compared for equality. 76 * @return {@code true} if the object are equal, {@code false} otherwise [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/ |
DatatypeConstants.java | 163 * <p><code>String</code> representation of <ode>Field</code>.</p> 175 * <p>Construct a <code>Field</code> with specified values.</p> 176 * @param str <code>String</code> representation of <code>Field</code> 177 * @param id <code>int</code> representation of <code>Field</code [all...] |