Home
last modified time | relevance | path

Searched defs:formatMap (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dformatutilsgl.cpp431 static const angle::base::NoDestructor<InternalFormatInfoMap> formatMap( in GetInternalFormatMap() local
438 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetInternalFormatInfo() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderingMode.java501 static String formatMap(int[] map) in formatMap() method in TestReorderingMode
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DTestReorderingMode.java504 static String formatMap(int[] map) in formatMap() method in TestReorderingMode
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp1404 static const angle::base::NoDestructor<InternalFormatInfoMap> formatMap( in GetInternalFormatMap() local
1573 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetSizedInternalFormatInfo() local
1594 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetInternalFormatInfo() local
3111 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in ValidES3InternalFormat() local
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
DTestNumberingScheme.java281 ImmutableMap<String, FormatSpec> formatMap = formats.entrySet().stream() in build() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp175 static const angle::base::NoDestructor<D3D9FormatMap> formatMap(BuildD3D9FormatMap()); in GetTextureFormatInfo() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp806 static ReferenceFormatMap formatMap; in iterate() local
1801 static FormatMap formatMap; in formatToString() local
DglcPackedPixelsTests.cpp613 static FormatMap formatMap; in getFormatStr() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DNumberingScheme.java383 Map<String, FormatSpec> formatMap, in checkFormatConsistency()
/third_party/node/lib/internal/util/
Dinspect.js1800 function formatMap(value, ctx, ignored, recurseTimes) { function
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp97 static std::map<int, const char*> formatMap(compressedFormatNames, in getCompressedFormatName() local
/third_party/icu/icu4c/source/test/cintltst/
Dcbiditst.c4638 static char * formatMap(const int32_t * map, int len, char * buffer) in formatMap() function