Home
last modified time | relevance | path

Searched refs:CHECK_VALUE (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/compiler/
Dcodegen-tester.h118 static const int32_t CHECK_VALUE = 0x99BEEDCE; variable
142 CHECK_EQ(CHECK_VALUE, T->Call()); in call()
152 T->Return(T->Int32Constant(CHECK_VALUE)); in AddReturn()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
DUnicodeProperty.java129 public static int CHECK_VALUE = 0x037A; field in UnicodeProperty
201 if (DEBUG && CHECK_VALUE == codepoint && CHECK_NAME.equals(getName())) { in getValue()