Home
last modified time | relevance | path

Searched refs:please_stop (Results 1 – 4 of 4) sorted by relevance

/external/crcalc/src/com/hp/creals/
DCR.java232 public volatile static boolean please_stop = false; field in CR
423 if (Thread.interrupted() || please_stop) { in iter_msd()
528 if (Thread.interrupted() || please_stop) { in compareTo()
560 if (Thread.interrupted() || please_stop) { in signum()
1270 if (Thread.interrupted() || please_stop) throw new AbortedException(); in approximate()
1313 if (Thread.interrupted() || please_stop) throw new AbortedException(); in approximate()
1360 if (Thread.interrupted() || please_stop) throw new AbortedException(); in approximate()
1404 if (Thread.interrupted() || please_stop) throw new AbortedException(); in approximate()
1469 if (Thread.interrupted() || please_stop) throw new AbortedException(); in approximate()
DUnaryCRFunction.java433 if (Thread.interrupted() || please_stop) in approximate()
655 if (Thread.interrupted() || please_stop) in approximate()
/external/python/cpython2/Lib/test/
Dtest_weakref.py66 please_stop = False
69 while not please_stop:
81 please_stop = True
/external/python/cpython3/Lib/test/
Dtest_weakref.py83 please_stop = False
86 while not please_stop:
96 please_stop = True