Searched defs:output (Results 501 - 525 of 1355) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_win_unittest.cc31 std::wstring output = local
33 EXPECT_EQ(input, output);
138 std::wstring output = local
140 EXPECT_EQ(url.spec(), base::WideToUTF8(output));
288 std::string output(glob.get(), glob.Size());
292 EXPECT_EQ(file_contents, output);
333 std::string output(glob.get(), glob.Size());
334 EXPECT_EQ(expected_cf_html, output);
/external/chromium_org/ui/base/webui/
H A Dweb_ui_util.cc34 std::vector<unsigned char> output; local
35 gfx::PNGCodec::EncodeBGRASkBitmap(bitmap, false, &output);
37 str_url.insert(str_url.end(), output.begin(), output.end());
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_event_dispatcher_x11_unittest.cc21 DisplaySnapshotX11* CreateOutput(RROutput output, RRCrtc crtc) { argument
37 output,
104 void DispatchOutputChangeEvent(RROutput output,
139 RROutput output,
146 event.output = output;
171 // Simulate addition of the first output to the cached output list.
237 // Simulate removal of second output from cached output lis
138 DispatchOutputChangeEvent( RROutput output, RRCrtc crtc, RRMode mode, bool connected) argument
[all...]
/external/chromium_org/url/
H A Durl_canon_host.cc48 // escape sequence like "%zz", we'll add "%25zz" to the output and fail.
74 // Scans a host name and fills in the output flags according to what we find.
98 // the output.
113 // The return value indicates if the output is a potentially valid host name.
117 CanonOutputT<OUTCHAR>* output,
132 AppendEscapedChar('%', output);
143 AppendEscapedChar(source, output);
147 AppendEscapedChar(source, output);
152 output->push_back(replacement);
155 // It's a non-ascii char. Just push it to the output
115 DoSimpleHost(const INCHAR* host, int host_len, CanonOutputT<OUTCHAR>* output, bool* has_non_ascii) argument
167 DoIDNHost(const base::char16* src, int src_len, CanonOutput* output) argument
197 DoComplexHost(const char* host, int host_len, bool has_non_ascii, bool has_escaped, CanonOutput* output) argument
260 DoComplexHost(const base::char16* host, int host_len, bool has_non_ascii, bool has_escaped, CanonOutput* output) argument
291 DoHost(const CHAR* spec, const Component& host, CanonOutput* output, CanonHostInfo* host_info) argument
344 CanonicalizeHost(const char* spec, const Component& host, CanonOutput* output, Component* out_host) argument
354 CanonicalizeHost(const base::char16* spec, const Component& host, CanonOutput* output, Component* out_host) argument
364 CanonicalizeHostVerbose(const char* spec, const Component& host, CanonOutput* output, CanonHostInfo* host_info) argument
371 CanonicalizeHostVerbose(const base::char16* spec, const Component& host, CanonOutput* output, CanonHostInfo* host_info) 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/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLCipherRSA.java231 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, argument
260 byte[] output = new byte[buffer.length];
264 resultSize = NativeCrypto.RSA_private_encrypt(tmpBuf.length, tmpBuf, output,
267 resultSize = NativeCrypto.RSA_public_encrypt(tmpBuf.length, tmpBuf, output,
273 resultSize = NativeCrypto.RSA_private_decrypt(tmpBuf.length, tmpBuf, output,
276 resultSize = NativeCrypto.RSA_public_decrypt(tmpBuf.length, tmpBuf, output,
285 if (!encrypting && resultSize != output.length) {
286 output = Arrays.copyOf(output, resultSize);
290 return output;
294 engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
[all...]
/external/deqp/framework/delibs/destream/
H A DdeThreadStream.c21 * \brief Buffered and threaded input and output streams
190 void deThreadOutStream_init (deOutStream* stream, deOutStream* output, int ringbufferBlockSize, int ringbufferBlockCount) argument
203 threadStream->thread = deStreamCpyThread_create(&(threadStream->consumerStream), output, ringbufferBlockSize);
/external/fio/
H A Didletime.c437 void show_idle_prof_stats(int output, struct json_object *parent) argument
443 if (output == FIO_OUTPUT_NORMAL) {
471 if ((ipc.opt != IDLE_PROF_OPT_NONE) && (output == FIO_OUTPUT_JSON)) {
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
H A DProtobufWireAdapter.java59 * The output coming from the peer.
71 * @param output the {@link OutputStream} to the peer
73 public ProtobufWireAdapter(InputStream input, OutputStream output) { argument
75 mOutputStream = output;
/external/icu/icu4c/source/io/
H A Dsprintf.c35 /* u_minstrncpy copies the minimum number of code units of (count or output->available) */
41 u_localized_print_string *output = (u_localized_print_string *)context; local
42 int32_t size = ufmt_min(count, output->available);
44 u_strncpy(output->str + (output->len - output->available), str, size);
45 output->available -= size;
55 u_localized_print_string *output = (u_localized_print_string *)context; local
59 resultLen = ufmt_min(resultLen, output->available);
64 int32_t outputPos = output
[all...]
/external/ipsec-tools/
H A Dmain.c246 char *output = racoon_malloc(length + 1); local
247 if (output) {
250 output[i] = (data[i] < ' ' || data[i] > '~') ? '?' : data[i];
252 output[length] = '\0';
254 return output;
/external/javassist/sample/preproc/
H A DCompiler.java54 protected BufferedWriter output; field in class:Compiler
76 output = new BufferedWriter(new FileWriter(outputname));
90 CommentSkipper reader = new CommentSkipper(input, output);
92 output.write(c);
104 output.write(c);
107 output.close();
113 output.write(c);
118 output.write(c);
133 output.write(word[i]);
151 output
303 private BufferedWriter output; field in class:CommentSkipper
[all...]
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationsWriter.java32 * output = new ByteArrayOutputStream();
33 * writer = new AnnotationsWriter(output, pool);
43 * byte[] attribute_info = output.toByteArray();
60 private OutputStream output; field in class:AnnotationsWriter
64 * Constructs with the given output stream.
66 * @param os the output stream.
70 output = os;
82 * Closes the output stream.
86 output.close();
96 output
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDefaultHdfParser.java35 public void parse(Reader reader, Data output, ErrorHandler errorHandler, argument
45 parseLine(line, output, context, lineReader, dataFileName, errorHandler);
49 private void parseLine(String line, Data output, List<String> context, argument
57 output.setValue(createFullPath(context, split.left), split.right);
63 output.setValue(createFullPath(context, split.left), readToToken(lineReader, split.right));
74 output.setSymlink(createFullPath(context, split.left), split.right);
/external/libvorbis/doc/
H A D04-codec.tex407 decode zeroing all channel output vectors and skipping to the
408 add/overlap output stage.
415 'unused' which indicates that that final output vector is all-zero
552 bits with sign), even when output is to a 16 bit PCM device. For the
578 Windowed MDCT output is overlapped and added with the right hand data
601 calculating PCM offsets; after the first frame, the proper PCM output
606 \subsubsection{output channel order}
615 is naturally possible for a decoder to produce output with channels in
/external/libvpx/libvpx/test/
H A Ddct32x32_test.cc52 double output[kNumCoeffs]) {
60 output[j * 32 + i] = temp_out[j];
66 temp_in[j] = output[j + i*32];
70 output[j + i * 32] = temp_out[j] / 4;
51 reference_32x32_dct_2d(const int16_t input[kNumCoeffs], double output[kNumCoeffs]) argument
/external/libvpx/libvpx/vp8/common/
H A Didctllm.c35 short output[16]; local
37 short *op = output;
64 ip = output;
65 op = output;
91 ip = output;
142 short output[16]; local
147 short *op = output;
164 ip = output;
165 op = output;
190 mb_dqcoeff[i * 16] = output[
[all...]
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_mmx.c17 void vp8_short_fdct4x4_mmx(short *input, short *output, int pitch);
18 void vp8_short_fdct8x4_mmx(short *input, short *output, int pitch) argument
20 vp8_short_fdct4x4_mmx(input, output, pitch);
21 vp8_short_fdct4x4_mmx(input + 4, output + 16, pitch);
/external/ltrace/
H A Doptions.h39 int indent; /* -n: indent trace output according to program flow */
40 FILE *output; /* output to a specific file */ member in struct:options_t
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.h64 struct si_shader_io output[32]; member in struct:si_shader
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad.h99 struct quad_header_output output; member in struct:quad_header
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_output.c80 output_create_resources(xf86OutputPtr output) argument
87 output_dpms(xf86OutputPtr output, int mode) argument
92 output_detect(xf86OutputPtr output) argument
94 modesettingPtr ms = modesettingPTR(output->scrn);
95 struct output_private *priv = output->driver_private;
122 output_get_modes(xf86OutputPtr output) argument
124 struct output_private *priv = output->driver_private;
152 ddc_mon = xf86InterpretEDID(output->scrn->scrnIndex,
158 xf86OutputSetEDID(output, ddc_mon);
195 output_mode_valid(xf86OutputPtr output, DisplayModePt argument
211 output_set_property(xf86OutputPtr output, Atom property, RRPropertyValuePtr value) argument
219 output_get_property(xf86OutputPtr output, Atom property) argument
226 output_destroy(xf86OutputPtr output) argument
256 xf86OutputPtr output; local
332 xorg_output_get_id(xf86OutputPtr output) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_shader.cpp143 bool output = stage == MESA_SHADER_FRAGMENT; local
148 input, output, temp, uniform);
/external/openssl/crypto/des/
H A Ddes_enc.c288 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, argument
302 out=output;
/external/oprofile/libutil++/tests/
H A Dstring_manip_tests.cpp25 Output output; member in struct:input_output
31 Output const & output, Result const & result)
33 if (result != output) {
36 << "expect:\n\"" << output << "\"\n"
58 check_result("erase_to_last_of()", cur->input, cur->output,
85 check_result("split()", cur->input, cur->output.first, temp);
86 check_result("split()", cur->input, cur->output.second, result);
108 bool result = is_prefix(cur->input, cur->output.first);
109 if (result != cur->output.second) {
111 << cur->output
30 check_result(char const * fct_name, Input const & input, Output const & output, Result const & result) argument
[all...]

Completed in 1557 milliseconds

<<21222324252627282930>>