Searched refs:rootType (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | UResourceBundle.java | 329 RootType rootType = ROOT_CACHE.get(baseName); in getRootType() local 331 if (rootType == null) { in getRootType() 335 rootType = RootType.ICU; in getRootType() 339 rootType = RootType.JAVA; in getRootType() 342 rootType = RootType.MISSING; in getRootType() 346 ROOT_CACHE.put(baseName, rootType); in getRootType() 349 return rootType; in getRootType() 352 private static void setRootType(String baseName, RootType rootType) { in setRootType() argument 353 ROOT_CACHE.put(baseName, rootType); in setRootType() 371 RootType rootType = getRootType(baseName, root); in instantiateBundle() local [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | UResourceBundle.java | 315 RootType rootType = ROOT_CACHE.get(baseName); in getRootType() local 317 if (rootType == null) { in getRootType() 321 rootType = RootType.ICU; in getRootType() 325 rootType = RootType.JAVA; in getRootType() 328 rootType = RootType.MISSING; in getRootType() 332 ROOT_CACHE.put(baseName, rootType); in getRootType() 335 return rootType; in getRootType() 338 private static void setRootType(String baseName, RootType rootType) { in setRootType() argument 339 ROOT_CACHE.put(baseName, rootType); in setRootType() 356 RootType rootType = getRootType(baseName, root); in instantiateBundle() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUserDefinedIO.cpp | 117 const glu::VarType& rootType, in glslTraverseBasicTypes() argument 122 if (rootType.isBasicType()) in glslTraverseBasicTypes() 123 return visit(rootName, rootType.getBasicType(), indentationDepth); in glslTraverseBasicTypes() 124 else if (rootType.isArrayType()) in glslTraverseBasicTypes() 128 const std::string arrayLength = de::toString(rootType.getArraySize()); in glslTraverseBasicTypes() 129 …int " + loopIndexName + " = 0; " + loopIndexName + " < " + de::toString(rootType.getArraySize()) +… in glslTraverseBasicTypes() 131 …glslTraverseBasicTypes(rootName + "[" + loopIndexName + "]", rootType.getElementType(), arrayNesti… in glslTraverseBasicTypes() 134 else if (rootType.isStructType()) in glslTraverseBasicTypes() 136 const glu::StructType& structType = *rootType.getStructPtr(); in glslTraverseBasicTypes()
|
/third_party/skia/src/sksl/ |
D | SkSLCompiler.cpp | 202 for (BuiltinTypePtr rootType : kRootTypes) { in makeRootSymbolTable() local 203 rootSymbolTable->addWithoutOwnership((fContext->fTypes.*rootType).get()); in makeRootSymbolTable()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uresdata.cpp | 161 UResType rootType; in res_init() local 176 rootType=(UResType)RES_GET_TYPE(pResData->rootRes); in res_init() 177 if(!URES_IS_TABLE(rootType)) { in res_init()
|
/third_party/icu/icu4c/source/common/ |
D | uresdata.cpp | 161 UResType rootType; in res_init() local 176 rootType=(UResType)RES_GET_TYPE(pResData->rootRes); in res_init() 177 if(!URES_IS_TABLE(rootType)) { in res_init()
|
/third_party/node/deps/icu-small/source/common/ |
D | uresdata.cpp | 161 UResType rootType; in res_init() local 176 rootType=(UResType)RES_GET_TYPE(pResData->rootRes); in res_init() 177 if(!URES_IS_TABLE(rootType)) { in res_init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 5764 const glu::VarType& rootType, 5814 const glu::VarType& rootType, in glslTraverseBasicTypes() argument 5819 if (rootType.isBasicType()) in glslTraverseBasicTypes() 5820 return visit(rootName, rootType.getBasicType(), indentationDepth); in glslTraverseBasicTypes() 5821 else if (rootType.isArrayType()) in glslTraverseBasicTypes() 5825 const string arrayLength = de::toString(rootType.getArraySize()); in glslTraverseBasicTypes() 5826 …int " + loopIndexName + " = 0; " + loopIndexName + " < " + de::toString(rootType.getArraySize()) +… in glslTraverseBasicTypes() 5828 …glslTraverseBasicTypes(rootName + "[" + loopIndexName + "]", rootType.getElementType(), arrayNesti… in glslTraverseBasicTypes() 5831 else if (rootType.isStructType()) in glslTraverseBasicTypes() 5833 const glu::StructType& structType = *rootType.getStructPtr(); in glslTraverseBasicTypes()
|