/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineLogicOpTests.cpp | 522 const VkFormat formatList[] = in createLogicOpTests() local 540 for (int formatIdx = 0; formatIdx < DE_LENGTH_OF_ARRAY(formatList); ++formatIdx) in createLogicOpTests() 542 const auto& format = formatList[formatIdx]; in createLogicOpTests()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/ |
D | main.go | 75 var formatList, filter, dxcPath, xcrunPath string 79 …flag.StringVar(&formatList, "format", "wgsl,spvasm,msl,hlsl", "comma separated list of formats to … 150 if formatList == "all" { 153 for _, f := range strings.Split(formatList, ",") {
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | mediacapturewrapper.cpp | 709 ComPtr<IVectorView<MediaFrameFormat*>> formatList; in mediaCaptureInitPost() local 770 hr = source->get_SupportedFormats (&formatList); in mediaCaptureInitPost() 774 hr = formatList->get_Size (&count); in mediaCaptureInitPost() 801 hr = formatList->GetAt (i, &fmt); in mediaCaptureInitPost() 853 hr = formatList->GetAt (i, &fmt); in mediaCaptureInitPost()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | asyoutypeformatter.js | 329 var formatList = 335 var formatListLength = formatList.length; 338 var format = formatList[i];
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | AsYouTypeFormatter.java | 170 List<NumberFormat> formatList = in getAvailableFormats() local 174 for (NumberFormat format : formatList) { in getAvailableFormats()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiColorSpaceTests.cpp | 829 const VkFormat formatList[] = { in createColorspaceCompareTests() local 839 for (const VkFormat& format : formatList) in createColorspaceCompareTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 2747 std::vector<VkFormat> formatList; in getExtensionOperandFormatList() local 2752 formatList.push_back(format); in getExtensionOperandFormatList() 2755 formatList.push_back(VK_FORMAT_R64_SINT); in getExtensionOperandFormatList() 2756 formatList.push_back(VK_FORMAT_R64_UINT); in getExtensionOperandFormatList() 2758 return formatList; in getExtensionOperandFormatList() 2780 const auto formatList = getExtensionOperandFormatList(); in createImageExtendOperandsTests() local 2782 for (const auto format : formatList) in createImageExtendOperandsTests()
|
D | vktImageMutableTests.cpp | 522 const VkFormat formatList[2] = in makeImage() local 533 formatList // const VkFormat* pViewFormats in makeImage() 1992 const VkFormat formatList[2] = in makeSwapchain() local 2003 formatList // const VkFormat* pViewFormats in makeSwapchain()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktDynamicRenderingTests.cpp | 505 const VkFormat formatList[] = { VK_FORMAT_D24_UNORM_S8_UINT, VK_FORMAT_D32_SFLOAT_S8_UINT }; in getSupportedStencilFormat() local 509 for (int i = 0; i < DE_LENGTH_OF_ARRAY(formatList); ++i) in getSupportedStencilFormat() 511 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, formatList[i]); in getSupportedStencilFormat() 513 return formatList[i]; in getSupportedStencilFormat()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateTimePatternGenerator.java | 419 UResource.Table formatList = value.getTable(); in put() local 422 for (int j = 0; formatList.getKeyAndValue(j, key, value); ++j) { in put()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateTimePatternGenerator.java | 446 UResource.Table formatList = value.getTable(); in put() local 449 for (int j = 0; formatList.getKeyAndValue(j, key, value); ++j) { in put()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 4188 const VkFormat formatList[] = { VK_FORMAT_D24_UNORM_S8_UINT, VK_FORMAT_D32_SFLOAT_S8_UINT }; in getSupportedDepthStencilFormat() local 4191 for (int i = 0; i < DE_LENGTH_OF_ARRAY(formatList); ++i) in getSupportedDepthStencilFormat() 4193 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, formatList[i]); in getSupportedDepthStencilFormat() 4195 return formatList[i]; in getSupportedDepthStencilFormat()
|
D | vktApiCopiesAndBlittingTests.cpp | 7365 …const VkFormat* formatList = (testParams.compatibleFormats ? testParams.compatibleFormats : srcF… in addImageToImageAllFormatsColorSrcFormatTests() local 7367 for (int dstFormatIndex = 0; formatList[dstFormatIndex] != VK_FORMAT_UNDEFINED; ++dstFormatIndex) in addImageToImageAllFormatsColorSrcFormatTests() 7369 testParams.params.dst.image.format = formatList[dstFormatIndex]; in addImageToImageAllFormatsColorSrcFormatTests()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtptngen.cpp | 533 ResourceTable formatList = value.getTable(errorCode); in put() local 541 for (int32_t j = 0; formatList.getKeyAndValue(j, key, value); ++j) { in put()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen.cpp | 512 ResourceTable formatList = value.getTable(errorCode); in put() local 514 for (int32_t j = 0; formatList.getKeyAndValue(j, key, value); ++j) { in put()
|
/third_party/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 533 ResourceTable formatList = value.getTable(errorCode); in put() local 541 for (int32_t j = 0; formatList.getKeyAndValue(j, key, value); ++j) { in put()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen.cpp | 533 ResourceTable formatList = value.getTable(errorCode); in put() local 541 for (int32_t j = 0; formatList.getKeyAndValue(j, key, value); ++j) { in put()
|