HomeSort by relevance Sort by last modified time
    Searched defs:Bound (Results 1 - 16 of 16) sorted by null

  /external/sfntly/cpp/src/sfntly/data/
font_data.cc 29 bool FontData::Bound(int32_t offset, int32_t length) {
38 bool FontData::Bound(int32_t offset) {
56 Bound(data->bound_offset_ + offset, length);
61 Bound(data->bound_offset_ + offset,
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 547 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID);
548 if (Bound.hasValue()) {
549 return VariantMatcher::SingleMatcher(*Bound);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 109 enum Bound {
126 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.NO_BOUND,
127 Bound.EXCLUSIVE));
128 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.NO_BOUND,
129 Bound.INCLUSIVE));
130 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE,
131 Bound.NO_BOUND));
132 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE,
133 Bound.EXCLUSIVE));
134 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
DerivedCollectionGenerators.java 334 public enum Bound {
342 final Bound to;
343 final Bound from;
350 TestSortedSetGenerator<E> delegate, Bound to, Bound from) {
369 public final Bound getTo() {
373 public final Bound getFrom() {
408 if (from != Bound.NO_BOUND) {
412 if (to != Bound.NO_BOUND) {
430 if (from == Bound.NO_BOUND && to == Bound.EXCLUSIVE)
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
priv_tytypes.h 102 } Bound;
  /external/v8/src/crankshaft/
hydrogen-gvn.cc 58 uint32_t Bound(uint32_t value) const { return value & (array_size_ - 1); }
202 uint32_t pos = Bound(hash);
289 uint32_t pos = Bound(static_cast<uint32_t>(instr->Hashcode()));
  /external/valgrind/VEX/priv/
host_generic_reg_alloc2.c 104 /* Used when .disp == Bound and we are looking for vregs to
107 /* Optimisation: used when .disp == Bound. Indicates when the
115 Bound /* in use (holding value of some vreg) */
118 /* If .disp == Bound, what vreg is it bound to? */
152 Only do the search for vregs which are Bound in the running state,
179 vassert(state[k].disp == Bound);
482 case Bound: vex_printf("BoundTo "); \
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 532 DEBUG(dbgs() << "\t\tupper bound = " << UpperBound << "\n");
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 468 // If a glvalue to which a reference is directly bound designates neither
695 // For the vector indexing extension, the bound is the number of elements.
726 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType);
727 if (!Bound)
732 llvm::Value *BoundVal = Builder.CreateIntCast(Bound, SizeTy, false);
794 /// derive a more accurate bound on the alignment of the pointer.
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-api-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/
aether-api-1.0.2.v20150114.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 298 milliseconds