/dalvik/libcore/nio/src/main/java/java/nio/channels/spi/ |
AbstractSelectableChannel.java | 32 * {@code AbstractSelectableChannel} is the base implementation class for 54 * Constructs a new {@code AbstractSelectableChannel}. 78 * @return {@code true} if this channel is registered with a selector, 79 * {@code false} otherwise. 91 * @return the selection key for the channel or {@code null} if this channel 92 * has not been registered with {@code selector}. 108 * {@link SelectionKey interest set} is updated to {@code interestSet} and 110 * registered, this method calls the {@code register} method of 111 * {@code selector} and adds the selection key to this channel's key set. 118 * the object to attach, can be {@code null} [all...] |
/dalvik/libcore/sql/src/main/java/java/sql/ |
ResultSetMetaData.java | 21 * Provides information about the columns returned in a {@code ResultSet}. 26 * Indicates that a column cannot contain {@code NULL} values. 31 * Indicates that a column can contain {@code NULL} values. 36 * Indicates that it is unknown whether a column can contain {@code NULL}s or not. 53 * invoking {@code ResultSet.getObject} to recover this column's value. 109 * Returns the type of the indexed column as SQL type code. 113 * @return the column type code. 182 * @return {@code true} if it is automatically numbered, {@code false} 195 * @return {@code true} if case matters, {@code false} otherwise [all...] |
/dalvik/libcore/text/src/main/java/java/text/ |
StringCharacterIterator.java | 30 * Constructs a new {@code StringCharacterIterator} on the specified string. 44 * Constructs a new {@code StringCharacterIterator} on the specified string 54 * if {@code location} is negative or greater than the length 68 * Constructs a new {@code StringCharacterIterator} on the specified string 80 * if {@code start < 0}, {@code start > end}, {@code location < 81 * start}, {@code location > end} or if {@code end} is greater 82 * than the length of {@code value} [all...] |
/external/guava/javadoc/com/google/common/collect/ |
AbstractIterator.html | 108 This class provides a skeletal implementation of the <code>Iterator</code> 112 <p><code>Iterator</code> requires its implementations to support querying the 113 end-of-data status without changing the iterator's state, using the <A HREF="../../../../com/google/common/collect/AbstractIterator.html#hasNext()"><CODE>hasNext()</CODE></A> method. But many data sources, such as <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Reader.html?is-external=true#read()" title="class or interface in java.io"><CODE>Reader.read()</CODE></A>), do not expose this information; the only way to 116 using this class, one must implement only the <A HREF="../../../../com/google/common/collect/AbstractIterator.html#computeNext()"><CODE>computeNext()</CODE></A> method [all...] |
/external/guava/javadoc/com/google/common/collect/class-use/ |
ForwardingObject.html | 120 <CODE> class</CODE></FONT></TD> 121 <TD><CODE><B><A HREF="../../../../../com/google/common/collect/EnumBiMap.html" title="class in com.google.common.collect">EnumBiMap<K extends Enum<K>,V extends Enum<V>></A></B></CODE> 124 A <code>BiMap</code> backed by two <code>EnumMap</code> instances.</TD> 128 <CODE> class</CODE></FONT></TD [all...] |
/external/v8/test/cctest/ |
test-assembler-mips.cc | 6 // * Redistributions of source code must retain the above copyright 79 Object* code = Heap::CreateCode(desc, local 81 Code::ComputeFlags(Code::STUB), 83 CHECK(code->IsCode()); 85 Code::cast(code)->Print(); 87 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry()); 120 Object* code = Heap::CreateCode(desc local 243 Object* code = Heap::CreateCode(desc, local [all...] |
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-timepicker.jd | 15 <li>Open the <code>res/layout/main.xml</code> file and insert the following: 37 <li>Open <code>HelloTimePicker.java</code> and insert the following class members: 48 The <code>TIME_DIALOG_ID</code> is a static integer that uniquely identifies the dialog.</p> 50 <li>Now insert the following code for the {@link android.app.Activity#onCreate(Bundle) onCreate()} 79 <p>First, the content is set to the <code>main.xml</code> layout and then the {@link 90 private <code>updateDisplay()</code> method is called in order to fill the {@lin [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.content.res.AssetFileDescriptor.html | 74 Class android.content.res.<A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html" target="_top"><font size="+2"><code>AssetFileDescriptor</code></font></A> 76 <p><font xsize="+1">Added interface <code>android.os.Parcelable</code>.<br></font> 88 <nobr><code>FileInputStream</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#createInputStream()" target="_top"><code>createInputStream</code></A>()</nobr> 95 <nobr><code>FileOutputStream</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#createOutputStre (…) [all...] |
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
android.content.pm.ApplicationInfo.html | 74 Class android.content.pm.<A HREF="../../../../reference/android/content/pm/ApplicationInfo.html" target="_top"><font size="+2"><code>ApplicationInfo</code></font></A> 88 <nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/ApplicationInfo.html#FLAG_RESIZEABLE_FOR_SCREENS" target="_top"><code>FLAG_RESIZEABLE_FOR_SCREENS</code></A></nobr> 95 <nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/ApplicationInfo.html#FLAG_SUPPORTS_LARGE_SCREENS" target="_top"><code>FLAG_SUPPORTS_LARGE_SCREENS</code></A></nobr [all...] |
android.graphics.drawable.BitmapDrawable.html | 74 Class android.graphics.drawable.<A HREF="../../../../reference/android/graphics/drawable/BitmapDrawable.html" target="_top"><font size="+2"><code>BitmapDrawable</code></font></A> 86 <nobr><A HREF="../../../../reference/android/graphics/drawable/BitmapDrawable.html#BitmapDrawable(android.content.res.Resources)" target="_top"><code>BitmapDrawable</code></A>(<code>Resources</code>)</nobr> 93 <nobr><A HREF="../../../../reference/android/graphics/drawable/BitmapDrawable.html#BitmapDrawable(android.content.res.Resources, android.graphics.Bitmap)" target="_top"><code>BitmapDrawable</code></A>(<code>Resources,</nobr> Bitmap<nobr><nobr></code>)</nobr [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.app.ActivityManager.RunningServiceInfo.html | 74 Class android.app.<A HREF="../../../../reference/android/app/ActivityManager.RunningServiceInfo.html" target="_top"><font size="+2"><code>ActivityManager.RunningServiceInfo</code></font></A> 88 <nobr><code>int</code> <A HREF="../../../../reference/android/app/ActivityManager.RunningServiceInfo.html#FLAG_FOREGROUND" target="_top"><code>FLAG_FOREGROUND</code></A></nobr> 95 <nobr><code>int</code> <A HREF="../../../../reference/android/app/ActivityManager.RunningServiceInfo.html#FLAG_PERSISTENT_PROCESS" target="_top"><code>FLAG_PERSISTENT_PROCESS</code></A></nobr [all...] |
/frameworks/base/docs/html/sdk/api_diff/7/changes/ |
android.webkit.GeolocationPermissions.html | 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/GeolocationPermissions.html" target="_top"><font size="+2"><code>GeolocationPermissions</code></font></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/GeolocationPermissions.html#allow(java.lang.String)" target="_top"><code>allow</code></A>(<code>String</code>)</nobr> 94 <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/GeolocationPermissions.html#clear(java.lang.St (…) [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.provider.ContactsContract.StatusColumns.html | 74 Interface android.provider.<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html" target="_top"><font size="+2"><code>ContactsContract.StatusColumns</code></font></A> 88 <nobr><code>int</code> <A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#AVAILABLE" target="_top"><code>AVAILABLE</code></A></nobr> 95 <nobr><code>int</code> <A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#AWAY" target="_top"><code>AWAY</code></A></nobr [all...] |
android.provider.Settings.Secure.html | 74 Class android.provider.<A HREF="../../../../reference/android/provider/Settings.Secure.html" target="_top"><font size="+2"><code>Settings.Secure</code></font></A> 87 <nobr><code>boolean</code> <A HREF="../../../../reference/android/provider/Settings.Secure.html#isLocationProviderEnabled(android.content.ContentResolver, java.lang.String)" target="_top"><code>isLocationProviderEnabled</code></A>(<code>ContentResolver,</nobr> String<nobr><nobr></code>)</nobr> 94 <nobr><code>void</code> <A HREF="../../../../reference/android/provider/Settings.Secure.html#setLocationProviderEnab (…) [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
CstInsn.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpecList; 20 import com.android.dx.rop.code.SourcePosition; 28 /** {@code non-null;} the constant argument for this instruction */ 32 * {@code >= -1;} the constant pool index for {@link #constant}, or 33 * {@code -1} if not yet set 38 * {@code >= -1;} the constant pool index for the class reference in 39 * {@link #constant} if any, or {@code -1} if not yet set 45 * initially unknown ({@code -1}) as is the constant pool index. 48 * @param position {@code non-null;} source positio [all...] |
PositionList.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.SourcePosition; 27 /** {@code non-null;} empty instance */ 53 * @param insns {@code non-null;} instructions to convert 56 * @return {@code non-null;} the positions list 115 * Constructs an instance. All indices initially contain {@code null}. 117 * @param size {@code >= 0;} the size of the list 126 * do that, this will throw {@code NullPointerException}. 128 * @param n {@code >= 0, < size();} which index 129 * @return {@code non-null;} element at that inde [all...] |
/dalvik/libcore/archive/src/main/java/java/util/jar/ |
JarEntry.java | 47 // Cached factory used to build CertPath-s in <code>getCodeSigners()</code>. 53 * Creates a new {@code JarEntry} named name. 56 * The name of the new {@code JarEntry}. 63 * Creates a new {@code JarEntry} using the values obtained from entry. 73 * Returns the {@code Attributes} object associated with this entry or 74 * {@code null} if none exists. 76 * @return the {@code Attributes} for this entry. 78 * If an error occurs obtaining the {@code Attributes}. 93 * Returns an array of {@code Certificate} Objects associated with thi [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
EmulatedFieldsForDumping.java | 49 * the actual work in a separate class so that the code can be shared. The 59 * Find and set the byte value of a given field named <code>name</code> in 73 * Find and set the char value of a given field named <code>name</code> in 87 * Find and set the double value of a given field named <code>name</code> 101 * Find and set the float value of a given field named <code>name</code> 115 * Find and set the int value of a given field named <code>name</code> i [all...] |
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
DigestInputStreamTest.java | 43 * Tests for fields and methods of class <code>DigestInputStream</code> 78 * Test #1 for <code>DigestInputStream</code> constructor<br> 80 * Assertion: creates new <code>DigestInputStream</code> instance 81 * using valid parameters (both non <code>null</code>) 107 * Test #2 for <code>DigestInputStream</code> constructor<br [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
SimpleLog.java | 39 * <li><code>org.apache.commons.logging.simplelog.defaultlog</code> - 43 * <li><code>org.apache.commons.logging.simplelog.log.xxxxx</code> - 47 * <li><code>org.apache.commons.logging.simplelog.showlogname</code> - 48 * Set to <code>true</code> if you want the Log instance name to be 49 * included in output messages. Defaults to <code>false</code>.</li [all...] |
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
bitstream.h | 39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code); 45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code); 46 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code); 47 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code); 51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) 62 *code = stream->curr_word >> (32 - nbits); 69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) 78 *code = stream->curr_word >> 17; 83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) 92 *code = stream->curr_word >> 19 97 uint code; local 112 uint code; local [all...] |
/external/opencore/doc/oscl_html/ |
oscl__error__trapcleanup_8h.html | 12 <code>#include "<a class="el" href="osclconfig__error_8h-source.html">osclconfig_error.h</a>"</code><br> 13 <code>#include "<a class="el" href="oscl__heapbase_8h-source.html">oscl_heapbase.h</a>"</code><br> 14 <code>#include "<a class="el" href="oscl__defalloc_8h-source.html">oscl_defalloc.h</a>"</code><br> 15 <code>#include "<a class="el" href="oscl__assert_8h-source.html">oscl_assert.h</a>"</code><br> 16 <code>#include "<a class="el" href="oscl__error_8h-source.html">oscl_error.h</a>"</code><br [all...] |
oscl__registry__client_8h-source.html | 20 00023 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__registry__types_8h.html">oscl_registry_types.h</a>"</span> 24 00027 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__mem_8h.html">oscl_mem.h</a>"</span> 28 00031 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__string_8h.html">oscl_string.h</a>"</span> 31 00034 <span class="keyword">class </span><a class="code" href="classOsclRegistryClientImpl.html">OsclRegistryClientImpl</a>; 32 00035 <span class="keyword">class </span><a class="code" href="classOsclRegistryClientTlsImpl.html">OsclRegistryClientTlsImpl</a>; 34 <a name="l00037"></a><a class="code" href="classOsclRegistryClient.html">00037</a> <span class="keyword">class </span><a class="code" href="classOsclRegistryClient.html">OsclRegistryClient</a> : <span class="keyword">public</span> <a class="code" href="classHeapBase.html">HeapBase</a> 37 00040 OSCL_IMPORT_REF <a class="code" href="classOsclRegistryClient.html#a0">OsclRegistryClient</a>(); 38 00041 OSCL_IMPORT_REF <a class="code" href="classOsclRegistryClient.html#a1">~OsclRegistryClient</a>() [all...] |
/external/opencore/doc/pvauthor_html/ |
pv__engine__observer_8h-source.html | 14 00006 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="pv__engine__observer__message_8h.html">pv_engine_observer_message.h</a>"</span> 17 <a name="l00020"></a><a class="code" href="classPVErrorEventObserver.html">00020</a> <span class="keyword">class </span><a class="code" href="classPVErrorEventObserver.html">PVErrorEventObserver</a> 20 00028 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPVErrorEventObserver.html#a0">HandleErrorEvent</a>(<span class="keyword">const</span> <a class="code" href="classPVAsyncErrorEvent.html">PVAsyncErrorEvent</a>& aEvent) = 0; 21 <a name="l00029"></a><a class="code" href="classPVErrorEventObserver.html#a1">00029</a> <span class="keyword">virtual</span> <a class="code" href="classPVErrorEventObserver.html#a1">~PVErrorEventObserver</a>() {} 24 <a name="l00043"></a><a class="code" href="classPVInformationalEventObserver.html">00043</a> <span class="keyword">class </span><a class="code" href="classPVInformationalEventObserver.html">PVInformationalEventObserver</a> 27 00051 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPVInformationalEventObserver.html#a0">HandleInformationalEvent</a>(<span class="keywor (…) [all...] |
/frameworks/base/core/java/android/app/backup/ |
BackupHelper.java | 40 * Based on <code>oldState</code>, determine which of the files from the 42 * <code>data</code>, and fill in <code>newState</code> with the state as it 48 * {@code oldState} descriptor points to the beginning of the state data 49 * written during this helper's previous backup operation, and the {@code newState} 53 * <strong>Note:</strong> The helper should not close or seek either the {@code oldState} or 54 * the {@code newState} file descriptors.</p [all...] |