Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/external/executorch/runtime/platform/
H A Dassert.h21 #define ET_ASSERT_MESSAGE_EMIT(_format, ...) \ argument
36 #define ET_CHECK_MSG(_cond, _format, ...) \ argument
68 #define ET_DCHECK_MSG(_cond, _format, ...) ((void)0) argument
89 #define ET_DCHECK_MSG(_cond, _format, ...) \ argument
117 #define ET_ASSERT_UNREACHABLE_MSG(_format, ...) \ argument
H A Dlog.h157 #define ET_LOG(_level, _format, ...) \ argument
183 #define ET_LOG(_level, _format, ...) ((void)0) argument
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp53 …eInfo::ImageViewCreateInfo(vk::VkImage _image, vk::VkImageViewType _viewType, vk::VkFormat _format, in ImageViewCreateInfo()
71 …eInfo::ImageViewCreateInfo(vk::VkImage _image, vk::VkImageViewType _viewType, vk::VkFormat _format, in ImageViewCreateInfo()
108 BufferViewCreateInfo::BufferViewCreateInfo(vk::VkBuffer _buffer, vk::VkFormat _format, vk::VkDevice… in BufferViewCreateInfo()
194 ImageCreateInfo::ImageCreateInfo(vk::VkImageType _imageType, vk::VkFormat _format, vk::VkExtent3D _… in ImageCreateInfo()
379 AttachmentDescription::AttachmentDescription(vk::VkFormat _format, vk::VkSampleCountFlagBits _sampl… in AttachmentDescription()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_time.py607 _format = '%d' variable in _TestAsctimeYear
625 _format = '%04d' variable in _TestStrftimeYear
627 _format = '%d' variable in _TestStrftimeYear
667 _format = '%d' variable in _Test4dYear
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Du_debug.h122 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap) argument
124 #define debug_vprintf(_format, _ap) ((void)0) argument
/aosp_15_r20/external/mesa3d/src/util/
H A Du_debug.h165 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap) argument
167 #define debug_vprintf(_format, _ap) ((void)0) argument
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DerrorHelpers.h35 #define log_perf(_number, _higherBetter, _numType, _format, ...) \ argument
39 #define vlog_perf(_number, _higherBetter, _numType, _format, ...) \ argument
/aosp_15_r20/external/python/cpython3/Tools/peg_generator/pegen/
Dast_dump.py19 def _format(node: Any, level: int = 0) -> Tuple[str, bool]: function
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
H A DConfigOverride.java23 protected JsonFormat.Value _format; field in ConfigOverride
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.hpp167 cl_image_format _format; member in clover::image
/aosp_15_r20/external/python/cpython2/Lib/
Dast.py92 def _format(node): function
/aosp_15_r20/external/tensorflow/tensorflow/tools/tensorflow_builder/compat_checker/
H A Dcompat_checker.py734 def _format(name, arr): function
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTensorInfo.h327 Format _format; variable
/aosp_15_r20/external/python/cpython2/Lib/distutils/tests/
Dsupport.py47 def _format(msg, args): function
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Dqueues.py74 def _format(self): member in Queue
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dqueues.py74 def _format(self): member in Queue
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dqueues.py74 def _format(self): member in Queue
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Dqueues.py74 def _format(self): member in Queue
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dqueues.py74 def _format(self): member in Queue
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Dqueues.py74 def _format(self): member in Queue
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/logging/
D__init__.py440 def _format(self, record): member in PercentStyle
462 def _format(self, record): member in StrFormatStyle
515 def _format(self, record): member in StringTemplateStyle
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/logging/
D__init__.py440 def _format(self, record): member in PercentStyle
462 def _format(self, record): member in StrFormatStyle
515 def _format(self, record): member in StringTemplateStyle
/aosp_15_r20/external/python/cpython3/Lib/logging/
D__init__.py440 def _format(self, record): member in PercentStyle
462 def _format(self, record): member in StrFormatStyle
515 def _format(self, record): member in StringTemplateStyle
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/logging/
D__init__.py440 def _format(self, record): member in PercentStyle
462 def _format(self, record): member in StrFormatStyle
515 def _format(self, record): member in StringTemplateStyle
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/logging/
D__init__.py440 def _format(self, record): member in PercentStyle
462 def _format(self, record): member in StrFormatStyle
515 def _format(self, record): member in StringTemplateStyle

12345678910