/dalvik/libcore/luni/src/main/java/java/io/ |
PrintWriter.java | 31 * readable format. No {@code IOException} is thrown by this class. Instead, 56 * Constructs a new {@code PrintWriter} with {@code out} as its target 63 * if {@code out} is {@code null}. 70 * Constructs a new {@code PrintWriter} with {@code out} as its target 71 * stream. The parameter {@code autoflush} determines if the print writer 81 * if {@code out} is {@code null} [all...] |
/dalvik/libcore/dom/src/test/resources/ |
hc_staff.html | 8 <code>Accountant</code> 17 <code>Secretary</code> 27 <code>Department Manager</code> 35 <code>Personnel Director</code> 43 <code>Computer Specialist</code> [all...] |
/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/ |
ReflectionAccess.java | 24 * Bridge from <code>java.lang</code> to <code>java.lang.reflect</code>. 25 * The package <code>java.lang</code> gets seeded with an instance of 27 * package-scope functionality in <code>java.lang.reflect</code>. 48 * its "accessible" flag set to <code>true</code> [all...] |
/dalvik/libcore/security/src/main/java/java/security/ |
AlgorithmParameterGeneratorSpi.java | 23 * {@code AlgorithmParameterGeneratorSpi} is the Service Provider Interface 24 * (SPI) definition for {@code AlgorithmParameterGenerator}. 31 * Constructs a new instance of {@code AlgorithmParameterGeneratorSpi} . 37 * Initializes this {@code AlgorithmParameterGeneratorSpi} with the given 38 * size and the given {@code SecureRandom}. The default parameter set 49 * Initializes this {@code AlgorithmParameterGeneratorSpi} with the given 50 * {@code AlgorithmParameterSpec} and the given {@code SecureRandom}. 63 * Computes and returns {@code AlgorithmParameters} for this generator's 66 * @return {@code AlgorithmParameters} for this generator's algorithm [all...] |
AlgorithmParameterGenerator.java | 26 * {@code AlgorithmParameterGenerator} is an engine class which is capable of 50 * Constructs a new instance of {@code AlgorithmParameterGenerator} with the 78 * Returns a new instance of {@code AlgorithmParameterGenerator} for the 83 * @return a new instance of {@code AlgorithmParameterGenerator} for the 88 * if {@code algorithm} is {@code null}. 104 * Returns a new instance of {@code AlgorithmParameterGenerator} from the 110 * name of the provider of the {@code 112 * @return a new instance of {@code AlgorithmParameterGenerator} for the 119 * if {@code algorithm} is {@code null} [all...] |
CodeSigner.java | 26 * {@code CodeSigner} represents a signer of code. Instances are immutable. 36 // Cached hash code value 40 * Constructs a new instance of {@code CodeSigner}. 43 * the certificate path associated with this code signer. 45 * the time stamp associated with this code signer, maybe {@code 48 * if {@code signerCertPath} is {@code null}. 59 * Compares the specified object with this {@code CodeSigner} for equality [all...] |
/external/guava/javadoc/com/google/common/primitives/ |
SignedBytes.html | 104 Static utility methods pertaining to <code>byte</code> primitives that 106 as unsigned are found in <A HREF="../../../../com/google/common/primitives/UnsignedBytes.html" title="class in com.google.common.primitives"><CODE>UnsignedBytes</CODE></A>, and the methods for which 107 signedness is not an issue are in <A HREF="../../../../com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives"><CODE>Bytes</CODE></A>. 131 <CODE>static byte</CODE></FONT></TD> 132 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/SignedBytes.html#checkedCast(long)">checkedCast</A></B>(long value)</CODE> [all...] |
/external/opencore/doc/oscl_html/ |
oscl__scheduler__threadcontext_8h-source.html | 14 00016 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__aostatus_8h.html">oscl_aostatus.h</a>"</span> 18 00020 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__double__list_8h.html">oscl_double_list.h</a>"</span> 22 00024 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__mutex_8h.html">oscl_mutex.h</a>"</span> 25 <a name="l00030"></a><a class="code" href="group__osclproc.html#a20">00030</a> <span class="keyword">enum</span> <a class="code" href="group__osclproc.html#a20">TPVThreadContext</a> 27 00032 <a class="code" href="group__osclproc.html#a20a0">EPVThreadContext_InThread</a> <span class="comment">//context is in-thread</span> 28 00033 , <a class="code" href="group__osclproc.html#a20a1">EPVThreadContext_OsclThread</a> <span class="comment">//some other thread that has Oscl initialized</span> 29 00034 , <a class="code" href="group__osclproc.html#a20a2">EPVThreadContext_NonOsclThread</a> <span class="comment">//some thread that does not have Oscl initialized</span> 30 00035 , <a class="code" href="group__osclproc.html#a20a3">EPVThreadContext_Undetermined</a> 33 00043 <span class="keyword">class </span><a class="code" href="classOsclExecSchedulerCommonBase.html">OsclExecSchedulerCommonBase</a> [all...] |
oscl__mem__auto__ptr_8h-source.html | 20 00026 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__memory_8h.html">osclconfig_memory.h</a>"</span> 24 00030 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__mem_8h.html">oscl_mem.h</a>"</span> 27 <a name="l00033"></a><a class="code" href="oscl__mem__auto__ptr_8h.html#a0">00033</a> <span class="preprocessor">#define OSCL_DISABLE_WARNING_TRUNCATE_DEBUG_MESSAGE</span> 28 <a name="l00034"></a><a class="code" href="group__osclmemory.html#a84">00034</a> <span class="preprocessor"></span><span class="preprocessor">#define OSCL_DISABLE_WARNING_RETURN_TYPE_NOT_UDT</span> 29 00035 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__compiler__warnings_8h.html">osclconfig_compiler_warnings.h</a>"</span> 30 <a name="l00053"></a><a class="code" href="classOSCLMemAutoPtr.html">00053</a> <span class="keyword">template</span> < <span class="keyword">class</span> T, <span class="keyword">class</span> _Allocator = Oscl_TAlloc<T, OsclMemAllocator> > <span class="keyword">class </span><a class="code" href="classOSCLMemAutoPtr.html">OSCLMemAutoPtr</a> 37 <a name="l00060"></a><a class="code" href="classOSCLMemAutoPtr.html#m0">00060</a> <span class="keywordtype">bool</span> <a class="code" href="classOSCLMemAutoPtr.html#m0">_Ownership</a>; 40 <a name="l00067"></a><a class="code" href="classOSCLMemAutoPtr.html#a0">00067</a> <span class="keyword">explicit</span> <a cla (…) [all...] |
/external/proguard/src/proguard/ |
Configuration.java | 62 * A list of <code>String</code>s specifying directories to be kept in 63 * the output directories or the output jars. A <code>null</code> list 107 * Specifies whether the code should be shrunk. 128 * Specifies whether the code should be optimized. 133 * A list of <code>String</code>s specifying the optimizations to be 134 * performed. A <code>null</code> list means all optimizations. Th [all...] |
/frameworks/base/docs/html/intl/ja/guide/developing/ |
eclipse-adt.jd | 56 <li>[SDK ?????????Min SDK Version?] ???????<em></em>?????????????????????????????? API ???????????????????????<code>minSdkVersion</code> ??? Android ?????? ????? <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"><uses-sdk></a> ??????????????????? API ???????????????? ??????Build Target?????????? API ???(API Level)????????</li> 68 <dt><code>src/</code></dt> 70 <dt><code><em><Android Version></em>/</code>??: <code>Android 1.1/</code>?</dt> 71 <dd>????????????????? <code>android.jar</code> ??????????????????????? ????????????? ???????????????<em></em></dd [all...] |
/frameworks/base/docs/html/intl/ja/sdk/1.5_r2/ |
installing.jd | 28 <p>SDK ??????????????????????? .zip ????????????????????SDK ????? <code>android_sdk_<em><platform</em>>_<em><release></em></code> ???????????????????????????????????? ????????? <code>documentation.html</code> ?????????????<code>tools/</code>?<code>add-ons/</code>?<code>platforms/</code> ??????????????????<code>platforms/</code> ????????????????????????????????????????????? <code>sam (…) [all...] |
/frameworks/base/docs/html/intl/ja/sdk/1.5_r3/ |
installing.jd | 28 <p>SDK ??????????????????????? .zip ????????????????????SDK ????? <code>android_sdk_<em><platform</em>>_<em><release></em></code> ???????????????????????????????????? ????????? <code>documentation.html</code> ?????????????<code>tools/</code>?<code>add-ons/</code>?<code>platforms/</code> ??????????????????<code>platforms/</code> ????????????????????????????????????????????? <code>sam (…) [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
application-element.jd | 12 android:<a href="#code">hasCode</a>=["true" | "false"] 28 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></code></dd> 31 <dd><code><a href="{@docRoot}guide/topics/manifest/activity-element.html"><activity></a></code> 32 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias></a></code> 33 <br/><code><a href="{@docRoot}guide/topics/manifest/service-element.html"><service></a></code> 34 <br/><code><a href="{@docRoot}guide/topics/manifest/receiver-element.html"><receiver></a></code [all...] |
manifest-element.jd | 23 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></code></dd> 26 <dd><code><a href="{@docRoot}guide/topics/manifest/instrumentation-element.html"><instrumentation></a></code> 27 <br/><code><a href="{@docRoot}guide/topics/manifest/permission-element.html"><permission></a></code> 28 <br/><code><a href="{@docRoot}guide/topics/manifest/permission-group-element.html"><permission-group></a></code> 29 <br/><code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html"><permission-tree></a></code> [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/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>ContentProviderClient</code> <A HREF="../../../../reference/android/content/ContentResolver.html#acquireContentProviderClient(android.net.Uri)" target="_top"><code>acquireContentProviderClient</code></A>(<code>Uri</code>)</nobr> 94 <nobr><code>ContentProviderClient</code> <A HREF="../../../../reference/android/content/ContentResolver.html#acquireContentProviderCl (…) [all...] |
/external/guava/src/com/google/common/primitives/ |
Booleans.java | 37 * Static utility methods pertaining to {@code boolean} primitives, that are not 48 * Returns a hash code for {@code value}; equal to the result of invoking 49 * {@code ((Boolean) value).hashCode()}. 51 * @param value a primitive {@code boolean} value 52 * @return a hash code for the value 59 * Compares the two specified {@code boolean} values in the standard way 60 * ({@code false} is considered less than {@code true}). The sign of the 61 * value returned is the same as that of {@code ((Boolean) a).compareTo(b)} [all...] |
/external/guava/javadoc/com/google/common/collect/ |
Sets.html | 104 Static utility methods pertaining to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><CODE>Set</CODE></A> instances. Also see this 105 class's counterparts <A HREF="../../../../com/google/common/collect/Lists.html" title="class in com.google.common.collect"><CODE>Lists</CODE></A> and <A HREF="../../../../com/google/common/collect/Maps.html" title="class in com.google.common.collect"><CODE>Maps</CODE></A>. 128 <CODE>static class</CODE></FONT></TD> 129 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Sets.SetView.html" title="class in com.google.common.collect">Sets.SetView</A><<A HREF="../../../../com/google/common/collect/Sets.SetView.html" title="type parameter in Sets.SetView">E</A>></B></CODE> [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.provider.MediaStore.html | 74 Class android.provider.<A HREF="../../../../reference/android/provider/MediaStore.html" target="_top"><font size="+2"><code>MediaStore</code></font></A> 88 <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#ACTION_IMAGE_CAPTURE" target="_top"><code>ACTION_IMAGE_CAPTURE</code></A></nobr> 95 <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#ACTION_VIDEO_CAPTURE" target="_top"><code>ACTION_VIDEO_CAPTURE</code></A></nobr [all...] |
/frameworks/base/docs/html/sdk/api_diff/7/changes/ |
android.content.pm.PackageManager.html | 74 Class android.content.pm.<A HREF="../../../../reference/android/content/pm/PackageManager.html" target="_top"><font size="+2"><code>PackageManager</code></font></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#addPackageToPreferred(java.lang.String)" target="_top"><code>addPackageToPreferred</code></A>(<code>String</code>) </nobr> 97 <nobr><code>void</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#removePackageFromPrefe (…) [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.content.res.Configuration.html | 74 Class android.content.res.<A HREF="../../../../reference/android/content/res/Configuration.html" target="_top"><font size="+2"><code>Configuration</code></font></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/content/res/Configuration.html#readFromParcel(android.os.Parcel)" target="_top"><code>readFromParcel</code></A>(<code>Parcel</code>)</nobr> 94 <nobr><code>void</code> <A HREF="../../../../reference/android/content/res/Configuration.html#setTo(android.content. (…) [all...] |
/packages/apps/Email/src/org/apache/commons/io/ |
IOUtils.java | 60 * This means that there is no cause to use a <code>BufferedInputStream</code>
61 * or <code>BufferedReader</code>. The default buffer size of 4K has been shown
69 * Origin of code: Excalibur.
132 * Unconditionally close an <code>Reader</code>.
150 * Unconditionally close a <code>Writer</code>.
168 * Unconditionally close an <code>InputStream</code>. [all...] |
/dalvik/docs/ |
debugger.html | 28 All of the debugger support in the VM lives in the <code>dalvik/vm/jdwp</code> 30 <code>dalvik/vm/Debugger.c</code> bridges the gap. The goal in doing so 31 was to make it easier to re-use the JDWP code in other projects. 45 for all applications when the system property <code>ro.debuggable</code> 46 is set to </code>1</code> (use <code>adb shell getprop ro.debuggable</code [all...] |
/dalvik/libcore/sql/src/main/java/javax/sql/ |
PooledConnection.java | 27 * Typically, a {@code PooledConnection} is recycled when it is no longer 34 * It is not intended that an application uses the {@code PooledConnection} 35 * interface directly. The {@code PooledConnection} interface is intended for 41 * pool manager will get a {@code PooledConnection} object from its connection 42 * pool and passes back a connection object that wraps or references the {@code 43 * PooledConnection} object. A new {@code PooledConnection} object will only be 46 * When the application is finished using a {@code PooledConnection}, the 51 * the underlying {@code PooledConnection} object from the connection and 52 * returns it to the pool for reuse - the {@code PooledConnection} is thus 55 * The connection to the database represented by the {@code PooledConnection} i [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/ |
XStringForChars.java | 174 * from <code>0</code> to <code>length() - 1</code>. The first character 175 * of the sequence is at index <code>0</code>, the next at index 176 * <code>1</code>, and so on, as for array indexing. 180 * The first character is at index <code>0</code> [all...] |