/external/jetty/src/java/org/eclipse/jetty/util/ajax/ |
D | JSONDateConvertor.java | 46 private final SimpleDateFormat _format; field in JSONDateConvertor 63 _format=new SimpleDateFormat(format); in JSONDateConvertor() 64 _format.setTimeZone(zone); in JSONDateConvertor() 72 _format = new SimpleDateFormat(format, new DateFormatSymbols(locale)); in JSONDateConvertor() 73 _format.setTimeZone(zone); in JSONDateConvertor() 82 synchronized(_format) in fromJSON() 84 return _format.parseObject((String)map.get("value")); in fromJSON()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.h | 117 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap) argument 119 #define debug_vprintf(_format, _ap) ((void)0) argument
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfPizCompressor.cpp | 177 _format (XDR), in PizCompressor() 227 _format = NATIVE; in PizCompressor() 249 return _format; in format() 364 if (_format == XDR) in compress() 606 if (_format == XDR) in uncompress()
|
D | ImfB44Compressor.cpp | 476 _format (XDR), in B44Compressor() 547 _format = NATIVE; in B44Compressor() 569 return _format; in format() 676 if (_format == XDR) in compress() 1000 if (_format == XDR) in uncompress()
|
D | ImfPizCompressor.h | 100 Format _format; variable
|
D | ImfB44Compressor.h | 102 Format _format; variable
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolCreateInfoUtil.cpp | 60 vk::VkFormat _format, in ImageViewCreateInfo() argument 70 format = _format; in ImageViewCreateInfo() 81 vk::VkFormat _format, in ImageViewCreateInfo() argument 90 format = _format; in ImageViewCreateInfo() 97 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(_format); in ImageViewCreateInfo() 120 vk::VkFormat _format, in BufferViewCreateInfo() argument 129 format = _format; in BufferViewCreateInfo() 211 vk::VkFormat _format, in ImageCreateInfo() argument 233 format = _format; in ImageCreateInfo() 411 AttachmentDescription::AttachmentDescription (vk::VkFormat _format, in AttachmentDescription() argument [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 60 vk::VkFormat _format, in ImageViewCreateInfo() argument 70 format = _format; in ImageViewCreateInfo() 81 vk::VkFormat _format, in ImageViewCreateInfo() argument 90 format = _format; in ImageViewCreateInfo() 97 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(_format); in ImageViewCreateInfo() 120 vk::VkFormat _format, in BufferViewCreateInfo() argument 129 format = _format; in BufferViewCreateInfo() 211 vk::VkFormat _format, in ImageCreateInfo() argument 233 format = _format; in ImageCreateInfo() 408 AttachmentDescription::AttachmentDescription (vk::VkFormat _format, in AttachmentDescription() argument [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateCreateInfoUtil.cpp | 60 vk::VkFormat _format, in ImageViewCreateInfo() argument 70 format = _format; in ImageViewCreateInfo() 81 vk::VkFormat _format, in ImageViewCreateInfo() argument 90 format = _format; in ImageViewCreateInfo() 97 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(_format); in ImageViewCreateInfo() 120 vk::VkFormat _format, in BufferViewCreateInfo() argument 129 format = _format; in BufferViewCreateInfo() 211 vk::VkFormat _format, in ImageCreateInfo() argument 233 format = _format; in ImageCreateInfo() 408 AttachmentDescription::AttachmentDescription (vk::VkFormat _format, in AttachmentDescription() argument [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | smpdtfmt.h | 1238 …UnicodeString& _format(Calendar& cal, UnicodeString& appendTo, FieldPositionHandler& handler, UErr…
|
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 969 return _format(cal, appendTo, handler, status); in format() 979 return _format(cal, appendTo, handler, status); in format() 985 SimpleDateFormat::_format(Calendar& cal, UnicodeString& appendTo, in _format() function in SimpleDateFormat
|
/external/vulkan-validation-layers/loader/ |
D | LoaderAndLayerInterface.md | 300 The "file\_format\_version" specifies a major.minor.patch version number in 412 The "file\_format\_version" provides a major.minor.patch version number in case 678 - (required) "file\_format\_version" - same as for ICDs, except that the format 847 - (required) "file\_format\_version" – same as for ICDs, except that the format
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 130 .. _format:
|