HomeSort by relevance Sort by last modified time
    Searched full:printer (Results 301 - 325 of 1107) sorted by null

<<11121314151617181920>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 143 // in this case as large as the printer can do, and set a translation
148 // the horizontal printer density. This way we get the maximal number
149 // of pixels the printer can put horizontally.
162 // the vertical printer resolution. This way we get the maximal number
163 // of pixels the printer can put vertically.
175 // Create a context for resources at printer density. We will
177 // resources for a density the printer supports.
223 // to load resources for the printer density.
335 // to load resources for the printer density.
  /external/skia/tools/
compare_codereview.py 283 def printer(indent, string): function
343 printer(0, '==%s==' % bot)
344 printer(1, 'OK')
349 printer(0, '==%s==' % bot)
375 printer(1, name)
376 printer(2, status)
379 printer(1, control_name + ' and ' + roll_name + ' failed identically')
381 printer(1, name)
383 printer(indent, line)
  /frameworks/base/core/java/android/print/
PrinterCapabilitiesInfo.java 31 * This class represents the capabilities of a printer. Instances
33 * capabilities of a printer it manages. The capabilities of a
34 * printer specify how it can print content. For example, what
35 * are the media sizes supported by the printer, what are the
36 * minimal margins of the printer based on its technical design,
139 * the printer physically supports.
424 * @param printerId The printer id. Cannot be <code>null</code>.
426 * @throws IllegalArgumentException If the printer id is <code>null</code>.
492 * the printer physically supports.
  /external/mesa3d/src/mapi/mapi/
mapi_abi.py 288 """MAPI Printer"""
687 """OpenGL API Printer"""
760 """OpenGL ES 1.x API Printer"""
779 """OpenGL ES 2.x API Printer"""
798 """Shared GLAPI API Printer"""
822 """OpenVG API Printer"""
843 parser.add_option('-p', '--printer', dest='printer',
844 help='printer to use: %s' % (", ".join(printers)))
849 if not args or options.printer not in printers or
    [all...]
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 215 FunctionPass *Printer =
217 if (!Printer)
220 PM.add(Printer);
258 FunctionPass *Printer =
260 if (!Printer)
263 PM.add(Printer);
  /frameworks/base/core/java/android/printservice/
PrintService.java 41 * <h3>Printer discovery</h3>
48 * between the system and your service during printer discovery. For description of this
52 * For every printer discovery session all printers have to be added since system does
53 * not retain printers across sessions. Hence, each printer known to this print service
54 * should be added only once during a discovery session. Only an already added printer
59 * When a new print job targeted to a printer managed by this print service is is queued,
201 * can specify any standard properties and add advanced, printer specific,
215 * with UI options supported by the current printer. For example, if the current
216 * printer does not support a given media size, you should not offer it in the
227 * attribute, this extra is used to pass in the currently selected printer'
    [all...]
  /frameworks/base/services/print/java/com/android/server/print/
UserState.java 429 // Request start tracking the printer.
445 // Request stop tracking the printer.
1195 PrinterInfo printer = printers.get(i); local
1309 PrinterId printer = mStateTrackedPrinters.get(i); local
1316 PrinterInfo printer = mPrinters.valueAt(i); local
    [all...]
  /external/bison/src/
symlist.h 125 /** Set the \c \%printer for \c node as \c code at \c loc. */
127 code_props const *printer);
  /external/clang/test/SemaCXX/
format-strings.cpp 105 class Printer {
114 void use_class(Printer<const char *> &p) {
  /external/google-breakpad/src/testing/gtest/test/
gtest_shuffle_test_.cc 78 // This printer prints the full test names only, starting each test
97 // Replaces the default printer with TestNamePrinter, which prints
  /external/gtest/test/
gtest_shuffle_test_.cc 77 // This printer prints the full test names only, starting each test
96 // Replaces the default printer with TestNamePrinter, which prints
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 27 HexagonAsmPrinter& Printer) {
28 MCContext &MC = Printer.OutContext;
  /external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.h 11 /// \brief AMDGPU Assembly printer class.
94 return "AMDGPU Assembly Printer";
  /external/llvm/tools/opt/
BreakpointPrinter.cpp 1 //===- BreakpointPrinter.cpp - Breakpoint location printer ----------------===//
11 /// \brief Breakpoint location printer.
  /external/mesa3d/src/mapi/glapi/gen/
gl_offsets.py 119 printer = PrintGlOffsets(es)
120 printer.Print( api )
  /external/protobuf/gtest/test/
gtest_shuffle_test_.cc 78 // This printer prints the full test names only, starting each test
97 // Replaces the default printer with TestNamePrinter, which prints
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 41 #include <google/protobuf/io/printer.h>
423 const FileDescriptor* file, io::Printer* printer,
435 vars, file, printer, with_static_init, without_static_init);
440 io::Printer* printer, const char* with_static_init,
443 printer->Print(vars, with_static_init);
445 printer->Print(vars, (string(
  /external/tcpdump/
print-usb.c 130 * This is the top level routine of the printer for captures with a
152 * This is the top level routine of the printer for captures with a
  /frameworks/base/core/java/android/content/pm/
ServiceInfo.java 21 import android.util.Printer;
76 public void dump(Printer pw, String prefix) {
  /frameworks/base/core/java/com/android/internal/util/
FastPrintWriter.java 3 import android.util.Printer;
46 final private Printer mPrinter;
189 * printer and the default buffer size. Because a {@link Printer} is line-base,
197 public FastPrintWriter(Printer pr) {
203 * printer and a custom buffer size. Because a {@link Printer} is line-base,
214 public FastPrintWriter(Printer pr, int bufferLen) {
  /frameworks/base/services/core/java/com/android/server/am/
ReceiverList.java 23 import android.util.Printer;
79 Printer pr = new PrintWriterPrinter(pw);
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 80 // emit - process the message to printer
83 // report - issue the message to the printer
  /frameworks/compile/mclinker/lib/Support/
MsgHandling.cpp 36 DiagnosticPrinter* printer = local
38 g_pEngine->setPrinter(*printer, true);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_shuffle_test_.cc 77 // This printer prints the full test names only, starting each test
96 // Replaces the default printer with TestNamePrinter, which prints
  /external/tinyxml2/
tinyxml2.h 576 TiXmlPrinter printer;
577 tinyxmlDoc.Accept( &printer );
578 const char* xmlcstr = printer.CStr();
    [all...]

Completed in 364 milliseconds

<<11121314151617181920>>