HomeSort by relevance Sort by last modified time
    Searched refs:printer (Results 201 - 225 of 429) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ppp/pppd/
ipv6cp.c 381 printifaceid(opt, printer, arg)
383 void (*printer) __P((void *, char *, ...));
389 printer(arg, "%s", llv6_ntoa(wo->ourid));
390 printer(arg, ",");
392 printer(arg, "%s", llv6_ntoa(wo->hisid));
    [all...]
chap-new.c 133 void (*printer) __P((void *, char *, ...)), void *arg);
573 void (*printer) __P((void *, char *, ...)), void *arg)
588 printer(arg, " %s", chap_code_names[code-1]);
590 printer(arg, " code=0x%x", code);
591 printer(arg, " id=0x%x", id);
603 printer(arg, " <");
606 printer(arg, "%.2x", x);
608 printer(arg, ">, name = ");
609 print_string((char *)p, nlen, printer, arg);
613 printer(arg, " ")
    [all...]
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_response_parser.cc 101 base::DictionaryValue* printer = NULL; local
102 if (!list->GetDictionary(0, &printer)) {
103 *error_description = "Printers list is empty or printer is not dictionary.";
108 if (!printer->GetString("id", &id)) {
  /external/chromium_org/content/shell/
webkit_test_controller.h 125 WebKitTestResultPrinter* printer() { return printer_.get(); } function in class:content::WebKitTestController
126 void set_printer(WebKitTestResultPrinter* printer) {
127 printer_.reset(printer);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager_unittest.py 49 manager = Manager(port, options=MockOptions(http=True, max_locked_shards=1), printer=Mock())
60 manager = Manager(port, options=MockOptions(http=True, max_locked_shards=1), printer=Mock())
112 manager = Manager(port, options=MockOptions(test_list=None, http=True, max_locked_shards=1), printer=Mock())
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
extension_helper.py 318 printer = PrintGlExtensionGlue()
320 printer = PrintInitDispatch()
324 printer.Print( api )
gl_table.py 248 printer = PrintGlTable(es)
250 printer = PrintRemapTable(es)
266 printer.Print( api )
gl_enums.py 258 printer = PrintGlEnums()
259 printer.Print( api_list )
  /external/mesa3d/src/mapi/glapi/gen/
extension_helper.py 318 printer = PrintGlExtensionGlue()
320 printer = PrintInitDispatch()
324 printer.Print( api )
gl_table.py 248 printer = PrintGlTable(es)
250 printer = PrintRemapTable(es)
266 printer.Print( api )
gl_enums.py 258 printer = PrintGlEnums()
259 printer.Print( api_list )
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.cc 39 #include <google/protobuf/io/printer.h>
150 io::Printer printer(output.get(), '$');
151 file_generator.Generate(&printer);
163 io::Printer srclist_printer(srclist_raw_output.get(), '$');
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
type_printers.py 1 # Type printer commands.
38 for printer in sorted_type_printers:
39 if printer.enabled:
43 print (" %s%s" % (printer.name, enabled))
86 print ("No type printer named '%s'" % name)
102 """GDB command to enable the specified type printer.
104 Usage: enable type-printer NAME
106 NAME is the name of the type-printer.
110 super(EnableTypePrinter, self).__init__(True, "enable type-printer")
113 """GDB command to disable the specified type-printer
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
type_printers.py 1 # Type printer commands.
38 for printer in sorted_type_printers:
39 if printer.enabled:
43 print (" %s%s" % (printer.name, enabled))
86 print ("No type printer named '%s'" % name)
102 """GDB command to enable the specified type printer.
104 Usage: enable type-printer NAME
106 NAME is the name of the type-printer.
110 super(EnableTypePrinter, self).__init__(True, "enable type-printer")
113 """GDB command to disable the specified type-printer
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 41 #include <google/protobuf/io/printer.h>
391 const FileDescriptor* file, io::Printer* printer,
403 vars, file, printer, with_static_init, without_static_init);
408 io::Printer* printer, const char* with_static_init,
411 printer->Print(vars, with_static_init);
413 printer->Print(vars, (string(
cpp_field.cc 43 #include <google/protobuf/io/printer.h>
74 GenerateMergeFromCodedStreamWithPacking(io::Printer* printer) const {
cpp_helpers.h 47 class Printer;
170 const FileDescriptor* file, io::Printer* printer,
177 io::Printer* printer, const char* with_static_init,
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-samples.jar 
  /external/chromium_org/chrome/service/cloud_print/
connector_settings.cc 99 Printers::const_iterator printer = printers_.find(printer_name); local
100 if (printer != printers_.end())
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 43 #include <google/protobuf/io/printer.h>
72 GenerateMergeFromCodedStreamWithPacking(io::Printer* printer) const {
  /frameworks/base/core/java/android/os/
Looper.java 20 import android.util.Printer;
63 private Printer mLogging;
130 Printer logging = me.mLogging;
167 * enabled, a log message will be written to <var>printer</var>
171 * @param printer A Printer object that will receive log messages, or
174 public void setMessageLogging(Printer printer) {
175 mLogging = printer;
300 public void dump(Printer pw, String prefix)
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 31 import android.util.Printer;
    [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/chromium_org/chrome/renderer/
chrome_mock_render_thread.h 37 // Returns the pseudo-printer instance.
38 MockPrinter* printer();
92 // A mock printer device used for printing tests.
  /external/chromium_org/printing/
emf_win_unittest.cc 27 // This test is automatically disabled if no printer named "UnitTest Printer" is
33 // It is assumed this printer is a HP Color LaserJet 4550 PCL or 4700.
34 HDC hdc = CreateDC(L"WINSPOOL", L"UnitTest Printer", NULL, NULL);
75 // Disabled if no "UnitTest printer" exist. Useful to reproduce bug 1186598.
83 settings.set_device_name(L"UnitTest Printer");
126 // Disabled if no "UnitTest printer" exists.
129 CreateDC(L"WINSPOOL", L"UnitTest Printer", NULL, NULL));
161 // Since presumably the printer is not real, let us just delete the job from
163 HANDLE printer = NULL local
    [all...]

Completed in 1899 milliseconds

1 2 3 4 5 6 7 891011>>