HomeSort by relevance Sort by last modified time
    Searched defs:inclusive (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/parameter-framework/upstream/bindings/c/
ParameterFramework.h 121 bool inclusive; //< True if the criterion is inclusive, false if exclusive. member in struct:__anon21915
132 * For an inclusive criterion, the list must not contain more elements then
182 * If the criterion is inclusive, a bit field where each bit
184 * For an inclusive criterion defined as such: { "Red", "Green", "Blue", NULL }
  /external/deqp/framework/referencerenderer/
rrRasterizer.hpp 100 inline EdgeFunction (void) : a(0), b(0), c(0), inclusive(false) {}
105 bool inclusive; //!< True if edge is inclusive according to fill rules. member in struct:rr::EdgeFunction
159 tcu::IVec2 m_bboxMin; //!< Bounding box min (inclusive).
160 tcu::IVec2 m_bboxMax; //!< Bounding box max (inclusive).
198 tcu::IVec2 m_bboxMin; //!< Bounding box min (inclusive).
199 tcu::IVec2 m_bboxMax; //!< Bounding box max (inclusive).
279 tcu::IVec2 m_bboxMin; //!< Bounding box min (inclusive).
280 tcu::IVec2 m_bboxMax; //!< Bounding box max (inclusive).
rrRasterizer.cpp 63 bool inclusive = false; //!< Inclusive in CCW orientation. local
66 inclusive = verticalFill == FILL_BOTTOM ? xd >= 0 : xd <= 0;
68 inclusive = horizontalFill == FILL_LEFT ? yd <= 0 : yd >= 0;
73 edge.inclusive = inclusive; //!< \todo [pyry] Swap for CW triangles
81 edge.inclusive = !edge.inclusive;
91 return edge.inclusive ? (edgeVal >= 0) : (edgeVal > 0);
423 // start must be on inside this half space (left or at the inclusive boundary
    [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 763 UBool inclusive = (type == UCAL_TZ_TRANSITION_NEXT_INCLUSIVE || type == UCAL_TZ_TRANSITION_PREVIOUS_INCLUSIVE); local
765 btz->getNextTransition(base, inclusive, tzt):
766 btz->getPreviousTransition(base, inclusive, tzt);
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha1/
compiler-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha3/
compiler-2.2.0-alpha3.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso-core-2.2.2-release-no-dep.jar 
espresso-core-2.2.2-release.jar 
espresso-intents-2.2.2-release.jar 
espresso-web-2.2.2-release.jar 
  /prebuilts/misc/common/guava/
guava-15.0.jar 
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 

Completed in 402 milliseconds

1 2 3 4 5