OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isinteger
(Results
51 - 75
of
261
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfResetFormActionDictionary_autogen.cpp
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfVariableTextFieldDictionary_autogen.cpp
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfFileTrailerDictionary_autogen.cpp
14
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
26
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfInteractiveFormDictionary_autogen.cpp
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
86
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfSoundObjectDictionary_autogen.cpp
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
50
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfType2PatternDictionary_autogen.cpp
14
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
26
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfWebCaptureCommandDictionary_autogen.cpp
26
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfFreeTextAnnotationDictionary_autogen.cpp
50
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfOutlineDictionary_autogen.cpp
50
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfPageLabelDictionary_autogen.cpp
50
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfPageTreeNodeDictionary_autogen.cpp
50
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
/external/eigen/test/
product.h
86
if (!NumTraits<Scalar>::
IsInteger
&& (std::min)(rows,cols)>1)
95
if (!NumTraits<Scalar>::
IsInteger
&& (std::min)(rows,cols)>1)
107
if (!NumTraits<Scalar>::
IsInteger
&& (std::min)(rows,cols)>1)
131
if (!NumTraits<Scalar>::
IsInteger
&& (std::min)(rows,cols)>1)
linearstructure.cpp
49
if(!NumTraits<Scalar>::
IsInteger
)
61
if(!NumTraits<Scalar>::
IsInteger
)
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfCIDSystemInfoDictionary_autogen.cpp
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfChoiceFieldDictionary_autogen.cpp
26
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfEncryptionCommonDictionary_autogen.cpp
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfFunctionCommonDictionary_autogen.cpp
14
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfResetFormActionDictionary_autogen.cpp
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfVariableTextFieldDictionary_autogen.cpp
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfFileTrailerDictionary_autogen.cpp
14
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
26
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfInteractiveFormDictionary_autogen.cpp
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
86
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfSoundObjectDictionary_autogen.cpp
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
50
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfType2PatternDictionary_autogen.cpp
14
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
26
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfWebCaptureCommandDictionary_autogen.cpp
26
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.cpp
190
static PassRefPtrWillBeRawPtr<CSSCalcPrimitiveValue> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> value, bool
isInteger
)
192
return adoptRefWillBeNoop(new CSSCalcPrimitiveValue(value,
isInteger
));
195
static PassRefPtrWillBeRawPtr<CSSCalcPrimitiveValue> create(double value, CSSPrimitiveValue::UnitType type, bool
isInteger
)
199
return adoptRefWillBeNoop(new CSSCalcPrimitiveValue(CSSPrimitiveValue::create(value, type).get(),
isInteger
));
284
CSSCalcPrimitiveValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> value, bool
isInteger
)
285
: CSSCalcExpressionNode(unitCategory(value->primitiveType()),
isInteger
)
336
return op != CalcDivide && leftSide->
isInteger
() && rightSide->
isInteger
();
358
bool
isInteger
= isIntegerResult(leftSide.get(), rightSide.get(), op);
362
return CSSCalcPrimitiveValue::create(evaluateOperator(leftSide->doubleValue(), rightSide->doubleValue(), op), CSSPrimitiveValue::CSS_NUMBER,
isInteger
);
[
all
...]
Completed in 771 milliseconds
1
2
3
4
5
6
7
8
9
10
11