/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | UResourceBundle.java | 311 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/ |
D | UResourceBundle.java | 324 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/ |
D | PolynomialSolver.h | 36 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/ |
D | RootType.java | 27 enum RootType { enum 38 RootType(ClassName annotation) { in RootType() method in RootType 50 public static RootType of(ProcessingEnvironment env, TypeElement element) { in of()
|
D | Root.java | 32 return new AutoValue_Root(RootType.of(env, rootElement), rootElement); in create() 36 abstract RootType type(); in type()
|
D | RootProcessor.java | 70 Arrays.stream(RootType.values()) in getSupportedAnnotationTypes() 79 boolean isTestRoot = RootType.of(getProcessingEnv(), rootElement).isTestRoot(); in processEach()
|
D | BUILD | 90 srcs = ["RootType.java"],
|
/external/dokka/core/src/main/kotlin/Analysis/ |
D | AnalysisEnvironment.kt | 164 rootFile?.let { JavaRoot(it, JavaRoot.RootType.BINARY) } in <lambda>()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2476 template <typename RootType, typename DominatesFn> 2478 const RootType &Root, in replaceDominatedUsesWith()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2610 template <typename RootType, typename DominatesFn> 2612 const RootType &Root, in replaceDominatedUsesWith()
|
/external/icu/icu4j/ |
D | coverage-exclusion.txt | 1108 …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/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |