Searched refs:flag2 (Results 1 – 2 of 2) sorted by relevance
1724 <code>flag1</code> and <code>flag2</code> are false:</p>1733 if (flag2 == false)<br />1735 <td><code>flag2 = true<br />1741 <p><code>flag1</code> and <code>flag2</code> are declared as volatile boolean1768 <code>flag2</code> are volatile, and volatile accesses are considered1797 example) the write to flag1 is observed before the read of flag2. We could
3164 final int flag2 = span2.getFlags(); in compare() local3165 if (flag1 != flag2) { in compare()3168 final boolean easy2 = (flag2 & SuggestionSpan.FLAG_EASY_CORRECT) != 0; in compare()3170 final boolean misspelled2 = (flag2 & SuggestionSpan.FLAG_MISSPELLED) != 0; in compare()