/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | GlobalizationPreferences.java | 575 // format. in getDisplayName() 582 result = dtf.format(new Date()); in getDisplayName() 624 * Set an explicit date format. Overrides the locale priority list for 626 * be used if for the style, where only the date or time format individually 631 * @param format The date format 635 public GlobalizationPreferences setDateFormat(int dateStyle, int timeStyle, DateFormat format) { in setDateFormat() argument 642 dateFormats[dateStyle][timeStyle] = (DateFormat) format.clone(); // for safety in setDateFormat() 647 * Gets a date format according to the current settings. If there 648 * is an explicit (non-null) date/time format se 711 setNumberFormat(int style, NumberFormat format) setNumberFormat() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
H A D | NumberRangeFormatterTest.java | 16 import com.ibm.icu.dev.test.format.FormattedValueTest; 723 assertEquals(Integer.toString(1), "1 britanski funt", lnf.format(1).toString()); in testPlurals() 724 assertEquals(Integer.toString(2), "2 britanska funta", lnf.format(2).toString()); in testPlurals() 725 assertEquals(Integer.toString(3), "3 britanski funti", lnf.format(3).toString()); in testPlurals() 726 assertEquals(Integer.toString(5), "5 britanskih funtov", lnf.format(5).toString()); in testPlurals()
|
/third_party/libcoap/src/ |
H A D | coap_debug.c | 617 { COAP_MEDIATYPE_APPLICATION_LINK_FORMAT, "application/link-format" }, in print_content_format() 658 /* unknown content format, just print numeric value to buf */ in print_content_format() 1187 coap_log_impl(coap_log_t level, const char *format, ...) { in coap_log_impl() argument 1197 va_start(ap, format); in coap_log_impl() 1202 vsnprintf(message, sizeof(message), format, ap); in coap_log_impl() 1228 va_start(ap, format); in coap_log_impl() 1229 vfprintf(log_fd, format, ap); in coap_log_impl()
|
/third_party/mbedtls/programs/x509/ |
H A D | cert_write.c | 106 " In decimal format; it can be used as\n" \ 111 " In hex format; it can be used as\n" \ 166 " format=pem|der default: pem\n" \ 204 int format; /* format */ member 218 if (opt.format == FORMAT_DER) { in write_certificate() 371 opt.format = DFL_FORMAT; in main() 657 } else if (strcmp(p, "format") == 0) { in main() 659 opt.format = FORMAT_DER; in main() 661 opt.format in main() [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | generate_psa_tests.py | 43 .format(verb, short_key_type, bits, adverb)) 155 .format(short_key_type, bits)) 271 .format(category.name.lower(), 369 """Representation of a key for storage format testing.""" 400 """Representation of test case data for storage format testing.""" 425 """Storage format stability test cases.""" 428 """Prepare to generate test cases for storage format stability. 431 * `version`: the storage format version to generate test cases for. 483 """Construct a storage format test case for the given key. 612 description = 'type: {} {}-bit'.format(k [all...] |
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | OutputMerger.cpp | 41 #include "util/format/u_format.h" 93 desc.format = FormatTranslate(pCreateRenderTargetView->Format, FALSE); in CreateRenderTargetView() 190 if (util_format_is_pure_integer(surface->format)) { in ClearRenderTargetView() 191 if (util_format_is_pure_sint(surface->format)) { in ClearRenderTargetView() 211 assert(util_format_is_pure_uint(surface->format)); in ClearRenderTargetView() 293 desc.format = FormatTranslate(pCreateDepthStencilView->Format, TRUE); in CreateDepthStencilView()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_rcl.c | 24 #include "util/format/u_format.h" 79 load.input_image_format = surf->format; in load_general() 81 load.force_alpha_1 = util_format_has_alpha1(psurf->format); in load_general() 147 store.output_image_format = surf->format; in store_general() 326 * pixel is a 2x2 quad, and the format will be that of the in v3d_rcl_emit_stores() 327 * internal_type/internal_bpp, rather than the format from GL's in v3d_rcl_emit_stores() 515 zs.output_image_format = surf->format; in v3d_emit_z_stencil_config() 804 rt.output_image_format = surf->format; in emit_rcl() 877 * Z/Stencil config doesn't have stencil in its format. in emit_rcl()
|
/third_party/node/deps/v8/tools/release/ |
H A D | common_includes.py | 291 commit = self.step.GitLog(n=1, format="%H", grep=message, branch=remote) 576 latest_hash = self.GitLog(n=1, format="%H", branch=latest_version) 590 latest_hash = self.GitLog(n=1, format="%H", branch=latest_version) 593 title = self.GitLog(n=1, format="%s", git_hash=latest_hash) 605 return self.GitLog(n=1, format="%H", git_hash="%s^" % latest_hash)
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texstate.c | 169 * \param texBaseFormat Base format of the texture associated with the 544 GLenum format = texObj->Image[0][texObj->Attrib.BaseLevel]->_BaseFormat; in update_tex_combine() local 546 if (format == GL_DEPTH_COMPONENT || format == GL_DEPTH_STENCIL_EXT) { in update_tex_combine() 547 format = texObj->Attrib.DepthMode; in update_tex_combine() 549 calculate_derived_texenv(&fftexUnit->_EnvMode, fftexUnit->EnvMode, format); in update_tex_combine()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_private.h | 119 panvk_logi(const char *format, ...) panvk_printflike(1, 2); 121 panvk_logi_v(const char *format, va_list va); 648 enum pipe_format format; 807 enum pipe_format format); 1036 enum pipe_format format;
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_transfer.c | 2 #include "util/format/u_format.h" 411 if (util_format_is_plain(res->format)) { in nvc0_miptree_transfer_map() 415 tx->nblocksx = util_format_get_nblocksx(res->format, box->width); in nvc0_miptree_transfer_map() 416 tx->nblocksy = util_format_get_nblocksy(res->format, box->height); in nvc0_miptree_transfer_map() 424 util_format_get_stride(res->format, box->x); in nvc0_miptree_transfer_map() 433 tx->base.stride = tx->nblocksx * util_format_get_blocksize(res->format); in nvc0_miptree_transfer_map()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 369 const char *level_str, const char *format, ...) in ossl_cmp_print_log() 381 if (format == NULL) in ossl_cmp_print_log() 384 va_start(args, format); in ossl_cmp_print_log() 402 sizeof(hugebuf) - printed, format, args) > 0) in ossl_cmp_print_log() 409 if (BIO_vsnprintf(hugebuf, sizeof(hugebuf), format, args) > 0) in ossl_cmp_print_log() 367 ossl_cmp_print_log(OSSL_CMP_severity level, const OSSL_CMP_CTX *ctx, const char *func, const char *file, int line, const char *level_str, const char *format, ...) ossl_cmp_print_log() argument
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 369 const char *level_str, const char *format, ...) in ossl_cmp_print_log() 381 if (format == NULL) in ossl_cmp_print_log() 384 va_start(args, format); in ossl_cmp_print_log() 402 sizeof(hugebuf) - printed, format, args) > 0) in ossl_cmp_print_log() 409 if (BIO_vsnprintf(hugebuf, sizeof(hugebuf), format, args) > 0) in ossl_cmp_print_log() 367 ossl_cmp_print_log(OSSL_CMP_severity level, const OSSL_CMP_CTX *ctx, const char *func, const char *file, int line, const char *level_str, const char *format, ...) ossl_cmp_print_log() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderApiTests.cpp | 394 const auto format = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local 395 const auto tcuFormat = mapVkFormat(format); in iterate() 411 format, // VkFormat format; in iterate() 424 colorBufferView = makeImageView(vkd, device, colorBuffer->get(), VK_IMAGE_VIEW_TYPE_2D, format, colorSRR); in iterate() 483 const auto renderPass = makeRenderPass(vkd, device, format); in iterate()
|
H A D | vktMeshShaderApiTestsEXT.cpp | 413 const auto format = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local 414 const auto tcuFormat = mapVkFormat(format); in iterate() 430 format, // VkFormat format; in iterate() 443 colorBufferView = makeImageView(vkd, device, colorBuffer->get(), VK_IMAGE_VIEW_TYPE_2D, format, colorSRR); in iterate() 504 const auto renderPass = makeRenderPass(vkd, device, format); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineNoPositionTests.cpp | 404 const auto format = NoPositionCase::getImageFormat(); in iterate() local 450 format, // VkFormat format; in iterate() 465 const auto colorImageView = makeImageView(vkd, device, colorImage.get(), viewType, format, subresourceRange); in iterate() 489 format, // VkFormat format; in iterate() 633 const auto tcuFormat = mapVkFormat(format); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildIndirectTests.cpp | 137 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument 146 format, // VkFormat format; in makeImageCreateInfo() 501 const VkFormat format = VK_FORMAT_R32_UINT; in runTest() local 529 const VkImageCreateInfo imageCreateInfo = makeImageCreateInfo(m_data.width, m_data.height, m_data.depth, format); in runTest() 532 const Move<VkImageView> imageView = makeImageView(vkd, device, **image, VK_IMAGE_VIEW_TYPE_3D, format, imageSubresourceRange); in runTest()
|
H A D | vktRayTracingBuildLargeTests.cpp | 118 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument 127 format, // VkFormat format; in makeImageCreateInfo() 357 const VkFormat format = VK_FORMAT_R32_UINT; in runTest() local 385 const VkImageCreateInfo imageCreateInfo = makeImageCreateInfo(m_data.width, m_data.height, format); in runTest() 388 const Move<VkImageView> imageView = makeImageView(vkd, device, **image, VK_IMAGE_VIEW_TYPE_2D, format, imageSubresourceRange); in runTest()
|
H A D | vktRayTracingMemGuaranteeTests.cpp | 102 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument 111 format, // VkFormat format; in makeImageCreateInfo() 625 const VkFormat format = VK_FORMAT_R32_UINT; in runTest() local 655 const VkImageCreateInfo imageCreateInfo = makeImageCreateInfo(m_data.width, m_data.height, format); in runTest() 658 const Move<VkImageView> imageView = makeImageView(vkd, device, **image, VK_IMAGE_VIEW_TYPE_2D, format, imageSubresourceRange); in runTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderApiTests.cpp | 394 const auto format = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local 395 const auto tcuFormat = mapVkFormat(format); in iterate() 411 format, // VkFormat format; in iterate() 424 colorBufferView = makeImageView(vkd, device, colorBuffer->get(), VK_IMAGE_VIEW_TYPE_2D, format, colorSRR); in iterate() 483 const auto renderPass = makeRenderPass(vkd, device, format); in iterate()
|
H A D | vktMeshShaderApiTestsEXT.cpp | 413 const auto format = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local 414 const auto tcuFormat = mapVkFormat(format); in iterate() 430 format, // VkFormat format; in iterate() 443 colorBufferView = makeImageView(vkd, device, colorBuffer->get(), VK_IMAGE_VIEW_TYPE_2D, format, colorSRR); in iterate() 504 const auto renderPass = makeRenderPass(vkd, device, format); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Image11.cpp | 67 d3d11::Format::Get(src->getInternalFormat(), rendererCaps).format().mipGenerationFunction; in GenerateMipmap() 97 d3d11::Format::Get(source->getInternalFormat(), rendererCaps).format(); in CopyImage() 102 const auto &destFormat = d3d11::Format::Get(dest->getInternalFormat(), rendererCaps).format(); in CopyImage() 242 // compute the d3d format that will be used in redefine() 267 // format/type at input 399 // This format requires conversion, so we must copy the texture to staging and manually convert in copyFromFramebuffer() 430 context, *srcAttachment, sourceArea, destFormatInfo.format, destFormatInfo.type, in copyFromFramebuffer() 441 context, *srcAttachment, sourceArea, destFormatInfo.format, destFormatInfo.type, in copyFromFramebuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gl_1_autogen.h | 59 void drawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, \ 226 GLenum format, GLenum type, const void *pixels); \ 262 void interleavedArrays(GLenum format, GLsizei stride, const void *pointer); \ 266 void texSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, \ 271 GLenum format, GLsizei imageSize, const void *data); \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | StateManager9.cpp | 780 const auto &format = attachment ? attachment->getFormat() : gl::Format::Invalid(); in setColorMask() local 783 format.info->redBits > 0 && red, format.info->greenBits > 0 && green, in setColorMask() 784 format.info->blueBits > 0 && blue, format.info->alphaBits > 0 && alpha); in setColorMask()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldChecker.cpp | 65 << format("0x%" PRIx64, LHSResult.getValue()) in evaluate() 66 << " != " << format("0x%" PRIx64, RHSResult.getValue()) in evaluate() 260 ErrMsgStream << "Invalid operand index '" << format("%i", OpIdx) in evalDecodeOperand() 263 << format("%i", Inst.getNumOperands()) in evalDecodeOperand() 273 ErrMsgStream << "Operand '" << format("%i", OpIdx) << "' of instruction '" in evalDecodeOperand()
|