Searched defs:convert (Results 1 - 25 of 398) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
H A Dpcm_rate.h81 * convert the data
83 void (*convert)(void *obj, member in struct:snd_pcm_rate_ops
89 * convert an s16 interleaved-data array; exclusive with convert
137 void (*convert)(void *obj, member in struct:snd_pcm_rate_old_ops
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
H A Dpcm_rate.h81 * convert the data
83 void (*convert)(void *obj, member in struct:snd_pcm_rate_ops
89 * convert an s16 interleaved-data array; exclusive with convert
137 void (*convert)(void *obj, member in struct:snd_pcm_rate_old_ops
/prebuilts/gdb/darwin-x86/lib/python2.7/email/
H A Dcharset.py126 output charset when the method Charset.convert() is called. The default
196 input_codec: The name of the Python codec used to convert the
200 output_codec: The name of the Python codec used to convert Unicode
274 def convert(self, s):
284 Uses the input_codec to try and convert the string to Unicode, so it
288 Returns the string as-is if it isn't known how to convert it to
306 Uses the proper codec to try and convert the string from Unicode back
313 If to_output is True (the default), uses output_codec to convert to an
351 def header_encode(self, s, convert=False):
354 If convert i
270 def convert(self, s): member in class:Charset
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/email/
H A Dcharset.py126 output charset when the method Charset.convert() is called. The default
196 input_codec: The name of the Python codec used to convert the
200 output_codec: The name of the Python codec used to convert Unicode
274 def convert(self, s):
284 Uses the input_codec to try and convert the string to Unicode, so it
288 Returns the string as-is if it isn't known how to convert it to
306 Uses the proper codec to try and convert the string from Unicode back
313 If to_output is True (the default), uses output_codec to convert to an
351 def header_encode(self, s, convert=False):
354 If convert i
270 def convert(self, s): member in class:Charset
[all...]
/prebuilts/misc/common/swig/include/2.0.11/perl5/
H A Dnoembed.h22 #ifdef convert
23 #undef convert macro
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
H A Dcharset.py126 output charset when the method Charset.convert() is called. The default
196 input_codec: The name of the Python codec used to convert the
200 output_codec: The name of the Python codec used to convert Unicode
274 def convert(self, s):
284 Uses the input_codec to try and convert the string to Unicode, so it
288 Returns the string as-is if it isn't known how to convert it to
306 Uses the proper codec to try and convert the string from Unicode back
313 If to_output is True (the default), uses output_codec to convert to an
351 def header_encode(self, s, convert=False):
354 If convert i
270 def convert(self, s): member in class:Charset
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
H A Dcharset.py126 output charset when the method Charset.convert() is called. The default
196 input_codec: The name of the Python codec used to convert the
200 output_codec: The name of the Python codec used to convert Unicode
274 def convert(self, s):
284 Uses the input_codec to try and convert the string to Unicode, so it
288 Returns the string as-is if it isn't known how to convert it to
306 Uses the proper codec to try and convert the string from Unicode back
313 If to_output is True (the default), uses output_codec to convert to an
351 def header_encode(self, s, convert=False):
354 If convert i
270 def convert(self, s): member in class:Charset
[all...]
/prebuilts/tools/common/m2/repository/com/beust/jcommander/1.27/
H A Djcommander-1.27.jar ... .String) String optionName public java.math.BigDecimal convert (java.lang.String) NumberFormatException nfe String value public ...
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
H A Dtypes.py337 def convert(s): member in class:BinaryConverterTests
339 convert = staticmethod(convert) variable in class:BinaryConverterTests
343 sqlite.register_converter("bin", BinaryConverterTests.convert)
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
H A Dtypes.py337 def convert(s): member in class:BinaryConverterTests
339 convert = staticmethod(convert) variable in class:BinaryConverterTests
343 sqlite.register_converter("bin", BinaryConverterTests.convert)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
H A Dtypes.py337 def convert(s): member in class:BinaryConverterTests
339 convert = staticmethod(convert) variable in class:BinaryConverterTests
343 sqlite.register_converter("bin", BinaryConverterTests.convert)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
H A Dtypes.py337 def convert(s): member in class:BinaryConverterTests
339 convert = staticmethod(convert) variable in class:BinaryConverterTests
343 sqlite.register_converter("bin", BinaryConverterTests.convert)
/prebuilts/tools/common/m2/repository/com/beust/jcommander/1.48/
H A Djcommander-1.48.jar ... .String) String optionName public java.math.BigDecimal convert (java.lang.String) NumberFormatException nfe String value public ...
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dinspect.py837 def strseq(object, convert, join=joinseq):
840 return join(map(lambda o, c=convert, j=join: strseq(o, c, j), object))
842 return convert(object)
882 def convert(name, locals=locals, function in function:formatargvalues
887 specs.append(strseq(args[i], convert, join))
H A Dstring.py37 # Use str to convert Unicode literal in case of -U
158 def convert(mo): function in function:Template.substitute
172 return self.pattern.sub(convert, self.template)
184 def convert(mo): function in function:Template.safe_substitute
205 return self.pattern.sub(convert, self.template)
219 # convert UPPER CASE letters to lower case
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
H A Dpytree.py429 def convert(gr, raw_node): function
/prebuilts/gdb/darwin-x86/lib/python2.7/logging/
H A Dconfig.py279 # and they serve to convert any suitable values in the container. The
292 result = self.configurator.convert(value)
304 result = self.configurator.convert(value)
316 result = self.configurator.convert(value)
328 result = self.configurator.convert(value)
340 result = self.configurator.convert(value)
351 result = self.configurator.convert(value)
421 raise ValueError("Unable to convert %r" % value)
445 raise ValueError('Unable to convert '
450 def convert(sel member in class:BaseConfigurator
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dinspect.py837 def strseq(object, convert, join=joinseq):
840 return join(map(lambda o, c=convert, j=join: strseq(o, c, j), object))
842 return convert(object)
882 def convert(name, locals=locals, function in function:formatargvalues
887 specs.append(strseq(args[i], convert, join))
H A Dstring.py37 # Use str to convert Unicode literal in case of -U
158 def convert(mo): function in function:Template.substitute
172 return self.pattern.sub(convert, self.template)
184 def convert(mo): function in function:Template.safe_substitute
205 return self.pattern.sub(convert, self.template)
219 # convert UPPER CASE letters to lower case
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
H A Dpytree.py429 def convert(gr, raw_node): function
/prebuilts/gdb/linux-x86/lib/python2.7/logging/
H A Dconfig.py279 # and they serve to convert any suitable values in the container. The
292 result = self.configurator.convert(value)
304 result = self.configurator.convert(value)
316 result = self.configurator.convert(value)
328 result = self.configurator.convert(value)
340 result = self.configurator.convert(value)
351 result = self.configurator.convert(value)
421 raise ValueError("Unable to convert %r" % value)
445 raise ValueError('Unable to convert '
450 def convert(sel member in class:BaseConfigurator
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dinspect.py837 def strseq(object, convert, join=joinseq):
840 return join(map(lambda o, c=convert, j=join: strseq(o, c, j), object))
842 return convert(object)
882 def convert(name, locals=locals, function in function:formatargvalues
887 specs.append(strseq(args[i], convert, join))
H A Dstring.py37 # Use str to convert Unicode literal in case of -U
158 def convert(mo): function in function:Template.substitute
172 return self.pattern.sub(convert, self.template)
184 def convert(mo): function in function:Template.safe_substitute
205 return self.pattern.sub(convert, self.template)
219 # convert UPPER CASE letters to lower case
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Dpytree.py429 def convert(gr, raw_node): function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
H A Dconfig.py279 # and they serve to convert any suitable values in the container. The
292 result = self.configurator.convert(value)
304 result = self.configurator.convert(value)
316 result = self.configurator.convert(value)
328 result = self.configurator.convert(value)
340 result = self.configurator.convert(value)
351 result = self.configurator.convert(value)
421 raise ValueError("Unable to convert %r" % value)
445 raise ValueError('Unable to convert '
450 def convert(sel member in class:BaseConfigurator
[all...]

Completed in 904 milliseconds

1234567891011>>