/external/guava/javadoc/com/google/common/primitives/ |
Ints.html | 104 Static utility methods pertaining to <code>int</code> primitives, that are not 105 already found in either <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><CODE>Integer</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true" title="class or interface in java.util"><CODE>Arrays</CODE></A>. 128 <CODE>static int</CODE></FONT></TD> 129 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/Ints.html#BYTES">BYTES</A></B></CODE> [all...] |
Shorts.html | 104 Static utility methods pertaining to <code>short</code> primitives, that are not 105 already found in either <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang"><CODE>Short</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true" title="class or interface in java.util"><CODE>Arrays</CODE></A>. 128 <CODE>static int</CODE></FONT></TD> 129 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/Shorts.html#BYTES">BYTES</A></B></CODE> [all...] |
/dalvik/libcore/sql/src/main/java/SQLite/ |
Constants.java | 11 * Error code: 0 15 * Error code: 1 19 * Error code: 2 23 * Error code: 3 27 * Error code: 4 31 * Error code: 5 35 * Error code: 6 39 * Error code: 7 43 * Error code: 8 47 * Error code: [all...] |
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/ |
SSLExceptionTest.java | 30 * Tests for <code>SSLException</code> class constructors and methods. 43 * Test for <code>SSLException(String)</code> constructor Assertion: 45 * <code>msg</code> is not null. 63 * Test for <code>SSLException(String)</code> constructor Assertion: 64 * constructs SSLException when <code>msg</code> is nul [all...] |
/external/icu4c/i18n/unicode/ |
bmsearch.h | 39 * To do a search, you fist need to get a <code>CollData</code> object by calling <code>CollData::open</code>. 40 * Then you construct a <code>BoyerMooreSearch</code> object from the <code>CollData</code> object, the pattern 41 * string and the target string. Then you call the <code>search</code> method. Here's a code sample [all...] |
/packages/apps/Mms/src/org/w3c/dom/events/ |
Event.java | 16 * The <code>Event</code> interface is used to provide contextual information 18 * implements the <code>Event</code> interface is generally passed as the 21 * <code>Event</code> which contain information directly relating to the 35 * <code>EventTarget</code>. 49 * Used to indicate the <code>EventTarget</code> to which the event was [all...] |
/external/opencore/doc/pv2way_html/ |
pv__2way__basic__types_8h-source.html | 36 <a name="l00029"></a><a class="code" href="pv__2way__basic__types_8h.html#a0">00029</a> <span class="comment"></span><span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="pv__2way__basic__types_8h.html#a0">PV2WayErrorStatusStart</a> = (-10500); 37 <a name="l00031"></a><a class="code" href="pv__2way__basic__types_8h.html#a1">00031</a> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="pv__2way__basic__types_8h.html#a1">PV2WayDispatchError</a> = <a class="code" href="pv__2way__basic__types_8h.html#a0">PV2WayErrorStatusStart</a> - 1; 38 <a name="l00033"></a><a class="code" href="pv__2way__basic__types_8h.html#a2">00033</a> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="pv__2way__basic__types_8h.html#a2">PV2WayErrorRejected</a> = <a class="code" href="pv__2way__basic__types_8h.html#a0">PV2WayErrorStatusStart</a> - 5; 39 <a name="l00035"></a><a class="code" href="pv__2way__basic__types_8h.html#a3">00035</a> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="pv__2way__basic__types_8h.html#a3">PV2WayErrReplaced</a> = <a class="code" href="pv__2way__ (…) [all...] |
/external/opencore/doc/oscl_html/ |
oscl__file__io_8h-source.html | 20 00025 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__io_8h.html">osclconfig_io.h</a>"</span> 24 00029 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span> 28 00033 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__mem_8h.html">oscl_mem.h</a>"</span> 31 00043 <span class="keyword">class </span><a class="code" href="classPVLogger.html">PVLogger</a>; 32 00044 <span class="keyword">class </span><a class="code" href="classOsclFileCache.html">OsclFileCache</a>; 33 00045 <span class="keyword">class </span><a class="code" href="classOscl__FileServer.html">Oscl_FileServer</a>; 34 00046 <span class="keyword">class </span><a class="code" href="classOsclFileHandle.html">OsclFileHandle</a>; 35 00047 <span class="keyword">class </span><a class="code" href="classOsclNativeFile.html">OsclNativeFile</a>; 36 00048 <span class="keyword">class </span><a class="code" href="classOsclFileStats.html">OsclFileStats</a>; 37 00049 <span class="keyword">class </span><a class="code" href="classOsclNativeFileParams.html">OsclNativeFileParams</a> [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
StringWriter.java | 25 * A specialized {@link Writer} that writes characters to a {@code StringBuffer} 37 * Constructs a new {@code StringWriter} which has a {@link StringBuffer} 38 * allocated with the default size of 16 characters. The {@code 39 * StringBuffer} is also the {@code lock} used to synchronize access to this 49 * Constructs a new {@code StringWriter} which has a {@link StringBuffer} 50 * allocated with a size of {@code initialSize} characters. The {@code 51 * StringBuffer} is also the {@code lock} used to synchronize access to this 66 * Calling this method has no effect. In contrast to most {@code Writer} subclasses, 67 * the other methods in {@code StringWriter} do not throw an {@code IOException} i [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/ |
StrictMath.java | 65 * <li>{@code abs(-0.0) = +0.0}</li> 66 * <li>{@code abs(+infinity) = +infinity}</li> 67 * <li>{@code abs(-infinity) = +infinity}</li> 68 * <li>{@code abs(NaN) = NaN}</li> 86 * <li>{@code abs(-0.0) = +0.0}</li> 87 * <li>{@code abs(+infinity) = +infinity}</li> 88 * <li>{@code abs(-infinity) = +infinity}</li> 89 * <li>{@code abs(NaN) = NaN}</li> 106 * If the argument is {@code Integer.MIN_VALUE}, {@code Integer.MIN_VALUE [all...] |
Math.java | 50 * <li>{@code abs(-0.0) = +0.0}</li> 51 * <li>{@code abs(+infinity) = +infinity}</li> 52 * <li>{@code abs(-infinity) = +infinity}</li> 53 * <li>{@code abs(NaN) = NaN}</li> 71 * <li>{@code abs(-0.0) = +0.0}</li> 72 * <li>{@code abs(+infinity) = +infinity}</li> 73 * <li>{@code abs(-infinity) = +infinity}</li> 74 * <li>{@code abs(NaN) = NaN}</li> 91 * If the argument is {@code Integer.MIN_VALUE}, {@code Integer.MIN_VALUE [all...] |
StringBuilder.java | 28 * {@link StringBuffer} for non-concurrent use; unlike {@code StringBuffer} this 33 * <p>The majority of the modification methods on this class return {@code 35 * {@code new StringBuilder("a").append("b").append("c").toString()}. 50 * Constructs an instance with an initial capacity of {@code 16}. 64 * if the specified {@code capacity} is negative. 73 * specified {@code CharSequence}. The capacity of the new builder will be 74 * the length of the {@code CharSequence} plus 16. 77 * the {@code CharSequence} to copy into the builder. 79 * if {@code seq} is {@code null} [all...] |
/frameworks/base/docs/html/resources/articles/ |
listview-backgrounds.jd | 6 <code>ListView</code> can also be difficult to understand at times.</p> 8 <p>One of the most common issues with <code>ListView</code> happens when you try 10 <code>ListView</code> has a transparent background which means that you can see 12 (<code>#FF191919</code> with the current <code>dark</code> theme.) Additionally [all...] |
/dalvik/docs/ |
dalvik-constraints.html | 159 The <code>insns</code> array must not be empty. 173 The first opcode in the <code>insns</code> array must have index zero. 187 The <code>insns</code> array must only contain valid Dalvik opcodes. 201 The index of instruction <code>n+1</code> must equal the index of 202 instruction <code>n</code> plus the length of instructio [all...] |
/external/libxml2/ |
xmlunicode.c | [all...] |
/dalvik/dx/src/com/android/dx/cf/iface/ |
ClassFile.java | 29 * {@code ClassFile} structure defined in vmspec-2 sec4.1. 33 * Gets the field {@code magic}. 40 * Gets the field {@code minor_version}. 47 * Gets the field {@code major_version}. 54 * Gets the field {@code access_flags}. 61 * Gets the field {@code this_class}, interpreted as a type constant. 63 * @return {@code non-null;} the value in question 68 * Gets the field {@code super_class}, interpreted as a type constant 71 * @return {@code null-ok;} the value in question 76 * Gets the field {@code constant_pool} (along wit [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
List.java | 22 * A {@code List} is a collection which maintains an ordering for its elements. Every 23 * element in the {@code List} has an index. Each element can thus be accessed by its 24 * index, with the first index being zero. Normally, {@code List}s allow duplicate 29 * Inserts the specified object into this {@code List} at the specified location. 31 * location. If the location is equal to the size of this {@code List}, the object 33 * {@code List}, then all elements beyond the specified location are moved by one 34 * position towards the end of the {@code List}. 41 * if adding to this {@code List} is not supported. 44 * {@code List}. 46 * if the object cannot be added to this {@code List} [all...] |
/dalvik/libcore/security/src/main/java/java/security/ |
AllPermission.java | 22 * {@code AllPermission} represents the permission to perform any operation. 23 * Since its {@link #implies(Permission)} method always returns {@code true}, 40 * Constructs a new instance of {@code AllPermission}. The two argument 41 * version is provided for class {@code Policy} so that it has a consistent 55 * Constructs a new instance of {@code AllPermission}. 62 * Compares the specified object with this {@code AllPermission} for 63 * equality and returns {@code true} if the specified object is equal, 64 * {@code false} otherwise. To be equal, the given object needs to be an 65 * instance of {@code AllPermission}. 68 * object to be compared for equality with this {@code [all...] |
Principal.java | 22 * {@code Principal}s are objects which have identities. These can be 27 * Compares the specified object with this {@code Principal} for equality 28 * and returns {@code true} if the specified object is equal, {@code false} 32 * object to be compared for equality with this {@code 34 * @return {@code true} if the specified object is equal to this {@code 35 * Principal}, otherwise {@code false}. 40 * Returns the name of this {@code Principal}. 42 * @return the name of this {@code Principal} [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/xpath/ |
XPathFunctionResolver.java | 24 * <p><code>XPathFunctionResolver</code> provides access to the set of user defined <code>XPathFunction</code>s.</p> 32 * use the <code>XPathFunctionResolver</code> to implement specifications 50 * <p>If <code>functionName</code> or <code>arity</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p [all...] |
/external/proguard/src/proguard/classfile/util/ |
ClassUtil.java | 147 * e.g. "<code>java.lang.Object</code>" 149 * e.g. "<code>java/lang/Object</code>". 162 * e.g. "<code>java/lang/Object</code>". 164 * e.g. "<code>public java.lang.Object</code>". 177 * e.g. "<code>java/lang/Object</code>" [all...] |
/frameworks/base/docs/html/guide/developing/ |
device.jd | 65 (on the right side, set <b>Debuggable</b> to <em>true</em>). Otherwise, in the <code>AndroidManifest.xml</code> 66 file, add <code>android:debuggable="true"</code> to the <code><application></code> element.</p> 84 <code>SYSFS{idVendor}</code> property. For other IDs, see the table of <a 88 <code>/etc/udev/rules.d/51-android.rules</code> [all...] |
/dalvik/libcore/security/src/test/java/tests/security/spec/ |
ECGenParameterSpecTest.java | 35 * Tests for <code>ECGenParameterSpec</code> class fields and methods. 46 * Test #1 for <code>ECGenParameterSpec</code> constructor<br> 48 * Assertion: creates new object of <code>ECGenParameterSpec</code> class 49 * using valid <code>name</code> 62 * Test #2 for <code>ECGenParameterSpec</code> constructor<br [all...] |
PSSParameterSpecTest.java | 37 * Tests for <code>PSSParameterSpec</code> class (1.5) 44 * Test #1 for <code>PSSParameterSpec(int)</code> ctor<br> 46 * <code>PSSParameterSpec<code> object 60 * Test #2 for <code>PSSParameterSpec(int)</code> ctor<br> 62 * throws <code>IllegalArgumentException</code> [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/transform/ |
TransformerFactoryConfigurationError.java | 31 * <code>Exception</code> for the 32 * <code>TransformerFactoryConfigurationError</code>. 37 * Create a new <code>TransformerFactoryConfigurationError</code> with no 48 * Create a new <code>TransformerFactoryConfigurationError</code> with 49 * the <code>String</code> specified as an error message [all...] |