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

1 2

  /external/clang/lib/Frontend/
Warnings.cpp 38 bool isPositive) {
41 Diags.Report(isPositive? diag::warn_unknown_warning_option_suggest :
45 Diags.Report(isPositive? diag::warn_unknown_warning_option :
105 bool isPositive = true;
107 isPositive = false;
113 diag::Mapping Mapping = isPositive ? diag::MAP_WARNING : diag::MAP_IGNORE;
119 Diags.setSuppressSystemWarnings(!isPositive);
127 if (isPositive) {
153 Diags.setWarningsAsErrors(isPositive);
159 Diags.setDiagnosticGroupWarningAsError(Specifier, 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/icu4c/i18n/
digitlst.h 327 UBool isPositive(void) const { return decNumberIsNegative(fDecNumber) == 0;}
digitlst.cpp 449 if (!isPositive()) {
decimfmt.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
FixedTableLayout.cpp 120 if ((w.isFixed() || w.isPercent()) && w.isPositive()) {
162 if (w.isFixed() && w.isPositive())
AutoTableLayout.cpp 108 if (cellLogicalWidth.isPositive() && (!columnLayout.logicalWidth.isPercent() || cellLogicalWidth.value() > columnLayout.logicalWidth.value()))
    [all...]
RenderTable.cpp 235 if (logicalWidthType > Relative && style()->logicalWidth().isPositive()) {
    [all...]
RenderTableSection.cpp 208 if (logicalHeight.isPositive() || (logicalHeight.isRelative() && logicalHeight.value() >= 0)) {
    [all...]
  /external/clang/include/clang/AST/
CharUnits.h 122 /// isPositive - Test whether the quantity is greater than zero.
123 bool isPositive() const { return Quantity > 0; }
  /external/webkit/Source/WebCore/platform/
Length.h 168 bool isPositive() const { return getFloatValue() > 0; }
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 139 inline bool isPositive() const
148 return isPositive();
  /external/eigen/test/
cholesky.cpp 279 VERIFY_RAISES_ASSERT(ldlt.isPositive())
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 699 M4OSA_UInt8 codeLen = 0, isPositive = 0;
704 isPositive = 1;
716 temp1 = ( ( ( abscodeNum) << 1) - isPositive) + 1;
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 101 if (Offset.isPositive()) {
    [all...]
CGDebugInfo.cpp     [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 683 milliseconds

1 2