Home
last modified time | relevance | path

Searched defs:bound (Results 1 – 25 of 132) sorted by relevance

123456

/external/turbine/javatests/com/google/turbine/binder/
DBinderTest.java75 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/
DResolvedLambdaConstraintType.java25 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/
DEstimatedParameter.java52 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/
DSubtypeOfBoundTest.java37 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/
Dresources-x86_32.s14 bound %bx, (%eax) label
15 bound %ebx, (%eax) label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SandyBridge/
Dresources-x86_32.s14 bound %bx, (%eax) label
15 bound %ebx, (%eax) label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
Dresources-x86_32.s14 bound %bx, (%eax) label
15 bound %ebx, (%eax) label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SLM/
Dresources-x86_32.s14 bound %bx, (%eax) label
15 bound %ebx, (%eax) label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dresources-x86_32.s14 bound %bx, (%eax) label
15 bound %ebx, (%eax) label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Broadwell/
Dresources-x86_32.s14 bound %bx, (%eax) label
15 bound %ebx, (%eax) label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Haswell/
Dresources-x86_32.s14 bound %bx, (%eax) label
15 bound %ebx, (%eax) label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Atom/
Dresources-x86_32.s14 bound %bx, (%eax) label
15 bound %ebx, (%eax) label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/
Dresources-x86_32.s14 bound %bx, (%eax) label
15 bound %ebx, (%eax) label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeClient/
Dresources-x86_32.s14 bound %bx, (%eax) label
15 bound %ebx, (%eax) label
/external/turbine/java/com/google/turbine/type/
DType.java224 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/
DDependencies.java49 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()
DTransitive.java46 ClassPath bootClassPath, BindingResult bound) { in collectDeps()
103 private static Set<ClassSymbol> superClosure(BindingResult bound) { in superClosure()
/external/turbine/java/com/google/turbine/bytecode/sig/
DSig.java176 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/
DTypes.java78 public static WildcardType subtypeOf(Type bound) { in subtypeOf()
86 public static WildcardType supertypeOf(Type bound) { in supertypeOf()
/external/v8/src/compiler/
Dloop-variable-optimizer.cc77 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/
DI186-32.s5 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/
DLowerTest.java246 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/
DConstraintFormula.java39 public ReductionResult withBound(Bound bound) { in withBound()
100 public static ReductionResult oneBound(Bound bound) { in oneBound()
/external/u-boot/arch/arm/cpu/armv7/
Dsyslib.c31 u32 bound) in wait_on_value()
/external/libopus/silk/
Dcontrol_SNR.c88 int bound; in silk_control_SNR() local

123456