/external/icu4c/i18n/unicode/ |
ucurr.h | 23 * containing its ISO 4217 code. This API can return various data 38 * Finds a currency code for the given locale. 39 * @param locale the locale for which to retrieve a currency code. 41 * in which case it overrides the default currency code 46 * @param ec error code 87 * Register an (existing) ISO 4217 currency code for the given locale. 88 * Only the country code and the two variants EURO and PRE_EURO are 90 * @param isoCode the three-letter ISO 4217 currency code 91 * @param locale the locale for which to register this currency code 92 * @param status the in/out status code [all...] |
/frameworks/base/docs/html/resources/articles/ |
backward-compatibility.jd | 29 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"><code><android:minSdkVersion></code></a> 56 doing a one-time lookup and caching the result in a <code>Method</code> object. 57 Using the method is a matter of calling <code>Method.invoke</code> and un-boxing 113 <p>This uses a static initializer to call <code>initCompatibility</code>, 118 original. The <code>fiddle</code> method demonstrates how th [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/ |
FloatBuffer.java | 43 * if {@code capacity} is less than zero. 56 * {@code wrap(array, 0, array.length)}. 69 * The new buffer's position will be {@code start}, limit will be 70 * {@code start + len}, capacity will be the length of the array. 76 * {@code array.length}. 79 * {@code array.length - start}. 82 * if either {@code start} or {@code len} is invalid. 84 * if {@code array} is null. 102 * Constructs a {@code FloatBuffer} with given capacity [all...] |
/dalvik/libcore/security/src/main/java/java/security/ |
Security.java | 47 * {@code Security} is the central class in the Java Security API. It manages 48 * the list of security {@code Provider} that have been installed into this 175 * Insert the given {@code Provider} at the specified {@code position}. The 179 * If a {@code SecurityManager} is installed, code calling this method needs 180 * the {@code SecurityPermission} {@code insertProvider.NAME} (where NAME is 181 * the provider name) to be granted, otherwise a {@code SecurityException} 188 * @return the actual position or {@code -1} if the given {@code provider [all...] |
/external/guava/javadoc/com/google/common/util/concurrent/ |
TimeLimiter.html | 105 <code>target.someMethod()</code>, but substitute <code>DEFAULT_VALUE</code> if this 106 method call takes over 50 ms, you can use this code: 117 Please see <code>SimpleTimeLimiterTest</code> for more usage examples. 141 <CODE> 145 <CODE><T> T</CODE></FONT></TD [all...] |
/frameworks/base/docs/html/guide/practices/ |
screens_support.jd | 36 <li><code><a href="{@docRoot}guide/topics/manifest/supports-screens-element.html"><supports-screens></a></code></li> 37 <li><code><a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"><uses-sdk></a></code></li> 95 using the resource qualifiers <code>long</code> and <code>notlong</code>. </dd> 126 conversion of dip units to screen pixels is simple: <code>pixels = dips * 127 (density / 160)</code>. For example, on 240 dpi screen, 1 dip would equal 1. [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
ClassPathOpener.java | 39 /** {@code non-null;} pathname to start with */ 41 /** {@code non-null;} callback interface */ 51 * Callback interface for {@code ClassOpener}. 58 * @param name {@code non-null;} filename of element. May not be a valid 61 * @param bytes {@code non-null;} file data 63 * from {@code processFileBytes} and returned to the caller 64 * of {@code process()}. 72 * @param ex {@code non-null;} exception 79 * @param file {@code non-null;} archive file being processed 87 * @param pathname {@code non-null;} path element to proces [all...] |
MemberListParser.java | 35 /** {@code non-null;} the class file to parse from */ 38 /** {@code non-null;} class being defined */ 44 /** {@code non-null;} attribute factory to use */ 47 /** {@code >= -1;} the end offset of this list in the byte array of the 48 * classfile, or {@code -1} if not yet parsed */ 51 /** {@code null-ok;} parse observer, if any */ 57 * @param cf {@code non-null;} the class file to parse from 58 * @param definer {@code non-null;} class being defined 59 * @param offset offset in {@code bytes} to the start of the list 60 * @param attributeFactory {@code non-null;} attribute factory to us [all...] |
/dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/ |
Field.java | 134 * @return {@code true} if this field is synthetic, {@code false} otherwise 167 * @return {@code true} if this field is an enumeration constant, {@code 202 * Indicates whether or not the specified {@code object} is equal to this 204 * {@code Field} with the same declaring class, type and name as this field. 208 * @return {@code true} if the specified object is equal to this method, 209 * {@code false} otherwise 220 * the effect of {@code object.fieldName} 239 * if the object is {@code null} and the field is non-stati [all...] |
/dalvik/libcore/math/src/main/java/java/math/ |
Multiplication.java | 32 // * Break point in digits (number of {@code int} elements) 39 * An array with powers of ten that fit in the type {@code int}. 40 * ({@code 10^0,10^1,...,10^9}) 47 * An array with powers of five that fit in the type {@code int}. 48 * ({@code 5^0,5^1,...,5^13}) 56 * An array with the first powers of ten in {@code BigInteger} version. 57 * ({@code 10^0,10^1,...,10^31}) 62 * An array with the first powers of five in {@code BigInteger} version. 63 * ({@code 5^0,5^1,...,5^31}) 90 * @param val an arbitrary {@code BigInteger [all...] |
/dalvik/libcore/text/src/main/java/java/text/ |
AttributedCharacterIterator.java | 31 * {@code AttributedCharacterIterator} also allows the user to find runs and 48 * The value objects are of the type {@code Annotation} which contain 49 * {@code null}. 56 * objects are of type {@code Locale} or a subtype of it. 63 * used. The value objects are of type {@code Annotation} which 64 * contain a {@code String}. 71 * The constructor for an {@code Attribute} with the name passed. 74 * the name of the new {@code Attribute}. 87 * @return {@code true} if the object passed is equal to this instance; 88 * {@code false} otherwise [all...] |
Collator.java | 57 * strength is used as a tiebreaker. The Unicode code point values of the NFD 60 * This strength should be used sparingly, as only code point value differences 66 * This {@code Collator} deals only with two decomposition modes, the canonical 69 * {@code java.text.Collator.FULL_DECOMPOSITION} is not supported here. If the 70 * canonical decomposition mode is set, {@code Collator} handles un-normalized 191 * Constructs a new {@code Collator} instance. 226 * @return a negative value if {@code object1} is less than {@code object2}, 227 * 0 if they are equal, and a positive value if {@code object1} is 228 * greater than {@code object2} [all...] |
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLSocket.java | 26 * The extension of {@code Socket} providing secure protocols like SSL (Secure 174 * Returns the {@code SSLSession} for this connection. If necessary, a 190 * if {@code listener} is {@code null}. 200 * if the specified listener is not registered or {@code null}. 216 * {@code true} if this connection should act in client mode, 217 * {@code false} if not. 224 * @return {@code true} if this connections will act in client mode when 225 * handshaking, {@code false} if not. 241 * {@code true} if client authentication is required [all...] |
/external/guava/javadoc/com/google/common/collect/class-use/ |
Multiset.html | 116 <CODE> class</CODE></FONT></TD> 117 <TD><CODE><B><A HREF="../../../../../com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect">ConcurrentHashMultiset<E></A></B></CODE> 121 versions of most <code>Multiset</code> operations (exceptions where noted).</TD> 125 <CODE> class</CODE></FONT></TD> 126 <TD><CODE><B><A HREF="../../../../../com/google/common/collect/EnumMultiset.html" title="class in com.google.common.collect">EnumMultiset<E extends Enum<E>></A></B></CODE> [all...] |
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-autocomplete.jd | 17 <li>Create an XML file named <code>list_item.xml</code> and save it inside the 18 <code>res/layout/</code> folder. Edit the file to look like this: 32 <li>Open the <code>res/layout/main.xml</code> file and insert the following: 54 <li>Open <code>HelloAutoComplete.java</code> and insert the following code for the {@link 68 <p>After the content view is set to the <code>main.xml</code> layout, the {@lin [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
BaseMachine.java | 17 package com.android.dx.cf.code; 19 import com.android.dx.rop.code.RegisterSpec; 20 import com.android.dx.rop.code.LocalItem; 36 /* {@code non-null;} the prototype for the associated method */ 39 /** {@code non-null;} primary arguments */ 42 /** {@code >= 0;} number of primary arguments */ 45 /** {@code null-ok;} type of the operation, if salient */ 48 /** auxiliary {@code int} argument */ 51 /** {@code null-ok;} auxiliary constant argument */ 57 /** {@code null-ok;} auxiliary switch cases argument * [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/ |
Lock.java | 11 * {@code Lock} implementations provide more extensive locking 12 * operations than can be obtained using {@code synchronized} methods 24 * <p>The use of {@code synchronized} methods or statements provides 31 * <p>While the scoping mechanism for {@code synchronized} methods 40 * {@code Lock} interface enable the use of such techniques by 47 * automatic release of locks that occurs with {@code synchronized} 61 * taken to ensure that all code that is executed while the lock is 65 * <p>{@code Lock} implementations provide additional functionality 66 * over the use of {@code synchronized} methods and statements by 72 * <p>A {@code Lock} class can also provide behavior and semantic [all...] |
/dalvik/libcore/crypto/src/main/java/javax/crypto/ |
Mac.java | 35 * This class provides the public API for <i>Message Authentication Code</i> 56 * Creates a new {@code Mac} instance. 82 * Returns the provider of this {@code Mac} instance. 84 * @return the provider of this {@code Mac} instance. 91 * Creates a new {@code Mac} instance that provides the specified MAC 96 * @return the new {@code Mac} instance. 100 * if {@code algorithm} is {@code null} (instead of 115 * Creates a new {@code Mac} instance that provides the specified MAC 122 * @return the new {@code Mac} instance [all...] |
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/ |
NativeConverter.java | 30 * @param converterHandle Address of converter object created by C code 38 * @return int error code returned by ICU 57 * @param converterHandle Address of converter object created by C code 65 * @return int error code returned by ICU 83 * @param converterHandle Address of converter object created by C code 91 * @return int error code returned by ICU 109 * @param converterHandle Address of converter object created by C code 117 * @return int error code returned by ICU 129 * @param converterHandle Address of converter object created by C code 132 * @return int error code returned by IC [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
Timer.java | 23 * {@code Timer}s are used to schedule jobs for execution in a background process. A 25 * being a daemon thread. By calling {@code cancel} you can terminate a 26 * {@code Timer} and its associated thread. All tasks which are scheduled to run after 33 * The {@code TimerTask} does not offer any guarantees about the real-time nature of 35 * {@code Object.wait(long)} method. 37 * Multiple threads can share a single {@code Timer} without the need for their own 40 * A {@code Timer} can be set to schedule tasks either at a fixed rate or 48 * system delays prevent the {@code Timer} from firing for an extended time. 52 * the specified {@code period}. 184 * {@code when} field of TaskScheduled object [all...] |
/external/proguard/docs/ |
FAQ.html | 26 <li><a href="#android">Does <b>ProGuard</b> work for Google Android code?</a> 27 <li><a href="#blackberry">Does <b>ProGuard</b> work for Blackberry code?</a> 30 <li><a href="#forname">Does <b>ProGuard</b> handle <code>Class.forName</code> 46 Java source code (.java files) is typically compiled to bytecode (.class 47 files). Bytecode is more compact than Java source code, but it may still 48 contain a lot of unused code, especially if it includes program libraries. 62 it much harder to reverse-engineer the code. It further compacts the code as a 70 verification of the byte code. This analysis makes sure the code can' [all...] |
/external/tcpdump/tests/ |
eapon1.new | 14 EAP code=1 id=0 length=5 17 EAP code=1 id=1 length=0 18 EAP code=1 id=0 length=5 19 EAP code=1 id=0 length=45 20 EAP code=1 id=0 length=20 21 EAP code=1 id=0 length=76 22 EAP code=1 id=0 length=80 23 EAP code=1 id=0 length=28 24 EAP code=1 id=0 length=4 25 EAP code=1 id=3 length=57 [all...] |
eapon1.out | 14 EAP code=1 id=0 length=5 17 EAP code=1 id=1 length=0 18 EAP code=1 id=0 length=5 19 EAP code=1 id=0 length=45 20 EAP code=1 id=0 length=20 21 EAP code=1 id=0 length=76 22 EAP code=1 id=0 length=80 23 EAP code=1 id=0 length=28 24 EAP code=1 id=0 length=4 25 EAP code=1 id=3 length=57 [all...] |
/cts/tools/dex-tools/ |
README.txt | 3 This project contains the source code and tests for a dex file parser. 22 lib : dx.jar the jar from the dx tool. Used for in-memory java -> byte code -> dex code -> dex model tests 24 test : source code of the small test suite
|
/cts/tools/dex-tools/src/dex/structure/ |
DexAnnotationAttribute.java | 20 * {@code DexAnnotationValue} is implemented by annotation values. In the 27 * 'value="hello"' is represented by a {@code DexAnnotationValue}. "value" is 32 * Returns the encoded value of this {@code DexAnnotationValue}. 34 * @return the encoded value of this {@code DexAnnotationValue}
|