/external/icu4c/layoutex/layout/ |
RunArrays.h | 41 * The <code>RunArray</code> class is a base class for building classes 52 * Construct a <code>RunArray</code> object from a pre-existing 56 * valid until the <code>RunArray</code> object is destroyed. 65 * Construct an empty <code>RunArray</code> object. Clients can add limit 66 * indices array using the <code>add</code> method [all...] |
/external/opencore/doc/oscl_html/ |
oscl__refcounter_8h-source.html | 20 00025 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__assert_8h.html">oscl_assert.h</a>"</span> 24 00029 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__defalloc_8h.html">oscl_defalloc.h</a>"</span> 27 <a name="l00035"></a><a class="code" href="classOsclRefCounter.html">00035</a> <span class="keyword">class </span><a class="code" href="classOsclRefCounter.html">OsclRefCounter</a> 30 00041 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classOsclRefCounter.html#a0">addRef</a>() = 0; 32 00046 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classOsclRefCounter.html#a1">removeRef</a>() = 0; 34 00051 <span class="keyword">virtual</span> uint32 <a class="code" href="classOsclRefCounter.html#a2">getCount</a>() = 0; 36 <a name="l00053"></a><a class="code" href="classOsclRefCounter.html#a3">00053</a> <span class="keyword">virtual</span> <a class="code" href="classOsclRefCounter.html#a3">~OsclRefCounter</a>() {} 40 <a name="l00061"></a><a class="code" href="classOsclRefCounterDA.html">00061</a> <span class="keyword">class </span><a class="code" hr (…) [all...] |
oscl__timer_8h-source.html | 13 00005 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span> 17 00009 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__util_8h.html">osclconfig_util.h</a>"</span> 21 00013 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__vector_8h.html">oscl_vector.h</a>"</span> 25 00017 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__tickcount_8h.html">oscl_tickcount.h</a>"</span> 29 00021 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__rand_8h.html">oscl_rand.h</a>"</span> 33 00025 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__scheduler__ao_8h.html">oscl_scheduler_ao.h</a>"</span> 37 <a name="l00032"></a><a class="code" href="classOsclTimerObserver.html">00032</a> <span class="keyword">class </span><a class="code" href="classOsclTimerObserver.html">OsclTimerObserver</a> 40 00043 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classOsclTimerObserver.html#a0">TimeoutOccurred</a>(int32 timerID, int32 timeoutInfo) = 0; 42 <a name="l00045"></a><a class="code" href="classOsclTimerObserver.html#a1">00045</a> <span class="keyword">virtual</span> <a c (…) [all...] |
oscl__string_8h-source.html | 24 00030 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span> 28 00034 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__mem_8h.html">oscl_mem.h</a>"</span> 31 <a name="l00041"></a><a class="code" href="classOSCL__String.html">00041</a> <span class="keyword">class </span><a class="code" href="classOSCL__String.html">OSCL_String</a> : <span class="keyword">public</span> <a class="code" href="classHeapBase.html">HeapBase</a> 35 <a name="l00045"></a><a class="code" href="classOSCL__String.html#s0">00045</a> <span class="keyword">typedef</span> <span class="keywordtype">char</span> <a class="code" href="classOSCL__String.html#s0">chartype</a>; 37 00051 <span class="keyword">virtual</span> uint32 <a class="code" href="classOSCL__String.html#a0">get_size</a>() <span class="keyword">const</span> = 0; 39 00058 <span class="keyword">virtual</span> uint32 <a class="code" href="classOSCL__String.html#a1">get_maxsize</a>() <span class="keyword">const</span> = 0; 41 00063 <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classOSCL__String.html#s0">chartype</a>* <a class="code" href="classOSCL__String.html#a2">g (…) [all...] |
oscl__file__stats_8h-source.html | 19 00022 <span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span> 20 00023 <span class="preprocessor">#include "<a class="code" href="osclconfig__io_8h.html">osclconfig_io.h</a>"</span> 22 <a name="l00025"></a><a class="code" href="group__osclio.html#a19">00025</a> <span class="preprocessor">#define OSCL_FILE_STATS_LOGGER_NODE "OsclFileStats"</span> 24 <a name="l00027"></a><a class="code" href="classOsclFileStatsItem.html">00027</a> <span class="keyword">class </span><a class="code" href="classOsclFileStatsItem.html">OsclFileStatsItem</a> 27 <a name="l00030"></a><a class="code" href="classOsclFileStatsItem.html#m0">00030</a> uint32 <a class="code" href="classOsclFileStatsItem.html#m0">iOpCount</a>; 28 <a name="l00031"></a><a class="code" href="classOsclFileStatsItem.html#m1">00031</a> uint32 <a class="code" href="classOsclFileStatsItem.html#m1">iParam</a>; 29 <a name="l00032"></a><a class="code" href="classOsclFileStatsItem.html#m2">00032</a> <a class="code" href="osclconfig__io_8h.h (…) [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Machine.java | 17 package com.android.dx.cf.code; 22 import com.android.dx.rop.code.LocalItem; 35 * {@code this} argument for instance methods. 37 * @return {@code non-null;} the method prototype 51 * @param frame {@code non-null;} frame to operate on 52 * @param count {@code >= 0;} number of values to pop 58 * {@code Prototype} (popped in reverse of the argument 64 * @param frame {@code non-null;} frame to operate on 65 * @param prototype {@code non-null;} prototype indicating arguments to pop 74 * @param frame {@code non-null;} frame to operate o [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
Writer.java | 47 * Constructs a new {@code Writer} with {@code this} as the object used to 56 * Constructs a new {@code Writer} with {@code lock} used to synchronize 60 * the {@code Object} used to synchronize critical sections. 62 * if {@code lock} is {@code null}. 90 * Writes the entire character buffer {@code buf} to the target. 105 * Writes {@code count} characters starting at {@code offset} in {@code buf [all...] |
/development/pdk/docs/porting/ |
getting_source_code.jd | 1 page.title=Getting Source Code 14 <a href="#androidSourceSetupGetCode">Downloading Code</a><br/> 39 <p>Each developer must have a unique RSA key in order to access Android source code. To generate an RSA key: </p> 45 <li>When prompted, indicate the file to which you wish to write your key (<code>id_rsa</code> in this example).</li> 49 <li><code>id_rsa</code>: This file contains the private half of your RSA key. You shouldn't share this file with anyone. </li> 50 <li><code>id_rsa.pub</code>: This is the public half or your RSA key and you should send it to your Google technical account manager.</li> 74 <code>fatal: What do you think I am? A shell?<BR [all...] |
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
android.telephony.gsm.SmsMessage.html | 74 Class android.telephony.gsm.<A HREF="../../../../reference/android/telephony/gsm/SmsMessage.html" target="_top"><font size="+2"><code>SmsMessage</code></font></A> 87 <nobr><A HREF="../../../../reference/android/telephony/gsm/SmsMessage.html#SmsMessage()" target="_top"><code>SmsMessage</code></A>() </nobr> 106 <nobr><code>SmsMessage</code> <A HREF="../../../../reference/android/telephony/gsm/SmsMessage.html#createFromPdu(byte[])" target="_top"><code>createFromPdu</code></A>(<code>byte[]</code>) </nobr [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstInteger.java | 23 * Constants of type {@code CONSTANT_Integer_info}. 27 /** {@code non-null;} array of cached instances */ 30 /** {@code non-null;} instance representing {@code -1} */ 33 /** {@code non-null;} instance representing {@code 0} */ 36 /** {@code non-null;} instance representing {@code 1} */ 39 /** {@code non-null;} instance representing {@code 2} * [all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
ProxySelector.java | 23 * a URL. Proxy selectors are concrete subclasses of {@code ProxySelector} and 24 * can be set as default by calling the {@code setDefault()} method. If a 26 * by invoking the {@code connectFailed()} method. 47 * Creates a new {@code ProxySelector} instance. 54 * Gets the default {@code ProxySelector} of the system. 56 * @return the currently set default {@code ProxySelector}. 70 * Sets the default {@code ProxySelector} of the system. Removes the system 71 * default {@code ProxySelector} if the parameter {@code selector} is set to 72 * {@code null} [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
Calendar.java | 29 * {@code Calendar} is an abstract base class for converting between a 30 * {@code Date} object and a set of integer fields such as 31 * {@code YEAR}, {@code MONTH}, {@code DAY}, 32 * {@code HOUR}, and so on. (A {@code Date} object represents a 34 * information about the {@code Date} class.) 37 * Subclasses of {@code Calendar} interpret a {@code Date [all...] |
/dalvik/libcore/security/src/main/java/java/security/cert/ |
PKIXCertPathChecker.java | 25 * validation algorithm by checks to perform on an {@code X509Certificate}. 31 * addCertPathChecker} of the {@code PKIXParameters} and {@code 34 * certificate processed by a {@code CertPathBuilder} of {@code 37 * A {@code PKIXCertPathChecker} implementation <u>must</u> support reverse 39 * (from target to trusted CA). The return value of {@code 45 * Creates a new {@code PKIXCertPathChecker} instance. 50 * Clones this {@code PKIXCertPathChecker} instance. 63 * Initializes this {@code PKIXCertPathChecker} instance for specifie [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
DisplayText.java | 15 * <code>DisplayText</code> class, used in 16 * <code>CertificatePolicies</code> X509 V3 extensions (in policy qualifiers). 55 * Describe constant <code>DISPLAY_TEXT_MAXIMUM_SIZE</code> here. 64 * Creates a new <code>DisplayText</code> instance. 101 * Creates a new <code>DisplayText</code> instance [all...] |
/external/guava/javadoc/com/google/common/collect/ |
TreeMultiset.html | 109 their natural order or an explicit <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util"><CODE>Comparator</CODE></A>. In all cases, this 110 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 114 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. Otherwise, th [all...] |
/external/icu4c/common/unicode/ |
udata.h | 77 * <code>size</code> field.</p> 85 * <p>The implementation for the <code>udata_open[Choice]()</code> 86 * functions may reject data based on the value in <code>isBigEndian</code>. 87 * No other field is used by the <code>udata</code> API implementation.</p> 89 * <p>The <code>dataFormat</code> may be used to identif [all...] |
utf.h | 19 * \brief C API: Code point macros 21 * This file defines macros for checking whether a code point is 24 * The UChar and UChar32 data types for Unicode code units and code points 28 * common definitions. Those files define macros for efficiently getting code points 36 * like regular code points where possible. 37 * (Pairs of surrogate code points are indistinguishable from supplementary 38 * code points encoded as pairs of supplementary code units.) 40 * In fact, almost all Unicode code points in normal text (>99% [all...] |
/external/webkit/JavaScriptCore/docs/ |
make-bytecode-docs.pl | 10 print OUTPUT "<style>p code \{ font-size: 14px; \}</style>\n"; 31 print OUTPUT "<h2><code>${opcode}</code></h2>\n<p><b>Format: </b><code>\n${format}\n</code></p>\n<p>\n${doc}\n</p>\n";
|
/frameworks/base/docs/html/guide/topics/manifest/ |
instrumentation-element.jd | 14 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></code></dd> 23 <dt><a name="ftest"></a>{@code android:functionalTest}</dt> 25 — "{@code true}" if it should, and "{@code false}" if not. The 26 default value is "{@code false}".</dd> 28 <dt><a name="hprof"></a>{@code android:handleProfiling}</dt> 30 off — "{@code true}" if it determines when profiling starts and 31 stops, and "{@code false}" if profiling continues the entire time it is 32 running. A value of "{@code true}" enables the object to target profiling [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.hardware.Camera.Parameters.html | 74 Class android.hardware.<A HREF="../../../../reference/android/hardware/Camera.Parameters.html" target="_top"><font size="+2"><code>Camera.Parameters</code></font></A> 87 <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/Camera.Parameters.html#getExposureCompensation()" target="_top"><code>getExposureCompensation</code></A>()</nobr> 94 <nobr><code>float</code> <A HREF="../../../../reference/android/hardware/Camera.Parameters.html#getExposureCompensationStep()" target="_top"><code>getExposureCompensationStep</code></A>()</nobr [all...] |
/external/guava/javadoc/com/google/common/annotations/class-use/ |
GwtCompatible.html | 128 <CODE> interface</CODE></FONT></TD> 129 <TD><CODE><B><A HREF="../../../../../com/google/common/annotations/GwtCompatible.html" title="annotation in com.google.common.annotations">GwtCompatible</A></B></CODE> 134 <a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a> (GWT).</TD> 138 <CODE> interface</CODE></FONT></TD> 139 <TD><CODE><B><A HREF="../../../../../com/google/common/annotations/GwtIncompatible.html" title="annotation in com.google.common.annotations">GwtIncompatible</A></B></CODE> 144 <a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a> (GWT) [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
EncodedMethod.java | 19 import com.android.dx.dex.code.DalvCode; 20 import com.android.dx.rop.code.AccessFlags; 35 /** {@code non-null;} constant for the method */ 39 * {@code null-ok;} code for the method, if the method is neither 40 * {@code abstract} nor {@code native} 42 private final CodeItem code; field in class:EncodedMethod 47 * @param method {@code non-null;} constant for the method 49 * @param code {@code null-ok;} code for the method, if it is neithe [all...] |
/dalvik/libcore/crypto/src/main/java/javax/crypto/ |
CipherInputStream.java | 27 * This class wraps an {@code InputStream} and a cipher so that {@code read()} 28 * methods return data that are read from the underlying {@code InputStream} and 32 * by a {@code CipherInputStream}. For example, if a cipher initialized for 33 * decryption is used with a {@code CipherInputStream}, the {@code 46 * Creates a new {@code CipherInputStream} instance for an {@code 60 * Creates a new {@code CipherInputStream} instance for an {@code [all...] |
/external/opencore/doc/pvauthor_html/ |
pv__engine__types_8h-source.html | 38 <a name="l00030"></a><a class="code" href="pv__engine__types_8h.html#a0">00030</a> <span class="keyword">typedef</span> int32 <a class="code" href="pv__engine__types_8h.html#a0">PVCommandId</a>; 39 <a name="l00031"></a><a class="code" href="pv__engine__types_8h.html#a1">00031</a> <span class="keyword">typedef</span> int32 <a class="code" href="pv__engine__types_8h.html#a1">PVEventType</a>; 40 <a name="l00032"></a><a class="code" href="pv__engine__types_8h.html#a2">00032</a> <span class="keyword">typedef</span> OsclAny* <a class="code" href="pv__engine__types_8h.html#a2">PVExclusivePtr</a>; 41 <a name="l00033"></a><a class="code" href="pv__engine__types_8h.html#a3">00033</a> <span class="keyword">typedef</span> int32 <a class="code" href="pv__engine__types_8h.html#a3">PVResponseType</a>; 42 <a name="l00034"></a><a class="code" href="pv__engine__types_8h.html#a4">00034</a> <span class="keyword">typedef</span> int32 <a class="code" href="pv__engine__types_8h.html#a4">PVLogLevelInfo</a> [all...] |
/external/icu4c/layout/ |
LEFontInstance.h | 20 * Instances of this class are used by <code>LEFontInstance::mapCharsToGlyphs</code> and 21 * <code>LEFontInstance::mapCharToGlyph</code> to adjust character codes before the character 64 * An instance of an <code>LEFontInstance</code> represents a font at a particular point 69 * Note: with the exception of <code>getSubFont</code>, the methods in this class only 70 * make sense for a physical font. If you have an <code>LEFontInstance</code> whic [all...] |