HomeSort by relevance Sort by last modified time
    Searched refs:rootType (Results 1 - 20 of 20) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/util/
UResourceBundle.java 310 private enum RootType { MISSING, ICU, JAVA }
312 private static Map<String, RootType> ROOT_CACHE = new ConcurrentHashMap<String, RootType>();
314 private static RootType getRootType(String baseName, ClassLoader root) {
315 RootType rootType = ROOT_CACHE.get(baseName);
317 if (rootType == null) {
321 rootType = RootType.ICU;
325 rootType = RootType.JAVA
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
UResourceBundle.java 324 private enum RootType { MISSING, ICU, JAVA }
326 private static Map<String, RootType> ROOT_CACHE = new ConcurrentHashMap<String, RootType>();
328 private static RootType getRootType(String baseName, ClassLoader root) {
329 RootType rootType = ROOT_CACHE.get(baseName);
331 if (rootType == null) {
335 rootType = RootType.ICU;
339 rootType = RootType.JAVA
    [all...]
  /libcore/metrictests/memory/host/src/libcore/heapmetrics/
HeapCategorization.java 23 import com.android.ahat.heapdump.RootType;
226 for (RootType rootType : instance.getRootTypes()) {
227 if (rootType.equals(RootType.INTERNED_STRING)) {
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUserDefinedIO.cpp 114 const glu::VarType& rootType,
119 if (rootType.isBasicType())
120 return visit(rootName, rootType.getBasicType(), indentationDepth);
121 else if (rootType.isArrayType())
125 const std::string arrayLength = de::toString(rootType.getArraySize());
126 return indentation + "for (int " + loopIndexName + " = 0; " + loopIndexName + " < " + de::toString(rootType.getArraySize()) + "; ++" + loopIndexName + ")\n" +
128 glslTraverseBasicTypes(rootName + "[" + loopIndexName + "]", rootType.getElementType(), arrayNestingDepth+1, indentationDepth+1, visit) +
131 else if (rootType.isStructType())
133 const glu::StructType& structType = *rootType.getStructPtr();
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /external/icu/icu4c/source/common/
uresdata.cpp 160 UResType rootType;
175 rootType=(UResType)RES_GET_TYPE(pResData->rootRes);
176 if(!URES_IS_TABLE(rootType)) {
    [all...]
  /system/tools/hidl/
main.cpp 166 for (const NamedType* rootType : rootTypes) {
167 if (rootType->isTypeDef()) continue;
169 FQName rootTypeName(fqName.package(), fqName.version(), "types." + rootType->localName());
    [all...]
  /external/skia/tools/bookmaker/
includeWriter.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/26.2.0-alpha16/
kotlin-compiler-26.2.0-alpha16.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 380 milliseconds