HomeSort by relevance Sort by last modified time
    Searched refs:isPositive (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /packages/apps/Settings/src/com/android/settings/widget/
ActionButtonPreference.java 125 public ActionButtonPreference setButton1Positive(boolean isPositive) {
126 if (isPositive != mButton1Info.mIsPositive) {
127 mButton1Info.mIsPositive = isPositive;
133 public ActionButtonPreference setButton2Positive(boolean isPositive) {
134 if (isPositive != mButton2Info.mIsPositive) {
135 mButton2Info.mIsPositive = isPositive;
140 public ActionButtonPreference setButton1Visible(boolean isPositive) {
141 if (isPositive != mButton1Info.mIsVisible) {
142 mButton1Info.mIsVisible = isPositive;
148 public ActionButtonPreference setButton2Visible(boolean isPositive) {
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeFactory.java 208 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
217 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
232 final boolean isPositive,
242 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
246 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
260 * boolean isPositive,
269 final boolean isPositive,
296 isPositive,
390 final boolean isPositive;
392 isPositive = false
    [all...]
  /external/clang/lib/Basic/
Warnings.cpp 99 bool isPositive = true;
101 isPositive = false;
108 isPositive ? diag::Severity::Warning : diag::Severity::Ignored;
114 Diags.setSuppressSystemWarnings(!isPositive);
122 if (isPositive) {
148 Diags.setWarningsAsErrors(isPositive);
154 Diags.setDiagnosticGroupWarningAsError(Specifier, isPositive);
176 Diags.setErrorsAsFatal(isPositive);
182 Diags.setDiagnosticGroupErrorAsFatal(Specifier, isPositive);
191 EmitUnknownDiagWarning(Diags, Flavor, isPositive ? "-W" : "-Wno-"
    [all...]
  /external/clang/test/Analysis/
test-after-div-zero.c 137 int getValue(bool *isPositive);
140 bool isPositive;
141 int x = getValue(&isPositive);
142 if (isPositive) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DigitList_Android.java 171 * @param isPositive determines the sign of the returned result
174 public BigInteger getBigInteger(boolean isPositive) {
179 if (!isPositive) {
192 if (!isPositive) {
197 if (!isPositive) {
216 private String getStringRep(boolean isPositive) {
219 if (!isPositive) {
247 * @param isPositive determines the sign of the returned result
250 public android.icu.math.BigDecimal getBigDecimalICU(boolean isPositive) {
272 if (!isPositive) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DigitList_Android.java 169 * @param isPositive determines the sign of the returned result
172 public BigInteger getBigInteger(boolean isPositive) {
177 if (!isPositive) {
190 if (!isPositive) {
195 if (!isPositive) {
214 private String getStringRep(boolean isPositive) {
217 if (!isPositive) {
245 * @param isPositive determines the sign of the returned result
248 public com.ibm.icu.math.BigDecimal getBigDecimalICU(boolean isPositive) {
270 if (!isPositive) {
    [all...]
  /frameworks/base/libs/hwui/
Outline.h 54 if (MathUtils::isPositive(radius)) {
99 return willClip() && MathUtils::isPositive(mRadius);
  /frameworks/base/libs/hwui/utils/
MathUtils.h 37 inline static bool isPositive(float value) { return value >= NON_ZERO_EPSILON; }
  /external/eigen/test/
cholesky.cpp 375 VERIFY(!ldlt.isPositive());
382 VERIFY(!ldlt.isPositive());
389 VERIFY(ldlt.isPositive());
396 VERIFY(ldlt.isPositive());
403 VERIFY(!ldlt.isPositive());
471 VERIFY_RAISES_ASSERT(ldlt.isPositive())
  /prebuilts/tools/common/fest/
fest-assert-1.2.jar 
  /external/clang/include/clang/AST/
CharUnits.h 121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; }
  /external/icu/icu4c/source/i18n/
digitlst.h 331 UBool isPositive(void) const { return decNumberIsNegative(fDecNumber) == 0;}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CharUnits.h 121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CharUnits.h 121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CharUnits.h 121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CharUnits.h 121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CharUnits.h 121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CharUnits.h 121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CharUnits.h 121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CharUnits.h 121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
CharUnits.h 121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
CharUnits.h 121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
CharUnits.h 121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
CharUnits.h 121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
CharUnits.h 121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; }

Completed in 5147 milliseconds

1 2 3 4 5