Home
last modified time | relevance | path

Searched refs:Bound (Results 1 – 25 of 40) sorted by relevance

12

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DNavigableSetTestSuiteBuilder.java19 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 …]
DNavigableMapTestSuiteBuilder.java22 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 …]
DSortedSetTestSuiteBuilder.java19 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()
DSortedMapTestSuiteBuilder.java19 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()
DDerivedCollectionGenerators.java334 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/guava/guava-testlib/src/com/google/common/collect/testing/google/
DSortedMultisetTestSuiteBuilder.java109 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/
Dexample-bind.cpp275 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/v8/src/compiler/
Dloop-variable-optimizer.h27 struct Bound { struct
28 Bound(Node* bound, ConstraintKind kind) : bound(bound), kind(kind) {} in Bound() argument
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_;
Dloop-variable-optimizer.cc158 upper_bounds_.push_back(Bound(bound, kind)); in AddUpperBound()
168 lower_bounds_.push_back(Bound(bound, kind)); in AddLowerBound()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2463 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/
Dtytypes.c114 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 …]
Dpriv_tytypes.h102 } Bound; member
Dreaddwarf3.c3627 boundE.Te.Bound.knownL = True; in parse_type_DIE()
3628 boundE.Te.Bound.knownU = True; in parse_type_DIE()
3629 boundE.Te.Bound.boundL = lower; in parse_type_DIE()
3630 boundE.Te.Bound.boundU = upper; in parse_type_DIE()
3633 boundE.Te.Bound.knownL = True; in parse_type_DIE()
3634 boundE.Te.Bound.knownU = False; in parse_type_DIE()
3635 boundE.Te.Bound.boundL = lower; in parse_type_DIE()
3636 boundE.Te.Bound.boundU = 0; in parse_type_DIE()
3639 boundE.Te.Bound.knownL = False; in parse_type_DIE()
3640 boundE.Te.Bound.knownU = True; in parse_type_DIE()
[all …]
/external/sfntly/cpp/src/sfntly/data/
Dfont_data.cc31 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()
Dfont_data.h61 virtual void Bound(int32_t offset, int32_t length);
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h796 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/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c115 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 …]
/external/autotest/server/cros/network/
Dnetperf_runner.py279 Bound = collections.namedtuple('Bound', ['lower', 'upper'])
280 self.duration_seconds_bounds = Bound(duration_seconds_min,
282 self.throughput_bounds = Bound(throughput_min, throughput_max)
283 self.errors_bounds = Bound(error_min, error_max)
284 self.transaction_rate_bounds = Bound(transaction_rate_min,
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc321 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive() argument
333 << Value(Data->Type, Bound); in handleVLABoundNotPositive()
337 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive() argument
339 handleVLABoundNotPositive(Data, Bound, Opts); in __ubsan_handle_vla_bound_not_positive()
342 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort() argument
344 handleVLABoundNotPositive(Data, Bound, Opts); in __ubsan_handle_vla_bound_not_positive_abort()
Dubsan_handlers.h98 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp589 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local
590 if (Bound.hasValue()) { in constructBoundMatcher()
591 return VariantMatcher::SingleMatcher(*Bound); in constructBoundMatcher()
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dpreprocess.ll45 ; Bound the last check-not
/external/v8/src/crankshaft/
Dhydrogen-gvn.cc59 uint32_t Bound(uint32_t value) const { return value & (array_size_ - 1); } in Bound() function in v8::internal::HInstructionMap
203 uint32_t pos = Bound(hash); in Lookup()
290 uint32_t pos = Bound(static_cast<uint32_t>(instr->Hashcode())); in Insert()
/external/llvm/lib/Target/X86/
DX86RegisterInfo.td305 // Bound registers, used in MPX instructions
527 // Bound registers
/external/googletest/googlemock/docs/
DDesignDoc.md103 | **Pre-defined Symbol** | **Is Bound To** |

12