Searched refs:output (Results 176 - 200 of 3704) sorted by relevance

1234567891011>>

/external/chromium_org/base/
H A Dlocation.cc40 std::string* output) const {
41 base::StringAppendF(output, "%s[%d] ",
46 WriteFunctionName(output);
47 output->push_back(' ');
51 void Location::WriteFunctionName(std::string* output) const {
57 output->append("<");
61 output->append(">");
65 output->push_back(*p);
/external/chromium_org/chrome/browser/resources/
H A Dabout_conflicts.js38 var output = $('modulesTemplate');
39 jstProcess(input, output);
H A Dabout_flash.js14 var output = $('flashInfoTemplate');
15 jstProcess(input, output);
H A Dabout_nacl.js17 var output = $('naclInfoTemplate'); variable
18 jstProcess(input, output);
H A Dabout_voicesearch.js13 var output = $('voice-search-info-template');
14 jstProcess(input, output);
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dstring_serialization.h15 internal::String_Data** output);
16 void Deserialize_(internal::String_Data* input, String* output);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQuerySetTest.cpp18 const char* output; member in struct:blink::__anon11019
24 StringBuilder output; local
28 output.append(queryText);
32 output.appendLiteral(", ");
35 if (test.output)
36 ASSERT_STREQ(test.output, output.toString().ascii().data());
38 ASSERT_STREQ(test.input, output.toString().ascii().data());
45 // The second string represents the output string, if present.
46 // Otherwise, the output strin
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
H A Dupdate_webgl_conformance_tests_unittest.py48 def assert_translate(self, input, output):
49 self.assertEqual(output, webgl.translate_khronos_test(input))
87 for input, output in styles.items():
89 output_text += construct_style(output if output else input)
90 for input, output in scripts.items():
92 output_text += construct_script(output if output else input)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpunyref.h58 char output[] );
62 /* units; surrogate pairs are not allowed), and the output */
64 /* output string is *not* null-terminated; it will contain */
71 /* number of code points actually output. The case_flags array */
83 /* output_size and output might contain garbage. */
89 punycode_uint output[],
93 /* represented as an array of ASCII code points, and the output */
99 /* code points output. The case_flags array needs room for at */
105 /* output already in the proper case, but their flags will be set */
109 /* output, an
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.cc228 bool MessageLite::SerializeToCodedStream(io::CodedOutputStream* output) const {
230 return SerializePartialToCodedStream(output);
234 io::CodedOutputStream* output) const {
236 uint8* buffer = output->GetDirectBufferForNBytesAndAdvance(size);
244 int original_byte_count = output->ByteCount();
245 SerializeWithCachedSizes(output);
246 if (output->HadError()) {
249 int final_byte_count = output->ByteCount();
261 io::ZeroCopyOutputStream* output) const {
262 io::CodedOutputStream encoder(output);
320 string output; local
327 string output; local
[all...]
/external/chromium_org/third_party/skia/include/xml/
H A DSkBML_XMLParser.h25 static void Read(SkStream& s, SkWStream& output);
28 static void Read(SkStream& s, SkXMLParser& output);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daccelerate.cc20 AudioMultiVector* output,
27 // from input to output.
28 output->PushBackInterleaved(input, input_length);
31 return TimeStretch::Process(input, input_length, output,
46 AudioMultiVector* output) const {
57 output->PushBackInterleaved(input, fs_mult_120 * num_channels_);
62 // Cross-fade |temp_vector| onto the end of |output|.
63 output->CrossFade(temp_vector, peak_index);
65 output->PushBackInterleaved(
76 output
17 Process( const int16_t* input, size_t input_length, AudioMultiVector* output, int16_t* length_change_samples) argument
[all...]
/external/deqp/framework/delibs/destream/
H A DdeStreamCpyThread.h35 deOutStream* output; member in struct:deStreamCpyThread_s
40 deStreamCpyThread* deStreamCpyThread_create (deInStream* input, deOutStream* output, deInt32 bufferSize);
/external/harfbuzz_ng/util/
H A Dshape-consumer.hh39 output (parser),
45 output.init (font_opts);
54 output.new_line ();
60 output.consume_text (buffer, text, text_len, shaper.utf8_clusters);
64 output.shape_failed (buffer, text, text_len, shaper.utf8_clusters);
69 output.consume_glyphs (buffer, text, text_len, shaper.utf8_clusters);
73 output.finish (font_opts);
83 output_t output; member in struct:shape_consumer_t
/external/icu/icu4c/source/test/intltest/
H A Dpunyref.h58 char output[] );
62 /* units; surrogate pairs are not allowed), and the output */
64 /* output string is *not* null-terminated; it will contain */
71 /* number of code points actually output. The case_flags array */
83 /* output_size and output might contain garbage. */
89 punycode_uint output[],
93 /* represented as an array of ASCII code points, and the output */
99 /* code points output. The case_flags array needs room for at */
105 /* output already in the proper case, but their flags will be set */
109 /* output, an
[all...]
/external/libcxx/test/input.output/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/Android.mk
19 test_name := input.output/nothing_to_do
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.manip/flush
23 test_name := input.output/iostream.format/output.streams/ostream.manip/ends
27 test_name := input.output/iostream.format/output.streams/ostream.manip/endl
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.seeks/seekp2
23 test_name := input.output/iostream.format/output.streams/ostream.seeks/seekp
27 test_name := input.output/iostream.format/output.streams/ostream.seeks/tellp
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.unformatted/flush
23 test_name := input.output/iostream.format/output.streams/ostream.unformatted/put
27 test_name := input.output/iostream.format/output.streams/ostream.unformatted/write
/external/protobuf/src/google/protobuf/
H A Dmessage_lite.cc228 bool MessageLite::SerializeToCodedStream(io::CodedOutputStream* output) const {
230 return SerializePartialToCodedStream(output);
234 io::CodedOutputStream* output) const {
236 uint8* buffer = output->GetDirectBufferForNBytesAndAdvance(size);
244 int original_byte_count = output->ByteCount();
245 SerializeWithCachedSizes(output);
246 if (output->HadError()) {
249 int final_byte_count = output->ByteCount();
261 io::ZeroCopyOutputStream* output) const {
262 io::CodedOutputStream encoder(output);
320 string output; local
327 string output; local
[all...]
/external/skia/include/xml/
H A DSkBML_XMLParser.h25 static void Read(SkStream& s, SkWStream& output);
28 static void Read(SkStream& s, SkXMLParser& output);
/external/valgrind/main/gdbserver_tests/
H A Dnlsigvgdb.stderr.exp6 Reset valgrind output to log (orderly_finish)
/external/chromium_org/url/
H A Durl_canon_icu.cc120 CanonOutput* output) {
125 int begin_offset = output->length();
126 int dest_capacity = output->capacity() - begin_offset;
127 output->set_length(output->length());
131 char* dest = &output->data()[begin_offset];
135 output->set_length(begin_offset + required_capacity);
141 output->Resize(begin_offset + dest_capacity);
149 // The output must be ASCII, but is represented as wide characters.
151 // On success, the output wil
162 IDNToASCII(const base::char16* src, int src_len, CanonOutputW* output) argument
[all...]
H A Durl_canon_path.cc25 // This character must be escaped in the canonical output. Note that all
31 // This character must be unescaped in canonical output. Not valid with
134 // Rewinds the output to the previous slash. It is assumed that the output
144 // because it is run only on the canonical output.
146 // The output is guaranteed to end in a slash when this function completes.
148 CanonOutput* output) {
149 DCHECK(output->length() > 0);
151 int i = output->length() - 1;
152 DCHECK(output
147 BackUpToPreviousSlash(int path_begin_in_output, CanonOutput* output) argument
179 DoPartialPath(const CHAR* spec, const Component& path, int path_begin_in_output, CanonOutput* output) argument
297 DoPath(const CHAR* spec, const Component& path, CanonOutput* output, Component* out_path) argument
322 CanonicalizePath(const char* spec, const Component& path, CanonOutput* output, Component* out_path) argument
329 CanonicalizePath(const base::char16* spec, const Component& path, CanonOutput* output, Component* out_path) argument
336 CanonicalizePartialPath(const char* spec, const Component& path, int path_begin_in_output, CanonOutput* output) argument
344 CanonicalizePartialPath(const base::char16* spec, const Component& path, int path_begin_in_output, CanonOutput* output) argument
[all...]
/external/chromium_org/chrome/test/perf/
H A Dperf_test.cc52 std::string output; local
58 return output;
117 AppendResult(output,
124 AppendResult(output,
131 AppendResult(output,
138 AppendResult(output,
146 AppendResult(output,
153 AppendResult(output,
160 AppendResult(output,
167 AppendResult(output,
268 std::string output; local
[all...]

Completed in 775 milliseconds

1234567891011>>