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

<<21222324252627282930>>

  /external/marisa-trie/lib/
Makefile.in 75 mapper.$(OBJEXT) reader.$(OBJEXT) writer.$(OBJEXT) \
195 marisa/writer.cc \
219 marisa/writer.h \
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writer.Po@am__quote@
389 writer.o: marisa/writer.cc
390 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT writer.o -MD -MP -MF $(DEPDIR)/writer.Tpo -c -o writer.o `test -f 'marisa/writer.cc' || echo '$(srcdir)/'`marisa/writer.c
    [all...]
  /libcore/luni/src/main/java/java/util/
Properties.java 30 import java.io.Writer;
531 * @param writer the {@code Writer}
537 public synchronized void store(Writer writer, String comment) throws IOException {
539 writer.write("#");
540 writer.write(comment);
541 writer.write(System.lineSeparator());
543 writer.write("#");
544 writer.write(new Date().toString())
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4PTO3GPP_API.c 147 * @param pFileWritePtrFct (IN) Pointer to OSAL file writer functions
194 * Writer stuff */
625 * In case this is the first step, we prepare the decoder, the encoder and the writer */
632 * Prepare the reader, the decoder, the encoder, the writer... */
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 931 * Sequence Writer implementation *
934 /* Initialize sequence writer: */
936 cvStartAppendToSeq( CvSeq *seq, CvSeqWriter * writer )
942 if( !seq || !writer )
945 memset( writer, 0, sizeof( *writer ));
946 writer->header_size = sizeof( CvSeqWriter );
948 writer->seq = seq;
949 writer->block = seq->first ? seq->first->prev : 0;
950 writer->ptr = seq->ptr
2610 CvSeqWriter writer; local
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/
FilterClassAdapter.java 38 public FilterClassAdapter(ClassVisitor writer, Filter filter, Logger log) {
39 super(Opcodes.ASM4, writer);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToUTF8Buffered.java 26 import java.io.Writer;
39 final class WriterToUTF8Buffered extends Writer implements WriterChain
74 * Create an buffered UTF-8 writer.
98 * Create an buffered UTF-8 writer to write data to the
488 * @return reference to the result stream, or null of only a writer was
496 public Writer getWriter()
499 // This type of writer wraps an OutputStream, not a Writer.
  /external/chromium/sdch/open-vcdiff/src/
encodetable_test.cc 121 static void ExpectNoMatchesForWriter(const VCDiffCodeTableWriter& writer) {
122 const std::vector<int>& match_counts = writer.match_counts();
147 // The code table writer for standard encoding, default code table.
150 // The code table writer for interleaved encoding, default code table.
153 // The code table writer corresponding to g_exercise_code_table_
204 // The writer should know not to append a delta file window
331 // writer encodes COPY instructions because the code table writer
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.cc 88 class Writer : public base::RefCountedThreadSafe<Writer> {
90 Writer(base::Value* bookmarks,
154 friend class base::RefCountedThreadSafe<Writer>;
167 ~Writer() {}
382 DISALLOW_COPY_AND_ASSIGN(Writer);
442 base::Bind(&Writer::DoWrite,
443 new Writer(codec.Encode(BookmarkModelFactory::GetForProfile(
bookmark_html_writer.h 37 // then starts Writer which outputs bookmarks and favicons to html file.
62 // Executes Writer task that writes bookmarks data to html file.
  /external/chromium_org/chromeos/dbus/
update_engine_client.cc 100 dbus::MessageWriter writer(&method_call);
101 writer.AppendString(""); // Unused.
102 writer.AppendString(""); // Unused.
140 dbus::MessageWriter writer(&method_call);
141 writer.AppendString(target_channel);
142 writer.AppendBool(is_powerwash_allowed);
159 dbus::MessageWriter writer(&method_call);
160 writer.AppendBool(get_current_channel);
  /external/chromium_org/gpu/command_buffer/service/
command_buffer_service.h 46 // This allows concurrency between the writer and the reader while giving the
47 // writer a means of waiting for the reader to make some progress before
  /external/chromium_org/net/quic/test_tools/
quic_connection_peer.cc 204 QuicTestWriter* writer) {
205 connection->writer_ = writer;
  /external/chromium_org/net/tools/quic/test_tools/
packet_dropping_test_writer.h 46 // to the contained writer and returns the time
100 // Writes out the next packet to the contained writer and returns the time
quic_test_client.h 87 // Configures client_ to take ownership of and use the writer.
89 void UseWriter(net::test::QuicTestWriter* writer);
  /external/chromium_org/ppapi/proxy/
gamepad_resource.cc 31 // Otherwise, the writer is in the middle of an update. Retry the read.
82 // very long in case of contention with the writer.
  /external/chromium_org/sdch/open-vcdiff/src/
codetablewriter_interface.h 18 // target data) and the code table writer. The code table writer is passed a
  /external/chromium_org/sync/syncable/
syncable_write_transaction.cc 19 WriterTag writer, Directory* directory)
20 : BaseWriteTransaction(location, "WriteTransaction", writer, directory),
  /external/chromium_org/third_party/WebKit/Source/core/page/
PagePopupClient.h 84 inline void PagePopupClient::addString(const String& str, DocumentWriter& writer)
87 writer.addData(str8.data(), str8.length());
  /external/chromium_org/third_party/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/chromium_org/third_party/sqlite/src/test/
tt3_checkpoint.c 23 ** Both test cases involve 1 writer/checkpointer thread and N reader threads.
28 ** The writer writes transactions as fast as possible. It uses a callback
  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_operation_delegate.h 44 // Helper to copy a file by reader and writer streams.
50 scoped_ptr<FileStreamWriter> writer,
file_stream_writer.h 26 // Creates a writer for the existing file in the path |file_path| starting
49 // the writer has no permission on the file.
  /external/doclava/src/com/google/doclava/
Proofread.java 22 import java.io.Writer;
27 static Writer out = null;
  /external/javassist/src/main/javassist/bytecode/annotation/
ClassMemberValue.java 122 public void write(AnnotationsWriter writer) throws IOException {
123 writer.classInfoIndex(cp.getUtf8Info(valueIndex));
EnumMemberValue.java 115 public void write(AnnotationsWriter writer) throws IOException {
116 writer.enumConstValue(cp.getUtf8Info(typeIndex), getValue());

Completed in 649 milliseconds

<<21222324252627282930>>