Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:deviceCollate
(Results
1 - 7
of
7
) sorted by relevance
/third_party/cups-filters/filter/
H
A
D
imagetopdf.c
693
int
deviceCollate
= 0;
in main()
local
1466
deviceCollate
= 1;
in main()
1479
!ppd->manual_copies && Collate && !
deviceCollate
) {
in main()
1488
if (
deviceCollate
) {
in main()
1489
deviceCollate
= 0;
in main()
1493
if (Duplex && Collate && !
deviceCollate
) {
in main()
1503
if (
deviceCollate
) {
in main()
1526
&& (Collate ||
deviceCollate
) && !EvenDuplex) {
in main()
1528
deviceCollate
= 0;
in main()
1575
if (
deviceCollate
)
in main()
[all...]
H
A
D
pdftops.c
62
int
deviceCollate
= 0;
variable
155
deviceCollate
= 1;
in parsePDFTOPDFComment()
157
deviceCollate
= 0;
in parsePDFTOPDFComment()
554
if (pdftopdfapplied &&
deviceCollate
)
H
A
D
pdftoraster.cxx
109
bool
deviceCollate
= false;
member
499
deviceCollate
= true;
in parsePDFTOPDFComment()
501
deviceCollate
= false;
in parsePDFTOPDFComment()
2026
header.Collate =
deviceCollate
? CUPS_TRUE : CUPS_FALSE;
in main()
/third_party/cups-filters/filter/pdftopdf/
H
A
D
pdftopdf_processor.h
44
deviceCollate
(false),setDuplex(false),
in ProcessingParameters()
97
bool
deviceCollate
;
member
H
A
D
pdftopdf_jcl.cc
151
if (param.
deviceCollate
) {
in emitPreamble()
193
if (param.
deviceCollate
) {
in emitComment()
H
A
D
pdftopdf.cc
838
param.
deviceCollate
= true;
in calculate()
841
param.
deviceCollate
=printerWillCollate(ppd);
in calculate()
842
if (!param.
deviceCollate
) {
in calculate()
853
param.
deviceCollate
=false;
in calculate()
866
if ((param.collate)&&(!param.
deviceCollate
)) { // software collate
in calculate()
H
A
D
pdftopdf_processor.cc
98
fprintf(stderr,"
deviceCollate
: %s\n",
in dump()
99
(
deviceCollate
)?"true":"false");
in dump()
Completed in 10 milliseconds