OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:printers
(Results
101 - 125
of
282
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h
1
/* Various declarations for the C and C++ pretty-
printers
.
94
/* Override the pp_base macro. Derived pretty-
printers
should not
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h
1
/* Various declarations for the C and C++ pretty-
printers
.
94
/* Override the pp_base macro. Derived pretty-
printers
should not
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h
1
/* Various declarations for the C and C++ pretty-
printers
.
94
/* Override the pp_base macro. Derived pretty-
printers
should not
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h
1
/* Various declarations for the C and C++ pretty-
printers
.
94
/* Override the pp_base macro. Derived pretty-
printers
should not
/external/chromium_org/chrome/browser/resources/local_discovery/
local_discovery.js
22
var PRINTER_MANAGEMENT_PAGE_PREFIX = '#
printers
/';
172
* Returns a textual representation of the number of
printers
on the network.
173
* @return {string} Number of
printers
on the network as localized string.
388
$('no-
printers
-message').hidden = false;
392
$('no-
printers
-message').hidden = true;
/external/chromium_org/chrome/browser/resources/print_preview/
cloud_print_interface.js
126
* Could Print origins used to search
printers
.
156
*
printers
.
416
var printerListJson = request.result['
printers
'] || [];
429
searchDoneEvent.
printers
= printerList;
467
var printerJson = request.result['
printers
'][0];
/external/chromium_org/chrome/browser/printing/
print_dialog_gtk.cc
64
// Helper class to track GTK
printers
.
86
// - Querying for non-existant
printers
like 'Print to PDF'.
245
// Since we only generate PDF, only show
printers
that support PDF.
/external/chromium_org/cloud_print/service/win/
chrome_launcher.cc
273
const std::vector<std::string>&
printers
) {
289
base::FilePath printers_file = temp_user_data.path().Append(L"
printers
.json");
292
printer_list.AppendStrings(
printers
);
/external/chromium_org/printing/backend/
cups_helper.cc
203
// Samsung
printers
use "ColorMode" attribute in their ppds.
231
// HP
printers
use "Color/Color Model" attribute in their ppds.
257
// Canon
printers
use "ProcessColorModel" attribute in their ppds.
print_backend.h
74
// Enumerates the list of installed local and network
printers
.
/external/chromium/chrome/browser/resources/
print_preview.js
289
* @param {Array}
printers
Array of printer names.
292
function setPrinters(
printers
, defaultPrinterIndex) {
294
for (var i = 0; i <
printers
.length; ++i) {
296
option.textContent =
printers
[i];
/external/chromium_org/chrome/browser/local_discovery/
cloud_print_printer_list_unittest.cc
34
" \"
printers
\": ["
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
landscape.js
72
// the orientation of the print out (at least for cloud
printers
) if the
/external/chromium_org/chrome/common/
crash_keys.h
102
// The user's
printers
, up to kPrinterInfoCount. Should be set with
/external/chromium_org/chrome/service/cloud_print/
cloud_print_auth.h
89
// necessary
printers
during the migration process.
cloud_print_proxy_backend.h
43
// Receive auth token and list of
printers
.
connector_settings_unittest.cc
36
" '
printers
': ["
/external/chromium_org/chrome/service/
service_ipc_server.cc
136
// User disabled CloudPrint proxy explicitly. Delete
printers
/external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc
279
base::ListValue*
printers
) {
282
VLOG(1) << "Enumerate
printers
start";
301
printers
->Append(printer_info);
303
VLOG(1) << "Enumerate
printers
finished, found " <<
printers
->GetSize()
304
<< "
printers
";
796
if (!open_pdf_in_preview) // We can get here even for cloud
printers
.
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi_abi.py
839
printers
= ['vgapi', 'glapi', 'es1api', 'es2api', 'shared-glapi']
844
help='printer to use: %s' % (", ".join(
printers
)))
849
if not args or options.printer not in
printers
or \
857
printers
= {
873
printer =
printers
[options.printer](entries)
/external/mesa3d/src/mapi/mapi/
mapi_abi.py
839
printers
= ['vgapi', 'glapi', 'es1api', 'es2api', 'shared-glapi']
844
help='printer to use: %s' % (", ".join(
printers
)))
849
if not args or options.printer not in
printers
or \
857
printers
= {
873
printer =
printers
[options.printer](entries)
/external/chromium/testing/gtest/
Makefile.am
26
src/gtest-
printers
.cc \
193
include/gtest/gtest-
printers
.h \
/external/chromium_org/testing/gtest/
Makefile.am
27
src/gtest-
printers
.cc \
190
include/gtest/gtest-
printers
.h \
/ndk/docs/text/
NDK-GDB.text
180
> Use specified Python pretty-
printers
for displaying types in the
183
When linking statically to a libstdc++ library, the required
printers
/external/chromium/testing/gtest/samples/
sample10_unittest.cc
134
//
printers
*before* their OnTestEnd() methods are called, such that
Completed in 1095 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>