HomeSort by relevance Sort by last modified time
    Searched refs:Writer (Results 376 - 400 of 646) sorted by null

<<11121314151617181920>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PropertiesTest.java 29 import java.io.Writer;
697 * java.util.Properties#store(java.io.Writer, java.lang.String)
727 myProps.store((Writer) null, "some comments");
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 64 import java.io.Writer;
152 Writer result = new StringWriter();
    [all...]
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 153 endian::Writer<little> LE(Out);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp 605 support::endian::Writer<support::little>(OS).write<uint32_t>(Binary);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCodeEmitter.cpp 250 support::endian::Writer<support::little>(OS).write<uint32_t>(Binary);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkHistory.java 119 public WifiNetworkHistory(Context c, LocalLog localLog, DelayedDiskWrite writer) {
121 mWriter = writer;
141 mWriter.write(NETWORK_HISTORY_CONFIG_FILE, new DelayedDiskWrite.Writer() {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 26 import java.io.Writer;
514 Writer writer = fSerializer.getWriter(); local
542 writer.write(dtd.toString());
543 writer.flush();
    [all...]
LSSerializerImpl.java 28 import java.io.Writer;
973 Writer writer = destination.getCharacterStream(); local
    [all...]
  /external/guava/guava-testlib/test/com/google/common/testing/
FreshValueGeneratorTest.java 76 import java.io.Writer;
147 Writer.class, StringWriter.class, File.class,
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 1089 StackMapTable.Writer writer = new StackMapTable.Writer(32); local
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 513 sp<NBLog::Writer> AudioFlinger::newWriter_l(size_t size, const char *name)
515 // If there is no memory allocated for logs, return a dummy writer that does nothing
517 return new NBLog::Writer();
520 // Similarly if we can't contact the media.log service, also return a dummy writer
522 return new NBLog::Writer();
532 // Pick the oldest stale writer to garbage-collect
547 // so return a dummy writer
548 return new NBLog::Writer();
552 return new NBLog::Writer(size, shared);
555 void AudioFlinger::unregisterWriter(const sp<NBLog::Writer>& writer
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.18.1/
org.eclipse.tycho.p2.maven.repository-0.18.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.20.0/
org.eclipse.tycho.p2.maven.repository-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestFmwk.java 16 import java.io.Writer;
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 15 import java.io.Writer;
    [all...]
  /external/zxing/core/
core.jar 
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java 177 public void answer(String filePath, DelayedDiskWrite.Writer writer) throws Exception {
180 writer.onWriteCalled(stream);
183 }}).when(mWriter).write(anyString(), (DelayedDiskWrite.Writer) anyObject());
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_partitions_armv5.asm 82 ; Reset all of the VP8 Writer data for each partition that
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 23 import java.io.Writer;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 46 import java.io.Writer;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java 219 * The writer to send output to. This field is only used in the ToStream
221 * other fire... methods can flush this writer when tracing.
223 protected java.io.Writer m_writer = null;
536 * Flush and close the underlying java.io.Writer. This method applies to
1017 * This method is only used internally when flushing the writer from the
1018 * various fire...() trace events. Due to the writer being wrapped with
    [all...]

Completed in 988 milliseconds

<<11121314151617181920>>