Home
last modified time | relevance | path

Searched refs:format (Results 8751 - 8775 of 13120) sorted by relevance

1...<<351352353354355356357358359360>>...525

/third_party/python/Lib/
H A Dfunctools.py358 .format(func))
376 keywords = ", ".join("{}={!r}".format(k, v)
379 return format_string.format(module=self.__class__.__module__,
793 raise RuntimeError("Ambiguous dispatch: {} or {}".format(
/third_party/python/Lib/http/
H A Dserver.py56 # Here's a quote from the NCSA httpd docs about log file format.
58 # | The logfile format is as follows. Each line consists of:
70 # | hh: hour (24-hour format, the machine's timezone)
254 # The format is multiple whitespace-separated strings,
556 def log_error(self, format, *args):
568 self.log_message(format, *args)
575 def log_message(self, format, *args):
581 The first argument, FORMAT, is a format string for the
582 message to be logged. If the format string contains
595 message = format
[all...]
/third_party/python/Lib/test/libregrtest/
H A Dmain.py433 print("{} altered the execution environment:".format(
572 self.test_count = '/{}'.format(len(self.selected))
689 test_cwd = 'test_python_worker_{}'.format(nounce)
691 test_cwd = 'test_python_{}'.format(nounce)
/third_party/python/Lib/multiprocessing/
H A Dpool.py101 raise AssertionError("Maxtasks {!r} is not valid".format(maxtasks))
412 "Chunksize must be 1+, not {0:n}".format(
441 "Chunksize must be 1+, not {0!r}".format(chunksize))
761 raise ValueError("{0!r} not ready".format(self))
/third_party/openssl/apps/lib/
H A Dopt.c239 /* Print an error message about a failed format parse. */
245 opt_printf_stderr("%s: Bad format \"%s\"; must be pem or der\n", in opt_format_error()
248 opt_printf_stderr("%s: Bad format \"%s\"; must be one of:\n", in opt_format_error()
257 /* Parse a format string, put it into *result; return 0 on failure, else 1. */
262 opt_printf_stderr("%s: Bad format \"%s\"\n", prog, s); in opt_format()
329 opt_printf_stderr("%s: Bad format \"%s\"\n", prog, s); in opt_format()
337 /* Return string representing the given format. */
338 static const char *format2str(int format) in format2str() argument
340 switch (format) { in format2str()
366 /* Print an error message about unsuitable/unsupported format requeste
367 print_format_error(int format, unsigned long flags) print_format_error() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp99 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
107 format, // VkFormat format; in makeImageCreateInfo()
165 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in makeGraphicsPipeline()
390 tcu::TextureLevel generateReferenceImage (const tcu::TextureFormat format, in generateReferenceImage() argument
399 tcu::TextureLevel image(format, renderSize.x(), renderSize.y()); in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp277 const VkFormat format = mapTextureFormat(texFormat); in createPipelineLayout() local
295 format, // VkFormat format; in createPipelineLayout()
357 const VkFormat format = mapTextureFormat(texFormat); in bindDescriptorSets() local
387 format, // VkFormat format; in bindDescriptorSets()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSampleCompressedTextureTests.cpp22 * \brief Tests that images using a block-compressed format are sampled
26 * block-compressed image format and an ImageView using an uncompressed
27 * format. Each test case then fills the storage image with compressed
86 inline VkImageCreateInfo makeImageCreateInfo (const IVec3& size, const VkFormat& format, bool storageImage, bool cubemap) in makeImageCreateInfo() argument
107 format, // VkFormat format; in makeImageCreateInfo()
225 vk::VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in getAttributeDescriptions()
231 vk::VK_FORMAT_R32G32_SFLOAT, // VkFormat format; in getAttributeDescriptions()
254 TextureLevel makeReferenceImage (const VkFormat format, int width, int height) in makeReferenceImage() argument
256 TextureLevel referenceImage(mapVkFormat(format), widt in makeReferenceImage()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoCapabilitiesTests.cpp299 VK_FORMAT_MAX_ENUM, // VkFormat format; in iterate()
328 if (videoFormatProperty.format == VK_FORMAT_MAX_ENUM) in iterate()
331 if (videoFormatProperty.format == VK_FORMAT_UNDEFINED) in iterate()
337 TCU_FAIL("VK_FORMAT_UNDEFINED must be the only format returned for opaque DPB"); in iterate()
344 if (videoFormatProperty.format == VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM || in iterate()
345 videoFormatProperty.format == VK_FORMAT_G8_B8R8_2PLANE_420_UNORM) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp99 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
107 format, // VkFormat format; in makeImageCreateInfo()
165 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in makeGraphicsPipeline()
390 tcu::TextureLevel generateReferenceImage (const tcu::TextureFormat format, in generateReferenceImage() argument
399 tcu::TextureLevel image(format, renderSize.x(), renderSize.y()); in generateReferenceImage()
H A DvktDrawShaderLayerTests.cpp86 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, const deUint32 numLayers, VkImageUsageFlags usage) in makeImageCreateInfo() argument
94 format, // VkFormat format; in makeImageCreateInfo()
131 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in makeGraphicsPipeline()
137 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in makeGraphicsPipeline()
352 tcu::TextureLevel generateReferenceImage (const tcu::TextureFormat format, in generateReferenceImage() argument
358 tcu::TextureLevel image(format, renderSize.x(), renderSize.y()); in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp277 const VkFormat format = mapTextureFormat(texFormat); in createPipelineLayout() local
295 format, // VkFormat format; in createPipelineLayout()
357 const VkFormat format = mapTextureFormat(texFormat); in bindDescriptorSets() local
387 format, // VkFormat format; in bindDescriptorSets()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSampleCompressedTextureTests.cpp22 * \brief Tests that images using a block-compressed format are sampled
26 * block-compressed image format and an ImageView using an uncompressed
27 * format. Each test case then fills the storage image with compressed
86 inline VkImageCreateInfo makeImageCreateInfo (const IVec3& size, const VkFormat& format, bool storageImage, bool cubemap) in makeImageCreateInfo() argument
107 format, // VkFormat format; in makeImageCreateInfo()
225 vk::VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in getAttributeDescriptions()
231 vk::VK_FORMAT_R32G32_SFLOAT, // VkFormat format; in getAttributeDescriptions()
254 TextureLevel makeReferenceImage (const VkFormat format, int width, int height) in makeReferenceImage() argument
256 TextureLevel referenceImage(mapVkFormat(format), widt in makeReferenceImage()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DSwapChain11.cpp532 const auto &format = in resize() local
534 mBackBufferTexture.set(backbufferTexture, format); in resize()
555 // Return a render target format for offscreen rendering is supported by IDXGISwapChain. in getSwapChainNativeFormat()
656 const auto &format = in reset() local
658 mBackBufferTexture.set(backbufferTex, format); in reset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp50 OS << format("DW_APPLE_PROPERTY_0x%" PRIx64, Bit); in dumpApplePropertyAttribute()
278 OS << format("0x%016" PRIx64, HighPC);
587 << format("\n0x%8.8" PRIx64 ": ", Offset);
595 OS << format(" [%u] %c", abbrCode,
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc874 bool Device::IsFormatSupportedByPhysicalDevice(const Format& format, in IsFormatSupportedByPhysicalDevice() argument
876 VkFormat vk_format = GetVkFormat(format); in IsFormatSupportedByPhysicalDevice()
938 VkFormat Device::GetVkFormat(const Format& format) const { in GetVkFormat()
940 switch (format.GetFormatType()) { in GetVkFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2_autogen.h119 GLenum format,
402 GLenum format,
470 GLenum format,
501 GLenum format,
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp171 SkASSERT(!"unsupported vertex format"); in to_dawn_vertex_format()
210 state.format = depthStencilFormat; in create_depth_stencil_state()
346 attribute.format = to_dawn_vertex_format(attrib.cpuType()); in Build()
365 attribute.format = to_dawn_vertex_format(attrib.cpuType()); in Build()
386 colorTargetState.format = colorFormat; in Build()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp198 input.format = desc.format; in Inputs()
220 if(attrib.format != VK_FORMAT_UNDEFINED) in bindVertexInputs()
247 if((attrib.format != VK_FORMAT_UNDEFINED) && attrib.instanceStride && (attrib.instanceStride < attrib.robustnessSize)) in advanceInstanceAttributes()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp350 Format format = imageView->getFormat(ImageView::SAMPLING);
376 if(format.isYcbcrFormat())
387 if(format.getAspects() & VK_IMAGE_ASPECT_PLANE_2_BIT)
437 int bytes = format.bytes();
/third_party/openssl/ohos_lite/include/openssl/
H A Dbio.h752 int BIO_printf(BIO *bio, const char *format, ...)
754 int BIO_vprintf(BIO *bio, const char *format, va_list args)
756 int BIO_snprintf(char *buf, size_t n, const char *format, ...)
758 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DViewableTaggedData.java269 alt = String.format("#%04x", base + value); in tagRangeField()
275 alt = String.format("#%04x", base + value); in tagRangeField()
520 String s = String.format("%04x", position); in drawLine()
531 s = String.format("%0" + width * 2 + "x", value); in drawLine()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_opengl3_loader.h175 typedef void (APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
181 typedef void (APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
191 GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
197 GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
H A Dgl.h490 GLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
554 GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
571 GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
574 GLAPI void APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DANGLETest.h261 #define EXPECT_PIXEL_NEAR_HELPER(x, y, r, g, b, a, abs_error, ctype, format, type) \
265 glReadPixels((x), (y), 1, 1, format, type, pixel); \
273 #define EXPECT_PIXEL_EQ_HELPER(x, y, r, g, b, a, ctype, format, type) \
277 glReadPixels((x), (y), 1, 1, format, type, pixel); \

Completed in 38 milliseconds

1...<<351352353354355356357358359360>>...525