HomeSort by relevance Sort by last modified time
    Searched refs:Print (Results 26 - 50 of 146) sorted by null

12 3 4 5 6

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 61 printer->Print(vars_,
70 printer->Print(vars_,
79 printer->Print(vars_,
88 printer->Print(
104 printer->Print(vars_,
113 printer->Print(vars_,
119 printer->Print(vars_,
133 printer->Print(vars_,
152 printer->Print(sub_vars,
168 printer->Print(vars
    [all...]
cpp_extension.cc 116 printer->Print(vars,
148 printer->Print(vars,
157 printer->Print(vars,
163 printer->Print(vars,
181 printer->Print(vars,
185 printer->Print(
190 printer->Print(vars,
194 printer->Print(
199 printer->Print(vars,
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 136 printer->Print(
142 printer->Print(
147 printer->Print(
155 printer->Print(
172 printer->Print(
203 printer->Print("\n");
208 printer->Print(
225 printer->Print(
232 printer->Print(
236 printer->Print(
    [all...]
java_extension.cc 111 printer->Print(vars,
114 printer->Print(vars,
122 printer->Print(vars,
164 printer->Print(vars,
170 printer->Print(vars,
179 printer->Print(vars,
192 printer->Print(
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 121 printer->Print(
128 printer->Print(
135 printer->Print(
138 printer->Print(
140 printer->Print("\n\n");
266 // We have to print the imports after the descriptors, so that mutually
279 printer.Print(
289 printer_->Print("import $module$\n", "module",
292 printer_->Print("\n");
305 printer_->Print(m, file_descriptor_template)
    [all...]
python_plugin_unittest.cc 73 printer.Print("// inserted $name$\n", "name", insertion_point);
  /external/v8/src/arm/
disasm-arm.cc 32 // The example below will disassemble a block of code and print it to stdout.
94 // Bottleneck functions to print into the out_buffer.
96 void Print(const char* str);
153 void Decoder::Print(const char* str) {
171 // Print the condition guarding the instruction.
173 Print(cond_names[instr->ConditionField()]);
177 // Print the register name according to the active name converter.
179 Print(converter_.NameOfCPURegister(reg));
182 // Print the VFP S register name according to the active name converter.
184 Print(assembler::arm::VFPRegisters::Name(reg))
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 688 // Print text to the output stream.
689 void Print(const string& str) {
690 Print(str.data(), str.size());
693 // Print text to the output stream.
694 void Print(const char* text) {
695 Print(text, strlen(text));
698 // Print text to the output stream.
699 void Print(const char* text, int size) {
862 bool result = Print(message, &output_stream);
877 bool TextFormat::Printer::Print(const Message& message
    [all...]
text_format.h 61 static bool Print(const Message& message, io::ZeroCopyOutputStream* output);
63 // Print the fields in an UnknownFieldSet. They are printed by tag number
69 // Like Print(), but outputs directly to a string.
78 // be supplied. Note that this method will print the default value for a
92 // Like TextFormat::Print
93 bool Print(const Message& message, io::ZeroCopyOutputStream* output);
120 // Set true to print repeated primitives in a format like:
139 // Forward declaration of an internal class used to print the text
143 // Internal Print method, used for writing to the OutputStream via
145 void Print(const Message& message
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum.cc 71 printer->Print("// enum $classname$\n", "classname", descriptor_->name());
76 printer->Print(vars,
86 printer->Print(vars,
90 printer->Print("\n");
javamicro_file.cc 162 printer->Print(
166 printer->Print(
173 printer->Print(
199 printer->Print(
218 printer.Print(
222 printer.Print(
  /external/protobuf/src/google/protobuf/io/
printer.cc 60 void Printer::Print(const map<string, string>& variables, const char* text) {
114 void Printer::Print(const char* text) {
116 Print(empty, text);
119 void Printer::Print(const char* text,
123 Print(vars, text);
126 void Printer::Print(const char* text,
132 Print(vars, text);
  /device/samsung/crespo/
releasetools.py 28 print "using %s as radio.img" % (matches[0],)
37 print "no bootloader.img in target_files; skipping install"
40 info.script.Print("Writing bootloader...")
45 print "no radio.img in target_files; skipping install"
48 info.script.Print("Writing radio...")
72 print "bootloader unchanged; skipping"
75 info.script.Print("Writing bootloader...")
79 print "no bootloader.img in target target_files; skipping install"
85 print "no radio.img in target target_files; skipping install"
94 info.script.Print("Writing radio..."
    [all...]
  /external/protobuf/examples/
ListPeople.java 11 static void Print(AddressBook addressBook) {
22 System.out.print(" Mobile phone #: ");
25 System.out.print(" Home phone #: ");
28 System.out.print(" Work phone #: ");
48 Print(addressBook);
  /frameworks/base/tools/localize/
SourcePos.cpp 28 void Print(FILE* to) const;
86 ErrorPos::Print(FILE* to) const
145 err.Print(stderr);
162 it->Print(to);
  /hardware/ril/mock-ril/src/cpp/
js_support.h 26 // A javascript print function
27 extern v8::Handle<v8::Value> Print(const v8::Arguments& args);
  /device/samsung/crespo4g/
releasetools.py 21 info.script.Print("Writing radio...")
28 info.script.Print("Writing bootloader...")
41 print "using %s as %s" % matches
51 print "no bootloader in target_files; skipping install"
57 print "no radio in target_files; skipping install"
64 print "no bootloader image in target target_files; skipping"
66 print "bootloader image unchanged; skipping"
74 print "no radio image in target target_files; skipping"
76 print "radio image unchanged; skipping"
  /external/v8/src/
prettyprinter.h 43 // The following routines print a node into a string.
45 const char* Print(AstNode* node);
49 void Print(const char* format, ...);
51 // Print a node to stdout.
140 // Print text indented by the current indentation level.
141 void PrintIndented(const char* text) { Print("%*s%s", indent_, "", text); }
global-handles.h 134 static void Print();
oprofile-agent.cc 56 OS::Print("Warning: --oprofile specified but binary compiled without "
objects-debug.cc 42 void Object::Print() {
55 Print();
151 Oddball::cast(this)->to_string()->Print();
167 JSValue::cast(this)->value()->Print();
183 Name::cast(this)->Name##Print(); \
437 property_dictionary()->Print();
445 // Print in array notation for non-sparse arrays.
514 elements()->Print();
669 value()->Print();
718 shared()->name()->Print();
    [all...]
heap-profiler.cc 174 cluster.Print(&stream);
187 Print(stream_, cluster, number_and_size);
189 static void Print(StringStream* stream,
198 void ClusterTreePrinter::Print(StringStream* stream,
202 cluster.Print(stream);
329 cluster.Print(&stream);
351 void JSObjectsCluster::Print(StringStream* accumulator) const {
374 Print(accumulator);
567 // Print clusters that have no equivalents, aggregating their retainers.
573 // ...and print them
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.h 40 #include "Print.h"
80 class Max_LCD : public Print {
  /external/libvpx/build/make/
gen_msvs_def.sh 31 --help Print this message
  /external/tinyxml/
tinyxml.cpp 766 void TiXmlElement::Print( FILE* cfile, int depth ) const
780 attrib->Print( cfile, depth );
795 firstChild->Print( cfile, depth + 1 );
808 node->Print( cfile, depth+1 );
1102 Print( fp, 0 );
1136 void TiXmlDocument::Print( FILE* cfile, int depth ) const
1141 node->Print( cfile, depth );
1198 void TiXmlAttribute::Print( FILE* cfile, int /*depth*/ ) const
1290 void TiXmlComment::Print( FILE* cfile, int depth ) const
1326 void TiXmlText::Print( FILE* cfile, int depth ) cons
    [all...]

Completed in 832 milliseconds

12 3 4 5 6