/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/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 | 2512 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local 2519 Bound[K].Iterations = A[K].Iterations ? A[K].Iterations : B[K].Iterations; in banerjeeMIVtest() 2520 Bound[K].Direction = Dependence::DVEntry::ALL; in banerjeeMIVtest() 2521 Bound[K].DirSet = Dependence::DVEntry::NONE; in banerjeeMIVtest() 2522 findBoundsALL(A, B, Bound, K); in banerjeeMIVtest() 2525 if (Bound[K].Lower[Dependence::DVEntry::ALL]) in banerjeeMIVtest() 2526 DEBUG(dbgs() << *Bound[K].Lower[Dependence::DVEntry::ALL] << '\t'); in banerjeeMIVtest() 2529 if (Bound[K].Upper[Dependence::DVEntry::ALL]) in banerjeeMIVtest() 2530 DEBUG(dbgs() << *Bound[K].Upper[Dependence::DVEntry::ALL] << '\n'); in banerjeeMIVtest() 2538 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 …]
|
D | priv_tytypes.h | 102 } Bound; member
|
D | readdwarf3.c | 3627 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/ |
D | font_data.cc | 29 bool FontData::Bound(int32_t offset, int32_t length) { in Bound() function in sfntly::FontData 38 bool FontData::Bound(int32_t offset) { in Bound() function in sfntly::FontData 56 Bound(data->bound_offset_ + offset, length); in FontData() 61 Bound(data->bound_offset_ + offset, in FontData()
|
D | font_data.h | 64 virtual bool Bound(int32_t offset, int32_t length); 72 virtual bool Bound(int32_t offset);
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 793 const SCEV *getLowerBound(BoundInfo *Bound) const; 798 const SCEV *getUpperBound(BoundInfo *Bound) const; 808 BoundInfo *Bound, 816 BoundInfo *Bound, 823 BoundInfo *Bound, 830 BoundInfo *Bound, 837 BoundInfo *Bound, 844 BoundInfo *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 …]
|
/external/autotest/server/cros/network/ |
D | netperf_runner.py | 279 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/ |
D | ubsan_handlers.cc | 321 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()
|
D | ubsan_handlers.h | 98 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 547 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local 548 if (Bound.hasValue()) { in constructBoundMatcher() 549 return VariantMatcher::SingleMatcher(*Bound); in constructBoundMatcher()
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/ |
D | preprocess.ll | 45 ; Bound the last check-not
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | preprocess.ll | 62 ; Bound the last check-not
|
/external/v8/src/crankshaft/ |
D | hydrogen-gvn.cc | 58 uint32_t Bound(uint32_t value) const { return value & (array_size_ - 1); } in Bound() function in v8::internal::HInstructionMap 202 uint32_t pos = Bound(hash); in Lookup() 289 uint32_t pos = Bound(static_cast<uint32_t>(instr->Hashcode())); in Insert()
|
/external/llvm/lib/Target/X86/ |
D | X86RegisterInfo.td | 305 // Bound registers, used in MPX instructions 496 // Bound registers
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_layer_details.md | 37 | PSO Bound | Verify that a properly created and valid pipeline object is bound to the CommandBuffe… 73 | DescriptorSet Bound | Error if DescriptorSet not bound that is used by currently bound VkPipeline… 159 | Memory Properly Bound | Validate that the memory object referenced in the call was properly creat…
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 726 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType); in EmitBoundsCheck() local 727 if (!Bound) in EmitBoundsCheck() 732 llvm::Value *BoundVal = Builder.CreateIntCast(Bound, SizeTy, false); in EmitBoundsCheck()
|