Home
last modified time | relevance | path

Searched refs:format (Results 7001 - 7025 of 13180) sorted by relevance

1...<<281282283284285286287288289290>>...528

/third_party/protobuf/js/experimental/runtime/kernel/conformance/
H A Dconformance_testee.js20 response.setSkipped('Json is not supported as input format.');
25 response.setSkipped('Text format is not supported as input format.');
35 throw new Error('Request didn\'t have accepted input format.');
39 response.setSkipped('Json is not supported as output format.');
44 response.setSkipped('Text format is not supported as output format.');
49 response.setRuntimeError('Unspecified output format');
54 throw new Error('Request didn\'t have accepted output format.');
/third_party/python/Doc/tools/extensions/
H A Dglossary_search.py23 if app.builder.format != 'html':
/third_party/python/Lib/test/test_json/
H A Dtest_encode_basestring_ascii.py26 '{0!r} != {1!r} for {2}({3!r})'.format(
/third_party/rust/crates/clap/examples/tutorial_derive/
H A D04_03_relations.rs59 format!("{major}.{minor}.{patch}") in main()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
H A DSurfaceRenderer.java68 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() argument
/third_party/skia/gn/
H A Dcodesign_ios.py72 '''.format(prefix=prefix, app=app))
/third_party/rust/crates/rustix/tests/
H A Dbackends.rs107 .arg(&format!("--invert={}", dependency)) in has_dependency()
/third_party/selinux/libsepol/cil/src/
H A Dcil_tree.h55 __attribute__((format (printf, 3, 4))) void cil_tree_log(struct cil_tree_node *node, enum cil_log_level lvl, const char* msg, ...);
H A Dcil_mem.c95 __attribute__ ((format (printf, 2, 3))) int cil_asprintf(char **strp, const char *fmt, ...) in cil_asprintf()
/third_party/spirv-tools/test/scripts/
H A Dtest_compact_ids.py58 print(template.format(script=sys.argv[0]));
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureBufferCase.hpp68 deUint32 format,
/third_party/vk-gl-cts/scripts/opengl/
H A Dgen_wrapper.py67 return template.format(
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.hpp93 virtual bool isCompressedTextureFormatSupported (int format) const;
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c14 #include <linux/media-bus-format.h>
898 dev_dbg(dispc->dev, "%s: Unsupported bus format: %u\n", in dispc_vp_bus_check()
1670 u32 fourcc = state->fb->format->format; in dispc_vid_calc_scaling()
1972 u32 fourcc = state->fb->format->format; in dispc_plane_check()
2016 return gem->dma_addr + fb->offsets[0] + x * fb->format->cpp[0] + in dispc_plane_state_dma_addr()
2028 if (WARN_ON(state->fb->format->num_planes != 2)) in dispc_plane_state_p_uv_addr()
2034 (x * fb->format->cpp[1] / fb->format in dispc_plane_state_p_uv_addr()
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationMiscTest.java244 logln(String.format("rules[%d] = \"%s\"", i, rules[i])); in TestRuleOptions()
1825 logln(String.format("coll.getVariableTop(root) -> %08x", varTopOriginal)); in TestVariableTopSetting()
1830 logln(String.format("coll.setVariableTop(space) -> %08x", varTop1)); in TestVariableTopSetting()
1843 logln(String.format("coll.setVariableTop(dot) -> %08x", varTop1)); in TestVariableTopSetting()
1856 logln(String.format("coll.setVariableTop(degree) -> %08x", varTop1)); in TestVariableTopSetting()
1869 logln(String.format("coll.setVariableTop(dollar) -> %08x", varTop1)); in TestVariableTopSetting()
1909 logln(String.format("coll.getMaxVariable(root) -> %04x", oldMax)); in TestMaxVariable()
1914 logln(String.format("coll.setMaxVariable(space) -> %04x", max)); in TestMaxVariable()
1927 logln(String.format("coll.setMaxVariable(punctuation) -> %04x", max)); in TestMaxVariable()
1940 logln(String.format("col in TestMaxVariable()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationMiscTest.java247 logln(String.format("rules[%d] = \"%s\"", i, rules[i])); in TestRuleOptions()
1828 logln(String.format("coll.getVariableTop(root) -> %08x", varTopOriginal)); in TestVariableTopSetting()
1833 logln(String.format("coll.setVariableTop(space) -> %08x", varTop1)); in TestVariableTopSetting()
1846 logln(String.format("coll.setVariableTop(dot) -> %08x", varTop1)); in TestVariableTopSetting()
1859 logln(String.format("coll.setVariableTop(degree) -> %08x", varTop1)); in TestVariableTopSetting()
1872 logln(String.format("coll.setVariableTop(dollar) -> %08x", varTop1)); in TestVariableTopSetting()
1912 logln(String.format("coll.getMaxVariable(root) -> %04x", oldMax)); in TestMaxVariable()
1917 logln(String.format("coll.setMaxVariable(space) -> %04x", max)); in TestMaxVariable()
1930 logln(String.format("coll.setMaxVariable(punctuation) -> %04x", max)); in TestMaxVariable()
1943 logln(String.format("col in TestMaxVariable()
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c1561 struct vn_physical_device *physical_dev, VkFormat format) in vn_physical_device_get_format_properties()
1563 return util_sparse_array_get(&physical_dev->format_properties, format); in vn_physical_device_get_format_properties()
2208 VkFormat format, in vn_GetPhysicalDeviceFormatProperties2()
2216 entry = vn_physical_device_get_format_properties(physical_dev, format); in vn_GetPhysicalDeviceFormatProperties2()
2224 physical_dev->instance, physicalDevice, format, pFormatProperties); in vn_GetPhysicalDeviceFormatProperties2()
2233 VkPhysicalDeviceImageFormatInfo2 format; member
2246 local_info->format = *info; in vn_physical_device_fix_image_format_info()
2247 VkBaseOutStructure *dst = (void *)&local_info->format; in vn_physical_device_fix_image_format_info()
2289 assert(local_info->format.tiling != in vn_physical_device_fix_image_format_info()
2291 local_info->format in vn_physical_device_fix_image_format_info()
1560 vn_physical_device_get_format_properties( struct vn_physical_device *physical_dev, VkFormat format) vn_physical_device_get_format_properties() argument
2207 vn_GetPhysicalDeviceFormatProperties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) vn_GetPhysicalDeviceFormatProperties2() argument
[all...]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonenumberutil.js24 * be provided using CLDR two-letter region-code format. These should be in
197 * The RFC 3966 format for extensions.
914 // The first regular expression covers RFC 3966 format, where the extension is added
1035 * INTERNATIONAL format, and as '044 668 1800' in NATIONAL format. E164 format
1036 * is as per INTERNATIONAL format but with no formatting applied, e.g.
1037 * '+41446681800'. RFC3966 is as per INTERNATIONAL format, but with all spaces
1042 * Note: If you are considering storing the number in a neutral format, you are
1369 * when the number is formatted in the international format, i
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp37 // Alignment value to accommodate the largest known, for now, uncompressed Vulkan format
722 GLenum format, in readPixels()
729 const gl::Extents &fbSize = getState().getReadPixelsAttachment(format)->getSize(); in readPixels()
745 ANGLE_TRY(vk::ImageHelper::GetReadPixelsParams(contextVk, pack, packBuffer, format, type, area, in readPixels()
787 ANGLE_TRY(readPixelsImpl(contextVk, params.area, params, getReadPixelsAspectFlags(format), in readPixels()
788 getReadPixelsRenderTarget(format), in readPixels()
813 RenderTargetVk *FramebufferVk::getReadPixelsRenderTarget(GLenum format) const in getReadPixelsRenderTarget()
815 switch (format) in getReadPixelsRenderTarget()
825 VkImageAspectFlagBits FramebufferVk::getReadPixelsAspectFlags(GLenum format) const in getReadPixelsAspectFlags()
827 switch (format) in getReadPixelsAspectFlags()
720 readPixels(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *pixels) readPixels() argument
2280 const angle::Format &format = renderTarget->getImageActualFormat(); getCorrectedColorClearValue() local
2589 const angle::Format &format = depthStencilRenderTarget->getImageIntendedFormat(); startNewRenderPass() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationESEXT_autogen.h120 GLenum format,
131 GLenum format,
387 GLenum format,
402 GLenum format,
426 GLenum format,
439 GLenum format,
453 GLenum format,
476 GLenum format,
502 GLenum format,
674 GLenum format,
[all...]
/third_party/mesa3d/include/GL/
H A Dglcorearb.h275 typedef void (APIENTRYP PFNGLTEXIMAGE1DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels);
276 typedef void (APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
297 typedef void (APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
304 typedef void (APIENTRYP PFNGLGETTEXIMAGEPROC) (GLenum target, GLint level, GLenum format, GLenum type, void *pixels);
324 GLAPI void APIENTRY glTexImage1D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels);
325 GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
346 GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
353 GLAPI void APIENTRY glGetTexImage (GLenum target, GLint level, GLenum format, GLenum type, void *pixels);
407 typedef void (APIENTRYP PFNGLTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels);
408 typedef void (APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenu
[all...]
/third_party/openGLES/api/GL/
H A Dglcorearb.h256 typedef void (APIENTRYP PFNGLTEXIMAGE1DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels);
257 typedef void (APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
278 typedef void (APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
285 typedef void (APIENTRYP PFNGLGETTEXIMAGEPROC) (GLenum target, GLint level, GLenum format, GLenum type, void *pixels);
305 GLAPI void APIENTRY glTexImage1D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels);
306 GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
327 GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
334 GLAPI void APIENTRY glGetTexImage (GLenum target, GLint level, GLenum format, GLenum type, void *pixels);
388 typedef void (APIENTRYP PFNGLTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels);
389 typedef void (APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenu
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h274 typedef void (APIENTRYP PFNGLTEXIMAGE1DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels);
275 typedef void (APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
296 typedef void (APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
303 typedef void (APIENTRYP PFNGLGETTEXIMAGEPROC) (GLenum target, GLint level, GLenum format, GLenum type, void *pixels);
323 GLAPI void APIENTRY glTexImage1D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels);
324 GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
345 GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
352 GLAPI void APIENTRY glGetTexImage (GLenum target, GLint level, GLenum format, GLenum type, void *pixels);
406 typedef void (APIENTRYP PFNGLTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels);
407 typedef void (APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenu
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h274 typedef void (APIENTRYP PFNGLTEXIMAGE1DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels);
275 typedef void (APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
296 typedef void (APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
303 typedef void (APIENTRYP PFNGLGETTEXIMAGEPROC) (GLenum target, GLint level, GLenum format, GLenum type, void *pixels);
323 GLAPI void APIENTRY glTexImage1D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels);
324 GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
345 GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
352 GLAPI void APIENTRY glGetTexImage (GLenum target, GLint level, GLenum format, GLenum type, void *pixels);
406 typedef void (APIENTRYP PFNGLTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels);
407 typedef void (APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenu
[all...]
/third_party/ffmpeg/libavformat/
H A Dmatroskaenc.c1188 av_log(s, AV_LOG_WARNING, "codec %s is not supported by this format\n", in mkv_assemble_codecprivate()
1489 MatroskaVideoStereoModeType format = MATROSKA_VIDEO_STEREOMODE_TYPE_NB; in mkv_write_stereo_mode() local
1518 format = MATROSKA_VIDEO_STEREOMODE_TYPE_MONO; in mkv_write_stereo_mode()
1521 format = (stereo->flags & AV_STEREO3D_FLAG_INVERT) in mkv_write_stereo_mode()
1527 format = MATROSKA_VIDEO_STEREOMODE_TYPE_TOP_BOTTOM; in mkv_write_stereo_mode()
1529 format--; in mkv_write_stereo_mode()
1533 format = MATROSKA_VIDEO_STEREOMODE_TYPE_CHECKERBOARD_LR; in mkv_write_stereo_mode()
1535 format--; in mkv_write_stereo_mode()
1538 format = MATROSKA_VIDEO_STEREOMODE_TYPE_ROW_INTERLEAVED_LR; in mkv_write_stereo_mode()
1540 format in mkv_write_stereo_mode()
[all...]

Completed in 79 milliseconds

1...<<281282283284285286287288289290>>...528