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

<<21222324252627282930>>

  /external/chromium/chrome/browser/diagnostics/
diagnostics_main.cc 265 explicit TestController(TestWriter* writer)
267 writer_(writer) {
350 TestWriter writer(console);
352 TestController controller(&writer);
362 writer.WriteInfoText(L"Press [enter] to continue\n");
  /external/chromium_org/media/audio/
audio_input_controller.h 95 // A synchronous writer interface used by AudioInputController for
101 // Notify the synchronous writer about the number of bytes in the
112 // Close this synchronous writer.
158 // External synchronous writer for audio controller.
171 // External synchronous writer for audio controller.
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 751 ALOGE("File writer is not avaialble");
992 sp<MediaWriter> writer = new MPEG2TSWriter(mOutputFd); local
1001 status_t err = setupAudioEncoder(writer);
1026 writer->addSource(encoder);
1030 writer->setMaxFileDuration(mMaxFileDurationUs);
1034 writer->setMaxFileSize(mMaxFileSizeBytes);
1037 mWriter = writer;
1507 sp<MediaWriter> writer = new MPEG4Writer(outputFd); local
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 25 import java.io.Writer;
58 private Writer mWriter;
330 public void setOutput(Writer writer) throws IOException, IllegalArgumentException,
332 mWriter = writer;
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
IconUtils.java 181 add("application/vnd.stardivision.writer", icon);
182 add("application/vnd.stardivision.writer-global", icon);
183 add("application/vnd.sun.xml.writer", icon);
184 add("application/vnd.sun.xml.writer.global", icon);
185 add("application/vnd.sun.xml.writer.template", icon);
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 53 SDiagsWriter &Writer;
55 SDiagsRenderer(SDiagsWriter &Writer, const LangOptions &LangOpts,
57 : DiagnosticNoteRenderer(LangOpts, DiagOpts), Writer(Writer) {}
608 Writer.EmitDiagnosticMessage(Loc, PLoc, Level, Message, SM, D);
622 Writer.EnterDiagBlock();
630 Writer.ExitDiagBlock();
666 Writer.EmitCodeContext(Ranges, Hints, SM);
671 Writer.EnterDiagBlock();
673 Writer.EmitDiagnosticMessage(Loc, PLoc, DiagnosticsEngine::Note
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalFunctions.h 245 * @brief This function will register a specific file format writer.
247 * the writer context.
342 * @brief Unregister writer
386 * @brief Set current writer
561 * @note Creates the writer, Creates the output file, Adds the streams, Readies the
607 * @brief StartAU writer-like interface used for the VSS 3GPP only
620 * @brief ProcessAU writer-like interface used for the VSS 3GPP only
  /libcore/luni/src/main/java/java/io/
PipedReader.java 25 * data back and forth, one creates a piped writer and the other creates a piped
87 * {@code out}. Any data written to the writer can be read from the this
117 * with the given buffer size. Any data written to the writer can be read from
147 * written to the writer becomes readable in this reader.
150 * the writer to connect to.
220 * if this reader is closed or not connected to a writer, or if
221 * the thread writing to the connected writer is no longer
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 25 import java.io.Writer;
186 * @return the Writer of the underlying XML or HTML handler
188 public Writer getWriter()
247 * Sets the writer to write to
248 * @param writer the writer to write to
249 * @see Serializer#setWriter(Writer)
251 public void setWriter(Writer writer)
253 m_handler.setWriter(writer);
996 Writer writer = oldHandler.getWriter(); local
    [all...]
Encodings.java 27 import java.io.Writer;
54 * Returns a writer for the specified encoding based on
60 * @return A suitable writer
65 static Writer getWriter(OutputStream output, String encoding)
218 // incorrect if they passed in a writer, but right now there
219 // seems to be no way to get the encoding from a writer.
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp 752 void Normalizer2DataBuilder::writeExtraData(UChar32 c, uint32_t value, ExtraDataWriter &writer) {
764 (writer.maybeYesCompositions.length()<<Norm::OFFSET_SHIFT)|
766 writeCompositions(c, p, writer.maybeYesCompositions);
771 (writer.yesYesCompositions.length()<<Norm::OFFSET_SHIFT)|
773 writeCompositions(c, p, writer.yesYesCompositions);
777 (writer.yesNoData.length()<<Norm::OFFSET_SHIFT)|
779 writeMapping(c, p, writer.yesNoData);
781 writeCompositions(c, p, writer.yesNoData);
803 int32_t oldNoNoLength=writer.noNoMappings.length();
804 writeMapping(c, p, writer.noNoMappings)
    [all...]
  /external/marisa-trie/v0_1_5/lib/
Makefile.in 80 reader.lo writer.lo intvector.lo bitvector.lo tail.lo trie.lo \
230 marisa_alpha/writer.cc \
254 marisa_alpha/writer.h \
349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writer.Plo@am__quote@
400 writer.lo: marisa_alpha/writer.cc
401 @am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT writer.lo -MD -MP -MF $(DEPDIR)/writer.Tpo -c -o writer.lo `test -f 'marisa_alpha/writer.cc' || echo '$(srcdir)/'`marisa_alpha/writer.c
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h     [all...]
  /external/chromium_org/dbus/
message.cc 533 MessageWriter* writer) {
540 &writer->raw_message_iter_);
546 MessageWriter* writer) {
553 &writer->raw_message_iter_);
558 void MessageWriter::OpenStruct(MessageWriter* writer) {
565 &writer->raw_message_iter_);
570 void MessageWriter::OpenDictEntry(MessageWriter* writer) {
577 &writer->raw_message_iter_);
582 void MessageWriter::CloseContainer(MessageWriter* writer) {
586 &raw_message_iter_, &writer->raw_message_iter_)
    [all...]
  /external/smack/src/org/jivesoftware/smack/
Connection.java 24 import java.io.Writer;
186 * The Writer which is used for the {@see debugger}.
188 protected Writer writer; field in class:Connection
755 * @throws IllegalStateException if the reader or writer isn't yet initialized.
759 if (reader == null || writer == null) {
760 throw new NullPointerException("Reader or writer isn't initialized.");
803 .getConstructor(Connection.class, Writer.class, Reader.class);
804 debugger = (SmackDebugger) constructor.newInstance(this, writer, reader);
806 writer = debugger.getWriter()
    [all...]
Connection.java.orig 24 import java.io.Writer;
186 * The Writer which is used for the {@see debugger}.
188 protected Writer writer;
755 * @throws IllegalStateException if the reader or writer isn't yet initialized.
759 if (reader == null || writer == null) {
760 throw new NullPointerException("Reader or writer isn't initialized.");
803 .getConstructor(Connection.class, Writer.class, Reader.class);
804 debugger = (SmackDebugger) constructor.newInstance(this, writer, reader);
806 writer = debugger.getWriter()
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 40 // Information kept for every waiting writer
41 struct DBImpl::Writer {
48 explicit Writer(port::Mutex* mu) : cv(mu) { }
191 log::Writer log(file);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 98 struct schedule_instruction * Writer;
377 decrease_dependencies(s, v->Next->Writer);
403 decrease_dependencies(s, v->Next->Writer);
1134 struct schedule_instruction * writer,
1137 if (!writer || writer->Instruction->Type != RC_INSTRUCTION_NORMAL) {
1142 rc_list_add(&writer->TexReaders, rc_list(&s->C->Pool, reader));
1155 if (*v && (*v)->Writer == s->Current) {
1160 * registers _and_ the most recent writer of its destination
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 98 struct schedule_instruction * Writer;
377 decrease_dependencies(s, v->Next->Writer);
403 decrease_dependencies(s, v->Next->Writer);
1134 struct schedule_instruction * writer,
1137 if (!writer || writer->Instruction->Type != RC_INSTRUCTION_NORMAL) {
1142 rc_list_add(&writer->TexReaders, rc_list(&s->C->Pool, reader));
1155 if (*v && (*v)->Writer == s->Current) {
1160 * registers _and_ the most recent writer of its destination
    [all...]
  /external/chromium/chrome/common/
metrics_helpers.cc 88 xmlTextWriterPtr writer() const { return writer_; } function in class:MetricsLogBase::XmlWrapper
123 int result = xmlTextWriterEndDocument(xml_wrapper_->writer());
126 result = xmlTextWriterFlush(xml_wrapper_->writer());
324 int result = xmlTextWriterWriteAttribute(xml_wrapper_->writer(),
357 int result = xmlTextWriterStartElement(xml_wrapper_->writer(),
365 int result = xmlTextWriterEndElement(xml_wrapper_->writer());
  /external/chromium_org/sdch/open-vcdiff/src/
encodetable_test.cc 131 // The code table writer for standard encoding, default code table.
134 // The code table writer for interleaved encoding, default code table.
137 // The code table writer corresponding to g_exercise_code_table_
188 // The writer should know not to append a delta file window
299 // writer encodes COPY instructions because the code table writer
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilver.java 73 * // Render template to System.out. Writer output = ...;
243 * @param output Where template should be rendered to. This can be a Writer, PrintStream,
261 * @param output Where template should be rendered to. This can be a Writer, PrintStream,
290 * @param output Where template should be rendered to. This can be a Writer, PrintStream,
309 * @param output Where template should be rendered to. This can be a Writer, PrintStream,
336 * @param output Where template should be rendered to. This can be a Writer, PrintStream,
  /external/open-vcdiff/src/
encodetable_test.cc 131 // The code table writer for standard encoding, default code table.
134 // The code table writer for interleaved encoding, default code table.
137 // The code table writer corresponding to g_exercise_code_table_
188 // The writer should know not to append a delta file window
299 // writer encodes COPY instructions because the code table writer
  /external/valgrind/main/drd/docs/
drd-manual.xml 149 semaphores, reader-writer synchronization objects, barriers and
344 Print an error message if any mutex or writer lock has been
611 Trace all reader-writer lock activity.
789 other threads. Sometimes a thread has to wait until a mutex or reader-writer
889 Destruction or deallocation of a locked reader-writer synchronization
895 Attempts to unlock a reader-writer synchronization object that was not
901 Attempts to recursively lock a reader-writer synchronization object
907 Attempts to pass the address of a user-defined reader-writer
913 Attempts to pass the address of a POSIX reader-writer synchronization
914 object to one of the annotations for user-defined reader-writer
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 53 #include "M4WRITER_common.h" /**< Writer common interface */
497 * Writer stuff */
498 M4OSA_Context pWriterContext; /**< Context of the writer module */
518 M4OSA_Bool b_isRawWriter; /**< Boolean to know if the raw writer is
533 /**< open, close, setoption,etc... functions of the used writer*/
535 /**< data manipulation functions of the used writer */

Completed in 942 milliseconds

<<21222324252627282930>>