HomeSort by relevance Sort by last modified time
    Searched full:writer (Results 551 - 575 of 2093) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaPlayerStressTest.java 32 import java.io.Writer;
77 private void writeTestOutput(String filename, Writer output) throws Exception{
89 private void writeTestSummary(Writer output) throws Exception{
128 Writer output = new BufferedWriter(new FileWriter(playbackOutput, true));
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMOutputImpl.java 26 import java.io.Writer;
63 private Writer fCharStream = null;
81 public Writer getCharacterStream(){
93 public void setCharacterStream(Writer characterStream){
  /external/chromium/chrome/browser/importer/
external_process_importer_host.h 36 ProfileWriter* writer,
in_process_importer_bridge.h 23 InProcessImporterBridge(ProfileWriter* writer, ImporterHost* host);
  /external/chromium_org/chromeos/dbus/
shill_client_helper.h 145 // writer as a variant.
146 static void AppendValueDataAsVariant(dbus::MessageWriter* writer,
149 // Appends a string-to-variant dictionary to the writer.
151 dbus::MessageWriter* writer,
  /external/chromium_org/content/common/
one_writer_seqlock.cc 23 // Otherwise, the writer is in the middle of an update. Retry the read.
  /external/chromium_org/content/renderer/
shared_memory_seqlock_reader.cc 35 // very long in case of contention with the writer.
  /external/chromium_org/gpu/command_buffer/common/
command_buffer.h 38 // The offset (in entries) at which the writer is writing.
41 // The current token value. This is used by the writer to defer
89 // The writer calls this to update its put offset. This ensures the reader
95 // The writer calls this to update its put offset. This function returns the
  /external/chromium_org/native_client_sdk/src/libraries/jsoncpp/
library.dsc 35 'writer.h',
  /external/chromium_org/net/quic/
quic_default_packet_writer.h 20 // Chrome specific packet writer which uses a DatagramClientSocket for writing
quic_packet_writer.h 33 // Returns true if the writer buffers and subsequently rewrites data
  /external/chromium_org/remoting/protocol/
audio_writer.cc 26 // TODO(sergeyu): Provide a non-null WriteFailedCallback for the writer.
video_writer.h 32 // Initializes the writer.
  /external/chromium_org/sync/syncable/
syncable_model_neutral_write_transaction.h 29 WriterTag writer,
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.h 70 struct Writer;
103 WriteBatch* BuildBatchGroup(Writer** last_writer);
145 log::Writer* log_;
149 std::deque<Writer*> writers_;
  /external/chromium_org/tools/grit/grit/format/policy_templates/
writer_configuration.py 17 # The prefix of key names in config determines which writer will use their
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
xml_writer_base_unittest.py 15 '''Base class for XML writer unit-tests.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
VersionTrackerTask.java 144 PrintWriter writer = new PrintWriter(new FileWriter(propertiesFile,append)); local
150 writer.println(key.toString()+"="+elements.get(key).toString());
151 writer.flush();
153 writer.close();
  /external/guava/guava-gwt/src/com/google/common/collect/
EmptyImmutableListMultimap_CustomFieldSerializer.java 39 public static void serialize(SerializationStreamWriter writer,
EmptyImmutableList_CustomFieldSerializer.java 38 public static void serialize(SerializationStreamWriter writer,
EmptyImmutableMap_CustomFieldSerializer.java 39 public static void serialize(SerializationStreamWriter writer,
EmptyImmutableMultiset_CustomFieldSerializer.java 39 public static void serialize(SerializationStreamWriter writer,
EmptyImmutableSetMultimap_CustomFieldSerializer.java 39 public static void serialize(SerializationStreamWriter writer,
EmptyImmutableSet_CustomFieldSerializer.java 38 public static void serialize(SerializationStreamWriter writer,
NaturalOrdering_CustomFieldSerializer.java 38 public static void serialize(SerializationStreamWriter writer,

Completed in 394 milliseconds

<<21222324252627282930>>