Home
last modified time | relevance | path

Searched refs:formatMap (Results 1 – 10 of 10) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestReorderingMode.java504 static String formatMap(int[] map) in formatMap() method in TestReorderingMode
646 "ExpMap: " + formatMap(expectedLogicalMap) + "\n" + in checkMaps()
647 "Actual: " + formatMap(actualLogicalMap) + "\n" + in checkMaps()
662 "ExpMap: " + formatMap(expectedVisualMap) + "\n" + in checkMaps()
663 "Actual: " + formatMap(actualVisualMap) + "\n" + in checkMaps()
681 "ActMap: " + formatMap(actualLogicalMap) + "\n" + in checkMaps()
682 "IdxMap: " + formatMap(getIndexMap) + "\n" + in checkMaps()
700 "ActMap: " + formatMap(actualVisualMap) + "\n" + in checkMaps()
701 "IdxMap: " + formatMap(getIndexMap) + "\n" + in checkMaps()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderingMode.java501 static String formatMap(int[] map) in formatMap() method in TestReorderingMode
643 "ExpMap: " + formatMap(expectedLogicalMap) + "\n" + in checkMaps()
644 "Actual: " + formatMap(actualLogicalMap) + "\n" + in checkMaps()
659 "ExpMap: " + formatMap(expectedVisualMap) + "\n" + in checkMaps()
660 "Actual: " + formatMap(actualVisualMap) + "\n" + in checkMaps()
678 "ActMap: " + formatMap(actualLogicalMap) + "\n" + in checkMaps()
679 "IdxMap: " + formatMap(getIndexMap) + "\n" + in checkMaps()
697 "ActMap: " + formatMap(actualVisualMap) + "\n" + in checkMaps()
698 "IdxMap: " + formatMap(getIndexMap) + "\n" + in checkMaps()
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp801 static ReferenceFormatMap formatMap; in iterate() local
802 if (formatMap.empty()) in iterate()
804 formatMap[GL_RED] = TextureFormat(GL_RED, GL_UNSIGNED_BYTE, GL_RED); in iterate()
805 formatMap[GL_RG] = TextureFormat(GL_RG, GL_UNSIGNED_BYTE, GL_RG); in iterate()
806 formatMap[GL_RGB] = TextureFormat(GL_RGB, GL_UNSIGNED_BYTE, GL_RGB); in iterate()
807 formatMap[GL_RGBA] = TextureFormat(GL_RGB, GL_UNSIGNED_BYTE, GL_RGB); in iterate()
808 formatMap[GL_RGBA_INTEGER] = TextureFormat(GL_RGB, GL_UNSIGNED_BYTE, GL_RGB); in iterate()
809 formatMap[GL_RGB_INTEGER] = TextureFormat(GL_RGB, GL_UNSIGNED_BYTE, GL_RGB); in iterate()
810 formatMap[GL_ALPHA] = TextureFormat(GL_ALPHA, GL_UNSIGNED_BYTE, GL_ALPHA); in iterate()
811 formatMap[GL_LUMINANCE] = TextureFormat(GL_LUMINANCE, GL_UNSIGNED_BYTE, GL_LUMINANCE); in iterate()
[all …]
DglcPackedPixelsTests.cpp613 static FormatMap formatMap; in getFormatStr() local
614 if (formatMap.empty()) in getFormatStr()
616 formatMap[GL_GREEN] = "GL_GREEN"; in getFormatStr()
617 formatMap[GL_BLUE] = "GL_BLUE"; in getFormatStr()
618 formatMap[GL_GREEN_INTEGER] = "GL_GREEN_INTEGER"; in getFormatStr()
619 formatMap[GL_BLUE_INTEGER] = "GL_BLUE_INTEGER"; in getFormatStr()
620 formatMap[GL_BGR] = "GL_BGR"; in getFormatStr()
621 formatMap[GL_BGR_INTEGER] = "GL_BGR_INTEGER"; in getFormatStr()
622 formatMap[GL_BGRA_INTEGER] = "GL_BGRA_INTEGER"; in getFormatStr()
623 formatMap[GL_R3_G3_B2] = "GL_R3_G3_B2"; in getFormatStr()
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp167 static const angle::base::NoDestructor<D3D9FormatMap> formatMap(BuildD3D9FormatMap()); in GetTextureFormatInfo() local
168 D3D9FormatMap::const_iterator iter = formatMap->find(internalFormat); in GetTextureFormatInfo()
169 if (iter != formatMap->end()) in GetTextureFormatInfo()
/external/angle/src/libANGLE/renderer/gl/
Dformatutilsgl.cpp431 static const angle::base::NoDestructor<InternalFormatInfoMap> formatMap( in GetInternalFormatMap() local
433 return *formatMap; in GetInternalFormatMap()
438 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetInternalFormatInfo() local
439 InternalFormatInfoMap::const_iterator iter = formatMap.find(internalFormat); in GetInternalFormatInfo()
440 if (iter != formatMap.end()) in GetInternalFormatInfo()
/external/angle/src/libANGLE/
Dformatutils.cpp1326 static const angle::base::NoDestructor<InternalFormatInfoMap> formatMap( in GetInternalFormatMap() local
1328 return *formatMap; in GetInternalFormatMap()
1437 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetSizedInternalFormatInfo() local
1438 auto iter = formatMap.find(internalFormat); in GetSizedInternalFormatInfo()
1441 if (iter == formatMap.end() || iter->second.size() != 1) in GetSizedInternalFormatInfo()
1458 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetInternalFormatInfo() local
1460 auto internalFormatIter = formatMap.find(internalFormat); in GetInternalFormatInfo()
1461 if (internalFormatIter == formatMap.end()) in GetInternalFormatInfo()
2974 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in ValidES3InternalFormat() local
2975 return internalFormat != GL_NONE && formatMap.find(internalFormat) != formatMap.end(); in ValidES3InternalFormat()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c4626 static char * formatMap(const int32_t * map, int len, char * buffer) in formatMap() function
4684 formatMap(expectedLogicalMap, srcLen, expChars), in checkMaps()
4685 formatMap(actualLogicalMap, srcLen, actChars), in checkMaps()
4711 formatMap(expectedVisualMap, resLen, expChars), in checkMaps()
4712 formatMap(actualVisualMap, resLen, actChars), in checkMaps()
4740 formatMap(actualLogicalMap, srcLen, actChars), in checkMaps()
4741 formatMap(getIndexMap, srcLen, gotChars), in checkMaps()
4769 formatMap(actualVisualMap, resLen, actChars), in checkMaps()
4770 formatMap(getIndexMap, resLen, gotChars), in checkMaps()
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp97 static std::map<int, const char*> formatMap(compressedFormatNames, in getCompressedFormatName() local
99 return formatMap.at(format); in getCompressedFormatName()
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...