Searched defs:ILLEGAL (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
H A Dnumfmtst.h227 enum { ILLEGAL = -1 }; enumerator in enum:NumberFormatTest::__anon1575
/external/icu4c/test/intltest/
H A Dnumfmtst.h237 enum { ILLEGAL = -1 }; enumerator in enum:NumberFormatTest::__anon2644
/external/v8/src/arm/
H A Dcodegen-arm.h55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 }; enumerator in enum:v8::internal::BASE_EMBEDDED::Type
64 ASSERT_EQ(ILLEGAL, type_);
69 ASSERT_NE(ILLEGAL, type_);
78 bool is_illegal() const { return type_ == ILLEGAL; }
/external/v8/src/ia32/
H A Dcodegen-ia32.h55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 }; enumerator in enum:v8::internal::BASE_EMBEDDED::Type
64 ASSERT_EQ(ILLEGAL, type_);
69 ASSERT_NE(ILLEGAL, type_);
78 bool is_illegal() const { return type_ == ILLEGAL; }
/external/v8/src/x64/
H A Dcodegen-x64.h55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 }; enumerator in enum:v8::internal::BASE_EMBEDDED::Type
65 ASSERT_EQ(ILLEGAL, type_);
70 ASSERT_NE(ILLEGAL, type_);
79 bool is_illegal() const { return type_ == ILLEGAL; }

Completed in 76 milliseconds