/external/icu4c/layoutex/layout/ |
playout.h | 52 * Construct a <code>ParagraphLayout</code> object for a styled paragraph. The paragraph is specified 53 * as runs of text all in the same font. An <code>LEFontInstance</code> object and a limit offset 60 * If any errors are encountered during construction, <code>status</code> will be set, and the object 67 * @param fontRuns a pointer to a <code>pl_fontRuns</code> object representing the font runs. 69 * @param levelRuns is a pointer to a <code>pl_valueRuns</code> object representing the directional levels [all...] |
/libcore/luni/src/main/java/java/util/ |
Collection.java | 22 * {@code Collection} is the root of the collection hierarchy. It defines operations on 24 * of {@code Collection}s. 26 * All direct or indirect implementations of {@code Collection} should implement at 28 * collection and one with a parameter of type {@code Collection}. This second 30 * initial collection but with the same elements. Implementations of {@code Collection} 32 * implementations under {@code java.util} do. 35 * {@code UnsupportedOperationException} if the underlying collection does not 36 * support that operation, though it's not mandatory to throw such an {@code Exception} 39 * {@code UnsupportedOperationException} or not. 42 * {@code UnsupportedOperationException} if the underlying collection doesn' [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
tts.html | 11 <p>Call <code>speak()</code> from your extension or 16 <p>To stop speaking immediately, just call <code>stop()</code>: 31 <p>By default, each call to <code>speak()</code> interrupts any 33 interrupting anything, you can call <code>isSpeaking()</code>. In 34 addition, you can use the <code>enqueue</code> option to cause thi [all...] |
/external/chromium_org/ppapi/api/ |
ppb_url_response_info.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the <code>PPB_URLResponseInfo</code> API for examining URL 52 * This corresponds to an int32 (PP_VARETYPE_INT32); the status code from the 55 * HTTP Status Code and Reason Phrase</a> documentation for further 81 * examining URL responses. Refer to <code>PPB_URLLoader</code> for further 87 * <code>URLResponseInfo</code>. 89 * @param[in] resource A <code>PP_Resource</code> corresponding to [all...] |
/external/chromium_org/ppapi/c/ |
ppb_url_response_info.h | 2 * Use of this source code is governed by a BSD-style license that can be 22 * This file defines the <code>PPB_URLResponseInfo</code> API for examining URL 62 * This corresponds to an int32 (PP_VARETYPE_INT32); the status code from the 65 * HTTP Status Code and Reason Phrase</a> documentation for further 96 * examining URL responses. Refer to <code>PPB_URLLoader</code> for further 102 * <code>URLResponseInfo</code>. 104 * @param[in] resource A <code>PP_Resource</code> corresponding to [all...] |
/external/chromium_org/v8/test/webkit/ |
dfg-double-vote-fuzz.js | 7 // 1. Redistributions of source code must retain the above copyright 31 code = "function foo(o, a, b) {\n"; 32 code += " var x = 0;\n"; 33 code += " var c = a + b;\n"; 35 code += " var " + String.fromCharCode("d".charCodeAt(0) + j) + " = " + ((i & (1 << ((j / 2) | 0))) ? "0.5" : "0") + ";\n"; 36 code += " for (var __i = 0; __i < 10; ++__i) {\n"; 37 code += " if (a + b + 1 > __i) {\n"; 38 code += " c = d;\n"; 39 code += " x += c;\n"; 40 code += " }\n" [all...] |
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
android.bluetooth.BluetoothAssignedNumbers.html | 74 Class android.bluetooth.<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html" target="_top"><font size="+2"><code>BluetoothAssignedNumbers</code></font></A> 88 <nobr><code>int</code> <A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#AAMP_OF_AMERICA" target="_top"><code>AAMP_OF_AMERICA</code></A></nobr> 95 <nobr><code>int</code> <A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ACE_SENSOR" target="_top"><code>ACE_SENSOR</code></A></nobr [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/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> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#addOnLayoutChangeListener(android.view.View.OnLayoutChangeListener)" target="_top"><code>addOnLayoutChangeListener</code></A>(<code>OnLayoutChangeListener</code>)</nobr> 94 <nobr><code>int</code> <A HREF="../../../../reference/android/view/View.html#combineMeasuredStates(int, int)" targe (…) [all...] |
/libcore/libart/src/main/java/sun/misc/ |
Unsafe.java | 25 * way for Java code to gain access to and use functionality which, 46 * Only code on the bootclasspath is allowed to get at the 119 * Performs a compare-and-set operation on an <code>int</code> 123 * @param offset offset to the field within <code>obj</code> 127 * @return <code>true</code> if the new value was in fact stored, and 128 * <code>false</code> if no [all...] |
/libcore/libdvm/src/main/java/sun/misc/ |
Unsafe.java | 25 * way for Java code to gain access to and use functionality which, 46 * Only code on the bootclasspath is allowed to get at the 131 * Performs a compare-and-set operation on an <code>int</code> 135 * @param offset offset to the field within <code>obj</code> 139 * @return <code>true</code> if the new value was in fact stored, and 140 * <code>false</code> if no [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
ECPointTest.java | 30 * Tests for <code>ECPoint</code> class fields and methods. 48 * Test #1 for <code>ECPoint(BigInteger, BigInteger)</code> constructor<br> 49 * Assertion: creates <code>ECPoint</code> instance<br> 62 * Test #2 for <code>ECPoint(BigInteger x, BigInteger y)</code> constructor<br> 63 * Assertion: throws <code>NullPointerException</code> if <code>x</code>o [all...] |
/libcore/luni/src/test/java/tests/security/spec/ |
ECPointTest.java | 31 * Tests for <code>ECPoint</code> class fields and methods. 41 * Test #1 for <code>ECPoint(BigInteger, BigInteger)</code> constructor<br> 42 * Assertion: creates <code>ECPoint</code> instance<br> 55 * Test #2 for <code>ECPoint(BigInteger x, BigInteger y)</code> constructor<br> 56 * Assertion: throws <code>NullPointerException</code> if <code>x</code>o [all...] |
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
android.R.attr.html | 74 Class android.<A HREF="../../../../reference/android/R.attr.html" target="_top"><font size="+2"><code>R.attr</code></font></A> 88 <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#accessibilityEventTypes" target="_top"><code>accessibilityEventTypes</code></A></nobr> 95 <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#accessibilityFeedbackType" target="_top"><code>accessibilityFeedbackType</code></A></nobr [all...] |
/external/javassist/src/main/javassist/ |
CtMethod.java | 21 * An instance of <code>CtMethod</code> represents a method. 23 * <p>See the super class <code>CtBehavior</code> since 24 * a number of useful methods are in <code>CtBehavior</code>. 25 * A number of useful factory methods are in <code>CtNewMethod</code>. 43 * added to a class with <code>CtClass.addMethod()</code> 285 Bytecode code = CtNewWrappedMethod.makeBody(clazz, local [all...] |
/art/test/076-boolean-put/ |
info.txt | 1 This checks a case where javac generates code that stores a byte into a 2 boolean field. The code as generated should not pass the verifier, so the
|
/dalvik/dx/src/com/android/dx/rop/code/ |
package.html | 6 <li><code>com.android.dx.util</code></li>
|
/dalvik/dx/src/com/android/dx/rop/type/ |
package.html | 6 <li><code>com.android.dx.util</code></li>
|
/dalvik/dx/tests/031-bb-dead-code/ |
info.txt | 2 dead code. There is at least one example of dead code after each instruction
|
/dalvik/tests/076-boolean-put/ |
info.txt | 1 This checks a case where javac generates code that stores a byte into a 2 boolean field. The code as generated should not pass the verifier, so the
|
/development/samples/USB/AdbTest/ |
_index.html | 1 <p>AdbTest is a sample program that implements a subset of the <code>adb</code> USB protocol. 2 Currently it only implements the <code>adb logcat</code> command and displays the log 5 connecting to multiple devices and running multiple <code>adb</code> commands simultaneously.</p> 10 <li>Matching devices based on interface class, subclass and protocol (see <code>device_filter.xml</code>)</li>
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
PreCompInfo.java | 6 * <code>WNafMultiplier</code>.
|
WNafPreCompInfo.java | 10 * Array holding the precomputed <code>ECPoint</code>s used for the Window 11 * NAF multiplication in <code> 13 * WNafMultiplier.multiply()}</code>. 18 * Holds an <code>ECPoint</code> representing twice(this). Used for the 19 * Window NAF multiplication in <code> 21 * WNafMultiplier.multiply()}</code>.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
ExtendedPKIXBuilderParameters.java | 42 * certification path. If the <code>Set</code> is <code>null</code> an 62 * Creates an instance of <code>PKIXBuilderParameters</code> with the 63 * specified <code>Set</code> of most-trusted CAs. Each element of the set 67 * Note that the <code>Set</code> is copied to protect against subsequen [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/private/intro_tables/ |
socket_permissions.html | 1 For example: <code>{"socket": ["tcp-connect:*:*"]}</code> means connecting on any port of any host. See <a href='app_network.html'>Network Communications</a> for rule syntax.
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_database_error.h | 2 // Use of this source code is governed by a BSD-style license that can be 16 IndexedDBDatabaseError(uint16 code) 17 : code_(code) {} 18 IndexedDBDatabaseError(uint16 code, const char* message) 19 : code_(code), message_(ASCIIToUTF16(message)) {} 20 IndexedDBDatabaseError(uint16 code, const base::string16& message) 21 : code_(code), message_(message) {} 24 uint16 code() const { return code_; } function in class:content::IndexedDBDatabaseError
|