Home
last modified time | relevance | path

Searched refs:formatList (Results 1 - 24 of 24) sorted by relevance

/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dhelp.js360 function formatList(textArray) { function
378 output = output.concat(['Arguments:', formatList(argumentList), '']);
386 output = output.concat(['Options:', formatList(optionList), '']);
394 output = output.concat(['Global Options:', formatList(globalOptionList), '']);
403 output = output.concat(['Commands:', formatList(commandList), '']);
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dasyoutypeformatter.js329 var formatList =
335 var formatListLength = formatList.length;
338 var format = formatList[i];
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLogicOpTests.cpp532 const VkFormat formatList[] = in createLogicOpTests() local
550 for (int formatIdx = 0; formatIdx < DE_LENGTH_OF_ARRAY(formatList); ++formatIdx) in createLogicOpTests()
552 const auto& format = formatList[formatIdx]; in createLogicOpTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLogicOpTests.cpp532 const VkFormat formatList[] = in createLogicOpTests() local
550 for (int formatIdx = 0; formatIdx < DE_LENGTH_OF_ARRAY(formatList); ++formatIdx) in createLogicOpTests()
552 const auto& format = formatList[formatIdx]; in createLogicOpTests()
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/
H A Dmain.go75 var formatList, filter, dxcPath, xcrunPath string var
79 flag.StringVar(&formatList, "format", "wgsl,spvasm,msl,hlsl", "comma separated list of formats to emit. Possible values are: all, wgsl, spvasm, msl, hlsl, glsl")
150 if formatList == "all" {
153 for _, f := range strings.Split(formatList, ",") {
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DAsYouTypeFormatter.java170 List<NumberFormat> formatList = in getAvailableFormats()
174 for (NumberFormat format : formatList) { in getAvailableFormats()
/third_party/node/lib/internal/
H A Derrors.js903 function formatList(array, type = 'and') { function
922 formatList,
1264 msg += `${types.length > 1 ? 'one of type' : 'of type'} ${formatList(types, 'or')}`;
1270 msg += `an instance of ${formatList(instances, 'or')}`;
1277 msg += `one of ${formatList(other, 'or')}`;
1457 msg += `${formatList(args)} argument${len > 1 ? 's' : ''}`;
1704 let msg = `Only URLs with a scheme in: ${formatList(supported)} are supported by the default ESM loader`;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp3101 std::vector<VkFormat> formatList; in getExtensionOperandFormatList() local
3106 formatList.push_back(format); in getExtensionOperandFormatList()
3109 formatList.push_back(VK_FORMAT_R64_SINT); in getExtensionOperandFormatList()
3110 formatList.push_back(VK_FORMAT_R64_UINT); in getExtensionOperandFormatList()
3112 return formatList; in getExtensionOperandFormatList()
3134 const auto formatList = getExtensionOperandFormatList(); in createImageExtendOperandsTests() local
3136 for (const auto format : formatList) in createImageExtendOperandsTests()
3199 const auto formatList = getExtensionOperandFormatList(); in createImageNontemporalOperandTests() local
3201 for (const auto format : formatList) in createImageNontemporalOperandTests()
H A DvktImageMutableTests.cpp523 const VkFormat formatList[2] = in makeImage() local
534 formatList // const VkFormat* pViewFormats in makeImage()
2010 const VkFormat formatList[2] = in makeSwapchain() local
2021 formatList // const VkFormat* pViewFormats in makeSwapchain()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp3041 std::vector<VkFormat> formatList; in getExtensionOperandFormatList() local
3046 formatList.push_back(format); in getExtensionOperandFormatList()
3049 formatList.push_back(VK_FORMAT_R64_SINT); in getExtensionOperandFormatList()
3050 formatList.push_back(VK_FORMAT_R64_UINT); in getExtensionOperandFormatList()
3052 return formatList; in getExtensionOperandFormatList()
3074 const auto formatList = getExtensionOperandFormatList(); in createImageExtendOperandsTests() local
3076 for (const auto format : formatList) in createImageExtendOperandsTests()
3139 const auto formatList = getExtensionOperandFormatList(); in createImageNontemporalOperandTests() local
3141 for (const auto format : formatList) in createImageNontemporalOperandTests()
H A DvktImageMutableTests.cpp523 const VkFormat formatList[2] = in makeImage() local
534 formatList // const VkFormat* pViewFormats in makeImage()
2010 const VkFormat formatList[2] = in makeSwapchain() local
2021 formatList // const VkFormat* pViewFormats in makeSwapchain()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiColorSpaceTests.cpp836 const VkFormat formatList[] = { in createColorspaceCompareTests() local
846 for (const VkFormat& format : formatList) in createColorspaceCompareTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiColorSpaceTests.cpp831 const VkFormat formatList[] = { in createColorspaceCompareTests() local
841 for (const VkFormat& format : formatList) in createColorspaceCompareTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp511 const VkFormat formatList[] = { VK_FORMAT_D24_UNORM_S8_UINT, VK_FORMAT_D32_SFLOAT_S8_UINT }; in getSupportedStencilFormat() local
515 for (int i = 0; i < DE_LENGTH_OF_ARRAY(formatList); ++i) in getSupportedStencilFormat()
517 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, formatList[i]); in getSupportedStencilFormat()
519 return formatList[i]; in getSupportedStencilFormat()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java441 UResource.Table formatList = value.getTable(); in put()
444 for (int j = 0; formatList.getKeyAndValue(j, key, value); ++j) { in put()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateTimePatternGenerator.java419 UResource.Table formatList = value.getTable(); in put()
422 for (int j = 0; formatList.getKeyAndValue(j, key, value); ++j) { in put()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4115 const VkFormat formatList[] = { VK_FORMAT_D24_UNORM_S8_UINT, VK_FORMAT_D32_SFLOAT_S8_UINT }; in getSupportedDepthStencilFormat() local
4118 for (int i = 0; i < DE_LENGTH_OF_ARRAY(formatList); ++i) in getSupportedDepthStencilFormat()
4120 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, formatList[i]); in getSupportedDepthStencilFormat()
4122 return formatList[i]; in getSupportedDepthStencilFormat()
H A DvktApiCopiesAndBlittingTests.cpp9184 const VkFormat* formatList = (testParams.compatibleFormats ? testParams.compatibleFormats : srcFormatOnly);
9186 for (int dstFormatIndex = 0; formatList[dstFormatIndex] != VK_FORMAT_UNDEFINED; ++dstFormatIndex)
9188 testParams.params.dst.image.format = formatList[dstFormatIndex];
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp516 const VkFormat formatList[] = { VK_FORMAT_D24_UNORM_S8_UINT, VK_FORMAT_D32_SFLOAT_S8_UINT }; in getSupportedStencilFormat() local
520 for (int i = 0; i < DE_LENGTH_OF_ARRAY(formatList); ++i) in getSupportedStencilFormat()
522 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, formatList[i]); in getSupportedStencilFormat()
524 return formatList[i]; in getSupportedStencilFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4115 const VkFormat formatList[] = { VK_FORMAT_D24_UNORM_S8_UINT, VK_FORMAT_D32_SFLOAT_S8_UINT }; in getSupportedDepthStencilFormat() local
4118 for (int i = 0; i < DE_LENGTH_OF_ARRAY(formatList); ++i) in getSupportedDepthStencilFormat()
4120 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, formatList[i]); in getSupportedDepthStencilFormat()
4122 return formatList[i]; in getSupportedDepthStencilFormat()
H A DvktApiCopiesAndBlittingTests.cpp8893 const VkFormat* formatList = (testParams.compatibleFormats ? testParams.compatibleFormats : srcFormatOnly); in addImageToImageAllFormatsColorSrcFormatTests() local
8895 for (int dstFormatIndex = 0; formatList[dstFormatIndex] != VK_FORMAT_UNDEFINED; ++dstFormatIndex) in addImageToImageAllFormatsColorSrcFormatTests()
8897 testParams.params.dst.image.format = formatList[dstFormatIndex]; in addImageToImageAllFormatsColorSrcFormatTests()
/third_party/icu/icu4c/source/i18n/
H A Ddtptngen.cpp540 ResourceTable formatList = value.getTable(errorCode); variable
548 for (int32_t j = 0; formatList.getKeyAndValue(j, key, value); ++j) {
/third_party/node/deps/icu-small/source/i18n/
H A Ddtptngen.cpp543 ResourceTable formatList = value.getTable(errorCode); variable
551 for (int32_t j = 0; formatList.getKeyAndValue(j, key, value); ++j) {
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtptngen.cpp533 ResourceTable formatList = value.getTable(errorCode); in put() local
541 for (int32_t j = 0; formatList.getKeyAndValue(j, key, value); ++j) { in put()

Completed in 107 milliseconds