/frameworks/base/packages/PrintSpooler/res/values-en-rIN/ |
strings.xml | 54 <string name="print_add_printer" msgid="1088656468360653455">"Add printer"</string> 55 <string name="print_select_printer" msgid="7388760939873368698">"Select printer"</string> 56 <string name="print_forget_printer" msgid="5035287497291910766">"Forget printer"</string> 59 <item quantity="one"><xliff:g id="COUNT_0">%1$s</xliff:g> printer found</item> 66 <string name="failed_notification_title_template" msgid="2256217208186530973">"Printer error <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string> 67 <string name="blocked_notification_title_template" msgid="1175435827331588646">"Printer blocked <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string> 74 <string name="no_connection_to_printer" msgid="2159246915977282728">"No connection to printer"</string> 93 <string name="print_error_printer_unavailable" msgid="8985614415253203381">"This printer isn\'t available right now."</string>
|
/frameworks/base/packages/PrintSpooler/res/values-sq-rAL/ |
strings.xml | 38 <string name="all_printers" msgid="5018829726861876202">"Tė gjithė printerėt?"</string> 50 <string name="all_printers_label" msgid="3178848870161526399">"Tė gjithė printerėt"</string> 54 <string name="print_add_printer" msgid="1088656468360653455">"Shto printer"</string> 58 <item quantity="other">U gjetėn <xliff:g id="COUNT_1">%1$s</xliff:g> printerė</item> 59 <item quantity="one">U gjet <xliff:g id="COUNT_0">%1$s</xliff:g> printer</item> 62 <string name="print_searching_for_printers" msgid="6550424555079932867">"Po kėrkon pėr printerė"</string> 63 <string name="print_no_printers" msgid="4869403323900054866">"Nuk u gjet asnjė printer"</string> 93 <string name="print_error_printer_unavailable" msgid="8985614415253203381">"Ky printer nuk mund tė pėrdoret tani."</string>
|
/frameworks/base/services/core/java/com/android/server/am/ |
BroadcastFilter.java | 21 import android.util.Printer; 52 public void dumpInReceiverList(PrintWriter pw, Printer pr, String prefix) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
vec.h | 18 #include <isl/printer.h> 53 __isl_give isl_printer *isl_printer_print_vec(__isl_take isl_printer *printer,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/ |
vec.h | 18 #include <isl/printer.h> 53 __isl_give isl_printer *isl_printer_print_vec(__isl_take isl_printer *printer,
|
/external/llvm/lib/Target/XCore/ |
XCoreMCInstLower.cpp | 28 : Printer(asmprinter) {} 46 Symbol = Printer.getSymbol(MO.getGlobal()); 50 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); 54 Symbol = Printer.GetExternalSymbolSymbol(MO.getSymbolName()); 58 Symbol = Printer.GetJTISymbol(MO.getIndex()); 61 Symbol = Printer.GetCPISymbol(MO.getIndex());
|
/external/ppp/pppd/ |
utils.c | 470 * calling `printer(arg, format, ...)' to output it. 473 format_packet(p, len, printer, arg) 476 printer_func printer; 491 printer(arg, "[%s", protp->name); 492 n = (*protp->printpkt)(p, len, printer, arg); 493 printer(arg, "]"); 501 printer(arg, "[%s data]", protp->data_name); 503 printer(arg, "%.8B ...", p); 505 printer(arg, "%.*B", len, p); 508 printer(arg, "[proto=0x%x]", proto) [all...] |
eap.c | [all...] |
options.c | 904 print_option(opt, mainopt, printer, arg) 906 printer_func printer; 921 printer(arg, "%s", opt->name); 929 printer(arg, "%s", opt->name); 933 printer(arg, " %s", opt->name); 935 printer(arg, " # oops: %d not %d\n", 939 printer(arg, "%s %d", opt->name, i); 943 printer(arg, "%s", opt->name); 945 printer(arg, " %x", *(u_int32_t *)opt->addr); 956 printer(arg, "%s %q", opt->name, p) [all...] |
upap.c | 612 upap_printpkt(p, plen, printer, arg) 615 void (*printer) __P((void *, char *, ...)); 633 printer(arg, " %s", upap_codenames[code-1]); 635 printer(arg, " code=0x%x", code); 636 printer(arg, " id=0x%x", id); 652 printer(arg, " user="); 653 print_string(user, ulen, printer, arg); 654 printer(arg, " password="); 656 print_string(pwd, wlen, printer, arg); 658 printer(arg, "<hidden>") [all...] |
chap-new.c | 135 void (*printer) __P((void *, char *, ...)), void *arg); 590 void (*printer) __P((void *, char *, ...)), void *arg) 605 printer(arg, " %s", chap_code_names[code-1]); 607 printer(arg, " code=0x%x", code); 608 printer(arg, " id=0x%x", id); 620 printer(arg, " <"); 623 printer(arg, "%.2x", x); 625 printer(arg, ">, name = "); 626 print_string((char *)p, nlen, printer, arg); 630 printer(arg, " ") [all...] |
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_extension.cc | 35 #include <google/protobuf/io/printer.h> 133 void ExtensionGenerator::Generate(io::Printer* printer) const { 134 printer->Print("\n"); 135 PrintFieldComment(printer, descriptor_); 136 printer->Print(variables_,
|
javanano_field.cc | 56 void FieldGenerator::GenerateInitSavedDefaultCode(io::Printer* printer) const { 59 // and generate the appropriate init code to the printer. 62 void FieldGenerator::GenerateMergingCodeFromPacked(io::Printer* printer) const {
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDebug.java | 24 import android.util.Printer; 159 * @param printer The printer for dumping database state. 162 public static void dump(Printer printer, String[] args) { 170 SQLiteDatabase.dumpAll(printer, verbose);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/ |
c-pretty-print.h | 41 /* The type of a C pretty-printer 'member' function. */ 45 a tree that represents a C construct. Any pretty-printer for a 49 to that subobject. Such a pretty-printer has the responsibility to 51 to set up the components that are specific to the C pretty-printer. 52 A derived pretty-printer can override any function listed in the 155 /* Returns the c_pretty_printer base object of PRETTY-PRINTER. This
|
/external/clang/utils/ABITest/ |
TypeGen.py | 27 def getTypeName(self, printer): 28 name = 'T%d' % len(printer.types) 29 typedef = self.getTypedefDef(name, printer) 30 printer.addDeclaration(typedef) 49 def getTypeName(self, printer): 81 def getTypedefDef(self, name, printer): 101 def getTypedefDef(self, name, printer): 105 return '%s : 0;'%(printer.getTypeName(t),) 107 return '%s field%d : %d;'%(printer.getTypeName(t),i, 110 return '%s field%d;'%(printer.getTypeName(t),i [all...] |
/prebuilts/tools/common/asm-tools/ |
asm-util-4.0.jar | |
/frameworks/base/packages/PrintSpooler/res/values-nl/ |
strings.xml | 54 <string name="print_add_printer" msgid="1088656468360653455">"Printer toevoegen"</string> 55 <string name="print_select_printer" msgid="7388760939873368698">"Printer selecteren"</string> 56 <string name="print_forget_printer" msgid="5035287497291910766">"Printer vergeten"</string> 59 <item quantity="one"><xliff:g id="COUNT_0">%1$s</xliff:g> printer gevonden</item> 67 <string name="blocked_notification_title_template" msgid="1175435827331588646">"<xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g> geblokkeerd door printer"</string> 74 <string name="no_connection_to_printer" msgid="2159246915977282728">"Geen verbinding met printer"</string> 93 <string name="print_error_printer_unavailable" msgid="8985614415253203381">"Deze printer is momenteel niet beschikbaar."</string>
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
PrintActivity.java | 257 // create the printer registry and wait for it to get 272 // and the printer registry loaded the historical printers 663 private void startAdvancedPrintOptionsActivity(PrinterInfo printer) { 664 ComponentName serviceName = printer.getId().getServiceName(); 683 intent.putExtra(PrintService.EXTRA_PRINTER_INFO, printer); 719 // Take the media size only if the current printer supports is. 745 // Take the resolution only if the current printer supports is. 763 // Take the color mode only if the current printer supports it. 778 // Take the duplex mode only if the current printer supports it. 1849 PrinterInfo printer; field in class:PrintActivity.PrinterHolder 2059 PrinterInfo printer = printers.get(i); local 2060 newPrintersMap.put(printer.getId(), printer); local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_debug.cpp | 250 OwningPtr<MCInstPrinter> Printer( 253 OwningPtr<MCInstPrinter> Printer( 256 OwningPtr<MCInstPrinter> Printer( 259 OwningPtr<MCInstPrinter> Printer( 262 if (!Printer) { 263 debug_printf("error: no instruction printer for target %s\n", Triple.c_str()); 335 Printer->printInst(&Inst, Out, ""); 337 Printer->printInst(&Inst, Out); 339 Printer->printInst(&Inst);
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_generator.cc | 43 #include <google/protobuf/io/printer.h> 128 io::Printer printer(output.get(), '$'); 129 file_generator->Generate(&printer); 146 io::Printer srclist_printer(srclist_raw_output.get(), '$');
|
/external/protobuf/src/google/protobuf/ |
text_format.cc | 85 TextFormat::Printer printer; local 86 printer.SetSingleLineMode(true); 88 printer.PrintToString(*this, &debug_string); 101 TextFormat::Printer printer; local 102 printer.SetUseUtf8StringEscaping(true); 104 printer.PrintToString(*this, &debug_string); 1475 const FieldValuePrinter* printer = FindWithDefault( local 1535 const FieldValuePrinter* printer = FindWithDefault( local 1549 const FieldValuePrinter* printer local [all...] |
/prebuilts/tools/common/easymock-tools/ |
easymock-3.1-samples.jar | |
/external/llvm/include/llvm/IR/ |
DiagnosticPrinter.h | 1 //===- llvm/Support/DiagnosticPrinter.h - Diagnostic Printer ----*- C++ -*-===// 10 // This file declares the main interface for printer backend diagnostic. 56 /// \brief Basic diagnostic printer that uses an underlying raw_ostream.
|
/external/llvm/lib/Target/BPF/ |
BPFAsmPrinter.cpp | 10 // This file contains a printer that converts from our internal representation 33 #define DEBUG_TYPE "asm-printer" 41 const char *getPassName() const override { return "BPF Assembly Printer"; }
|