Searched defs:executed (Results 1 – 5 of 5) sorted by relevance
/external/guava/guava/src/com/google/common/util/concurrent/ | ||
D | ExecutionList.java | 58 private boolean executed; field in ExecutionList |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ | ||
D | Dispatcher.java | 172 synchronized void executed(Call call) { in executed() method in Dispatcher |
D | Call.java | 39 private boolean executed; field in Call |
/external/mockito/src/test/java/org/mockitoutil/ | ||
D | ClassLoadersTest.java | 276 final AtomicBoolean executed = new AtomicBoolean(false); in can_run_in_given_classloader() local |
/external/python/cpython3/Lib/test/ | ||
D | test_inspect.py | 1560 executed = False variable in TestGetattrStatic.test_class_as_property.Something |