/external/chromium/sdch/open-vcdiff/packages/deb/ |
libvcdcom-dev.install | 3 usr/include/google/output_string.h
|
/external/chromium/sdch/open-vcdiff/src/google/ |
vcencoder.h | 21 #include "google/output_string.h" 145 // string output_string; 147 // if (!v.StartEncoding(&output_string)) { 151 // Process(output_string.data(), output_string.size()); 152 // output_string.clear(); 154 // if (!v.EncodeChunk(data_buf, data_len, &output_string)) { 158 // // The encoding is appended to output_string at each call, 159 // // so clear output_string once its contents have been processed. 160 // 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...] |
/external/chromium/chrome/browser/chromeos/ |
name_value_pairs_parser.cc | 70 std::string output_string; local 73 if (argc < 1 || !base::GetAppOutput(command_line, &output_string)) { 77 TrimWhitespaceASCII(output_string, TRIM_ALL, &output_string); 78 AddNameValuePair(key, output_string); 88 std::string output_string; local 91 if (argc < 1 || !base::GetAppOutput(command_line, &output_string)) { 95 if (!ParseNameValuePairs(output_string, eq, delim)) {
|
/system/core/include/cutils/ |
dir_hash.h | 22 char *output_string, size_t max_output_string); 26 char **output_string);
|
/external/chromium/sdch/open-vcdiff/src/ |
encodetable_test.cc | 27 #include "google/output_string.h" 45 output_string(&out), 159 OutputString<string> output_string; member in class:open_vcdiff::__anon4256::CodeTableWriterTest 197 standard_writer.Output(&output_string); 203 standard_writer.Output(&output_string); 210 interleaved_writer.Output(&output_string); 215 exercise_writer.Output(&output_string); 224 standard_writer.Output(&output_string); 243 exercise_writer.Output(&output_string); 262 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"
|
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);
|
vcdecoder.cc | 43 #include "google/output_string.h" 346 OutputStringInterface* output_string); [all...] |
vcencoder.cc | 36 #include "google/output_string.h"
|
encodetable.cc | 23 #include "google/output_string.h"
|
vcdiffengine_test.cc | 25 #include "google/output_string.h" [all...] |
vcdecoder4_test.cc | 604 // contents of output_string between calls to DecodeChunk(). That restriction [all...] |
/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, 261 * The string is returned as *output_string; the return value is the length 266 char **output_string) { 332 *output_string = buf;
|
/external/llvm/test/Bindings/Ocaml/ |
bitreader.ml | 58 output_string oc "not a bitcode file\n";
|
/external/chromium/sdch/ |
sdch.gyp | 27 'open-vcdiff/src/google/output_string.h',
|
/external/chromium/googleurl/src/ |
url_util_unittest.cc | 127 std::string output_string; local 128 url_canon::StdStringCanonOutput output(&output_string); 135 return output_string;
|
/external/chromium/sdch/open-vcdiff/vsprojects/vcddec/ |
vcddec.vcproj | 165 RelativePath="..\..\src\google\output_string.h"
|
/external/chromium/sdch/open-vcdiff/vsprojects/vcdenc/ |
vcdenc.vcproj | 176 RelativePath="..\..\src\google\output_string.h"
|
/external/chromium/sdch/open-vcdiff/ |
Makefile.am | 25 src/google/output_string.h 93 libvcdcom_la_SOURCES = src/google/output_string.h \
|
Makefile.in | 356 src/google/output_string.h 410 libvcdcom_la_SOURCES = src/google/output_string.h \ [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
ocaml.php | 84 'output_byte', 'output_char', 'output_string', 'output_value',
|