Home
last modified time | relevance | path

Searched refs:getDataType (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DRegexTransformer.java63 rules.stream().collect(toImmutableSetMultimap(Rule::getDataType, Rule::getPathPrefix)); in RegexTransformer()
82 if (!prefixMap.get(value.getDataType()).contains(pathPrefix)) { in transform()
DRule.java86 final CldrDataType getDataType() { in getDataType() method in Rule
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DImageFunctionHLSL.cpp208 ImageFunctionHLSL::ImageFunction::DataType ImageFunctionHLSL::ImageFunction::getDataType( in getDataType() function in sh::ImageFunctionHLSL::ImageFunction
312 imageFunction.type = imageFunction.getDataType(imageInternalFormat); in useImageFunction()
DImageFunctionHLSL.h64 DataType getDataType(TLayoutImageInternalFormat format) const;
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DImageFunctionHLSL.cpp208 ImageFunctionHLSL::ImageFunction::DataType ImageFunctionHLSL::ImageFunction::getDataType( in getDataType() function in sh::ImageFunctionHLSL::ImageFunction
312 imageFunction.type = imageFunction.getDataType(imageInternalFormat); in useImageFunction()
DImageFunctionHLSL.h64 DataType getDataType(TLayoutImageInternalFormat format) const;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_DataShareResultSet.js98 getDataType: function (...args) { method
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DFakeDataSupplier.java77 Iterables.filter(nonLocaleData.values(), v -> v.getPath().getDataType() == type)); in getDataForType()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DAlternateLocaleData.java165 checkArgument(path.getDataType() == LDML, "only locale data (LDML) is supported: %s", path); in checkLdml()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrViewTests.cpp355 static glu::DataType getDataType(VkFormat f) { in getDataType() function
379 …spec.outputs.push_back(Symbol("result1", glu::VarType(getDataType(params.planeCompatibleFormat), g… in getShaderSpec()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrViewTests.cpp355 static glu::DataType getDataType(VkFormat f) { in getDataType() function
379 …spec.outputs.push_back(Symbol("result1", glu::VarType(getDataType(params.planeCompatibleFormat), g… in getShaderSpec()