HomeSort by relevance Sort by last modified time
    Searched full:printers (Results 76 - 100 of 282) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/services/java/com/android/server/print/
RemotePrintService.java 95 public void onPrintersAdded(List<PrinterInfo> printers);
123 // Stop tracking printers.
398 Slog.e(LOG_TAG, "Error requesting printers validation.", re);
565 // If the service died and printers were tracked, start tracking.
751 public void onPrintersAdded(ParceledListSlice printers) {
754 List<PrinterInfo> addedPrinters = (List<PrinterInfo>) printers.getList();
  /ndk/build/tools/
build-host-python.sh 19 # Also copies any gnu libstdc++ pretty-printers
21 # and Joachim Reichel's stlport pretty printers
22 # found in sources/host-tools/gdb-pretty-printers/stlport
370 # Pretty printers.
371 PYPPDIR="$INSTALLDIR/share/pretty-printers/"
386 run2 cp -rf $NDK_DIR/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2 $PYPPDIR/stlport
  /external/chromium/chrome/browser/printing/
print_dialog_gtk.cc 32 // Helper class to track GTK printers.
54 // - Querying for non-existant printers like 'Print to PDF'.
202 // Since we only generate PDF, only show printers that support PDF.
  /external/eigen/debug/gdb/
printers.py 11 # Pretty printers for Eigen::Matrix
25 # from printers import register_eigen_printers
180 "Register eigen pretty-printers with objfile Obj"
  /external/chromium/testing/gtest/src/
gtest-all.cc 46 #include "src/gtest-printers.cc"
  /external/chromium_org/chrome/browser/chromeos/dbus/
printer_service_provider.h 22 // It detects attached printers and show user help page.
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.h 61 std::vector<std::string>* printers);
  /external/chromium_org/chrome/browser/resources/print_preview/data/
local_parsers.js 88 * Parses a privet destination as a local printer or printers.
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_constants.cc 37 const char kPrinterListValue[] = "printers";
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy.h 97 // This is a cleanup class for unregistering printers on proxy disable.
  /external/chromium_org/printing/backend/
print_backend_cups.cc 154 VLOG(1) << "CUPS: Error getting printers from CUPS server"
163 // CUPS can have 'printers' that are actually scanners. (not MFC)
204 VLOG(1) << "CUPS: Enumerated printers"
206 << ", # of printers: " << printer_list->size();
  /external/chromium_org/testing/gtest/src/
gtest-all.cc 46 #include "src/gtest-printers.cc"
  /external/chromium_org/third_party/WebKit/public/platform/
WebScreenInfo.h 50 // This can be true for black and white printers
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-all.cc 46 #include "src/gtest-printers.cc"
  /external/gtest/src/
gtest-all.cc 46 #include "src/gtest-printers.cc"
  /external/llvm/utils/unittest/googletest/
gtest-all.cc 46 #include "gtest-printers.cc"
  /external/mesa3d/src/gtest/src/
gtest-all.cc 46 #include "src/gtest-printers.cc"
  /frameworks/base/core/java/android/print/
package.html 36 <h3>Printers</h3>
  /ndk/sources/third_party/googletest/googletest/src/
gtest-all.cc 46 #include "src/gtest-printers.cc"
  /external/chromium_org/chrome/browser/resources/local_discovery/
local_discovery.html 79 <div class="controls" id="printers">
88 <div id="no-printers-message"
  /external/chromium_org/printing/
printing_context.h 73 // like IPC message processing! Some printers have side-effects on this call
74 // like virtual printers that ask the user for the path of the saved document;
  /external/chromium_org/testing/
gtest.gyp 14 'gtest/include/gtest/gtest-printers.h',
35 'gtest/src/gtest-printers.cc',
  /external/chromium_org/tools/gn/secondary/testing/
BUILD.gn 22 "gtest/include/gtest/gtest-printers.h",
43 "gtest/src/gtest-printers.cc",
  /external/llvm/docs/
MarkedUpDisassembly.rst 17 generators, and pretty-printers, which need more than the raw instructions and
45 efficiently implement things like pretty printers. Most markup will be target
  /packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java 355 // Add printers title and intent.
574 List<PrinterInfo> printers = (List<PrinterInfo>) results.values; local
575 mFilteredPrinters.addAll(printers);
664 List<PrinterInfo> printers) {
667 final int printerCount = printers.size();
669 PrinterInfo printer = printers.get(i);
710 public void deliverResult(List<PrinterInfo> printers) {
712 super.deliverResult(printers);

Completed in 3088 milliseconds

1 2 34 5 6 7 8 91011>>