/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
android.view.View.html | 74 Class android.view.<A HREF="../../../../reference/android/view/View.html" target="_top"><font size="+2"><code>View</code></font></A> 76 <p><font xsize="+1">Added interface <code>android.view.accessibility.AccessibilityEventSource</code>.<br></font> 88 <nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#addFocusables(java.util.ArrayList<android.view.View>, int, int)" target="_top"><code>addFocusables</code></A>(<code>ArrayList<View>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/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>boolean</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#addPermissionAsync(android.content.pm.PermissionInfo)" target="_top"><code>addPermissionAsync</code></A>(<code>PermissionInfo</code>)</nobr> 94 <nobr><code>String[]</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#canonicalToCurrentPack (…) [all...] |
org.w3c.dom.Document.html | 74 Interface org.w3c.dom.<A HREF="../../../../reference/org/w3c/dom/Document.html" target="_top"><font size="+2"><code>Document</code></font></A> 87 <nobr><code>Node</code> <A HREF="../../../../reference/org/w3c/dom/Document.html#adoptNode(org.w3c.dom.Node)" target="_top"><code>adoptNode</code></A>(<code>Node</code>)</nobr> 94 <nobr><code>String</code> <A HREF="../../../../reference/org/w3c/dom/Document.html#getDocumentURI()" target="_top"><co (…) [all...] |
/frameworks/base/telephony/java/android/telephony/ |
SmsManager.java | 34 * TODO(code review): Curious question... Why are a lot of these 54 * @param sentIntent if not NULL this <code>PendingIntent</code> is 56 * The result code will be <code>Activity.RESULT_OK<code> for success, 58 * <code>RESULT_ERROR_GENERIC_FAILURE</code><br> 59 * <code>RESULT_ERROR_RADIO_OFF</code><br [all...] |
/external/proguard/src/proguard/gui/ |
GUIResources.properties | 58 You can then process your code right away, or you can run ProGuard from the \ 70 You can now start processing your code, \ 183 e.g. <code>myapplication,mylibrary.**</code><br>\ 186 <li><code>?</code> for any single character, except the package separator.\ 187 <li><code>*</code> for any number of any characters, except the package separator.\ 188 <li><code>**</code> for any number of any characters. [all...] |
/external/guava/javadoc/com/google/common/util/concurrent/ |
Futures.html | 104 Static utility methods pertaining to the <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Future</CODE></A> interface. 128 <CODE>static 132 <CODE><I,O> <A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A><O></CODE></FONT></TD> 135 </CODE></FONT></TD> 136 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/Futures.html#chain(com.google.common.util.concurrent.ListenableFuture, com.google.common.base.Function)">chain</A></B>(<A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A><I> input, 137 <A HREF="../../../../../com/google/common/base/Function.html" title="interface in com.google.common.base">Function</A><? super I,? extends <A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A><? extends O>> function)</CODE> 140 Creates a new <code>ListenableFuture</code> that wraps anothe [all...] |
/dalvik/docs/opcodes/ |
opcode-04-move-wide.html | 39 <td><code>A:</code> destination register pair (4 bits)<br/> 40 <code>B:</code> source register pair (4 bits)</td> 45 <td><code>A:</code> destination register pair (8 bits)<br/> 46 <code>B:</code> source register pair (16 bits)</td> 51 <td><code>A:</code> destination register pair (16 bits)<br/ [all...] |
/dalvik/dx/src/com/android/dx/cf/iface/ |
ParseObserver.java | 37 * @param bytes {@code non-null;} the source that is being parsed 38 * @param offset offset into {@code bytes} for the start of the 40 * @param name {@code non-null;} name of the member 41 * @param descriptor {@code non-null;} descriptor of the member 49 * @param bytes {@code non-null;} the source that was parsed 50 * @param offset offset into {@code bytes} for the end of the 52 * @param name {@code non-null;} name of the member 53 * @param descriptor {@code non-null;} descriptor of the member 54 * @param member {@code non-null;} the actual member that was parsed 62 * @param bytes {@code non-null;} the source that was parse [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstFloat.java | 23 * Constants of type {@code CONSTANT_Float_info}. 27 /** {@code non-null;} instance representing {@code 0} */ 30 /** {@code non-null;} instance representing {@code 1} */ 33 /** {@code non-null;} instance representing {@code 2} */ 40 * @param bits the {@code float} value as {@code int} bits 53 * @param bits the {@code float} value as {@code int} bit [all...] |
/dalvik/dx/src/com/android/dx/rop/type/ |
TypeBearer.java | 29 * @return {@code non-null;} the type 35 * {@code this}, except if {@link Type#isIntlike} on the underlying 36 * type returns {@code true} but the underlying type is not in 38 * whose underlying type <i>is</i> {@code INT}. 40 * @return {@code non-null;} the frame type for this instance 47 * @return the basic type; one of the {@code BT_*} constants 54 * is equivalent to {@code getFrameType().getBasicType()}, and 55 * is the same as calling {@code getFrameType()} unless this 57 * {@code BT_INT}. 62 * @return the basic frame type; one of the {@code BT_*} constant [all...] |
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
BadPaddingExceptionTest.java | 36 * Tests for <code>BadPaddingException</code> class constructors and methods. 50 * Test for <code>BadPaddingException()</code> constructor Assertion: 66 * Test for <code>BadPaddingException(String)</code> constructor 68 * Parameter <code>msg</code> is not null. 87 * Test for <code>BadPaddingException(String)</code> constructo [all...] |
IllegalBlockSizeExceptionTest.java | 37 * Tests for <code>IllegalBlockSizeException</code> class constructors and 51 * Test for <code>IllegalBlockSizeException()</code> constructor 67 * Test for <code>IllegalBlockSizeException(String)</code> constructor 69 * Parameter <code>msg</code> is not null. 88 * Test for <code>IllegalBlockSizeException(String)</code> constructo [all...] |
NoSuchPaddingExceptionTest.java | 37 * Tests for <code>NoSuchPaddingException</code> class constructors and 51 * Test for <code>NoSuchPaddingException()</code> constructor Assertion: 67 * Test for <code>NoSuchPaddingException(String)</code> constructor 69 * Parameter <code>msg</code> is not null. 88 * Test for <code>NoSuchPaddingException(String)</code> constructo [all...] |
ShortBufferExceptionTest.java | 36 * Tests for <code>ShortBufferException</code> class constructors and methods. 49 * Test for <code>ShortBufferException()</code> constructor Assertion: 65 * Test for <code>ShortBufferException(String)</code> constructor 67 * Parameter <code>msg</code> is not null. 86 * Test for <code>ShortBufferException(String)</code> constructo [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/ |
Short.java | 21 * The wrapper for the primitive type {@code short}. 36 * Constant for the maximum {@code short} value, 2<sup>15</sup>-1. 41 * Constant for the minimum {@code short} value, -2<sup>15</sup>. 46 * Constant for the number of bits needed to represent a {@code short} in 54 * The {@link Class} object that represents the primitive type {@code 64 * Constructs a new {@code Short} from the specified string. 69 * if {@code string} can not be decoded into a short value. 77 * Constructs a new {@code Short} with the specified primitive short value. 98 * value of {@code object}; 0 if the value of this short and the 99 * value of {@code object} are equal; a positive value if the valu [all...] |
/dalvik/libcore/security/src/main/java/java/security/ |
GuardedObject.java | 24 * {@code GuardedObject} controls access to an object, by checking all requests 25 * for the object with a {@code Guard}. 36 * Constructs a new instance of {@code GuardedObject} which protects access 37 * to the specified {@code Object} using the specified {@code Guard}. 40 * the {@code Object} to protect. 42 * the {@code Guard} which protects the specified {@code Object}, 43 * maybe {@code null}. 51 * Returns the guarded {@code Object} if the associated {@code Guard [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/ |
DHKeyParameters.java | 45 int code = isPrivate() ? 0 : 1; local 49 code ^= params.hashCode(); 52 return code;
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
InvalidParameterExceptionTest.java | 35 * Tests for <code>InvalidParameterException</code> class constructors and 49 * Test for <code>InvalidParameterException()</code> constructor 65 * Test for <code>InvalidParameterException(String)</code> constructor 67 * Parameter <code>msg</code> is not null. 86 * Test for <code>InvalidParameterException(String)</code> constructo [all...] |
NoSuchProviderExceptionTest.java | 35 * Tests for <code>NoSuchProviderException</code> class constructors and 49 * Test for <code>NoSuchProviderException()</code> constructor Assertion: 65 * Test for <code>NoSuchProviderException(String)</code> constructor 67 * Parameter <code>msg</code> is not null. 86 * Test for <code>NoSuchProviderException(String)</code> constructo [all...] |
UnrecoverableKeyExceptionTest.java | 35 * Tests for <code>UnrecoverableKeyException</code> class constructors and 49 * Test for <code>UnrecoverableKeyException()</code> constructor 65 * Test for <code>UnrecoverableKeyException(String)</code> constructor 67 * Parameter <code>msg</code> is not null. 86 * Test for <code>UnrecoverableKeyException(String)</code> constructo [all...] |
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
CertificateExpiredExceptionTest.java | 36 * Tests for <code>DigestException</code> class constructors and methods. 50 * Test for <code>CertificateExpiredException()</code> constructor 66 * Test for <code>CertificateExpiredException(String)</code> constructor 68 * msg. Parameter <code>msg</code> is not null. 87 * Test for <code>CertificateExpiredException(String)</code> constructo [all...] |
CertificateNotYetValidExceptionTest.java | 36 * Tests for <code>DigestException</code> class constructors and methods. 50 * Test for <code>CertificateNotYetValidException()</code> constructor 67 * Test for <code>CertificateNotYetValidException(String)</code> 69 * detail message msg. Parameter <code>msg</code> is not null. 88 * Test for <code>CertificateNotYetValidException(String)</code> [all...] |
/dalvik/libcore/security/src/test/java/tests/security/spec/ |
InvalidParameterSpecExceptionTest.java | 35 * Tests for <code>InvalidParameterSpecException</code> class constructors and 50 * Test for <code>InvalidParameterSpecException()</code> constructor 67 * Test for <code>InvalidParameterSpecException(String)</code> constructor 69 * msg. Parameter <code>msg</code> is not null. 88 * Test for <code>InvalidParameterSpecException(String)</code> constructo [all...] |
/dalvik/libcore/text/src/main/java/java/text/ |
Normalizer.java | 59 * Check whether the given character sequence <code>src</code> is normalized 60 * according to the normalization method <code>form</code>. 64 * @return true if normalized according to <code>form</code> 71 * Normalize the character sequence <code>src</code> according to the 72 * normalization method <code>form</code> [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/xpath/ |
XPathFunction.java | 24 * <p><code>XPathFunction</code> provides access to XPath functions.</p> 42 * @param args The arguments, <code>null</code> is a valid value. 44 * @return The result of evaluating the <code>XPath</code> function as an <code>Object</code>. 46 * @throws XPathFunctionException If <code>args</code> cannot be evaluated with this <code>XPath</code> function [all...] |