Home
last modified time | relevance | path

Searched refs:RootType (Results 1 – 13 of 13) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
DUResourceBundle.java311 private enum RootType { MISSING, ICU, JAVA } enum in UResourceBundle
313 private static Map<String, RootType> ROOT_CACHE = new ConcurrentHashMap<String, RootType>();
315 private static RootType getRootType(String baseName, ClassLoader root) { in getRootType()
316 RootType rootType = ROOT_CACHE.get(baseName); in getRootType()
322 rootType = RootType.ICU; in getRootType()
326 rootType = RootType.JAVA; in getRootType()
329 rootType = RootType.MISSING; in getRootType()
339 private static void setRootType(String baseName, RootType rootType) { in setRootType()
357 RootType rootType = getRootType(baseName, root); in instantiateBundle()
373 setRootType(baseName, RootType.ICU); in instantiateBundle()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java324 private enum RootType { MISSING, ICU, JAVA } enum in UResourceBundle
326 private static Map<String, RootType> ROOT_CACHE = new ConcurrentHashMap<String, RootType>();
328 private static RootType getRootType(String baseName, ClassLoader root) { in getRootType()
329 RootType rootType = ROOT_CACHE.get(baseName); in getRootType()
335 rootType = RootType.ICU; in getRootType()
339 rootType = RootType.JAVA; in getRootType()
342 rootType = RootType.MISSING; in getRootType()
352 private static void setRootType(String baseName, RootType rootType) { in setRootType()
371 RootType rootType = getRootType(baseName, root); in instantiateBundle()
387 setRootType(baseName, RootType.ICU); in instantiateBundle()
[all …]
/external/eigen/unsupported/Eigen/src/Polynomials/
DPolynomialSolver.h36 typedef std::complex<RealScalar> RootType; typedef
37 typedef Matrix<RootType,_Deg,1> RootsType;
83 …inline const RootType& selectComplexRoot_withRespectToNorm( squaredNormBinaryPredicate& pred ) con… in selectComplexRoot_withRespectToNorm()
100 inline const RootType& greatestRoot() const in greatestRoot()
109 inline const RootType& smallestRoot() const in smallestRoot()
296 typedef typename BASE::RootType RootType; \
/external/dagger2/java/dagger/hilt/processor/internal/root/
DRootType.java27 enum RootType { enum
38 RootType(ClassName annotation) { in RootType() method in RootType
50 public static RootType of(ProcessingEnvironment env, TypeElement element) { in of()
DRoot.java32 return new AutoValue_Root(RootType.of(env, rootElement), rootElement); in create()
36 abstract RootType type(); in type()
DRootProcessor.java70 Arrays.stream(RootType.values()) in getSupportedAnnotationTypes()
79 boolean isTestRoot = RootType.of(getProcessingEnv(), rootElement).isTestRoot(); in processEach()
DBUILD90 srcs = ["RootType.java"],
/external/dokka/core/src/main/kotlin/Analysis/
DAnalysisEnvironment.kt164 rootFile?.let { JavaRoot(it, JavaRoot.RootType.BINARY) } in <lambda>()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2476 template <typename RootType, typename DominatesFn>
2478 const RootType &Root, in replaceDominatedUsesWith()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp2610 template <typename RootType, typename DominatesFn>
2612 const RootType &Root, in replaceDominatedUsesWith()
/external/icu/icu4j/
Dcoverage-exclusion.txt1108 …u/util/UResourceBundle#setRootType:(Ljava/lang/String;Lcom/ibm/icu/util/UResourceBundle$RootType;)V
1109 com/ibm/icu/util/UResourceBundle$RootType#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/util/UResourceBu…
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...