HomeSort by relevance Sort by last modified time
    Searched defs:inputSource (Results 1 - 25 of 70) sorted by null

1 2 3

  /libcore/luni/src/test/java/libcore/xml/
JaxenXPathTestSuite.java 26 import org.xml.sax.InputSource;
91 InputSource inputSource = new InputSource("file:" + jaxenHome + "/" + url);
93 contextToTestSuite(result, url, inputSource, context);
104 InputSource inputSource, Element element) {
120 Context context = new Context(inputSource, url, select);
218 private final InputSource inputSource;
    [all...]
ExpatSaxParserTest.java 36 import org.xml.sax.InputSource;
367 reader.parse(new InputSource(in));
468 reader.parse(new InputSource(in));
505 reader.parse(new InputSource(in));
529 public InputSource resolveEntity(String publicId, String systemId)
532 return new InputSource(new StringReader("<a/>"));
539 InputSource inputSource = new InputSource(
541 inputSource.setEncoding("utf-8")
    [all...]
DomTest.java 65 import org.xml.sax.InputSource;
133 document = builder.parse(new InputSource(new StringReader(xml)));
650 .parse(new InputSource(new StringReader(xml)))
663 .parse(new InputSource(new StringReader(xml)))
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioSession.h 36 audio_source_t inputSource,
49 audio_source_t inputSource()const { return mRecordClientInfo.source; }
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXSource.java 24 import org.xml.sax.InputSource;
52 * {@link #setInputSource(InputSource inputSource)} , then the
54 * create an empty source {@link org.xml.sax.InputSource} using
55 * {@link org.xml.sax.InputSource#InputSource() new InputSource()}.</p>
63 * and a SAX InputSource. The {@link javax.xml.transform.Transformer}
66 * reader.parse(inputSource).
69 * @param inputSource A SAX input source reference that must be non-nul
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 41 import org.xml.sax.InputSource;
266 InputSource inputSource = SAXSource.sourceToInputSource(source);
308 handler.pushBaseIndentifier(inputSource.getSystemId());
312 reader.parse(inputSource);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioInputDescriptor.cpp 66 audio_source_t AudioInputDescriptor::inputSource(bool activeOnly) const
89 dstConfig->ext.mix.usecase.source = inputSource();
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
StreamUtilTest.java 107 ByteArrayInputStream inputSource = new ByteArrayInputStream(source.getBytes());
108 String actualMd5 = StreamUtil.calculateMd5(inputSource);
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 71 int inputSource = InputDevice.SOURCE_UNKNOWN;
73 inputSource = SOURCES.get(command);
82 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD);
83 sendText(inputSource, args[index+1]);
90 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD);
97 sendKeyEvent(inputSource, keyCode, longpress);
104 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN)
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioRecord.h 147 * inputSource: Select the audio input to record from (e.g. AUDIO_SOURCE_DEFAULT).
167 * pAttributes: If not NULL, supersedes inputSource for use case selection.
171 AudioRecord(audio_source_t inputSource,
209 status_t set(audio_source_t inputSource,
244 audio_source_t inputSource() const { return mAttributes.source; }
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 30 import org.xml.sax.InputSource;
283 InputSource inputSource = entityResolver.resolveEntity(
285 if (inputSource == null) {
290 * new InputSource(systemId).
304 String encoding = pickEncoding(inputSource);
308 pointer, inputSource.getPublicId(),
309 inputSource.getSystemId());
311 parseExternalEntity(entityParser, inputSource);
320 private String pickEncoding(InputSource inputSource)
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
FileUtil.java     [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
  /prebuilts/misc/common/robolectric/lib/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 
  /prebuilts/tools/common/m2/repository/commons-digester/commons-digester/1.6/
commons-digester-1.6.jar 
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
log4j-1.2.14.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/guice/lib/build/
spring-beans.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 506 milliseconds

1 2 3