Searched refs:Output (Results 1 - 25 of 208) sorted by path

123456789

/external/bison/build-aux/
H A Dtexinfo.tex263 % Output a mark which sets \thischapter, \thissection and \thiscolor.
1512 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
1598 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
1686 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
2373 % Output an italic correction unless \next (presumed to be the following
5712 % Output the mark. Pass it through \safewhatsit, to take care of
5878 % Output the mark. Pass it through \safewhatsit, to take care of
5926 % Output the actual section heading.
8039 % Output a cross-manual xref to #1. Used just above (twice).
8128 #2% Output th
[all...]
H A Dvc-list-files35 Output a list of version-controlled files in DIR (default .), relative to
/external/bison/data/
H A Dglr.c179 ## Output files. ##
H A Dyacc.c331 ## Output files. ##
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex259 \caption{\label{fig:btrecord--help}\texttt{btrecord --help} Output}
271 \texttt{--output-directory}\\Set Output Directory}
324 \texttt{--output-base}\\Set Base Name for Output Files}
342 \texttt{--verbose}\\Select Verbose Output}
356 \caption{\label{fig:verb-out}Verbose Output Example}
401 \caption{\label{fig:btreplay--help}\texttt{btreplay --help} Output}
511 \texttt{--verbose}\\Select Verbose Output}
/external/blktrace/btt/doc/
H A Dbtt.tex102 \newpage\section{\label{sec:output-overview}Output Overview}
426 \newpage\section{\label{sec:data-files}Data Files Output}
1170 Output}
/external/blktrace/doc/
H A Dblktrace.tex493 -o \emph{file} & --output=\emph{file} & Output file \\ \hline
583 \subsection{\label{sec:blkparse-format}Output Description and Formatting}
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags2man.py446 def Output(self): member in class:GenerateDoc
447 """Output all sections of the page."""
460 """Output a man page."""
540 doc.Output()
/external/chromium_org/content/common/gpu/media/
H A Dvt_video_decode_accelerator.cc46 vda->Output(bitstream_id, status, image_buffer);
319 void VTVideoDecodeAccelerator::Output( function in class:content::VTVideoDecodeAccelerator
H A Dvt_video_decode_accelerator.h53 void Output(
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_tracer.h152 void Output();
/external/chromium_org/media/filters/
H A Ddecoder_stream.cc74 base::ResetAndReturn(&read_cb_), ABORTED, scoped_refptr<Output>()));
123 FROM_HERE, base::Bind(read_cb, DECODE_ERROR, scoped_refptr<Output>()));
156 base::ResetAndReturn(&read_cb_), ABORTED, scoped_refptr<Output>()));
255 const scoped_refptr<Output>& output) {
356 const scoped_refptr<Output>& output) {
383 scoped_refptr<Output> read_result = ready_outputs_.front();
H A Ddecoder_stream.h38 typedef typename StreamTraits::OutputType Output; typedef in class:media::DecoderStream
51 typedef base::Callback<void(Status, const scoped_refptr<Output>&)> ReadCB;
67 // Reads a decoded Output and returns it via the |read_cb|. Note that
81 // an Output.
132 const scoped_refptr<Output>& output);
144 // Output callback passed to Decoder::Initialize().
145 void OnDecodeOutputReady(const scoped_refptr<Output>& output);
197 std::list<scoped_refptr<Output> > ready_outputs_;
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dinterface_ptr_unittest.cc45 client()->Output(total_);
50 client()->Output(total_);
55 client()->Output(total_);
105 virtual void Output(double value) MOJO_OVERRIDE {
134 virtual void Output(double value) MOJO_OVERRIDE {
136 // Add some more and wait for re-entrant call to Output!
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk264 # Output will be places in a directory name based on Toolchain and configuration
/external/chromium_org/ppapi/utility/
H A Dcompletion_callback_factory.h290 template <typename Output>
292 typename internal::TypeUnwrapper<Output>::StorageType>
293 NewCallbackWithOutput(void (T::*method)(int32_t, Output)) {
295 typename internal::TypeUnwrapper<Output>::StorageType,
296 void (T::*)(int32_t, Output)>(method));
351 template <typename Output, typename A>
353 typename internal::TypeUnwrapper<Output>::StorageType>
354 NewCallbackWithOutput(void (T::*method)(int32_t, Output, A),
357 typename internal::TypeUnwrapper<Output>::StorageType,
358 void (T::*)(int32_t, Output,
[all...]
/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder.h97 void Output(ATL::CString type, ATL::CString access, ATL::CString info) { function in class:Finder
102 // Output information to the log file.
103 void Output(ATL::CString type, DWORD error, ATL::CString info) { function in class:Finder
132 // Output file for the results.
H A Dfinder_fs.cc18 Output(FS_ERR, error, directory);
42 Output(FS_ERR, err_code, directory);
67 Output(FS, L"R/W", name.GetBuffer());
71 Output(FS_ERR, GetLastError(), name);
87 Output(FS, L"W", name);
91 Output(FS_ERR, ::GetLastError(), name);
107 Output(FS, L"R", name);
111 Output(FS_ERR, GetLastError(), name);
H A Dfinder_kernel.cc157 Output(OBJ_ERR, type + L" Unsupported", path);
180 Output(OBJ, L"R/W", path);
185 Output(OBJ_ERR, status_code, path);
194 Output(OBJ, L"W", path);
199 Output(OBJ_ERR, status_code, path);
208 Output(OBJ, L"R", path);
213 Output(OBJ_ERR, status_code, path);
H A Dfinder_registry.cc29 Output(REG_ERR, err_code, name_complete);
38 Output(REG_ERR, err_code, print_name);
57 Output(REG, L"R/W", print_name);
61 Output(REG_ERR, err_code, print_name);
70 Output(REG, L"W", print_name);
74 Output(REG_ERR, err_code, print_name);
83 Output(REG, L"R", print_name);
87 Output(REG_ERR, err_code, print_name);
/external/chromium_org/sdch/open-vcdiff/src/
H A Dcodetablewriter_interface.h34 // {{Add|Copy|Run}* Output}*
36 // Output() will produce an encoding using the given series of Add, Copy,
71 virtual void Output(OutputStringInterface* out) = 0;
H A Dencodetable.cc294 // and "End of Delta Encoding" in Output(), below.
312 void VCDiffCodeTableWriter::Output(OutputStringInterface* out) { function in class:open_vcdiff::VCDiffCodeTableWriter
H A Dencodetable.h35 // {{Add|Copy|Run}* [AddChecksum] Output}*
37 // When Output has been called in this sequence, a complete target window
40 // case Output will do nothing.) The output will not be available for use
41 // until after each call to Output().
110 virtual void Output(OutputStringInterface* out);
191 // of the delta window when Output() is called.
225 // Must be called sometime before calling Output(), though it can be called
H A Dencodetable_test.cc141 // Destination for VCDiffCodeTableWriter::Output()
179 // Output() without Init() is harmless, but will produce no output.
181 standard_writer.Output(&output_string);
187 standard_writer.Output(&output_string);
194 interleaved_writer.Output(&output_string);
199 exercise_writer.Output(&output_string);
206 standard_writer.Output(&output_string);
224 exercise_writer.Output(&output_string);
242 standard_writer.Output(&output_string);
261 exercise_writer.Output(
[all...]
H A Djsonwriter.cc36 void JSONCodeTableWriter::Output(OutputStringInterface* out) { function in class:open_vcdiff::JSONCodeTableWriter

Completed in 2982 milliseconds

123456789