OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isinteger
(Results
1 - 25
of
261
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium_org/v8/test/mjsunit/
number-is.js
29
// isFinite(), isNaN(),
isInteger
(), isSafeInteger().
68
assertFalse(Number.
isInteger
({}));
69
assertFalse(Number.
isInteger
([]));
70
assertFalse(Number.
isInteger
("s"));
71
assertFalse(Number.
isInteger
(null));
72
assertFalse(Number.
isInteger
(undefined));
73
assertFalse(Number.
isInteger
(new Number(2)));
74
assertTrue(Number.
isInteger
(0));
75
assertFalse(Number.
isInteger
(Number.MIN_VALUE));
76
assertTrue(Number.
isInteger
(Number.MAX_VALUE))
[
all
...]
/external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.cpp
29
COMPILE_ASSERT(
IsInteger
<bool>::value, WTF_IsInteger_bool_true);
30
COMPILE_ASSERT(
IsInteger
<char>::value, WTF_IsInteger_char_true);
31
COMPILE_ASSERT(
IsInteger
<signed char>::value, WTF_IsInteger_signed_char_true);
32
COMPILE_ASSERT(
IsInteger
<unsigned char>::value, WTF_IsInteger_unsigned_char_true);
33
COMPILE_ASSERT(
IsInteger
<short>::value, WTF_IsInteger_short_true);
34
COMPILE_ASSERT(
IsInteger
<unsigned short>::value, WTF_IsInteger_unsigned_short_true);
35
COMPILE_ASSERT(
IsInteger
<int>::value, WTF_IsInteger_int_true);
36
COMPILE_ASSERT(
IsInteger
<unsigned>::value, WTF_IsInteger_unsigned_int_true);
37
COMPILE_ASSERT(
IsInteger
<long>::value, WTF_IsInteger_long_true);
38
COMPILE_ASSERT(
IsInteger
<unsigned long>::value, WTF_IsInteger_unsigned_long_true)
[
all
...]
TypeTraits.h
31
//
IsInteger
<T>::value
51
template<typename T> struct
IsInteger
{ static const bool value = false; };
52
template<> struct
IsInteger
<bool> { static const bool value = true; };
53
template<> struct
IsInteger
<char> { static const bool value = true; };
54
template<> struct
IsInteger
<signed char> { static const bool value = true; };
55
template<> struct
IsInteger
<unsigned char> { static const bool value = true; };
56
template<> struct
IsInteger
<short> { static const bool value = true; };
57
template<> struct
IsInteger
<unsigned short> { static const bool value = true; };
58
template<> struct
IsInteger
<int> { static const bool value = true; };
59
template<> struct
IsInteger
<unsigned int> { static const bool value = true; }
[
all
...]
/external/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils_unittest.gtestjs
23
TEST_F('PrintPreviewUtilsUnitTest', '
IsInteger
', function() {
24
assertFalse(
isInteger
(" abc "));
25
assertFalse(
isInteger
("-7"));
26
assertFalse(
isInteger
("7.0"));
27
assertFalse(
isInteger
("a7a"));
29
assertTrue(
isInteger
("0"));
30
assertTrue(
isInteger
(" 100 "));
31
assertTrue(
isInteger
("0055 "));
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfLzwdecodeAndFlatedecodeFiltersDictionary_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();
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();
62
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfDctdecodeFilterDictionary_autogen.cpp
14
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfEncryptedEmbeddedFileStreamDictionary_autogen.cpp
14
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfFDFFileAnnotationDictionary_autogen.cpp
14
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfTextFieldDictionary_autogen.cpp
14
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfStructureElementAccessDictionary_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();
SkPdfTableAttributesDictionary_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();
SkPdfEmbeddedFontStreamDictionary_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();
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfType4ShadingDictionary_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();
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfType5ShadingDictionary_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();
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfType6ShadingDictionary_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();
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfLzwdecodeAndFlatedecodeFiltersDictionary_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();
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();
62
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfDctdecodeFilterDictionary_autogen.cpp
14
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfEncryptedEmbeddedFileStreamDictionary_autogen.cpp
14
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfFDFFileAnnotationDictionary_autogen.cpp
14
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfTextFieldDictionary_autogen.cpp
14
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfStructureElementAccessDictionary_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();
SkPdfTableAttributesDictionary_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();
SkPdfEmbeddedFontStreamDictionary_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();
38
if ((ret != NULL && ret->
isInteger
()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
SkPdfType4ShadingDictionary_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();
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.h
87
bool
isInteger
() const { return m_isInteger; }
92
CSSCalcExpressionNode(CalculationCategory category, bool
isInteger
)
94
, m_isInteger(
isInteger
)
108
static PassRefPtrWillBeRawPtr<CSSCalcExpressionNode> createExpressionNode(PassRefPtrWillBeRawPtr<CSSPrimitiveValue>, bool
isInteger
= false);
119
bool isInt() const { return m_expression->
isInteger
(); }
Completed in 2960 milliseconds
1
2
3
4
5
6
7
8
9
10
11