Searched defs:isPositive (Results 1 - 21 of 21) sorted by relevance

/external/clang/lib/Basic/
H A DWarnings.cpp99 bool isPositive = true; local
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
[all...]
/external/clang/test/Analysis/
H A Dtest-after-div-zero.c137 int getValue(bool *isPositive);
140 bool isPositive; local
141 int x = getValue(&isPositive);
142 if (isPositive) {
/external/clang/include/clang/AST/
H A DCharUnits.h121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; } function in class:clang::CharUnits
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDigitList.java165 * @param isPositive determines the sign of the returned result
168 public BigInteger getBigInteger(boolean isPositive) { argument
173 if (!isPositive) {
186 if (!isPositive) {
191 if (!isPositive) {
210 private String getStringRep(boolean isPositive) { argument
213 if (!isPositive) {
241 * @param isPositive determines the sign of the returned result
246 public java.math.BigDecimal getBigDecimal(boolean isPositive) { argument
268 if (!isPositive) {
292 getBigDecimalICU(boolean isPositive) argument
[all...]
H A DTimeZoneFormat.java231 private GMTOffsetPatternType(String defaultPattern, String required, boolean isPositive) { argument
234 _isPositive = isPositive;
245 private boolean isPositive() { method in class:TimeZoneFormat.GMTOffsetPatternType
2258 sign = gmtPatType.isPositive() ? 1 : -1;
2279 tmpSign = gmtPatType.isPositive() ? 1 : -1;
/external/icu/icu4c/source/i18n/
H A Ddigitlst.h329 UBool isPositive(void) const { return decNumberIsNegative(fDecNumber) == 0;} function in class:DigitList
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDigitList.java164 * @param isPositive determines the sign of the returned result
167 public BigInteger getBigInteger(boolean isPositive) { argument
172 if (!isPositive) {
185 if (!isPositive) {
190 if (!isPositive) {
209 private String getStringRep(boolean isPositive) { argument
212 if (!isPositive) {
240 * @param isPositive determines the sign of the returned result
245 public java.math.BigDecimal getBigDecimal(boolean isPositive) { argument
267 if (!isPositive) {
291 getBigDecimalICU(boolean isPositive) argument
[all...]
H A DTimeZoneFormat.java259 private GMTOffsetPatternType(String defaultPattern, String required, boolean isPositive) { argument
262 _isPositive = isPositive;
273 private boolean isPositive() { method in class:TimeZoneFormat.GMTOffsetPatternType
2328 sign = gmtPatType.isPositive() ? 1 : -1;
2349 tmpSign = gmtPatType.isPositive() ? 1 : -1;
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h149 inline bool isPositive() const function in class:Eigen::LDLT
158 return isPositive();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 262 milliseconds