Searched defs:source (Results 76 - 84 of 84) sorted by relevance

1234

/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java122 /** The base URL of the source tree. */
135 * The content handler for the source input tree.
179 // * the main thread from the transform thread in {@link #transform(Source source)}
311 * method to obtain the root of the source tree to be transformed.
517 * Process the source tree to SAX parse events.
518 * @param source The input for the source tree.
522 public void transform(Source source) throws TransformerException argument
524 transform(source, true);
528 * Process the source tre
534 transform(Source source, boolean shouldRelease) argument
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java159 * @param source The object that is used to specify the construction source.
167 public DTMDefaultBase(DTMManager mgr, Source source, int dtmIdentity, argument
171 this(mgr, source, dtmIdentity, whiteSpaceFilter, xstringfactory,
179 * @param source The object that is used to specify the construction source.
190 public DTMDefaultBase(DTMManager mgr, Source source, int dtmIdentity, argument
225 m_documentBaseURI = (null != source) ? source.getSystemId() : null;
H A DDTMDocumentImpl.java102 * be able to tell the source when to send us more data.
173 * know what source it's reading from, what thread that source will run in,
176 * @param source The IncrementalSAXSource that we want to recieve events from
179 public void setIncrementalSAXSource(IncrementalSAXSource source) argument
181 m_incrSAXSource=source;
184 source.setContentHandler(this);
185 source.setLexicalHandler(this);
189 //source.setErrorHandler(this);
190 //source
[all...]
H A DDTMNodeProxy.java1280 // source document versus from the DTD. Treat them all as having
1326 * NEEDSDOC @param source
1332 public Node adoptNode(Node source) throws DOMException argument
/dalvik/libcore/xml/src/main/native/
H A Dorg_apache_harmony_xml_ExpatParser.cpp1372 static char** cloneStrings(const char** source, int count) { argument
1378 int length = strlen(source[i]);
1396 const char* sourceString = source[i];
/dalvik/dx/src/com/android/dx/rop/code/
H A DRops.java1118 * @param sources {@code non-null;} list of source types
1168 Type source = sources.getType(0);
1170 if (source == Type.KNOWN_NULL) {
1177 componentType = source.getComponentType();
1182 Type source = sources.getType(1);
1184 if (source == Type.KNOWN_NULL) {
1191 componentType = source.getComponentType();
1341 * @param types {@code non-null;} source types
1353 * @param types {@code non-null;} source types
1365 * @param types {@code non-null;} source type
1715 opConv(TypeBearer dest, TypeBearer source) argument
[all...]
/dalvik/libcore/x-net/src/main/native/
H A Dorg_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp86 static BIGNUM* arrayToBignum(JNIEnv* env, jbyteArray source) { argument
89 jbyte* sourceBytes = env->GetByteArrayElements(source, NULL);
90 int sourceLength = env->GetArrayLength(source);
92 env->ReleaseByteArrayElements(source, sourceBytes, JNI_ABORT);
/dalvik/dx/etc/
H A Djasmin.jar ... vars java.util.Vector methods jas.SourceAttr source jas.SignatureAttr signature jas.SourceDebugExtensionAttr debug jas. ...
/dalvik/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 217 milliseconds

1234