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.java229 public volatile static boolean please_stop = false; field in CR
420 if (Thread.interrupted() || please_stop) { in iter_msd()
525 if (Thread.interrupted() || please_stop) { in compareTo()
557 if (Thread.interrupted() || please_stop) { in signum()
1264 if (Thread.interrupted() || please_stop) throw new AbortedException(); in approximate()
1307 if (Thread.interrupted() || please_stop) throw new AbortedException(); in approximate()
1354 if (Thread.interrupted() || please_stop) throw new AbortedException(); in approximate()
1398 if (Thread.interrupted() || please_stop) throw new AbortedException(); in approximate()
1463 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