Home
last modified time | relevance | path

Searched defs:_format (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/core/
Dmemory.hpp152 cl_image_format _format; member in clover::image
/external/OpenCL-CTS/test_common/harness/
DerrorHelpers.h35 #define log_perf(_number, _higherBetter, _numType, _format, ...) printf("Performance Number " _form… argument
37 #define vlog_perf(_number, _higherBetter, _numType, _format, ...) printf("Performance Number " _for… argument
/external/mesa3d/src/util/
Du_debug.h121 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap) argument
123 #define debug_vprintf(_format, _ap) ((void)0) argument
/external/python/cpython3/Lib/test/
Dtest_time.py581 _format = '%d' variable in _TestAsctimeYear
599 _format = '%04d' variable in _TestStrftimeYear
601 _format = '%d' variable in _TestStrftimeYear
638 _format = '%d' variable in _Test4dYear
/external/virglrenderer/src/gallium/auxiliary/util/
Du_debug.h119 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap) argument
121 #define debug_vprintf(_format, _ap) ((void)0) argument
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp60 vk::VkFormat _format, in ImageViewCreateInfo()
81 vk::VkFormat _format, in ImageViewCreateInfo()
120 vk::VkFormat _format, in BufferViewCreateInfo()
211 vk::VkFormat _format, in ImageCreateInfo()
408 AttachmentDescription::AttachmentDescription (vk::VkFormat _format, in AttachmentDescription()
/external/python/cpython2/Lib/
Dast.py92 def _format(node): function
Dpprint.py132 def _format(self, object, stream, indent, allowance, context, level): member in PrettyPrinter
Dlocale.py200 def _format(percent, value, grouping=False, monetary=False, *additional): function
/external/python/cpython3/Lib/distutils/tests/
Dsupport.py42 def _format(msg, args): function
/external/tensorflow/tensorflow/tools/tensorflow_builder/compat_checker/
Dcompat_checker.py740 def _format(name, arr): function
/external/python/cpython2/Lib/distutils/tests/
Dsupport.py47 def _format(msg, args): function
/external/python/cpython3/Lib/asyncio/
Dqueues.py79 def _format(self): member in Queue
/external/bcc/src/python/bcc/
Dusdt.py46 def _format(self): member in USDTProbeArgument
/external/python/cpython3/Lib/
Dast.py109 def _format(node): function
Dlocale.py183 def _format(percent, value, grouping=False, monetary=False, *additional): function
Dpprint.py163 def _format(self, object, stream, indent, allowance, context, level): member in PrettyPrinter
/external/python/setuptools/setuptools/tests/
Dtest_manifest.py343 def _format(msg, args): function
/external/python/cpython3/Lib/logging/
D__init__.py431 def _format(self, record): member in PercentStyle
449 def _format(self, record): member in StrFormatStyle
498 def _format(self, record): member in StringTemplateStyle
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp42 enum _format enum
/external/python/cpython3/Tools/stringbench/
Dstringbench.py1322 _format = "The %(thing)s is %(place)s the %(location)s." variable
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp962 SimpleDateFormat::_format(Calendar& cal, UnicodeString& appendTo, in _format() function in SimpleDateFormat