HomeSort by relevance Sort by last modified time
    Searched full:code (Results 151 - 175 of 26167) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java 94 * @param name The <code>nodeName</code> of a node to retrieve.
95 * @return A <code>Node</code> (of any type) with the specified
96 * <code>nodeName</code>, or <code>null</code> if it does not identify
113 * Returns the <code>index</code>th item in the map. If <code>index</code
    [all...]
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttCode.java 19 import com.android.dx.cf.code.ByteCatchList;
20 import com.android.dx.cf.code.BytecodeArray;
25 * Attribute class for standard {@code Code} attributes.
28 /** {@code non-null;} attribute name for attributes of this type */
29 public static final String ATTRIBUTE_NAME = "Code";
31 /** {@code >= 0;} the stack size */
34 /** {@code >= 0;} the number of locals */
37 /** {@code non-null;} array containing the bytecode per se */
38 private final BytecodeArray code; field in class:AttCode
    [all...]
  /development/samples/SpinnerTest/
_index.html 9 <a href="../../../reference/android/test/ActivityInstrumentationTestCase2.html"><code>ActivityInstrumentationTestCase2</code></a>
12 <a href="../../../reference/junit/framework/TestCase.html"><code>TestCase</code></a>
13 class. The test runner is <a href="../../../reference/android/test/InstrumentationTestRunner.html"><code>InstrumentationTestRunner</code></a>.
17 how to create the <a href="AndroidManifest.html"><code>AndroidManifest.xml</code></a>
19 test case class, <a href="src/com/android/example/spinner/test/SpinnerActivityTest.html"><code>SpinnerActivityTest</code></a>
    [all...]
  /external/proguard/src/proguard/classfile/util/
AccessUtil.java 28 * defines access levels, in ascending order: <code>PRIVATE</code>,
29 * <code>PACKAGE_VISIBLE</code>, <code>PROTECTED</code>, and <code>PUBLIC</code>.
51 * @return the corresponding access level: <code>PRIVATE</code>,
    [all...]
  /external/proguard/src/proguard/evaluation/value/
Value.java 145 * @return <code>TYPE_INTEGER</code>,
146 * <code>TYPE_LONG</code>,
147 * <code>TYPE_FLOAT</code>,
148 * <code>TYPE_DOUBLE</code>,
149 * <code>TYPE_REFERENCE</code>, o
    [all...]
  /frameworks/base/media/libdrm/mobile2/include/util/domcore/
CharacterDataImpl.h 42 * that may be stored in a <code>CharacterData</code> node. However,
44 * not fit into a single <code>DOMString</code>. In such cases, the user
45 * may call <code>substringData</code> to retrieve the data in
51 * fit in a <code>DOMString</code> variable on the implementation
60 * that may be stored in a <code>CharacterData</code> node. However,
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/
EOLConvertingInputStream.java 27 * InputStream which converts <code>\r</code>
28 * bytes not followed by <code>\n</code> and <code>\n</code> not
29 * preceded by <code>\r</code> to <code>\r\n</code>.
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
Boolean.java 23 * The wrapper for the primitive type {@code boolean}.
37 * The {@link Class} object that represents the primitive type {@code
47 * The {@code Boolean} object that represents the primitive value
48 * {@code true}.
53 * The {@code Boolean} object that represents the primitive value
54 * {@code false}.
59 * Constructs a new {@code Boolean} with its boolean value specified by
60 * {@code string}. If {@code string} is not {@code null} and is equal t
    [all...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSSerializer.java 20 * A <code>LSSerializer</code> provides an API for serializing (writing) a
23 * only the serialized data. The <code>Document</code> object and its
28 * <code>namespaceURI</code> of a <code>Node</code> is empty string, the
29 * serialization will treat them as <code>null</code>, ignoring the prefix
    [all...]
  /development/pdk/docs/porting/
debugging_gdb.jd 17 <p>The current version of <code>envsetup.sh</code> has a <code>gdbclient</code> command that handles much of the setup. For example, to attach the
18 already-running <code>globaltime</code> application, execute the following, making sure that: 1) you do this from the same window used to build the software on the device you are debugging and 2) verify that the symbols in the object files in the build tree match up with what is installed on the device or emulator.</p>
25 <p>Android runs <code>gdbserver</code> on the device and an ARM aware <code>gdb</code>, named <code>arm-eabi-gdb</code>, on the desktop machine.</p
    [all...]
bluetooth.jd 22 <p>Bluez is GPL licensed, so the Android framework interacts with userspace bluez code through D-BUS IPC to avoid proprietary code.</p>
46 <p>The BlueZ kernel sub-system attaches to your hardware-specific UART driver using the <code>hciattach</code> daemon.</p>
47 <p>For example, for MSM7201A, this is <code>drivers/serial/msm_serial.c</code>. You may also need to edit command line options to <code>hciattach</code> via <code>init.rc</code>.</p
    [all...]
  /external/apache-http/src/org/apache/commons/logging/
package.html 35 <code>java.util.logging.Logger</code> instance.</li>
38 connected to a corresponding LogKit <code>Logger</code>.</li>
84 <h4>Choosing a <code>LogFactory</code> Implementation</h4>
87 object reference to the <code>LogFactory</code> instance that will be used
88 to create <code><a href="Log.html">Log</a></code> instances for thi
    [all...]
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java 39 * method to return <code>true</code>.
40 * @return <code>true</code> if the feature is implemented in the
41 * specified version, <code>false</code> otherwise.
52 * Creates an empty <code>DocumentType</code> node. Entity declarations
56 * <code>DocumentType</code>
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
IdentityScope.java 24 * {@code IdentityScope} represents a scope for {@link Identity} objects.
27 * {@link Principal}, {@link KeyStore} and the {@code
39 * Constructs a new instance of {@code IdentityScope}.
46 * Constructs a new instance of {@code IdentityScope} with the specified
50 * the name of this {@code IdentityScope}.
57 * Constructs a new instance of {@code IdentityScope} with the specified
61 * the name of this {@code IdentityScope}.
63 * the scope of this {@code IdentityScope}.
115 * Returns the number of {@code Identity} objects in this scope.
117 * @return the number of {@code Identity} objects in this scope
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/
XString.java 240 * from <code>0</code> to <code>length() - 1</code>. The first character
241 * of the sequence is at index <code>0</code>, the next at index
242 * <code>1</code>, and so on, as for array indexing.
246 * The first character is at index <code>0</code>
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/interfaces/
RSAPrivateCrtKey.java 33 * Returns the CRT coefficient, {@code q^-1 mod p}.
40 * Returns the prime factor {@code p} of {@code n}.
42 * @return the prime factor {@code p} of {@code n}.
47 * Returns the prime factor {@code q} of {@code n}.
49 * @return the prime factor {@code q} of {@code n}.
54 * Returns the CRT exponent of the primet {@code p}
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
DatabaseMetaData.java 29 * patterns. Within these string patterns, {@code '%'} and {@code '_'}
30 * characters have special meanings. {@code '%'} means
31 * "match any substring of 0 or more characters". {@code '_'} means
33 * returned. If such a search pattern string is set to {@code null}, that
39 * States that it may not be permitted to store {@code NULL} values.
44 * States that {@code NULL} values are definitely permitted.
49 * States that whether {@code NULL} values are permitted is unknown.
87 * States that the column must not allow {@code NULL} values.
92 * States that the column definitely allows {@code NULL} values
    [all...]
Clob.java 28 * An SQL {@code CLOB} type stores a large array of characters as the value in a
31 * The {@code java.sql.Clob} interface provides methods for setting and
32 * retrieving data in the {@code Clob}, for querying {@code Clob} data length,
33 * for searching for data within the {@code Clob}.
38 * Gets the value of this {@code Clob} object as an ASCII stream.
40 * @return an ASCII {@code InputStream} giving access to the
41 * {@code Clob} data.
43 * if an error occurs accessing the {@code Clob}.
48 * Gets the data of this {@code Clob} object in a {@code java.io.Reader}
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
TransformerFactory.java 30 * to create is named <code>"javax.xml.transform.TransformerFactory"</code>.
32 * <code>TransformerFactory</code> abstract class. If the property is not
57 * <p>Set canonicalization control to <code>true</code> or
58 * </code>false</code>.</p>
69 * Returns Android's implementation of {@code TransformerFactory}. Unlike
113 * <p>Process the <code>Source</code> into a <code>Transformer</code
    [all...]
  /external/v8/test/cctest/
test-assembler-ia32.cc 6 // * Redistributions of source code must retain the above copyright
72 Object* code = Heap::CreateCode(desc, local
74 Code::ComputeFlags(Code::STUB),
76 CHECK(code->IsCode());
78 Code::cast(code)->Print();
80 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
110 Object* code = Heap::CreateCode(desc local
152 Object* code = Heap::CreateCode(desc, local
184 Code* code = local
217 Code* code = local
247 Code* code = local
283 Code* code = local
322 Code* code = local
378 Code* code = local
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/spec/
EllipticCurveTest.java 35 * Tests for <code>EllipticCurve</code> class fields and methods.
42 * Test #1 for <code>EllipticCurve(ECField, BigInteger, BigInteger, byte[])</code>
81 * Test #2 for <code>EllipticCurve(ECField, BigInteger, BigInteger, byte[])</code>
83 * Assertion: throws <code>NullPointerException</code> if <code>field</code>,
    [all...]
  /packages/apps/Mms/src/org/w3c/dom/smil/
Time.java 19 * The <code>Time</code> interface is a datatype that represents times within
20 * the timegraph. A <code>Time</code> has a type, key values to describe the
26 * A boolean indicating whether the current <code>Time</code> has been
28 * true, the current <code>Time</code> must be defined (not indefinite),
29 * the syncbase and all <code>Time</code> 's that the syncbase depends on
    [all...]
  /dalvik/libcore/annotation/src/main/java/java/lang/annotation/
Annotation.java 33 * @return A {@code Class} instance representing the annotation type.
43 * Two annotations {@code x} and {@code y} are equal if and only if
45 * values of {@code x} are equal to the corresponding member values
46 * of {@code y}.
49 * The equality of primitive member values {@code x} and {@code y}
52 * {@code Integer.valueOf(x).equals(Integer.valueOf(y)} is used for
53 * {@code int} values. Note: The behavior is identical to the
54 * {@code ==} operator for all but the floating point type, so th
    [all...]
  /external/proguard/docs/manual/retrace/
usage.html 13 You can find the ReTrace jar in the <code>lib</code> directory of the
16 <p class="code">
17 <code><b>java -jar retrace.jar </b></code>[<i>options...</i>]
27 "<a href="../usage.html#printmapping"><code>-printmapping</code></a> <i>mapping_file</i>",
39 <dt><code><b>-verbose</b></code></dt>
44 <dt><code><b>-regex</b></code> <i>regular_expression</i></dt
    [all...]
  /frameworks/base/obex/javax/obex/
Authenticator.java 9 * - Redistributions of source code must retain the above copyright notice,
39 * <code>onAuthenticationChallenge()</code> or
40 * <code>onAuthenticationResponse()</code> will be called, respectively, by the
50 * <code>onAuthenticationChallenge()</code> method will be invoked by the OBEX
52 * needed) and password via a <code>PasswordAuthentication</code> object. The
55 * with the password returned from the <code>onAuthenticationChallenge()</code
    [all...]

Completed in 510 milliseconds

1 2 3 4 5 67 8 91011>>