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

1 2 3

  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassPathEntry.java 25 InputStream openStream() throws IOException;
ClassPathIterator.java 171 public InputStream openStream() throws IOException {
206 public InputStream openStream() throws IOException {
  /external/chromium_org/content/common/
font_config_ipc_linux.cc 97 SkStream* FontConfigIPC::openStream(const FontIdentity& identity) {
98 TRACE_EVENT0("sandbox_ipc", "FontConfigIPC::openStream");
  /external/skia/src/core/
SkTypeface.cpp 155 SkAutoTUnref<SkStream> rstream(this->openStream(&ttcIndex));
213 SkStream* SkTypeface::openStream(int* ttcIndex) const {
  /external/chromium_org/third_party/skia/src/core/
SkTypeface.cpp 212 SkStream* SkTypeface::openStream(int* ttcIndex) const {
  /external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java 100 return openStream();
115 return openStream();
129 private synchronized InputStream openStream() throws IOException {
  /external/smack/src/org/jivesoftware/smack/
PacketWriter.java 164 openStream();
230 void openStream() throws IOException {
PacketReader.java 256 connection.packetWriter.openStream();
XMPPConnection.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
WallpaperHandler.java 95 inputstream = openStream();
129 inputstream = openStream();
187 private InputStream openStream() throws IOException, MalformedURLException {
194 inputStream = url.openStream();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver2DictEncoder.java 60 private void openStream() throws FileNotFoundException {
81 openStream();
  /libcore/luni/src/main/java/java/net/
URL.java 469 public final InputStream openStream() throws IOException {
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 115 virtual SkStream* openStream(const FontIdentity&) SK_OVERRIDE;
555 SkStream* SkFontConfigInterfaceDirect::openStream(const FontIdentity& identity) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Utils.java 135 Util.copyStream(url.openStream(), outputFile);
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 115 virtual SkStream* openStream(const FontIdentity&) SK_OVERRIDE;
549 SkStream* SkFontConfigInterfaceDirect::openStream(const FontIdentity& identity) {
SkFontConfigInterface_android.cpp 87 virtual SkStream* openStream(const FontIdentity&) SK_OVERRIDE;
457 SkStream* SkFontConfigInterfaceAndroid::openStream(const FontIdentity& identity) {
    [all...]
  /external/dexmaker/lib/
jarjar.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 

Completed in 757 milliseconds

1 2 3