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

  /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 :
93 bool isPositive = true;
95 isPositive = false;
101 diag::Mapping Mapping = isPositive ? diag::MAP_WARNING : diag::MAP_IGNORE;
107 Diags.setSuppressSystemWarnings(!isPositive);
115 if (isPositive) {
141 Diags.setWarningsAsErrors(isPositive);
147 Diags.setDiagnosticGroupWarningAsError(Specifier, isPositive);
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeFactory.java 205 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
214 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
229 final boolean isPositive,
239 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
243 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
257 * boolean isPositive,
266 final boolean isPositive,
293 isPositive,
387 final boolean isPositive;
389 isPositive = false
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
CoordinateControls.java 215 boolean isPositive = (degrees >= 0.);
219 return isPositive ? value : - value;
230 boolean isPositive = (value >= 0.);
244 Integer.toString(isPositive ? (int)degrees : (int)- degrees));
  /external/icu4c/i18n/
digitlst.h 313 UBool isPositive(void) const { return decNumberIsNegative(fDecNumber) == 0;}
digitlst.cpp 444 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...]
RenderBlock.cpp     [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/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 98 if (Offset.isPositive()) {
    [all...]
CGDebugInfo.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...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 309 milliseconds