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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/content/pm/
ComponentInfo.java 23 import android.util.Printer;
168 protected void dumpFront(Printer pw, String prefix) {
183 protected void dumpBack(Printer pw, String prefix) {
187 void dumpBack(Printer pw, String prefix, int dumpFlags) {
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
InstrSupportTest.java 18 import org.objectweb.asm.util.Printer;
27 private Printer printer; field in class:InstrSupportTest
32 printer = new Textifier();
33 trace = new TraceMethodVisitor(printer);
130 assertEquals(1, printer.getText().size());
131 assertEquals(expected, printer.getText().get(0).toString().trim());
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_enum_field.cc 37 #include <google/protobuf/io/printer.h>
79 io::Printer* printer) const {
84 printer->Print(
97 io::Printer* printer) const {
100 printer->Print(
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastFilter.java 21 import android.util.Printer;
57 public void dumpInReceiverList(PrintWriter pw, Printer pr, String prefix) {
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 258 FunctionPass *Printer =
260 if (!Printer)
263 PM.add(Printer);
303 FunctionPass *Printer =
305 if (!Printer)
308 PM.add(Printer);
  /system/core/libutils/
ProcessCallStack.cpp 27 #include <utils/Printer.h>
44 static void dumpProcessHeader(Printer& printer, pid_t pid, const char* timeStr) {
65 printer.printLine();
66 printer.printLine();
67 printer.printFormatLine("----- pid %d at %s -----", pid, timeStr);
68 printer.printFormatLine("Cmd line: %s", procName);
71 static void dumpProcessFooter(Printer& printer, pid_t pid) {
72 printer.printLine()
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 49 #include <google/protobuf/io/printer.h>
97 void FileGenerator::GenerateProtoHeader(io::Printer* printer,
104 GenerateTopHeaderGuard(printer, filename_identifier);
107 GenerateLibraryIncludes(printer);
113 printer->Print(
118 GenerateMetadataPragma(printer, info_path);
120 printer->Print(
124 GenerateForwardDeclarations(printer);
127 GenerateNamespaceOpeners(printer);
    [all...]
cpp_enum.cc 39 #include <google/protobuf/io/printer.h>
80 void EnumGenerator::GenerateDefinition(io::Printer* printer) {
86 printer->Print(vars, "enum $enumbase$ {\n");
87 printer->Annotate("enumbase", descriptor_);
88 printer->Indent();
104 if (i > 0) printer->Print(",\n");
105 printer->Print(vars, "$prefix$$name$$deprecation$ = $number$");
118 if (descriptor_->value_count() > 0) printer->Print(",\n");
119 printer->Print(vars
    [all...]
cpp_helpers.h 48 class Printer;
230 const FileDescriptor* file, const Options& options, io::Printer* printer,
238 io::Printer* printer,
287 io::Printer* printer);
292 const char* parameters, io::Printer* printer);
cpp_extension.cc 39 #include <google/protobuf/io/printer.h>
94 void ExtensionGenerator::GenerateDeclaration(io::Printer* printer) {
116 printer->Print(vars,
125 void ExtensionGenerator::GenerateDefinition(io::Printer* printer) {
148 printer->Print(vars,
157 printer->Print(vars,
163 printer->Print(vars,
169 void ExtensionGenerator::GenerateRegistration(io::Printer* printer)
    [all...]
cpp_generator.cc 46 #include <google/protobuf/io/printer.h>
122 io::Printer printer(output.get(), '$', file_options.annotate_headers
126 &printer, file_options.annotate_headers ? info_path : "");
142 io::Printer printer(output.get(), '$', file_options.annotate_headers
146 &printer, file_options.annotate_headers ? info_path : "");
158 io::Printer printer(output.get(), '$');
159 file_generator.GenerateSource(&printer);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 56 #include <google/protobuf/io/printer.h>
105 io::Printer* printer, int* bytecode_estimate) {
135 printer->Print(vars,
144 GenerateFieldAccessorTable(printer, bytecode_estimate);
150 .GenerateStaticVariables(printer, bytecode_estimate);
155 io::Printer* printer) {
168 printer->Print(vars,
173 printer->Print(vars
    [all...]
java_extension.cc 41 #include <google/protobuf/io/printer.h>
112 void ImmutableExtensionGenerator::Generate(io::Printer* printer) {
117 printer->Print(vars,
120 WriteFieldDocComment(printer, descriptor_);
123 printer->Print(
134 printer->Print(
149 io::Printer* printer) {
153 printer->Print
    [all...]
java_shared_code_generator.cc 43 #include <google/protobuf/io/printer.h>
73 google::protobuf::scoped_ptr<io::Printer> printer(new io::Printer(output.get(), '$'));
75 printer->Print(
81 printer->Print(
86 printer->Print(
92 printer->Indent();
93 printer->Indent();
94 GenerateDescriptors(printer.get())
    [all...]
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
EditorInfoTest.java 33 import android.util.Printer;
91 Printer printer = mock(Printer.class); local
93 info.dump(printer, prefix);
94 verify(printer, atLeastOnce()).println(anyString());
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTUtils.cpp 86 auto Printer = getPrinterTable()[FldIndex];
87 if (Printer)
88 Printer(get_amd_kernel_code_t_FieldName(FldIndex), C, OS);
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmTestUtils.java 29 import android.util.Printer;
107 public static Printer LOG_PRINTER = new Printer() {
  /art/dexlayout/
dexdiag.cc 99 class Printer {
101 Printer() : section_header_width_(ComputeHeaderWidth()) {
226 Printer* printer) {
239 printer->PrintHeader();
249 printer->PrintOne(section_info.name.c_str(),
257 printer->PrintOne("GRAND TOTAL",
262 printer->PrintSkipLine();
269 Printer* printer) {
507 Printer printer; local
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ResolveInfoTest.java 26 import android.util.Printer;
71 TestPrinter printer = new TestPrinter(); local
73 resolveInfo.dump(printer, prefix);
74 assertTrue(printer.isPrintlnCalled);
77 private class TestPrinter implements Printer {
  /external/clang/test/SemaCXX/
format-strings.cpp 106 class Printer {
115 void use_class(Printer<const char *> &p) {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 31 return Printer.getSymbol(MO.getGlobal());
36 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_generator.cc 37 #include <google/protobuf/io/printer.h>
55 io::Printer* printer,
58 reflectionClassGenerator.Generate(printer);
108 io::Printer printer(output.get(), '$');
110 GenerateFile(file, &printer, &cli_options);
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 53 namespace io { class Printer; }
162 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 52 namespace io { class Printer; }
151 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 52 namespace io { class Printer; }
151 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.

Completed in 1271 milliseconds

1 2 3 4 5 6 7 891011>>