Searched defs:CREATED (Results 1 - 21 of 21) sorted by relevance

/external/libmojo/base/android/java/src/org/chromium/base/
H A DActivityState.java18 @IntDef({CREATED, STARTED, RESUMED, PAUSED, STOPPED, DESTROYED})
24 public final int CREATED = 1; field in interface:ActivityState
/external/python/cpython2/Demo/turtle/
H A Dtdemo_nim.py58 if self.game.state not in [Nim.CREATED, Nim.OVER]:
206 CREATED = 0 variable in class:Nim
210 self.state = Nim.CREATED
/external/python/cpython3/Lib/turtledemo/
H A Dnim.py58 if self.game.state not in [Nim.CREATED, Nim.OVER]:
206 CREATED = 0 variable in class:Nim
210 self.state = Nim.CREATED
/external/tensorflow/tensorflow/core/platform/cloud/
H A Dfile_block_cache.h124 /// A block begins in the CREATED stage. The first thread will attempt to read
130 CREATED, member in class:tensorflow::FileBlockCache::FetchState
163 FetchState state GUARDED_BY(mu) = FetchState::CREATED;
/external/python/cpython3/Lib/http/
H A D__init__.py35 CREATED = 201, 'Created', 'Document created, URL follows' variable in class:HTTPStatus
/external/libchrome/base/
H A Dtracked_objects.h861 enum { CREATED, RUNNING, STOPPED } state_; enumerator in enum:tracked_objects::TaskStopwatch::__anon11085
/external/python/cpython2/Lib/
H A Dhttplib.py112 CREATED = 201 variable
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java1191 CREATED(201, "Created"), enum constant in enum:NanoHTTPD.Response.Status
/external/caliper/lib/
H A Djsr311-api-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
H A Djersey-client-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/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-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/ ...
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/ ...

Completed in 410 milliseconds