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

1 2 3 4 5 6 7 8

  /external/parameter-framework/upstream/bindings/c/
ParameterFramework.h 121 bool inclusive; //< True if the criterion is inclusive, false if exclusive. member in struct:__anon29026
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/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_stateobj.h 66 bool inclusive; member in struct:nv50_window_rect_stateobj
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_stateobj.h 65 bool inclusive; member in struct:nvc0_window_rect_stateobj
  /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).
199 tcu::IVec2 m_bboxMin; //!< Bounding box min (inclusive).
200 tcu::IVec2 m_bboxMax; //!< Bounding box max (inclusive).
280 tcu::IVec2 m_bboxMin; //!< Bounding box min (inclusive).
281 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 759 UBool inclusive = (type == UCAL_TZ_TRANSITION_NEXT_INCLUSIVE || type == UCAL_TZ_TRANSITION_PREVIOUS_INCLUSIVE); local
761 btz->getNextTransition(base, inclusive, tzt):
762 btz->getPreviousTransition(base, inclusive, tzt);
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.jar 
  /prebuilts/misc/common/robolectric/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.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 
guava-18.0.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.1.3/
compiler-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0/
compiler-2.2.0.jar 

Completed in 125 milliseconds

1 2 3 4 5 6 7 8