HomeSort by relevance Sort by last modified time
    Searched full:isthrown (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceQueueTest.java 31 boolean isThrown = false;
132 isThrown = true;
149 assertTrue(isThrown);
196 isThrown = false;
204 isThrown = true;
221 assertTrue(isThrown);
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 35 boolean isThrown = false;
61 isThrown = false;
74 isThrown = true;
111 assertTrue(isThrown);
  /external/chromium_org/ppapi/proxy/
ppb_var_deprecated_proxy.cc 76 if (!se.IsThrown()) {
95 if (!se.IsThrown()) {
114 if (!se.IsThrown()) {
138 if (!se.IsThrown()) {
156 if (!se.IsThrown()) {
175 if (!se.IsThrown()) {
195 if (!se.IsThrown()) {
219 if (!se.IsThrown()) {
serialized_var.cc 257 bool ReceiveSerializedException::IsThrown() const {
serialized_var.h 304 bool IsThrown() const;
ppb_instance_proxy.cc 283 if (se.IsThrown())
    [all...]

Completed in 515 milliseconds