/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.webkit.WebView.html | 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebView.html" target="_top"><font size="+2"><code>WebView</code></font></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebView.html#emulateShiftHeld()" target="_top"><code>emulateShiftHeld</code></A>()</nobr> 94 <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebView.html#loadUrl(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)" target="_top"><code>loadUrl</code></A>(<code>String,</nobr> Map<String<nobr>,</nobr> String><nobr><nobr></code>)</nobr [all...] |
android.widget.BaseExpandableListAdapter.html | 74 Class android.widget.<A HREF="../../../../reference/android/widget/BaseExpandableListAdapter.html" target="_top"><font size="+2"><code>BaseExpandableListAdapter</code></font></A> 76 <p><font xsize="+1">Added interface <code>android.widget.HeterogeneousExpandableList</code>.<br></font> 88 <nobr><code>int</code> <A HREF="../../../../reference/android/widget/BaseExpandableListAdapter.html#getChildType(int, int)" target="_top"><code>getChildType</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr [all...] |
java.nio.charset.Charset.html | 74 Class java.nio.charset.<A HREF="../../../../reference/java/nio/charset/Charset.html" target="_top"><font size="+2"><code>Charset</code></font></A> 87 <nobr><code>Charset</code> <A HREF="../../../../reference/java/nio/charset/Charset.html#forName(java.lang.String)" target="_top"><code>forName</code></A>(<code>String</code>) </nobr> 90 Change in exceptions thrown from (<code>java.nio.charset.IllegalCharsetNameException, java.nio.charset.UnsupportedCharsetException</code>) to no exceptions.<br [all...] |
/packages/apps/Email/src/org/apache/commons/io/output/ |
NullOutputStream.java | 39 * Does nothing - output to <code>/dev/null</code>.
49 * Does nothing - output to <code>/dev/null</code>.
57 * Does nothing - output to <code>/dev/null</code>.
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILDocument.java | 35 * i.e. the <code>HEAD</code> element. 41 * <code>BODY</code> element. 47 * i.e. the <code>LAYOUT</code> element.
|
/dalvik/libcore/archive/src/main/java/java/util/zip/ |
Deflater.java | 26 * library and is used as such by {@code DeflaterOutputStream} and its 29 * The typical usage of a {@code Deflater} instance outside this package 31 * an instance of {@code DeflaterOutputStream}. 139 * Constructs a new {@code Deflater} instance with default compression 141 * header is added to the output by default; use constructor {@code 149 * Constructs a new {@code Deflater} instance with a specific compression 150 * level. The strategy can be specified with {@code setStrategy}, only. A 152 * {@code Deflater(level, boolean)} if you need to omit the header. 162 * Constructs a new {@code Deflater} instance with a specific compression 170 * {@code true} indicates that no ZLIB header should be written [all...] |
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
CertificateTest.java | 59 * Tests for <code>Certificate</code> fields and methods 75 * Test for <code>Certificate(String type)</code> method<br> 101 * Test for <code>hashCode()</code> method<br> 102 * Assertion: returns hash of the <code>Certificate</code> instance 125 * Test for <code>hashCode()</code> method<br [all...] |
/external/guava/src/com/google/common/collect/ |
ImmutableSet.java | 35 * A high-performance, immutable {@code Set} with reliable, user-specified 41 * for {@code public static final} sets ("constant sets") and also lets you 44 * <p><b>Warning:</b> Like most sets, an {@code ImmutableSet} will not function 72 * and maintainability of your code. 86 * maintainability of your code. 146 * @throws NullPointerException if any of {@code elements} is null 164 * sized inappropriately). This method iterates over {@code elements} at most 167 * <p>Note that if {@code s} is a {@code Set<String>}, then {@code [all...] |
/frameworks/base/docs/html/guide/developing/tools/ |
monkey.jd | 48 that environment. You can do this by prefacing <code>adb shell</code> to each command, 74 <td><code>--help</code></td> 79 <td><code>-v</code></td> 91 <td><code>-s <seed></code></td> 97 <td><code>--throttle <milliseconds></code></td [all...] |
/external/icu4c/common/unicode/ |
uniset.h | 35 * A character specifies a subset of Unicode code points. Legal 36 * code points are U+0000 to U+10FFFF, inclusive. 40 * <p><code>UnicodeSet</code> supports two APIs. The first is the 42 * a <code>UnicodeSet</code> object. It conforms to Java 2's 43 * <code>java.util.Set</code> interface, although 44 * <code>UnicodeSet</code> does not actually implement tha [all...] |
/external/guava/javadoc/com/google/common/io/ |
CharStreams.html | 109 <code>Readable & Closeable</code>. A <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><CODE>Reader</CODE></A> implements both of 110 those interfaces. Similarly for <code>Appendable & Closeable</code> and 111 <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><CODE>Writer</CODE></A>. 135 <CODE>static <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</A></CODE></FONT></TD [all...] |
/cts/tools/signature-tools/templates/ |
Header.st | 3 <a href="http://code.google.com/android/documentation.html"><img style="border: 0;" src="http://code.google.com/android/images/android_icon_125.png"/></a>
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttEnclosingMethod.java | 23 * Attribute class for standards-track {@code EnclosingMethod} 27 /** {@code non-null;} attribute name for attributes of this type */ 30 /** {@code non-null;} the innermost enclosing class */ 33 /** {@code null-ok;} the name-and-type of the innermost enclosing method, if any */ 39 * @param type {@code non-null;} the innermost enclosing class 40 * @param method {@code null-ok;} the name-and-type of the innermost enclosing 62 * @return {@code non-null;} the innermost enclosing class 72 * @return {@code null-ok;} the name-and-type of the innermost enclosing
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ByteBlockList.java | 17 package com.android.dx.cf.code; 31 * @param size {@code >= 0;} the number of elements to be in the list 40 * will throw {@code NullPointerException}. 42 * @param n {@code >= 0, < size();} which element 43 * @return {@code non-null;} the indicated element 53 * @return {@code non-null;} the block with the given label 69 * @param n {@code >= 0, < size();} which element 70 * @param bb {@code null-ok;} the value to store
|
/dalvik/dx/src/com/android/dx/dex/code/ |
FixedSizeInsn.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpecList; 20 import com.android.dx.rop.code.SourcePosition; 24 * Base class for instructions which are of a fixed code size and 31 * unknown ({@code -1}). 34 * absolutely no registers (e.g., a {@code nop} or a 40 * @param position {@code non-null;} source position 41 * @param registers {@code non-null;} register list, including a
|
/dalvik/dx/src/com/android/dx/rop/code/ |
AccessFlags.java | 17 package com.android.dx.rop.code; 26 * identical to Java access flags, but {@code ACC_SUPER} isn't 27 * used at all in translated code, and {@code ACC_SYNCHRONIZED} 47 * synchronized method; only valid in dex files for {@code native} 53 * class with new-style {@code invokespecial} for superclass 80 * method with strict floating point ({@code strictfp}) 101 * method was declared {@code synchronized}; has no effect on 150 * @return {@code non-null;} human-oriented string 161 * @return {@code non-null;} human-oriented strin [all...] |
/dalvik/libcore/dom/src/test/resources/ |
hc_nodtdstaff.svg | 5 <code>Accountant</code>
|
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
MemoryHandler.java | 26 * A {@code Handler} put the description of log events into a cycled memory 29 * Mostly this {@code MemoryHandler} just puts the given {@code LogRecord} into 33 * Every {@code MemoryHandler} has a target handler, and push action can be 39 * if a new <code>LogRecord</code> is added that has a level greater than or 43 * {@code MemoryHandler} will read following {@code LogManager} properties for 47 * <li>java.util.logging.MemoryHandler.filter specifies the {@code Filter} 48 * class name, defaults to no {@code Filter}.</li [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/reflect/ |
AnnotatedElement.java | 31 * {@code null} if no annotation with the specified type is present 36 * @return the annotation with the specified type or {@code null} 38 * if {@code annotationType} is {@code null} 66 * @return {@code true} if the annotation exists, {@code false} otherwise 68 * if {@code annotationType} is {@code null}
|
InvocationTargetException.java | 21 * This class provides a wrapper for an exception thrown by a {@code Method} or 22 * {@code Constructor} invocation. 34 * Constructs a new {@code InvocationTargetException} instance with a 35 * {@code null} cause / target exception. 42 * Constructs a new {@code InvocationTargetException} instance with its 55 * Constructs a new {@code InvocationTargetException} instance with its 70 * Returns the target exception, which may be {@code null}. 79 * Returns the cause of this exception, which may be {@code null}.
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Formattable.java | 20 * Classes that handle custom formatting for the 's' specifier of {@code Formatter} 21 * should implement the {@code Formattable} interface. It gives basic control over 30 * Formats the object using the specified {@code Formatter}. 33 * the {@code Formatter} to use. 36 * that is any combination of {@code FormattableFlags.LEFT_JUSTIFY}, 37 * {@code FormattableFlags.UPPERCASE}, and {@code FormattableFlags.ALTERNATE}. If 42 * output. If the length of the converted value is less than {@code width}
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
Handler.java | 36 * <code>URL</code>. 51 * Returns a connection, which is established via the <code>proxy</code>, 52 * to the HTTP server specified by this <code>URL</code>. If the 53 * <code>proxy</code> is DIRECT type, the connection is made in normal
|
/dalvik/libcore/security/src/main/java/java/security/ |
SecureRandom.java | 31 * {@code SecureRandom} is an engine class which is capable of generating 62 * Constructs a new instance of {@code SecureRandom}. An implementation for 85 * Constructs a new instance of {@code SecureRandom}. An implementation for 111 * Constructs a new instance of {@code SecureRandom} using the given 135 * Returns a new instance of {@code SecureRandom} that utilizes the 140 * @return a new instance of {@code SecureRandom} that utilizes the 145 * if {@code algorithm} is {@code null}. 159 * Returns a new instance of {@code SecureRandom} that utilizes the 166 * @return a new instance of {@code SecureRandom} that utilizes th [all...] |
/dalvik/libcore/security/src/main/java/java/security/cert/ |
CertStoreSpi.java | 24 * The <i>Service Provider Interface</i> (<b>SPI</b>) definition for the {@code 30 * Creates a new {@code CertStoreSpi}. 43 * Returns the list of {@code Certificate}s for the specified {@code 49 * @return the list of {@code Certificate}s that match the criteria of the 58 * Returns the list of {@code CRL}s for the specified {@code CRLSelector} 64 * @return the list of {@code CRL}s that match the criteria of the specified
|
PKIXCertPathBuilderResult.java | 35 * Creates a new {@code PKIXCertPathBuilderResult} instance with the 44 * the policy tree (or {@code null} if not used). 48 * if the {@code cerPath}, {@code trustAnchor} or {@code 49 * subjectPolicyKey} is {@code null}. 70 * Returns a string representation of this {@code PKIXCertPathBuilderResult} 73 * @return a string representation of this {@code PKIXCertPathBuilderResult}
|