Home
last modified time | relevance | path

Searched refs:printers (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium/chrome/browser/ui/webui/
Dprint_preview_handler.cc97 ListValue* printers = new ListValue; in EnumeratePrinters() local
105 printers->Append(new StringValue(index->printer_name)); in EnumeratePrinters()
114 printers, in EnumeratePrinters()
118 void SendPrinterList(ListValue* printers, in SendPrinterList() argument
121 handler_->SendPrinterList(*printers, *default_printer_index); in SendPrinterList()
122 delete printers; in SendPrinterList()
321 const ListValue& printers, in SendPrinterList() argument
323 web_ui_->CallJavascriptFunction("setPrinters", printers, in SendPrinterList()
Dprint_preview_handler.h62 void SendPrinterList(const ListValue& printers,
/external/llvm/include/llvm/Config/
DAsmPrinters.def.in10 // This file enumerates all of the assembly-language printers
15 // targets with assembly printers.
/external/llvm/host/include/llvm/Config/
DAsmPrinters.def10 // This file enumerates all of the assembly-language printers
15 // targets with assembly printers.
/external/llvm/device/include/llvm/Config/
DAsmPrinters.def10 // This file enumerates all of the assembly-language printers
15 // targets with assembly printers.
/external/chromium/chrome/browser/resources/
Dprint_preview.js292 function setPrinters(printers, defaultPrinterIndex) { argument
294 for (var i = 0; i < printers.length; ++i) {
296 option.textContent = printers[i];
/external/chromium/testing/
Dgtest.gyp15 'gtest/include/gtest/gtest-printers.h',
37 'gtest/src/gtest-printers.cc',
/external/llvm/utils/unittest/
DCMakeLists.txt35 googletest/gtest-printers.cc
/external/chromium/testing/gtest/
DMakefile.am26 src/gtest-printers.cc \
193 include/gtest/gtest-printers.h \
/external/chromium/testing/gtest/xcode/gtest.xcodeproj/
Dproject.pbxproj81 …1264FF71007740BE /* gtest-printers.h in Headers */ = {isa = PBXBuildFile; fileRef = 4567C8171264FF…
246 …007740BE /* gtest-printers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = s…
365 4567C8171264FF71007740BE /* gtest-printers.h */,
443 4567C8181264FF71007740BE /* gtest-printers.h in Headers */,
/external/tcpdump/
Dtcpdump.c138 static struct printer printers[] = { variable
279 for (p = printers; p->f; ++p) in lookup_printer()
DCHANGES88 Lots of minor cosmetic changes to output printers
515 printers. Thanks to John Hawkinson.
768 - Added EGP and OSPF printers, thanks to Jeffrey Honig.
/external/llvm/test/TableGen/
DTargetInstrInfo.td77 // a ton of hacks in the various printers and a bunch of flags.
/external/mdnsresponder/
DREADME.txt133 Vendors of products such as printers, which are closed environments not
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt35 manipulating the AST (visitors, pretty printers, etc). This
/external/bison/data/
Dyacc.c131 ## Defining symbol actions, e.g., printers and destructors. ##
/external/bison/
DNEWS70 experimental printers) as per the documentation.
DChangeLog3445 type names, destructors, and printers.
3593 report the location in %printers.
3734 Fix bug with non-%union parsers that have printers or destructors,
/external/llvm/include/llvm/Target/
DTarget.td847 // generation of the printInstruction() method. For MC printers, it takes
/external/dnsmasq/
DCHANGELOG.archive745 around a bug in the DHCP client in HP Jetdirect printers.
936 by the DHCP client in some JetDirect printers. Thanks
/external/bluetooth/bluez/
DChangeLog1052 Let CUPS plugin discover printers in range.
/external/webkit/Tools/
DChangeLog5940 * gdb/webkit.py: extend the pretty-printers to print WTF::CString
DChangeLog-2011-02-1624197 Merge pretty printers for gdb.
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1622502 … When printing on high resolution printers we need to scale the painter accordingly (for now).
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-097601 …686434> Safari uses too much RAM on file upload, leading to malloc errors and crashes (HP printers)

12