HomeSort by relevance Sort by last modified time
    Searched refs:LOADING (Results 1 - 13 of 13) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LoadStatus.java 20 * Enum for loading status of various SDK parts.
23 LOADING, LOADED, FAILED;
AndroidTargetData.java 53 public LoadStatus status = LoadStatus.LOADING;
264 * contain the reason (either {@link LoadStatus#LOADING} or {@link LoadStatus#FAILED}).
Sdk.java 99 * to compile before the loading was finished. Those projects will be recompiled
100 * at the end of the loading.
131 * Called when the targets are loaded (either the SDK finished loading when Eclipse starts,
232 StringBuilder sb = new StringBuilder("Error Loading the SDK:\n");
410 * data is finished loading.
427 // set status to loading
428 bundle.status = LoadStatus.LOADING;
435 // and set the flag to start the loading below
437 } else if (bundle.status == LoadStatus.LOADING) {
450 Job job = new Job(String.format("Loading data for %1$s", target.getFullName()))
    [all...]
  /external/webkit/WebCore/storage/
IDBRequest.idl 36 const unsigned short LOADING = 1;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
SdkTestCase.java 64 LoadStatus loadStatus = LoadStatus.LOADING;
68 for (int i=0; i < maxWait && loadStatus == LoadStatus.LOADING; i++) {
  /external/webkit/WebCore/xml/
XMLHttpRequest.idl 52 const unsigned short LOADING = 3;
XMLHttpRequest.h 52 LOADING = 3,
XMLHttpRequest.cpp 632 // out. But it is protected from GC while loading, so this
846 scriptExecutionContext()->addMessage(InspectorControllerDestination, JSMessageSource, LogMessageType, LogMessageLevel, "XHR finished loading: \"" + m_url + "\".", m_lastSendLineNumber, m_lastSendURL);
925 if (m_state != LOADING)
926 changeState(LOADING);
  /frameworks/base/media/jni/soundpool/
SoundPool.h 53 enum sample_state { UNLOADED, LOADING, READY, UNLOADING };
65 void startLoad() { mState = LOADING; }
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoLoader.java 76 private static final int LOADING = 1;
91 * photo ID may change before the photo loading request is started.
102 * Thread responsible for loading photos from the database. Created upon
113 * Flag indicating if the image loading is paused.
148 // Send a request to start loading photos
190 * Stops loading images, kills the image loader thread and clears all caches.
210 * Temporarily stops loading photos from the database.
217 * Resumes loading photos from the database.
227 * Sends a message to this thread itself to start loading images. If the current
268 * Goes over pending loading requests and displays loaded photos. If some of th
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 146 private LoadStatus mSdkIsLoaded = LoadStatus.LOADING;
854 * information while the SDK is loading.
    [all...]

Completed in 6047 milliseconds