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

<<21222324252627282930>>

  /external/junit/src/junit/textui/
ResultPrinter.java 21 public ResultPrinter(PrintStream writer) {
22 fWriter= writer;
  /external/open-vcdiff/src/
codetablewriter_interface.h 18 // target data) and the code table writer. The code table writer is passed a
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 63 CvSeqWriter writer; local
188 cvStartAppendToSeq( *numbers, &writer );
231 CV_WRITE_SEQ_ELEM( tmp_number[l], writer );
236 cvEndWriteSeq( &writer );
279 CvSeqWriter writer; local
542 cvStartAppendToSeq( *numbers, &writer );
548 CV_WRITE_SEQ_ELEM( tmp_number[l], writer );
553 cvEndWriteSeq( &writer );
  /external/openfst/src/include/fst/extensions/far/
far.h 177 STTableWriter<Fst<A>, FstWriter<A> > *writer = local
179 return new STTableFarWriter(writer);
191 explicit STTableFarWriter(STTableWriter<Fst<A>, FstWriter<A> > *writer)
192 : writer_(writer) {}
207 STListWriter<Fst<A>, FstWriter<A> > *writer = local
209 return new STListFarWriter(writer);
221 explicit STListFarWriter(STListWriter<Fst<A>, FstWriter<A> > *writer)
222 : writer_(writer) {}
  /external/pixman/demos/
composite-test.c 66 writer (void *src, uint32_t value, int size) function
133 pixman_image_set_accessors (dest_img, reader, writer);
  /external/skia/src/core/
SkOrderedReadBuffer.h 87 * were created/written by the writer. SkPicture uses this.
107 * Provide a function to decode an SkBitmap from encoded data. Only used if the writer
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
RegisterType.java 34 import java.io.Writer;
61 public void writeTo(Writer writer) throws IOException {
62 writer.write('(');
63 writer.write(category.name());
65 writer.write(',');
66 writer.write(type.getClassType());
68 writer.write(')');
  /external/valgrind/unittest/
atomicity_tests.cc 96 // then we release it and grap writer lock, but the code has (incorrect)
116 WriterLockScoped writer(&mu);
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalConfig.h 38 /* Writer config */
50 The max AU size is used to pre-set max size of AU that can be written in the 3GP writer
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaTestUtil.java 25 import java.io.Writer;
42 private Writer mOutput = null;
  /libcore/luni/src/main/java/org/xml/sax/
SAXException.java 19 * either the XML parser or the application: a parser writer or
20 * application writer can subclass it to provide additional
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
BufferedWriterTest.java 24 import java.io.Writer;
37 * @tests java.io.BufferedWriter#BufferedWriter(java.io.Writer)
47 * @tests java.io.BufferedWriter#BufferedWriter(java.io.Writer, int)
53 private static class MockWriter extends Writer {
  /external/chromium/chrome/browser/renderer_host/
save_file_resource_handler.h 43 // Passes the buffer to the download file writer.
  /external/chromium_org/base/json/
json_writer.h 24 // This option instructs the writer to write doubles that have no fractional
  /external/chromium_org/chrome/browser/chromeos/dbus/
proxy_resolution_service_provider.cc 156 dbus::MessageWriter writer(&signal);
157 writer.AppendString(request->source_url_);
158 writer.AppendString(request->proxy_info_.ToPacString());
159 writer.AppendString(request->error_);
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_writer.h 19 // The type of formatting done by this writer.
  /external/chromium_org/chrome/browser/importer/
in_process_importer_bridge.h 33 InProcessImporterBridge(ProfileWriter* writer,
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_intents.html 146 data.createWriter(function(writer) {
147 writer.onwriteend = function(e) {
151 writer.onerror = function(e) {
157 writer.write(blob);
  /external/chromium_org/chromeos/dbus/
gsm_sms_client.cc 64 dbus::MessageWriter writer(&method_call);
65 writer.AppendUint32(index);
76 dbus::MessageWriter writer(&method_call);
77 writer.AppendUint32(index);
  /external/chromium_org/content/browser/
browser_shutdown_profile_dumper.h 28 // Note that we cannot use the asynchronous file writer since the
  /external/chromium_org/content/common/
one_writer_seqlock.h 14 // This SeqLock handles only *one* writer and multiple readers. It may be
  /external/chromium_org/net/quic/test_tools/
quic_connection_peer.h 106 static void SetWriter(QuicConnection* connection, QuicTestWriter* writer);
  /external/chromium_org/remoting/protocol/
protobuf_video_writer.cc 44 // TODO(sergeyu): Provide WriteFailedCallback for the buffered writer.
  /external/chromium_org/sync/syncable/
syncable_write_transaction.h 21 WriterTag writer, Directory* directory);
  /external/chromium_org/webkit/browser/appcache/
appcache_response.h 71 // Low level storage API used by the response reader and writer.
97 // Common base class for response reader and writer.
204 // or a net:: error code. The writer acquires a reference to the 'info_buf'
215 // The writer acquires a reference to the provided 'buf' until completion at

Completed in 884 milliseconds

<<21222324252627282930>>