Searched defs:ILLEGAL (Results 1 - 5 of 5) sorted by relevance
/external/chromium/third_party/icu/source/test/intltest/ |
H A D | numfmtst.h | 227 enum { ILLEGAL = -1 }; enumerator in enum:NumberFormatTest::__anon1575
|
/external/icu4c/test/intltest/ |
H A D | numfmtst.h | 237 enum { ILLEGAL = -1 }; enumerator in enum:NumberFormatTest::__anon2644
|
/external/v8/src/arm/ |
H A D | codegen-arm.h | 55 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 D | codegen-ia32.h | 55 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 D | codegen-x64.h | 55 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