Searched defs:executed (Results 1 - 23 of 23) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/
H A D__main__.py12 executed = os.path.splitext(os.path.basename(run_globals['__file__']))[0] variable
13 if executed != '__main__': # For Python 2.5 compatibility
15 'Incorrectly executed %s instead of __main__' % executed
/external/guava/guava/src/com/google/common/util/concurrent/
H A DExecutionList.java32 * be executed after {@link #execute()} is called. Any {@code Runnable} added
34 * guarantee, however, that listeners will be executed in the order that they
58 private boolean executed; field in class:ExecutionList
66 * executed immediately.
72 * ExecutionList} has been executed at the time it is added. In particular,
92 if (!executed) {
107 * executed before those previously added, and note that the execution order
121 if (executed) {
124 executed = true;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCall.java32 * it cannot be executed twice.
38 private boolean executed; field in class:Call
47 // etc.) may incorrectly be reflected in the request when it is executed.
65 * @throws IOException if the request could not be executed due to
70 * @throws IllegalStateException when the call has already been executed.
74 if (executed) throw new IllegalStateException("Already Executed");
75 executed = true;
78 client.getDispatcher().executed(this);
92 * Schedules the request to be executed at some point in the future.
96 * requests currently being executed
[all...]
H A DDispatcher.java30 * Policy on when async requests are executed.
172 synchronized void executed(Call call) { method in class:Dispatcher
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
H A DExecutionListBenchmark.java279 boolean executed = false; field in class:ExecutionListBenchmark.OldExecutionList
288 if (!executed) {
302 if (executed) {
305 executed = true;
340 private boolean executed; field in class:ExecutionListBenchmark.NewExecutionListWithoutReverse
347 if (!executed) {
358 if (executed) {
361 executed = true;
403 private boolean executed; field in class:ExecutionListBenchmark.NewExecutionListQueue
410 if (!executed) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/ant/ org/eclipse/ant/internal/ ...
/external/guice/extensions/persist/lib/
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 545 milliseconds