HomeSort by relevance Sort by last modified time
    Searched defs:INITIALIZED (Results 26 - 37 of 37) sorted by null

12

  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 19 INITIALIZED: 0,
353 recordUmaEvent_(HISTOGRAM_EVENT.INITIALIZED);
494 * Called when this element is initialized, and from the new tab page when
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.h 416 INITIALIZED, // Ready to render.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
suggest_apps_dialog.js 105 INITIALIZED: 'SuggestAppsDialog.State.INITIALIZED',
323 this.state_ = SuggestAppsDialog.State.INITIALIZED;
384 SuggestAppsDialog.State.INITIALIZED; // Back to normal state.
432 case SuggestAppsDialog.State.INITIALIZED:
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.h 59 INITIALIZED,
  /developers/demos/MusicDemo/src/main/java/com/example/android/musicservicedemo/model/
MusicProvider.java 72 NON_INITIALIZED, INITIALIZING, INITIALIZED;
94 if (mCurrentState != State.INITIALIZED) {
106 if (mCurrentState != State.INITIALIZED || !mMusicListByGenre.containsKey(genre)) {
120 if (mCurrentState != State.INITIALIZED) {
150 return mCurrentState == State.INITIALIZED;
161 if (mCurrentState == State.INITIALIZED) {
203 mCurrentState = State.INITIALIZED;
208 if (mCurrentState != State.INITIALIZED) {
215 callback.onMusicCatalogReady(mCurrentState == State.INITIALIZED);
  /frameworks/av/include/media/stagefright/
MediaCodec.h 79 // Resets the codec to the INITIALIZED state. Can be called after an error
154 INITIALIZED,
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 105 public static final byte INITIALIZED = 4;
130 if ((status & INITIALIZED) == INITIALIZED)
131 returnValue += "|INITIALIZED";
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 248 INITIALIZED,
367 // initialized. The GUID is not persistent across Chrome signout/signin.
494 // takes place, and the backend isn't initialized yet?
652 // legal to call this method before the backend is initialized.
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 51 INITIALIZED,
85 private SmilPlayerState mState = SmilPlayerState.INITIALIZED;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
slf4j-simple-1.7.5.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-simple/1.7.2/
slf4j-simple-1.7.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 

Completed in 4324 milliseconds

12