Searched refs:printing (Results 1 - 25 of 308) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as412 * not consume anything and after printing an error rule c would
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas253 /// Currently used only for printing an error message. The error
783 // Print out the leaves of this tree, which means printing original
H A DAntlr.Runtime.pas1258 /// streams and use that name again when printing the buffer. This could be
2204 * not consume anything and after printing an error rule c would
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb372 debugging facility ;) Subclasses can override the record() method (which defaults to printing
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dtrace-event-listener.rb10 Subclasses can override the record() method (which defaults to printing to
/external/bison/build-aux/
H A Dtexinfo.tex693 % message, so this ends up printing `@group can only ...'.
1933 % Press printing of the Emacs 22 manual. Maybe other manuals in the
3401 % @headings double turns headings on for double-sided printing.
3402 % @headings single turns headings on for single-sided printing.
3422 % For double-sided printing, put current file name in lower left corner,
3436 % For single-sided printing, chapter title goes across top left of page,
5804 % call the generic \sectionheading to do the printing.
7057 % . we're printing identifiers, they should be in tt in principle.
8018 % printing. So we \turnoffactive for the \refx-snt, back on for the
8019 % printing, bac
[all...]
/external/bison/doc/
H A Drefcard.tex9 % For printing reference cards to use in books, specify one column
102 %%%% smallcopyrightnotice for two column printing on one page.
148 \voffset -.7in % Comment out for xdvi viewing; include for printing.
182 %%%% Reduce skip from .8 to .75 to permit printing on two pages.
/external/chromium_org/
H A DGypAndroid.darwin-arm.mk133 include $(LOCAL_PATH)/printing/printing.target.darwin-arm.mk
134 include $(LOCAL_PATH)/printing/printing_jni_headers.target.darwin-arm.mk
H A DGypAndroid.darwin-arm64.mk133 include $(LOCAL_PATH)/printing/printing.target.darwin-arm64.mk
134 include $(LOCAL_PATH)/printing/printing_jni_headers.target.darwin-arm64.mk
H A DGypAndroid.darwin-mips.mk133 include $(LOCAL_PATH)/printing/printing.target.darwin-mips.mk
134 include $(LOCAL_PATH)/printing/printing_jni_headers.target.darwin-mips.mk
H A DGypAndroid.darwin-mips64.mk133 include $(LOCAL_PATH)/printing/printing.target.darwin-mips64.mk
134 include $(LOCAL_PATH)/printing/printing_jni_headers.target.darwin-mips64.mk
H A DGypAndroid.darwin-x86.mk135 include $(LOCAL_PATH)/printing/printing.target.darwin-x86.mk
136 include $(LOCAL_PATH)/printing/printing_jni_headers.target.darwin-x86.mk
H A DGypAndroid.darwin-x86_64.mk135 include $(LOCAL_PATH)/printing/printing.target.darwin-x86_64.mk
136 include $(LOCAL_PATH)/printing/printing_jni_headers.target.darwin-x86_64.mk
H A DGypAndroid.linux-arm.mk133 include $(LOCAL_PATH)/printing/printing.target.linux-arm.mk
134 include $(LOCAL_PATH)/printing/printing_jni_headers.target.linux-arm.mk
H A DGypAndroid.linux-arm64.mk133 include $(LOCAL_PATH)/printing/printing.target.linux-arm64.mk
134 include $(LOCAL_PATH)/printing/printing_jni_headers.target.linux-arm64.mk
H A DGypAndroid.linux-mips.mk133 include $(LOCAL_PATH)/printing/printing.target.linux-mips.mk
134 include $(LOCAL_PATH)/printing/printing_jni_headers.target.linux-mips.mk
H A DGypAndroid.linux-mips64.mk133 include $(LOCAL_PATH)/printing/printing.target.linux-mips64.mk
134 include $(LOCAL_PATH)/printing/printing_jni_headers.target.linux-mips64.mk
H A DGypAndroid.linux-x86.mk135 include $(LOCAL_PATH)/printing/printing.target.linux-x86.mk
136 include $(LOCAL_PATH)/printing/printing_jni_headers.target.linux-x86.mk
H A DGypAndroid.linux-x86_64.mk135 include $(LOCAL_PATH)/printing/printing.target.linux-x86_64.mk
136 include $(LOCAL_PATH)/printing/printing_jni_headers.target.linux-x86_64.mk
/external/chromium_org/android_webview/browser/renderer_host/
H A Dprint_manager.cc15 #include "printing/print_settings.h"
18 using printing::PrintSettings;
88 void RenderParamsFromPrintSettings(const printing::PrintSettings& settings,
H A Dprint_manager.h18 namespace printing { namespace
46 printing::PrintSettings* settings,
52 // asynchronous, the actual printing will not be completed on the return of
53 // this function. Returns false if printing is impossible at the moment.
56 // already busy printing.
71 printing::PrintSettings* settings_;
/external/chromium_org/android_webview/common/
H A Dprint_messages.h5 // IPC messages for printing.
16 #include "printing/page_size_margins.h"
17 #include "printing/print_job_constants.h"
80 IPC_ENUM_TRAITS(printing::MarginType)
133 // Specifies the page scaling option for preview printing.
169 IPC_STRUCT_TRAITS_BEGIN(printing::PageSizeMargins)
220 // |page_number| is zero-based and can be |printing::INVALID_PAGE_INDEX| if it
276 IPC_STRUCT_MEMBER(printing::MarginType, margin_type)
285 // Tells the render frame to initiate printing or print preview for a particular
299 // Tells the render view that printing i
[all...]
/external/chromium_org/android_webview/native/
H A Daw_pdf_exporter.cc13 #include "printing/print_settings.h"
14 #include "printing/units.h"
20 using printing::ConvertUnitDouble;
21 using printing::PageMargins;
22 using printing::PrintSettings;
H A Daw_pdf_exporter.h21 namespace printing { namespace
51 scoped_ptr<printing::PrintSettings> print_settings_;
/external/chromium_org/android_webview/renderer/
H A Daw_content_renderer_client.cc142 new printing::PrintWebViewHelper(render_view);

Completed in 333 milliseconds

1234567891011>>