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

<<11121314151617181920>>

  /external/bison/src/
parse-gram.y 137 %token PERCENT_PRINTER "%printer"
199 %printer { fputs (char_name ($$), stderr); } CHAR
205 %printer { fputs (quotearg_style (c_quoting_style, $$), stderr); }
207 %printer { fprintf (stderr, "{\n%s\n}", $$); }
211 %printer { fputs ($$, stderr); } <uniqstr>
212 %printer { fprintf (stderr, "[%s]", $$); } BRACKETED_ID
213 %printer { fprintf (stderr, "%s:", $$); } ID_COLON
214 %printer { fprintf (stderr, "<%s>", $$); } TYPE
217 %printer { fprintf (stderr, "%d", $$); } <integer>
220 %printer { fprintf (stderr, "%s", $$->tag); } <symbol
    [all...]
symlist.c 247 symbol_list_printer_set (symbol_list *node, code_props const *printer)
252 symbol_printer_set (node->content.sym, printer);
256 semantic_type_get (node->content.type_name), printer);
259 default_tagged_printer_set (printer);
262 default_tagless_printer_set (printer);
  /external/libunwind/tests/
Gtest-dyn1.c 95 int (*printer)(const char *, ...), const char *fmt, const char **arr)
97 (*printer) (fmt, arr[11 - i][0], arr[11 - i] + 1);
99 (*self) (i - 1, self, printer, fmt, arr);
  /external/llvm/include/llvm/Support/
TargetSelect.h 33 // Declare all of the available assembly printer initialization functions.
129 /// this function to initialize the native target asm printer.
131 // If we have a native target, initialize the corresponding asm printer.
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 10 // This file contains a printer that converts from our internal representation
37 #define DEBUG_TYPE "asm-printer"
46 return "MSP430 Assembly Printer";
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.h 1 //===-- MipsAsmPrinter.h - Mips LLVM Assembly Printer ----------*- C++ -*--===//
10 // Mips Assembly printer class.
107 return "Mips Assembly Printer";
  /external/ppp/pppd/
ecp.c 92 void (*printer) __P((void *, char *, ...)),
165 ecp_printpkt(p, plen, printer, arg)
168 void (*printer) __P((void *, char *, ...));
ccp.c 175 void (*printer) __P((void *, char *, ...)),
    [all...]
ipv6cp.c 390 printifaceid(opt, printer, arg)
392 void (*printer) __P((void *, char *, ...));
398 printer(arg, "%s", llv6_ntoa(wo->ourid));
399 printer(arg, ",");
401 printer(arg, "%s", llv6_ntoa(wo->hisid));
    [all...]
ipcp.c 483 printipaddr(opt, printer, arg)
485 void (*printer) __P((void *, char *, ...));
491 printer(arg, "%I", wo->ouraddr);
492 printer(arg, ":");
494 printer(arg, "%I", wo->hisaddr);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 45 #include <google/protobuf/io/printer.h>
82 GenerateMergeFromCodedStreamWithPacking(io::Printer* printer) const {
  /frameworks/base/core/java/android/content/pm/
ComponentInfo.java 21 import android.util.Printer;
142 protected void dumpFront(Printer pw, String prefix) {
151 protected void dumpBack(Printer pw, String prefix) {
  /frameworks/base/core/tests/overlaytests/
testrunner.py 462 def _handle_instrumentation_task_output(stdout, printer):
478 printer.begin(TASK_INSTRUMENTATION_TEST, current_test)
480 printer.end_pass(TASK_INSTRUMENTATION_TEST, current_test)
485 printer.end_fail(TASK_INSTRUMENTATION_TEST, current_test, msg.rstrip() + '\n')
566 printer = QuietPrinter() variable
568 printer = VerbosePrinter(opts.use_color) variable
656 printer.begin(TASK_INSTRUMENTATION, name)
657 printer.end_fail(TASK_INSTRUMENTATION, name, stderr)
659 retcode = _handle_instrumentation_task_output(stdout, printer)
666 printer.begin(type, name
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
android.content.pm.ProviderInfo.html 86 <A NAME="android.content.pm.ProviderInfo.dump_added(android.util.Printer, java.lang.String)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/content/pm/ProviderInfo.html#dump(android.util.Printer, java.lang.String)" target="_top"><code>dump</code></A>(<code>Printer,</nobr> String<nobr><nobr></code>)</nobr>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
prnsetup.dlg 14 GROUPBOX "Printer",grp4,8,4,272,84,WS_GROUP
51 GROUPBOX "Printer",grp4,8,4,272,84,WS_GROUP
105 PUSHBUTTON "&Printer...",psh3,184,220,48,14
  /external/llvm/test/CodeGen/ARM/
debug-info-d16-reg.ll 23 define i32 @printer(i8* %ptr, double %val, i8 zeroext %c) nounwind optsize noinline {
53 %8 = tail call i32 @printer(i8* %3, double %1, i8 zeroext %5) nounwind, !dbg !40
62 !0 = !MDSubprogram(name: "printer", linkageName: "printer", line: 12, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, scopeLine: 12, file: !46, scope: !1, type: !3, function: i32 (i8*, double, i8)* @printer, variables: !43)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
diagnostic.h 63 pretty_printer *printer; member in struct:diagnostic_context
205 #define diagnostic_format_decoder(DC) ((DC)->printer->format_decoder)
208 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
212 #define diagnostic_line_cutoff(DC) ((DC)->printer->wrapping.line_cutoff)
214 #define diagnostic_flush_buffer(DC) pp_base_flush ((DC)->printer)
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 27 import android.util.Printer;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 59 #include <google/protobuf/io/printer.h>
129 io::Printer* printer, const FileDescriptor* file, bool descriptor_proto) {
131 printer->Print(
138 printer->Print(
141 printer->Print(
148 printer->Print(
155 printer->Print(
158 printer->Print(
161 printer->Print("\n\n")
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_size.py 260 def Print(self, name, printer):
262 printer.common_func_print_just_header( f )
280 printer.common_emit_one_arg(p, "pc", 0)
287 printer.common_emit_fixups(fixup)
688 printer = PrintGlxSizeStubs_c( which_functions )
690 printer = PrintGlxSizeStubs_h( which_functions )
692 printer.header_tag = header_tag
694 printer = PrintGlxReqSize_c()
696 printer = PrintGlxReqSize_h()
703 printer.Print( api
    [all...]
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 )
  /art/compiler/optimizing/
pretty_printer_test.cc 38 StringPrettyPrinter printer(graph);
39 printer.VisitInsertionOrder();
40 ASSERT_STREQ(expected, printer.str().c_str());
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 256 PrintStream printer = new PrintStream(out);
259 e.printStackTrace(printer);
260 printer.close();
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 10 // This file contains a printer that converts from our internal representation
11 // of machine-dependent LLVM code to Hexagon assembly language. This printer is
58 #define DEBUG_TYPE "asm-printer"

Completed in 217 milliseconds

<<11121314151617181920>>