/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | NavigableSetTestSuiteBuilder.java | 19 import com.google.common.collect.testing.DerivedCollectionGenerators.Bound; 57 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.NO_BOUND, Bound.INCLUSIVE)); in createDerivedSuites() 58 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.EXCLUSIVE, Bound.NO_BOUND)); in createDerivedSuites() 59 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.EXCLUSIVE, Bound.EXCLUSIVE)); in createDerivedSuites() 60 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.EXCLUSIVE, Bound.INCLUSIVE)); in createDerivedSuites() 61 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.INCLUSIVE, Bound.INCLUSIVE)); in createDerivedSuites() 72 TestSortedSetGenerator<E> delegate, Bound to, Bound from) { in NavigableSetSubsetTestSetGenerator() 79 if (from == Bound.NO_BOUND && to == Bound.INCLUSIVE) { in createSubSet() 81 } else if (from == Bound.EXCLUSIVE && to == Bound.NO_BOUND) { in createSubSet() 83 } else if (from == Bound.EXCLUSIVE && to == Bound.EXCLUSIVE) { in createSubSet() [all …]
|
D | NavigableMapTestSuiteBuilder.java | 22 import com.google.common.collect.testing.DerivedCollectionGenerators.Bound; 65 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.NO_BOUND, Bound.INCLUSIVE)); in createDerivedSuites() 66 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.EXCLUSIVE, Bound.NO_BOUND)); in createDerivedSuites() 67 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.EXCLUSIVE, Bound.EXCLUSIVE)); in createDerivedSuites() 68 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.EXCLUSIVE, Bound.INCLUSIVE)); in createDerivedSuites() 69 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.INCLUSIVE)); in createDerivedSuites() 83 TestSortedMapGenerator<K, V> delegate, Bound to, Bound from) { in NavigableMapSubmapTestMapGenerator() 90 if (from == Bound.NO_BOUND && to == Bound.INCLUSIVE) { in createSubMap() 92 } else if (from == Bound.EXCLUSIVE && to == Bound.NO_BOUND) { in createSubMap() 94 } else if (from == Bound.EXCLUSIVE && to == Bound.EXCLUSIVE) { in createSubMap() [all …]
|
D | SortedSetTestSuiteBuilder.java | 19 import com.google.common.collect.testing.DerivedCollectionGenerators.Bound; 66 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.NO_BOUND, Bound.EXCLUSIVE)); in createDerivedSuites() 67 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.INCLUSIVE, Bound.NO_BOUND)); in createDerivedSuites() 68 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.INCLUSIVE, Bound.EXCLUSIVE)); in createDerivedSuites() 83 parentBuilder, final Bound from, final Bound to) { in createSubsetSuite() 101 TestSortedSetGenerator<E> delegate, Bound to, Bound from) { in newBuilderUsing()
|
D | SortedMapTestSuiteBuilder.java | 19 import com.google.common.collect.testing.DerivedCollectionGenerators.Bound; 67 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.NO_BOUND, Bound.EXCLUSIVE)); in createDerivedSuites() 68 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.NO_BOUND)); in createDerivedSuites() 69 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.EXCLUSIVE)); in createDerivedSuites() 105 parentBuilder, final Bound from, final Bound to) { in createSubmapSuite() 122 TestSortedMapGenerator<K, V> delegate, Bound to, Bound from) { in newBuilderUsing()
|
D | DerivedCollectionGenerators.java | 334 public enum Bound { enum in DerivedCollectionGenerators 342 final Bound to; 343 final Bound from; 350 TestSortedSetGenerator<E> delegate, Bound to, Bound from) { in SortedSetSubsetTestSetGenerator() 369 public final Bound getTo() { in getTo() 373 public final Bound getFrom() { in getFrom() 408 if (from != Bound.NO_BOUND) { in create() 412 if (to != Bound.NO_BOUND) { in create() 430 if (from == Bound.NO_BOUND && to == Bound.EXCLUSIVE) { in createSubSet() 432 } else if (from == Bound.INCLUSIVE && to == Bound.NO_BOUND) { in createSubSet() [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/ |
D | ResolvedTypeParameterDeclaration.java | 46 …static ResolvedTypeParameterDeclaration onType(final String name, String classQName, List<Bound> b… in onType() 84 public List<Bound> getBounds() { in onType() 171 List<Bound> getBounds(); 177 for (Bound b : getBounds()) { 189 for (Bound b : getBounds()) { 203 for (Bound b : getBounds()) { 217 for (Bound b : getBounds()) { 228 class Bound { 232 private Bound(boolean extendsBound, ResolvedType type) { 243 public static Bound extendsBound(ResolvedType type) { [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | SortedMultisetTestSuiteBuilder.java | 109 enum Bound { enum in SortedMultisetTestSuiteBuilder 126 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.NO_BOUND, in createDerivedSuites() 127 Bound.EXCLUSIVE)); in createDerivedSuites() 128 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.NO_BOUND, in createDerivedSuites() 129 Bound.INCLUSIVE)); in createDerivedSuites() 130 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, in createDerivedSuites() 131 Bound.NO_BOUND)); in createDerivedSuites() 132 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, in createDerivedSuites() 133 Bound.EXCLUSIVE)); in createDerivedSuites() 134 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, in createDerivedSuites() [all …]
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | example-bind.cpp | 275 template<typename Bound, typename... Args> 276 inline typename safe_tuple_element<is_placeholder<Bound>::value -1, 278 mu(Bound& bound_arg, const tuple<Args&...>& args) { in mu() 279 return get<is_placeholder<Bound>::value-1>(args); in mu() 293 template<typename Bound, typename... Args> 294 inline typename enable_if<is_bind_expression<Bound>::value, 295 typename Bound::result_type>::type 296 mu(Bound& bound_arg, const tuple<Args&...>& args) { in mu() 311 template<typename Bound, typename... Args> 312 inline typename enable_if<(!is_bind_expression<Bound>::value [all …]
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2463 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local 2470 Bound[K].Iterations = A[K].Iterations ? A[K].Iterations : B[K].Iterations; in banerjeeMIVtest() 2471 Bound[K].Direction = Dependence::DVEntry::ALL; in banerjeeMIVtest() 2472 Bound[K].DirSet = Dependence::DVEntry::NONE; in banerjeeMIVtest() 2473 findBoundsALL(A, B, Bound, K); in banerjeeMIVtest() 2476 if (Bound[K].Lower[Dependence::DVEntry::ALL]) in banerjeeMIVtest() 2477 DEBUG(dbgs() << *Bound[K].Lower[Dependence::DVEntry::ALL] << '\t'); in banerjeeMIVtest() 2480 if (Bound[K].Upper[Dependence::DVEntry::ALL]) in banerjeeMIVtest() 2481 DEBUG(dbgs() << *Bound[K].Upper[Dependence::DVEntry::ALL] << '\n'); in banerjeeMIVtest() 2489 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) { in banerjeeMIVtest() [all …]
|
/external/valgrind/coregrind/m_debuginfo/ |
D | tytypes.c | 114 if (te->Te.Bound.knownL) in ML_() 115 VG_(printf)("%lld", te->Te.Bound.boundL); in ML_() 119 if (te->Te.Bound.knownU) in ML_() 120 VG_(printf)("%lld", te->Te.Bound.boundU); in ML_() 224 if (ent->Te.Bound.knownL && ent->Te.Bound.knownU in pp_TyBound_C_ishly() 225 && ent->Te.Bound.boundL == 0) { in pp_TyBound_C_ishly() 226 VG_(printf)("[%lld]", 1 + ent->Te.Bound.boundU); in pp_TyBound_C_ishly() 229 if (ent->Te.Bound.knownL && (!ent->Te.Bound.knownU) in pp_TyBound_C_ishly() 230 && ent->Te.Bound.boundL == 0) { in pp_TyBound_C_ishly() 514 r = Bool__cmp(te1->Te.Bound.knownL, te2->Te.Bound.knownL); in ML_() [all …]
|
/external/v8/src/compiler/ |
D | loop-variable-optimizer.h | 27 struct Bound { struct 28 Bound(Node* bound, ConstraintKind kind) : bound(bound), kind(kind) {} in Bound() function 34 const ZoneVector<Bound>& lower_bounds() { return lower_bounds_; } in lower_bounds() argument 35 const ZoneVector<Bound>& upper_bounds() { return upper_bounds_; } in upper_bounds() 59 ZoneVector<Bound> lower_bounds_; 60 ZoneVector<Bound> upper_bounds_;
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
D | BoundSet.java | 23 private List<Bound> bounds = new LinkedList<>(); 62 public BoundSet withBound(Bound bound) { in withBound() 74 Bound bi = bounds.get(i); in findPairSameAs() 78 Bound bj = bounds.get(j); in findPairSameAs() 96 interface Processor<B1 extends Bound, B2 extends Bound, R> { 103 Bound bi = bounds.get(i); in forEachPairSameAs() 107 Bound bj = bounds.get(j); in forEachPairSameAs() 121 Bound bi = bounds.get(i); in forEachPairSameAndSubtype() 125 Bound bj = bounds.get(j); in forEachPairSameAndSubtype() 139 Bound bi = bounds.get(i); in forEachPairSubtypeAndSubtype() [all …]
|
D | ConstraintFormula.java | 39 public ReductionResult withBound(Bound bound) { in withBound() 56 return empty().withBound(Bound.falseBound()); in falseResult() 100 public static ReductionResult oneBound(Bound bound) { in oneBound()
|
D | Bound.java | 13 public abstract class Bound { class 19 static Bound falseBound() { in falseBound()
|
/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() 49 Bound bound = new SubtypeOfBound(doubleType, inferenceVariable); in recognizeProperLowerBound2() 61 Bound bound = new SubtypeOfBound(inferenceVariable, objectType); in recognizeProperUpperBound1() 77 Bound bound1 = new SubtypeOfBound(alpha, iterableOfWildcard); in recognizeProperUpperBound2() 78 Bound bound2 = new SubtypeOfBound(beta, objectType); in recognizeProperUpperBound2() 79 Bound bound3 = new SubtypeOfBound(alpha, listOfBeta); in recognizeProperUpperBound2()
|
D | SameAsBoundTest.java | 6 import com.github.javaparser.symbolsolver.resolution.typeinference.Bound; 25 Bound bound1 = new SameAsBound(inferenceVariable, stringType); in recognizeInstantiation() 26 Bound bound2 = new SameAsBound(stringType, inferenceVariable); in recognizeInstantiation()
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 796 const SCEV *getLowerBound(BoundInfo *Bound) const; 801 const SCEV *getUpperBound(BoundInfo *Bound) const; 811 BoundInfo *Bound, 819 BoundInfo *Bound, 826 BoundInfo *Bound, 833 BoundInfo *Bound, 840 BoundInfo *Bound, 847 BoundInfo *Bound,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_area_op.cc | 64 #define BOUND_IF_NEEDED(x, y) (NeedsXBounding ? Bound(x, y) : (x)) in ComputePatchSumOf3Channels() 113 #define BOUND_IF_NEEDED(x, y) (NeedsXBounding ? Bound(x, y) : (x)) in ComputePatchSum() 178 Bound(x_interp.start, st.in_width) != x_interp.start || in Compute() 179 Bound(x_interp.end - 1, st.in_width) != (x_interp.end - 1); in Compute() 240 Bound(i, st.in_height) * st.in_width * st.channels)); in ComputeLoop() 273 static EIGEN_ALWAYS_INLINE int64 Bound(int64 val, int64 limit) { in Bound() function in tensorflow::ResizeAreaOp
|
D | resize_bicubic_op_test.cc | 82 inline int64 Bound(int64 val, int64 limit) { in Bound() function in tensorflow::ResizeBicubicOpTest 97 *indices = {{Bound(in_loc - 1, limit), Bound(in_loc, limit), in GetWeightsAndIndices() 98 Bound(in_loc + 1, limit), Bound(in_loc + 2, limit)}}; in GetWeightsAndIndices()
|
/external/sfntly/cpp/src/sfntly/data/ |
D | font_data.cc | 31 void FontData::Bound(int32_t offset, int32_t length) { in Bound() function in sfntly::FontData 66 Bound(data->bound_offset_ + offset, length); in FontData() 71 Bound(data->bound_offset_ + offset, in FontData()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/ |
D | com_github_javaparser_symbolsolver_reflectionmodel_ReflectionTypeParameter.txt | 17 …Line 113) Arrays.stream(typeVariable.getBounds()).map((refB) -> Bound.extendsBound(ReflectionFacto… 18 …Line 113) Arrays.stream(typeVariable.getBounds()).map((refB) -> Bound.extendsBound(ReflectionFacto… 21 …Bound.extendsBound(ReflectionFactory.typeUsageFor(refB, typeSolver)) ==> com.github.javaparser.sym…
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/bounds/ |
D | FalseBound.java | 3 import com.github.javaparser.symbolsolver.resolution.typeinference.Bound; 16 public class FalseBound extends Bound {
|
D | ThrowsBound.java | 3 import com.github.javaparser.symbolsolver.resolution.typeinference.Bound; 18 public class ThrowsBound extends Bound {
|
D | CapturesBound.java | 4 import com.github.javaparser.symbolsolver.resolution.typeinference.Bound; 17 public class CapturesBound extends Bound {
|
/external/valgrind/VEX/priv/ |
D | host_generic_reg_alloc2.c | 115 Bound /* in use (holding value of some vreg) */ enumerator 179 vassert(state[k].disp == Bound); in findMostDistantlyMentionedVReg() 482 case Bound: vex_printf("BoundTo "); \ in doRegisterAllocation() 1037 vassert(rreg_state[j].disp == Bound in doRegisterAllocation() 1059 if (rreg_state[j].disp != Bound) { in doRegisterAllocation() 1074 if (rreg_state[j].disp != Bound) in doRegisterAllocation() 1085 vassert(rreg_state[k].disp == Bound); in doRegisterAllocation() 1155 if (rreg_state[j].disp != Bound) in doRegisterAllocation() 1217 if (rreg_state[k].disp == Bound) { in doRegisterAllocation() 1350 vassert(rreg_state[n].disp == Bound); in doRegisterAllocation() [all …]
|