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

1 23 4 5 6 7 8 91011>>

  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
DatatypeFactory.java 27 * <p>Factory that creates new <code>javax.xml.datatype</code> <code>Object</code>s that map XML to/from Java <code>Object</code>s.</p>
29 * <p id="DatatypeFactory.newInstance">{@link #newInstance()} is used to create a new <code>DatatypeFactory</code>.
33 * If the system property specified by {@link #DATATYPEFACTORY_PROPERTY}, "<code>javax.xml.datatype.DatatypeFactory</code>",
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
package.html 7 <li><code>com.android.dx.rop.pool</code></li>
8 <li><code>com.android.dx.util</code></li>
  /dalvik/dx/src/com/android/dx/cf/iface/
package.html 7 <li><code>com.android.dx.rop.pool</code></li>
8 <li><code>com.android.dx.util</code></li>
  /dalvik/dx/src/com/android/dx/rop/cst/
package.html 6 <li><code>com.android.dx.rop.type</code></li>
7 <li><code>com.android.dx.util</code></li>
  /dalvik/libcore/sql/src/main/java/java/sql/
package.html 4 The <code>android.database</code> and <code>android.database.sqlite</code>
Types.java 35 * The type code that identifies the SQL type {@code ARRAY}.
40 * The type code that identifies the SQL type {@code BIGINT}.
45 * The type code that identifies the SQL type {@code BINARY}.
50 * The type code that identifies the SQL type {@code BIT}.
55 * The type code that identifies the SQL type {@code BLOB}
    [all...]
  /external/proguard/src/proguard/classfile/editor/
package.html 2 This package contains visitors to edit byte code.
  /external/proguard/src/proguard/optimize/
package.html 3 code.
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeControl.java 23 * @return <code>true</code> if the method call was successful and the
24 * element was begun. <code>false</code> if the method call failed.
26 * the <code>beginElement</code> method. (the <code>begin</code>
27 * attribute is not set to <code>"indefinite"</code> ) The element is
    [all...]
  /external/v8/src/
stub-cache.cc 6 // * Redistributions of source code must retain the above copyright
55 Code* StubCache::Set(String* name, Map* map, Code* code) {
56 // Get the flags from the code.
57 Code::Flags flags = Code::RemoveTypeFromFlags(code->flags());
68 ASSERT(Code::ExtractICStateFromFlags(flags) == MONOMORPHIC);
69 ASSERT(Code::kFlagsICStateShift == 0)
101 Object* code = receiver->map()->FindInCodeCache(name, flags); local
120 Object* code = receiver->map()->FindInCodeCache(name, flags); local
139 Object* code = receiver->map()->FindInCodeCache(name, flags); local
156 Object* code = receiver->map()->FindInCodeCache(name, flags); local
170 Code* code = Builtins::builtin(Builtins::LoadIC_Normal); local
181 Object* code = receiver->map()->FindInCodeCache(name, flags); local
203 Object* code = receiver->map()->FindInCodeCache(name, flags); local
222 Object* code = receiver->map()->FindInCodeCache(name, flags); local
240 Object* code = receiver->map()->FindInCodeCache(name, flags); local
259 Object* code = receiver->map()->FindInCodeCache(name, flags); local
277 Object* code = receiver->map()->FindInCodeCache(name, flags); local
294 Object* code = receiver->map()->FindInCodeCache(name, flags); local
311 Object* code = receiver->map()->FindInCodeCache(name, flags); local
330 Object* code = receiver->map()->FindInCodeCache(name, flags); local
347 Object* code = receiver->map()->FindInCodeCache(name, flags); local
365 Object* code = receiver->map()->FindInCodeCache(name, flags); local
382 Object* code = receiver->map()->FindInCodeCache(name, flags); local
399 Object* code = receiver->map()->FindInCodeCache(name, flags); local
436 Object* code = map->FindInCodeCache(name, flags); local
484 Object* code = map->FindInCodeCache(name, flags); local
521 Object* code = map->FindInCodeCache(name, flags); local
541 Object* code = ComputeCallNormal(argc, in_loop); local
556 Object* code = receiver->map()->FindInCodeCache(name, flags); local
710 Code* code = Code::cast(result); local
942 Code* code = Code::cast(result); local
960 Code* code = Code::cast(result); local
976 Code* code = Code::cast(result); local
992 Code* code = Code::cast(result); local
1008 Code* code = Code::cast(result); local
1022 Code* code = Code::cast(result); local
1039 Code* code = Code::cast(result); local
1127 Code* code = Code::cast(result); local
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathExpressionException.java 22 * <code>XPathExpressionException</code> represents an error in an XPath expression.</p>
37 * <p>Constructs a new <code>XPathExpressionException</code> with the specified detail <code>message</code>.</p>
39 * <p>The <code>cause</code> is not initialized.</p>
41 * <p>If <code>message</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p
    [all...]
XPathFunctionException.java 22 * <code>XPathFunctionException</code> represents an error with an XPath function.</p>
37 * <p>Constructs a new <code>XPathFunctionException</code> with the specified detail <code>message</code>.</p>
39 * <p>The <code>cause</code> is not initialized.</p>
41 * <p>If <code>message</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p
    [all...]
  /frameworks/base/obex/javax/obex/
SessionNotifier.java 9 * - Redistributions of source code must retain the above copyright notice,
38 * The <code>SessionNotifier</code> interface defines a connection notifier for
39 * server-side OBEX connections. When a <code>SessionNotifier</code> is created
40 * and calls <code>acceptAndOpen()</code>, it will begin listening for clients
42 * connection is received, the <code>acceptAndOpen()</code> method will return a
43 * <code>javax.microedition.io.Connection</code> that is the connection to th
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/util/
TempFile.java 31 * Gets an <code>InputStream</code> to read bytes from this temporary file.
33 * <code>BufferedInputStream</code> by the caller. If the implementing
34 * <code>TempFile</code> creates a <code>FileInputStream</code> or any
36 * <code>TempFile</code>'s responsibility to wrap it.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/jaxp/
XPathFactoryImpl.java 61 * <code>XPathFactory</code>?</p>
64 * <code>XPathFactory</code> will understand.
66 * @return <code>true</code> if <code>XPathFactory</code> supports
67 * <code>objectModel</code>, else <code>false</code>
    [all...]
  /external/elfutils/tests/
run-show-abbrev.sh 25 abbrev[0]: code = 1, tag = 17, children = 1
26 abbrev[0]: attr[0]: code = 16, form = 6, offset = 0
27 abbrev[0]: attr[1]: code = 18, form = 1, offset = 2
28 abbrev[0]: attr[2]: code = 17, form = 1, offset = 4
29 abbrev[0]: attr[3]: code = 3, form = 8, offset = 6
30 abbrev[0]: attr[4]: code = 27, form = 8, offset = 8
31 abbrev[0]: attr[5]: code = 37, form = 8, offset = 10
32 abbrev[0]: attr[6]: code = 19, form = 11, offset = 12
33 abbrev[19]: code = 2, tag = 46, children = 1
34 abbrev[19]: attr[0]: code = 1, form = 19, offset = 1
    [all...]
  /frameworks/base/media/libdrm/mobile2/include/util/domcore/
NodeImpl.h 57 * Set <code>parentNode</code> as current node's parent.
78 * Set <code>childNode</code> as current node's first children. If current
79 * node have first child node,it will replace with the <code>childNode</code>.
87 * Set <code>childNode</code> as current node's last children. If current
88 * node have last child node,it will replace with the <code>childNode</code>.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSParser.java 23 * <p> <code>LSParser</code> provides an API for parsing XML and building the
24 * corresponding DOM document structure. A <code>LSParser</code> instance
26 * <code>DOMImplementationLS.createLSParser()</code> method.
34 * <li> it is expected that the <code>value</code> and
35 * <code>nodeValue</code> attributes of an <code>Attr</code> node initially
    [all...]
  /dalvik/libcore/crypto/src/main/java/javax/crypto/spec/
DHPrivateKeySpec.java 33 * Creates a new <code>DHPrivateKeySpec</code> with the specified <i>private
34 * value</i> <code>x</code>. <i>prime modulus</i> <code>p</code> and <i>base
35 * generator</i> <code>g</code>.
51 * Returns the <i>private value</i> <code>x</code>
    [all...]
DHPublicKeySpec.java 33 * Creates a new <code>DHPublicKeySpec</code> instance with the specified
34 * <i>public value</i> <code>y</code>, the <i>prime modulus</i>
35 * <code>p</code> and the <i>base generator</i> <code>g</code>.
51 * Returns the <i>public value</i> <code>y</code>
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/
MessageBundle.java 15 * Constructs a new MessageBundle using <code>resource</code> as the base name for the
16 * RessourceBundle and <code>id</code> as the message bundle id the resource file.
19 * @throws NullPointerException if <code>resource</code> or <code>id</code> is <code>null</code>
    [all...]
TextBundle.java 15 * Constructs a new TextBundle using <code>resource</code> as the base name for the
16 * RessourceBundle and <code>id</code> as the message bundle id the resource file.
19 * @throws NullPointerException if <code>resource</code> or <code>id</code> is <code>null</code>
    [all...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
NodeList.java 16 * The <code>NodeList</code> interface provides the abstraction of an ordered
18 * is implemented. <code>NodeList</code> objects in the DOM are live.
19 * <p>The items in the <code>NodeList</code> are accessible via an integral
25 * Returns the <code>index</code>th item in the collection. If
26 * <code>index</code> is greater than or equal to the number of nodes in
    [all...]
  /frameworks/base/docs/html/guide/developing/testing/
testing_otheride.jd 77 You use the <code>android</code> tool to create test projects.
78 You also use <code>android</code> to convert existing test code into an Android test project,
79 or to add the <code>run-tests</code> Ant target to an existing Android test project.
82 The <code>run-tests</code> target is described in <a
87 To create a test project with the <code>android</code> tool, enter
    [all...]
  /external/webkit/WebCore/manual-tests/inspector/
debugger-watch-expressions.html 13 the test method, thanks to the <code>debugger</code> statement.
16 Scripts panel sidebar pane: "<code>this</code>", "<code>a</code>",
17 "<code>b</code>", "<code>c</code>" and "<code>d</code>". Do <b>NOT</b> enter the quotes
    [all...]

Completed in 62 milliseconds

1 23 4 5 6 7 8 91011>>