HomeSort by relevance Sort by last modified time
    Searched full:get (Results 1826 - 1850 of 13186) sorted by null

<<71727374757677787980>>

  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
MessageDigestSpiTest.java 205 buf.get(b);
212 buf.get();
213 buf.get();
214 buf.get();
  /dalvik/libcore/support/src/test/java/tests/support/
Support_Exec.java 95 out = outFuture.get(10, TimeUnit.SECONDS);
96 String err = errFuture.get(10, TimeUnit.SECONDS);
131 assertEquals(expectedOut, outFuture.get(10, TimeUnit.SECONDS));
132 assertEquals(expectedErr, errFuture.get(10, TimeUnit.SECONDS));
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/sax/
SAXTransformerFactory.java 62 * Get a TransformerHandler object that can process SAX
77 * Get a TransformerHandler object that can process SAX
91 * Get a TransformerHandler object that can process SAX
106 * Get a TemplatesHandler object that can process SAX
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 65 return (!children.isEmpty() ? children.get(0) : null);
69 return (!children.isEmpty() ? children.get(children.size() - 1) : null);
77 return parent.children.get(index + 1);
169 children.get(i).index = i;
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
KeyDeclaration.java 71 * Get the "name" attribute.
115 * Get the "match" attribute.
148 * Get the "use" attribute.
161 * Get an int constant identifying the type of element.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
SerializerSwitcher.java 75 // We have to make sure we get an output properties with the proper
120 * Get the value of a property, without using the default properties. This
134 String value = (String)props.get(qnameString);
168 // We have to make sure we get an output properties with the proper
TransformerClient.java 24 * A content handler can get a reference
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
AttList.java 78 * Get the number of attribute nodes in the list
131 * Get the attribute's node type by index
144 * Get the attribute's node value by index
157 * Get the attribute's node type by name
DOMOrder.java 33 * Get the UID (document order index).
StringVector.java 70 * Get the length of the list.
80 * Get the length of the list.
114 * Get the nth element.
215 * Get the string at the tail of this vector without popping.
XMLReaderManager.java 85 // When the m_readers.get() method is called for the first time
96 reader = (XMLReader) m_readers.get();
98 if (!threadHasReader || m_inUse.get(reader) == Boolean.TRUE) {
157 if (m_readers.get() == reader && reader != null) {
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
ExpressionOwner.java 30 * Get the raw Expression object that this class wraps.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
PathComponent.java 30 * Get the analysis bits for this path component, as defined in the WalkerFactory.
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/
MockResolver.java 44 return entities.get("[" + publicId + ":" + systemId + "]");
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
DOMImplementationCreateDocumentType.java 106 publicId = (String) publicIds.get(indexN1005D);
108 systemId = (String) systemIds.get(indexN10061);
154 qualifiedName = (String) qualifiedNames.get(indexN10077);
197 qualifiedName = (String) qualifiedNames.get(indexN10077);
  /dalvik/libdex/
OptInvocation.h 37 /* some flags that get passed through to "dexopt" command */
  /dalvik/libnativehelper/
JNIHelp.c 51 * Get a human-readable summary of an exception object. The buffer will
61 /* get the name of the exception's class; none of these should fail */
68 /* get printable string */
76 /* if the exception has a message string, get that */
  /dalvik/tests/044-proxy/src/
Clash2.java 54 /* don't really need to do anything -- should never get this far */
  /dalvik/tools/
get-hprof 23 # Note: substr() is to get rid of the final carriage return.
  /dalvik/vm/
RawDexFile.h 54 /* get full path of optimized DEX file */
  /dalvik/vm/mterp/armv4t/
OP_AGET_WIDE.S 3 * Array get, 64 bits. vAA <- vBB[vCC].
  /dalvik/vm/mterp/armv5te/
OP_AGET.S 4 * Array get, 32 bits or less. vAA <- vBB[vCC].
OP_AGET_WIDE.S 3 * Array get, 64 bits. vAA <- vBB[vCC].
OP_GOTO_32.S 7 * double to get a byte offset.
OP_MUL_LONG_2ADDR.S 7 * We get a little tight on registers, so to avoid looking up &fp[A]

Completed in 275 milliseconds

<<71727374757677787980>>