HomeSort by relevance Sort by last modified time
    Searched refs:OutputString (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium/sdch/open-vcdiff/src/google/
output_string.h 63 // definitions of OutputString methods -- see output_string_types.h for some
66 class OutputString : public OutputStringInterface {
68 explicit OutputString(StringClass* impl) : impl_(impl) { }
70 virtual ~OutputString() { }
72 virtual OutputString& append(const char* s, size_t n) {
98 OutputString(const OutputString&);
99 void operator=(const OutputString&);
102 // Don't allow the OutputString template to be based upon a pointer to
104 // lack any functions expected of an OutputString
    [all...]
vcencoder.h 191 OutputString<OutputType> output_string(output);
206 OutputString<OutputType> output_string(output);
221 OutputString<OutputType> output_string(output);
276 OutputString<OutputType> output_string(output);
vcdecoder.h 83 OutputString<OutputType> output_string(output);
161 OutputString<OutputType> output_string(target);
  /external/chromium/sdch/open-vcdiff/src/
output_string_crope.h 16 // Contains a class that demonstrates how to specialize OutputString for the
29 // *** OutputString interface for crope (OutputCrope)
33 void OutputString<__gnu_cxx::crope>::ReserveAdditionalBytes(
36 typedef OutputString<__gnu_cxx::crope> OutputCrope;
output_string_test.cc 39 OutputString<string> output_string_;
  /external/chromium_org/sdch/open-vcdiff/src/google/
output_string.h 63 // definitions of OutputString methods -- see output_string_types.h for some
66 class OutputString : public OutputStringInterface {
68 explicit OutputString(StringClass* impl) : impl_(impl) { }
70 virtual ~OutputString() { }
72 virtual OutputString& append(const char* s, size_t n) {
98 OutputString(const OutputString&);
99 void operator=(const OutputString&);
102 // Don't allow the OutputString template to be based upon a pointer to
104 // lack any functions expected of an OutputString
    [all...]
vcencoder.h 161 OutputString<OutputType> output_string(output);
176 OutputString<OutputType> output_string(output);
191 OutputString<OutputType> output_string(output);
240 OutputString<OutputType> output_string(output);
vcdecoder.h 83 OutputString<OutputType> output_string(output);
161 OutputString<OutputType> output_string(target);
  /external/chromium_org/sdch/open-vcdiff/src/
output_string_crope.h 16 // Contains a class that demonstrates how to specialize OutputString for the
29 // *** OutputString interface for crope (OutputCrope)
33 void OutputString<__gnu_cxx::crope>::ReserveAdditionalBytes(
36 typedef OutputString<__gnu_cxx::crope> OutputCrope;
jsonwriter_test.cc 40 OutputString<string> output_string_;
128 OutputString<string> output_string2(&out2);
output_string_test.cc 39 OutputString<string> output_string_;
  /external/open-vcdiff/src/google/
output_string.h 63 // definitions of OutputString methods -- see output_string_types.h for some
66 class OutputString : public OutputStringInterface {
68 explicit OutputString(StringClass* impl) : impl_(impl) { }
70 virtual ~OutputString() { }
72 virtual OutputString& append(const char* s, size_t n) {
98 OutputString(const OutputString&);
99 void operator=(const OutputString&);
102 // Don't allow the OutputString template to be based upon a pointer to
104 // lack any functions expected of an OutputString
    [all...]
vcencoder.h 161 OutputString<OutputType> output_string(output);
176 OutputString<OutputType> output_string(output);
191 OutputString<OutputType> output_string(output);
240 OutputString<OutputType> output_string(output);
vcdecoder.h 83 OutputString<OutputType> output_string(output);
161 OutputString<OutputType> output_string(target);
  /external/open-vcdiff/src/
output_string_crope.h 16 // Contains a class that demonstrates how to specialize OutputString for the
29 // *** OutputString interface for crope (OutputCrope)
33 void OutputString<__gnu_cxx::crope>::ReserveAdditionalBytes(
36 typedef OutputString<__gnu_cxx::crope> OutputCrope;
jsonwriter_test.cc 40 OutputString<string> output_string_;
128 OutputString<string> output_string2(&out2);
output_string_test.cc 39 OutputString<string> output_string_;
  /external/chromium_org/tools/gn/
standard_out.h 19 void OutputString(const std::string& output,
command_help.cc 27 OutputString(" " + line.substr(0, colon_offset), DECORATION_YELLOW);
30 OutputString(line.substr(first_normal) + "\n");
34 OutputString("Commands (type \"gn help <command>\" for more details):\n");
41 OutputString(
52 OutputString("\nBuildfile functions (type \"gn help <function>\" for more "
61 OutputString(" " + sorted_functions[i] + "\n", DECORATION_YELLOW);
64 OutputString("\nBuilt-in predefined variables (type \"gn help <variable>\" "
73 OutputString("\nVariables you set in targets (type \"gn help <variable>\" "
81 OutputString("\nOther help topics:\n");
108 OutputString(found_command->second.help)
    [all...]
command_desc.cc 56 OutputString(indent +
69 OutputString("\nDependency tree:\n");
78 OutputString("\nAll recursive dependencies:\n");
87 OutputString("\nDirect dependencies "
102 OutputString(" " + deps[i].GetUserVisibleName(toolchain_label) + "\n");
108 OutputString("\nConfigs (in order applying):\n");
113 OutputString(" " +
120 OutputString("\nSources:\n");
125 OutputString(" " + sources[i].value() + "\n");
209 OutputString(std::string(header_name) + "\n")
    [all...]
command_gen.cc 67 OutputString("Done. ", DECORATION_GREEN);
76 OutputString(stats);
standard_out.cc 43 void OutputString(const std::string& output, TextDecoration dec) {
80 void OutputString(const std::string& output, TextDecoration dec) {
err.cc 81 OutputString(highlight, DECORATION_BLUE);
160 OutputString("ERROR ", DECORATION_RED);
177 OutputString(loc_str + message_ + "\n");
184 OutputString(line + "\n", DECORATION_BOLD);
191 OutputString(help_text_ + "\n");
scheduler.cc 108 OutputString(verb, DECORATION_YELLOW);
109 OutputString(" " + msg + "\n");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 469 return "%s %s" % ( header, self.OutputString(attrs) )
485 """ % ( self.OutputString(attrs).replace('"',r'\"'), )
488 def OutputString(self, attrs=None):
518 # end OutputString

Completed in 361 milliseconds

1 2