Home
last modified time | relevance | path

Searched refs:allowance (Results 1 – 25 of 46) sorted by relevance

12

/third_party/python/Lib/
Dpprint.py167 def _format(self, object, stream, indent, allowance, context, level): argument
175 max_width = self._width - indent - allowance
180 p(self, object, stream, indent, allowance, context, level + 1)
190 self._pprint_dataclass(object, stream, indent, allowance, context, level + 1)
195 def _pprint_dataclass(self, object, stream, indent, allowance, context, level): argument
200 self._format_namespace_items(items, stream, indent, allowance, context, level)
205 def _pprint_dict(self, object, stream, indent, allowance, context, level): argument
216 self._format_dict_items(items, stream, indent, allowance + 1,
222 def _pprint_ordered_dict(self, object, stream, indent, allowance, context, level): argument
229 indent + len(cls.__name__) + 1, allowance + 1,
[all …]
/third_party/python/Lib/urllib/
Drobotparser.py176 return entry.allowance(url)
179 return self.default_entry.allowance(url)
218 def __init__(self, path, allowance): argument
219 if path == '' and not allowance:
221 allowance = True
224 self.allowance = allowance
230 return ("Allow" if self.allowance else "Disallow") + ": " + self.path
266 def allowance(self, filename): member in Entry
272 return line.allowance
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fog_distance.txt53 plane (i.e., OpenGL's standard implementation allowance as cited above);
DNV_blend_minmax_factor.txt220 This limitation matches the allowance of the advanced blend
DNV_texture_rectangle.txt179 RESOLUTION: Yes. The one non-obvious allowance to support
/third_party/openGLES/extensions/NV/
DNV_fog_distance.txt53 plane (i.e., OpenGL's standard implementation allowance as cited above);
DNV_blend_minmax_factor.txt220 This limitation matches the allowance of the advanced blend
DNV_texture_rectangle.txt179 RESOLUTION: Yes. The one non-obvious allowance to support
/third_party/openGLES/extensions/EXT/
DEXT_packed_float.txt696 This allowance flushes denorms to zero:
700 This allowance treats Infinity as a finite value:
704 This allowance treats NaN encodings as finite values:
DEXT_provoking_vertex.txt403 shader compiler the maximum allowance for scheduling computation
448 12. How should the allowance for handling quadrilateral primitives
DEXT_framebuffer_sRGB.txt574 allowance for approximations is provided. The expectation is
DEXT_texture_compression_latc.txt776 a decoding allowance in DirectX 10.
DEXT_texture_compression_rgtc.txt880 a decoding allowance in DirectX 10.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_packed_float.txt696 This allowance flushes denorms to zero:
700 This allowance treats Infinity as a finite value:
704 This allowance treats NaN encodings as finite values:
DEXT_provoking_vertex.txt403 shader compiler the maximum allowance for scheduling computation
448 12. How should the allowance for handling quadrilateral primitives
DEXT_framebuffer_sRGB.txt574 allowance for approximations is provided. The expectation is
DEXT_texture_compression_latc.txt776 a decoding allowance in DirectX 10.
/third_party/openGLES/extensions/QCOM/
DQCOM_shading_rate.txt371 This wide allowance for implementation-dependent behavior
385 defined. This wide allowance for implementation-dependent behavior enables the
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_multisample.txt685 3 5/14/09 jbolz Add allowance for not supporting multisample
687 2 5/08/09 jbolz Add allowance for varying sample locations,
DARB_provoking_vertex.txt485 shader compiler the maximum allowance for scheduling computation
530 12. How should the allowance for handling quadrilateral primitives
DARB_framebuffer_sRGB.txt500 allowance for approximations is provided. The expectation is
/third_party/openGLES/extensions/ARB/
DARB_texture_multisample.txt695 3 5/14/09 jbolz Add allowance for not supporting multisample
697 2 5/08/09 jbolz Add allowance for varying sample locations,
DARB_provoking_vertex.txt495 shader compiler the maximum allowance for scheduling computation
540 12. How should the allowance for handling quadrilateral primitives
DARB_framebuffer_sRGB.txt515 allowance for approximations is provided. The expectation is
DARB_texture_compression_rgtc.txt817 a decoding allowance in DirectX 10.

12