OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppd
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
parameters.cpp
9
// DEBUGGER: print
ppd
[1][1]
28
double test_parameters(float* pf, double
ppd
[][2], struct char_struct& s, int** ppn = 0, unsigned short us = 10u, const unsigned long l = 42)
30
double result = pf[0] *
ppd
[1][1] * s.c * us * l;
/external/chromium_org/printing/backend/
cups_helper.cc
7
#include <cups/
ppd
.h>
21
// This section contains helper code for
PPD
parsing for semantic capabilities.
91
void MarkLpOptions(const std::string& printer_name, ppd_file_t**
ppd
) {
94
ppdMarkDefaults(*
ppd
);
110
cupsMarkOptions(*
ppd
, num_options, options);
117
bool GetBasicColorModelSettings(ppd_file_t*
ppd
,
121
ppd_option_t* color_model = ppdFindOption(
ppd
, kColorModel);
149
ppd_choice_t* marked_choice = ppdFindMarkedChoice(
ppd
, kColorModel);
162
bool GetPrintOutModeColorSettings(ppd_file_t*
ppd
,
166
ppd_option_t* printout_mode = ppdFindOption(
ppd
, kPrintoutMode)
356
ppd
_file_t*
ppd
=
ppd
OpenFile(
ppd
_file_path.value().c_str());
local
[
all
...]
/external/chromium/chrome/browser/ui/webui/
print_preview_handler.cc
148
ppd_file_t*
ppd
= ppdOpenFile(ppd_file_path.value().c_str());
local
149
if (
ppd
) {
150
ppd_attr_t* attr = ppdFindAttr(
ppd
, kColorDevice, NULL);
152
supports_color =
ppd
->color_device;
153
ppdClose(
ppd
);
/device/asus/deb/
init.deb.rc
433
service
ppd
/system/bin/mm-pp-daemon
475
start
ppd
478
stop
ppd
/device/asus/flo/
init.flo.rc
437
service
ppd
/system/bin/mm-pp-daemon
492
start
ppd
495
stop
ppd
Completed in 925 milliseconds