/external/turbine/javatests/com/google/turbine/binder/ |
D | BinderTest.java | 75 ImmutableMap<ClassSymbol, SourceTypeBoundClass> bound = in hello() local 121 ImmutableMap<ClassSymbol, SourceTypeBoundClass> bound = in interfaces() local 161 ImmutableMap<ClassSymbol, SourceTypeBoundClass> bound = in imports() local 212 ImmutableMap<ClassSymbol, SourceTypeBoundClass> bound = in annotationDeclaration() local 241 ImmutableMap<ClassSymbol, SourceTypeBoundClass> bound = in helloBytecode() local 281 ImmutableMap<ClassSymbol, SourceTypeBoundClass> bound = in incompleteClasspath() local 305 ImmutableMap<ClassSymbol, SourceTypeBoundClass> bound = in invalidConst() local
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/ |
D | ResolvedLambdaConstraintType.java | 25 private ResolvedType bound; field in ResolvedLambdaConstraintType 27 private ResolvedLambdaConstraintType(ResolvedType bound) { in ResolvedLambdaConstraintType() 50 public static ResolvedLambdaConstraintType bound(ResolvedType bound){ in bound() method in ResolvedLambdaConstraintType
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
D | EstimatedParameter.java | 52 private boolean bound; field in EstimatedParameter 75 boolean bound) { in EstimatedParameter() 116 public void setBound(boolean bound) { in setBound()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/typeinference/bounds/ |
D | SubtypeOfBoundTest.java | 37 Bound bound = new SubtypeOfBound(integerType, inferenceVariable); in recognizeProperLowerBound1() local 49 Bound bound = new SubtypeOfBound(doubleType, inferenceVariable); in recognizeProperLowerBound2() local 61 Bound bound = new SubtypeOfBound(inferenceVariable, objectType); in recognizeProperUpperBound1() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeServer/ |
D | resources-x86_32.s | 14 bound %bx, (%eax) label 15 bound %ebx, (%eax) label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SandyBridge/ |
D | resources-x86_32.s | 14 bound %bx, (%eax) label 15 bound %ebx, (%eax) label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/ |
D | resources-x86_32.s | 14 bound %bx, (%eax) label 15 bound %ebx, (%eax) label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SLM/ |
D | resources-x86_32.s | 14 bound %bx, (%eax) label 15 bound %ebx, (%eax) label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/ |
D | resources-x86_32.s | 14 bound %bx, (%eax) label 15 bound %ebx, (%eax) label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Broadwell/ |
D | resources-x86_32.s | 14 bound %bx, (%eax) label 15 bound %ebx, (%eax) label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Haswell/ |
D | resources-x86_32.s | 14 bound %bx, (%eax) label 15 bound %ebx, (%eax) label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Atom/ |
D | resources-x86_32.s | 14 bound %bx, (%eax) label 15 bound %ebx, (%eax) label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/ |
D | resources-x86_32.s | 14 bound %bx, (%eax) label 15 bound %ebx, (%eax) label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeClient/ |
D | resources-x86_32.s | 14 bound %bx, (%eax) label 15 bound %ebx, (%eax) label
|
/external/turbine/java/com/google/turbine/type/ |
D | Type.java | 224 public abstract Type bound(); in bound() method in Type.WildTy 239 public static WildUpperBoundedTy create(Type bound, ImmutableList<AnnoInfo> annotations) { in create() 245 public abstract Type bound(); in bound() method in Type.WildUpperBoundedTy 257 public static WildLowerBoundedTy create(Type bound, ImmutableList<AnnoInfo> annotations) { in create() 263 public abstract Type bound(); in bound() method in Type.WildLowerBoundedTy 285 public Type bound() { in bound() method in Type.WildUnboundedTy
|
/external/turbine/java/com/google/turbine/deps/ |
D | Dependencies.java | 49 Optional<String> targetLabel, ClassPath bootclasspath, BindingResult bound, Lowered lowered) { in collectDeps() 81 private static Set<ClassSymbol> superTypeClosure(BindingResult bound, Lowered lowered) { in superTypeClosure() 109 private static void addPackageInfos(Set<ClassSymbol> closure, BindingResult bound) { in addPackageInfos()
|
D | Transitive.java | 46 ClassPath bootClassPath, BindingResult bound) { in collectDeps() 103 private static Set<ClassSymbol> superClosure(BindingResult bound) { in superClosure()
|
/external/turbine/java/com/google/turbine/bytecode/sig/ |
D | Sig.java | 176 private final TySig bound; field in Sig.UpperBoundTySig 178 public UpperBoundTySig(TySig bound) { in UpperBoundTySig() 183 public TySig bound() { in bound() method in Sig.UpperBoundTySig 196 private final TySig bound; field in Sig.LowerBoundTySig 198 public LowerBoundTySig(TySig bound) { in LowerBoundTySig() 203 public TySig bound() { in bound() method in Sig.LowerBoundTySig
|
/external/guice/core/src/com/google/inject/util/ |
D | Types.java | 78 public static WildcardType subtypeOf(Type bound) { in subtypeOf() 86 public static WildcardType supertypeOf(Type bound) { in supertypeOf()
|
/external/v8/src/compiler/ |
D | loop-variable-optimizer.cc | 77 void InductionVariable::AddUpperBound(Node* bound, in AddUpperBound() 87 void InductionVariable::AddLowerBound(Node* bound, in AddLowerBound() 296 for (auto bound : induction_var->lower_bounds()) { in ChangeToInductionVariablePhis() local 300 for (auto bound : induction_var->upper_bounds()) { in ChangeToInductionVariablePhis() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | I186-32.s | 5 bound %eax, 3809469200(%edx,%eax,4) label 9 bound %eax, 485498096 label 13 bound %eax, 485498096(%edx,%eax,4) label 17 bound %eax, 485498096(%edx) label 21 bound %eax, 64(%edx,%eax) label 25 bound %eax, (%edx) label
|
/external/turbine/javatests/com/google/turbine/lower/ |
D | LowerTest.java | 246 BindingResult bound = in innerClassAttributeOrder() local 322 BindingResult bound = in typePath() local 410 BindingResult bound = in deprecated() local
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
D | ConstraintFormula.java | 39 public ReductionResult withBound(Bound bound) { in withBound() 100 public static ReductionResult oneBound(Bound bound) { in oneBound()
|
/external/u-boot/arch/arm/cpu/armv7/ |
D | syslib.c | 31 u32 bound) in wait_on_value()
|
/external/libopus/silk/ |
D | control_SNR.c | 88 int bound; in silk_control_SNR() local
|