/external/chromium_org/sdch/open-vcdiff/packages/deb/ |
libvcdcom-dev.install | 3 usr/include/google/output_string.h
|
/external/chromium_org/sdch/open-vcdiff/src/google/ |
vcencoder.h | 21 #include "google/output_string.h" 115 // string output_string; 117 // if (!v.StartEncoding(&output_string)) { 121 // Process(output_string.data(), output_string.size()); 122 // output_string.clear(); 124 // if (!v.EncodeChunk(data_buf, data_len, &output_string)) { 128 // // The encoding is appended to output_string at each call, 129 // // so clear output_string once its contents have been processed. 130 // Process(output_string.data(), output_string.size()) [all...] |
vcdecoder.h | 21 #include "google/output_string.h" 38 // if (!v.DecodeChunk(data, len, &output_string)) { 42 // process(output_string); // might have no new data, though 68 // they are appended to output_string. 73 // Note: we *append*, so the old contents of output_string stick around. 77 // output_string is guaranteed to be resized no more than once for each 83 OutputString<OutputType> output_string(output); 84 return DecodeChunkToInterface(data, len, &output_string); 88 OutputStringInterface* output_string); 161 OutputString<OutputType> output_string(target) [all...] |
/system/core/include/cutils/ |
dir_hash.h | 22 char *output_string, size_t max_output_string); 26 char **output_string);
|
/external/chromium_org/chromeos/system/ |
name_value_pairs_parser.cc | 111 std::string output_string; local 112 if (!GetToolOutput(argc, argv, &output_string)) 115 base::TrimWhitespaceASCII(output_string, base::TRIM_ALL, &output_string); 116 AddNameValuePair(key, output_string); 140 std::string output_string; local 141 if (!GetToolOutput(argc, argv, &output_string)) 145 output_string, eq, delim, comment_delim);
|
/external/chromium_org/sdch/open-vcdiff/src/ |
encodetable_test.cc | 26 #include "google/output_string.h" 44 output_string(&out), 143 OutputString<string> output_string; member in class:open_vcdiff::__anon15276::CodeTableWriterTest 181 standard_writer.Output(&output_string); 187 standard_writer.Output(&output_string); 194 interleaved_writer.Output(&output_string); 199 exercise_writer.Output(&output_string); 206 standard_writer.Output(&output_string); 224 exercise_writer.Output(&output_string); 242 standard_writer.Output(&output_string); [all...] |
varint_bigendian.cc | 22 #include "google/output_string.h" 102 OutputStringInterface* output_string) { 105 output_string->append(&varint_buf[kMaxBytes - length], length);
|
output_string_crope.h | 25 #include "google/output_string.h"
|
vcdecoder.cc | 43 #include "google/output_string.h" 339 OutputStringInterface* output_string); 515 // copies from decoded_target_ into output_string all the data that 518 void AppendNewOutputText(OutputStringInterface* output_string); 520 // Appends to output_string the portion of decoded_target_ that has 525 void FlushDecodedTarget(OutputStringInterface* output_string); [all...] |
jsonwriter.cc | 22 #include "google/output_string.h"
|
output_string_test.cc | 18 #include "google/output_string.h"
|
varint_bigendian.h | 110 // Appends the varint representation of "value" to output_string. 113 OutputStringInterface* output_string);
|
jsonwriter_test.cc | 22 #include "google/output_string.h"
|
/system/core/libcutils/ |
dir_hash.c | 34 * Copies, if it fits within max_output_string bytes, into output_string 40 char *output_string, size_t max_output_string) { 94 output_string, max_output_string); 100 n = snprintf(output_string + used, max_output_string - used, 104 n = snprintf(output_string, max_output_string, 262 * The string is returned as *output_string; the return value is the length 267 char **output_string) { 333 *output_string = buf;
|
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_unittest.cc | 68 base::string16 output_string; local 71 EXPECT_TRUE(data2.GetString(&output_string)); 72 EXPECT_EQ(url_spec, base::UTF16ToUTF8(output_string)); 85 base::string16 output_string; local 86 EXPECT_TRUE(data.GetString(&output_string)); 87 EXPECT_EQ(string, output_string);
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
xcode_ninja.py | 31 output_string = '<?xml version="1.0" encoding="UTF-8"?>\n' + \ 36 output_string += ' <FileRef location = %s></FileRef>\n' % name 37 output_string += '</Workspace>\n' 44 if input_string == output_string: 51 output_file.write(output_string)
|
/external/chromium_org/sdch/ |
BUILD.gn | 23 "open-vcdiff/src/google/output_string.h",
|
sdch.gyp | 30 'open-vcdiff/src/google/output_string.h',
|
/external/llvm/test/Bindings/Ocaml/ |
bitreader.ml | 61 output_string oc "not a bitcode file\n";
|
/external/chromium_org/tools/gn/ |
command_format.cc | 383 std::string output_string; local 384 if (FormatFileToString(input_name, dump_tree, &output_string)) { 385 printf("%s", output_string.c_str());
|
/external/chromium_org/sdch/open-vcdiff/vsprojects/vcddec/ |
vcddec.vcproj | 165 RelativePath="..\..\src\google\output_string.h"
|
/external/chromium_org/sdch/open-vcdiff/vsprojects/vcdenc/ |
vcdenc.vcproj | 180 RelativePath="..\..\src\google\output_string.h"
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_worditerator.cc | 402 base::string16* output_string) const { 420 attribute_->OutputChar(c, output_string); 422 return !output_string->empty();
|
/external/chromium_org/tools/win/split_link/ |
split_link.py | 225 output_string = ctypes.create_string_buffer(buffer_size) 227 export, ctypes.byref(output_string), buffer_size, 0): 229 return output_string.value
|
/external/chromium_org/url/ |
url_util_unittest.cc | 96 std::string output_string; local 97 StdStringCanonOutput output(&output_string); 103 return output_string;
|