Searched refs:output (Results 1 - 25 of 1037) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
H A Doutput.h2 * \file include/output.h
38 * The output functions present an interface similar to the stdio functions
39 * on top of different underlying output destinations.
41 * Many PCM debugging functions (\c snd_pcm_xxx_dump_xxx) use such an output
49 * \brief Internal structure for an output object.
52 * output object. Applications don't access its contents directly.
67 size_t snd_output_buffer_string(snd_output_t *output, char **buf);
68 int snd_output_close(snd_output_t *output);
69 int snd_output_printf(snd_output_t *output, const char *format, ...)
74 int snd_output_vprintf(snd_output_t *output, cons
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
H A Doutput.h2 * \file include/output.h
38 * The output functions present an interface similar to the stdio functions
39 * on top of different underlying output destinations.
41 * Many PCM debugging functions (\c snd_pcm_xxx_dump_xxx) use such an output
49 * \brief Internal structure for an output object.
52 * output object. Applications don't access its contents directly.
67 size_t snd_output_buffer_string(snd_output_t *output, char **buf);
68 int snd_output_close(snd_output_t *output);
69 int snd_output_printf(snd_output_t *output, const char *format, ...)
74 int snd_output_vprintf(snd_output_t *output, cons
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_augassign.py123 output = []
127 output.append("__add__ called")
129 output.append("__radd__ called")
131 output.append("__iadd__ called")
135 output.append("__sub__ called")
137 output.append("__rsub__ called")
139 output.append("__isub__ called")
143 output.append("__mul__ called")
145 output.append("__rmul__ called")
147 output
[all...]
H A Dtest_sys_settrace.py486 def jump_simple_forwards(output):
487 output.append(1)
488 output.append(2)
489 output.append(3)
492 jump_simple_forwards.output = [3]
494 def jump_simple_backwards(output):
495 output.append(1)
496 output.append(2)
499 jump_simple_backwards.output = [1, 1, 2]
501 def jump_out_of_block_forwards(output)
[all...]
H A Dtest_htmlparser.py175 output = [("starttag", "a", [("b", "<")])]
176 self._run_check(["<a b='<'>"], output)
177 self._run_check(["<a ", "b='<'>"], output)
178 self._run_check(["<a b", "='<'>"], output)
179 self._run_check(["<a b=", "'<'>"], output)
180 self._run_check(["<a b='<", "'>"], output)
181 self._run_check(["<a b='<'", ">"], output)
183 output = [("starttag", "a", [("b", ">")])]
184 self._run_check(["<a b='>'>"], output)
185 self._run_check(["<a ", "b='>'>"], output)
[all...]
H A Dtest_sgmllib.py218 output = [
221 self.check_events("""<a b='v' c="v" d=v e>""", output)
222 self.check_events("""<a b = 'v' c = "v" d = v e>""", output)
223 self.check_events("""<a\nb\n=\n'v'\nc\n=\n"v"\nd\n=\nv\ne>""", output)
224 self.check_events("""<a\tb\t=\t'v'\tc\t=\t"v"\td\t=\tv\te>""", output)
387 output = [("starttag", "a", [("b", "<")])]
388 self.check_events(["<a b='<'>"], output)
389 self.check_events(["<a ", "b='<'>"], output)
390 self.check_events(["<a b", "='<'>"], output)
391 self.check_events(["<a b=", "'<'>"], output)
[all...]
H A Dtest_cmd.py195 output = StringIO.StringIO()
196 cmd = self.simplecmd(stdin=input, stdout=output)
199 self.assertMultiLineEqual(output.getvalue(),
207 output = StringIO.StringIO()
208 cmd = self.simplecmd2(stdin=input, stdout=output)
211 self.assertMultiLineEqual(output.getvalue(),
216 output = StringIO.StringIO()
218 cmd.stdout = output
220 self.assertMultiLineEqual(output.getvalue(),
H A Dtest_filecmp.py13 output = open(name, 'w')
14 output.write(data)
15 output.close()
17 output = open(self.name_diff, 'a+')
18 output.write('An extra line.\n')
19 output.close()
58 output = open(os.path.join(dir, fn), 'w')
59 output.write(data)
60 output.close()
62 output
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_augassign.py123 output = []
127 output.append("__add__ called")
129 output.append("__radd__ called")
131 output.append("__iadd__ called")
135 output.append("__sub__ called")
137 output.append("__rsub__ called")
139 output.append("__isub__ called")
143 output.append("__mul__ called")
145 output.append("__rmul__ called")
147 output
[all...]
H A Dtest_sys_settrace.py486 def jump_simple_forwards(output):
487 output.append(1)
488 output.append(2)
489 output.append(3)
492 jump_simple_forwards.output = [3]
494 def jump_simple_backwards(output):
495 output.append(1)
496 output.append(2)
499 jump_simple_backwards.output = [1, 1, 2]
501 def jump_out_of_block_forwards(output)
[all...]
H A Dtest_htmlparser.py175 output = [("starttag", "a", [("b", "<")])]
176 self._run_check(["<a b='<'>"], output)
177 self._run_check(["<a ", "b='<'>"], output)
178 self._run_check(["<a b", "='<'>"], output)
179 self._run_check(["<a b=", "'<'>"], output)
180 self._run_check(["<a b='<", "'>"], output)
181 self._run_check(["<a b='<'", ">"], output)
183 output = [("starttag", "a", [("b", ">")])]
184 self._run_check(["<a b='>'>"], output)
185 self._run_check(["<a ", "b='>'>"], output)
[all...]
H A Dtest_sgmllib.py218 output = [
221 self.check_events("""<a b='v' c="v" d=v e>""", output)
222 self.check_events("""<a b = 'v' c = "v" d = v e>""", output)
223 self.check_events("""<a\nb\n=\n'v'\nc\n=\n"v"\nd\n=\nv\ne>""", output)
224 self.check_events("""<a\tb\t=\t'v'\tc\t=\t"v"\td\t=\tv\te>""", output)
387 output = [("starttag", "a", [("b", "<")])]
388 self.check_events(["<a b='<'>"], output)
389 self.check_events(["<a ", "b='<'>"], output)
390 self.check_events(["<a b", "='<'>"], output)
391 self.check_events(["<a b=", "'<'>"], output)
[all...]
H A Dtest_cmd.py195 output = StringIO.StringIO()
196 cmd = self.simplecmd(stdin=input, stdout=output)
199 self.assertMultiLineEqual(output.getvalue(),
207 output = StringIO.StringIO()
208 cmd = self.simplecmd2(stdin=input, stdout=output)
211 self.assertMultiLineEqual(output.getvalue(),
216 output = StringIO.StringIO()
218 cmd.stdout = output
220 self.assertMultiLineEqual(output.getvalue(),
H A Dtest_filecmp.py13 output = open(name, 'w')
14 output.write(data)
15 output.close()
17 output = open(self.name_diff, 'a+')
18 output.write('An extra line.\n')
19 output.close()
58 output = open(os.path.join(dir, fn), 'w')
59 output.write(data)
60 output.close()
62 output
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dmimetools.py157 def decode(input, output, encoding):
161 return base64.decode(input, output)
164 return quopri.decode(input, output)
167 return uu.decode(input, output)
169 return output.write(input.read())
171 pipethrough(input, decodetab[encoding], output)
176 def encode(input, output, encoding):
180 return base64.encode(input, output)
183 return quopri.encode(input, output, 0)
186 return uu.encode(input, output)
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dmimetools.py157 def decode(input, output, encoding):
161 return base64.decode(input, output)
164 return quopri.decode(input, output)
167 return uu.decode(input, output)
169 return output.write(input.read())
171 pipethrough(input, decodetab[encoding], output)
176 def encode(input, output, encoding):
180 return base64.encode(input, output)
183 return quopri.encode(input, output, 0)
186 return uu.encode(input, output)
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
H A Dbase64_codec.py15 """ Encodes the object input and returns a tuple (output
24 output = base64.encodestring(input)
25 return (output, len(input))
29 """ Decodes the object input and returns a tuple (output
42 output = base64.decodestring(input)
43 return (output, len(input))
H A Dhex_codec.py15 """ Encodes the object input and returns a tuple (output
24 output = binascii.b2a_hex(input)
25 return (output, len(input))
29 """ Decodes the object input and returns a tuple (output
42 output = binascii.a2b_hex(input)
43 return (output, len(input))
H A Dquopri_codec.py13 """Encode the input, returning a tuple (output object, length consumed).
25 output = g.getvalue()
26 return (output, len(input))
29 """Decode the input, returning a tuple (output object, length consumed).
40 output = g.getvalue()
41 return (output, len(input))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
H A Dbase64_codec.py15 """ Encodes the object input and returns a tuple (output
24 output = base64.encodestring(input)
25 return (output, len(input))
29 """ Decodes the object input and returns a tuple (output
42 output = base64.decodestring(input)
43 return (output, len(input))
H A Dhex_codec.py15 """ Encodes the object input and returns a tuple (output
24 output = binascii.b2a_hex(input)
25 return (output, len(input))
29 """ Decodes the object input and returns a tuple (output
42 output = binascii.a2b_hex(input)
43 return (output, len(input))
H A Dquopri_codec.py13 """Encode the input, returning a tuple (output object, length consumed).
25 output = g.getvalue()
26 return (output, len(input))
29 """Decode the input, returning a tuple (output object, length consumed).
40 output = g.getvalue()
41 return (output, len(input))
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
H A Drs_core.rsh123 * Make a script to script call to launch work. One of the input or output is
124 * required to be a valid object. The input and output must be of the same
130 * @param output the allocation to write date into
141 rs_allocation output, const void * usrData,
148 rs_allocation output, const void * usrData);
152 * Make a script to script call to launch work. One of the input or output is
153 * required to be a valid object. The input and output must be of the same
159 * @param output the allocation to write date into
170 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
176 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
[all...]
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
H A Drs_core.rsh123 * Make a script to script call to launch work. One of the input or output is
124 * required to be a valid object. The input and output must be of the same
130 * @param output the allocation to write date into
141 rs_allocation output, const void * usrData,
148 rs_allocation output, const void * usrData);
152 * Make a script to script call to launch work. One of the input or output is
153 * required to be a valid object. The input and output must be of the same
159 * @param output the allocation to write date into
170 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
176 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
[all...]
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
H A Drs_core.rsh123 * Make a script to script call to launch work. One of the input or output is
124 * required to be a valid object. The input and output must be of the same
130 * @param output the allocation to write date into
141 rs_allocation output, const void * usrData,
148 rs_allocation output, const void * usrData);
152 * Make a script to script call to launch work. One of the input or output is
153 * required to be a valid object. The input and output must be of the same
159 * @param output the allocation to write date into
170 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
176 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
[all...]

Completed in 1307 milliseconds

1234567891011>>