Home
last modified time | relevance | path

Searched refs:getfloat (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_configparser.py128 self.assertAlmostEqual(cf.getfloat('Types', 'float'), 0.44)
151 self.assertAlmostEqual(cf.getfloat('Types', 'float',
153 self.assertAlmostEqual(cf.getfloat('Types', 'no-such-float',
155 eq(cf.getfloat('Types', 'no-such-float', fallback="0.0"), "0.0") # sic!
157 cf.getfloat('Types', 'no-such-float')
214 self.assertAlmostEqual(cf['Types'].getfloat('float', 0.0), 0.44)
215 self.assertAlmostEqual(cf['Types'].getfloat('float',
217 self.assertAlmostEqual(cf['Types'].getfloat('no-such-float', 0.0), 0.0)
218 self.assertAlmostEqual(cf['Types'].getfloat('no-such-float',
220 eq(cf['Types'].getfloat('no-such-float', "0.0"), "0.0") # sic!
[all …]
/external/python/cpython2/Doc/library/
Dconfigparser.rst316 .. method:: RawConfigParser.getfloat(section, option)
472 # getfloat() raises an exception if the value is not a float
474 a_float = config.getfloat('Section1', 'a_float')
/external/python/cpython3/Doc/library/
Dconfigparser.rst172 :meth:`~ConfigParser.getfloat` methods. You can register your own
214 :meth:`~ConfigParser.getint`, :meth:`~ConfigParser.getfloat` and
656 default :meth:`~ConfigParser.getint`, :meth:`~ConfigParser.getfloat`, and
810 # getfloat() raises an exception if the value is not a float
812 a_float = config.getfloat('Section1', 'a_float')
1082 .. method:: getfloat(section, option, *, raw=False, vars=None[, fallback])
/external/python/cpython2/Lib/
DConfigParser.py361 def getfloat(self, section, option): member in RawConfigParser
/external/python/cpython3/Lib/
Dconfigparser.py821 def getfloat(self, section, option, *, raw=False, vars=None, member in RawConfigParser
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles32-master.txt13406 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
Dgles31-master.txt20821 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
/external/python/cpython3/Misc/
DHISTORY11409 - Issue #9421: configparser's getint(), getfloat() and getboolean() methods
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
Dgles31-master.txt20821 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles31-master.txt24884 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
/external/deqp/android/cts/master/
Dgles31-master-2020-03-01.txt24905 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
Dgles31-master.txt24908 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
/external/deqp/android/cts/master/src/
Dgles31-master-2020-03-01.txt24905 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/
Dgles31-master.txt24954 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/
Dgles31-master.txt24958 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/
Dgles31-master.txt24958 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/
Dgles31-master.txt24906 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles31-master.txt24747 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat
/external/virglrenderer/ci/previous_results/archived/es_host_amdgpu/deqp_gles31/
Dresults.txt16400 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat Pass
/external/virglrenderer/ci/previous_results/archived/gl_host_amdgpu/deqp_gles31/
Dresults.txt16400 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat Pass
/external/virglrenderer/ci/previous_results/es_host_softpipe/deqp_gles31/
Dresults.txt16403 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat NotSupported
/external/virglrenderer/ci/previous_results/gl_host_softpipe/deqp_gles31/
Dresults.txt16403 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat NotSupported
/external/virglrenderer/ci/previous_results/archived/gl_host_i915/deqp_gles31/
Dresults.txt16400 dEQP-GLES31.functional.primitive_bounding_box.state_query.getfloat Pass