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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
SdkLoadingTestCase.java 30 * A test case which uses the SDK loaded by the ADT plugin.
88 assertEquals(LoadStatus.LOADED, loadStatus);
  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.cc 72 LOADED
76 load_state_ = LOADED;
102 load_state_ = LOADED;
  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 51 /** Contact is successfully loaded */
52 LOADED,
144 mStatus = Status.LOADED;
295 * @return true if the specified contact is successfully loaded.
299 return mStatus == Status.LOADED;
433 // If the photo was loaded using the URI, create an entry for the photo
  /external/chromium/webkit/glue/media/
buffered_data_source_unittest.cc 41 LOADED,
135 bool loaded = networkState == LOADED; local
176 // Expected loaded or not.
177 EXPECT_CALL(host_, SetLoaded(loaded));
180 if (instance_size != -1 && (loaded || partial_response)) {
182 if (loaded)
202 if (instance_size != -1 && (loaded || partial_response)) {
507 InitializeDataSource(kFileUrl, net::OK, true, 1024, LOADED);
519 InitializeDataSource(kFileUrl, net::OK, true, 1024, LOADED);
    [all...]
buffered_resource_loader_unittest.cc 55 LOADED,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 73 private enum State { LOADING, LOADED, CANCELLED };
199 if (DEBUG) Log.v(TAG, "Loaded bitmap for task "
534 mState = State.LOADED;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 172 boolean sdkIsLoaded = plugin.getSdkLoadStatus() == LoadStatus.LOADED;
182 // this might be null if the sdk is not yet loaded.
185 // if we are loaded and the target is non null, we create a valid
188 // first make sure the target has loaded its data
206 // if there is no hash string we only show this if the SDK is loaded.
210 // By testing the sdk is loaded, we only show this once in the console.
220 // loaded and therefore we can't get the target yet.
228 // is resolved again after the SDK is loaded.
232 "Unable to resolve target '%s' until the SDK is loaded.",
241 // to be checked for cache validity once the SDK is loaded
    [all...]
  /frameworks/av/include/media/stagefright/
OMXCodec.h 135 LOADED,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetData.java 49 * This class contains the data of an Android Target as loaded from the SDK.
326 if (mLayoutBridgeInit == false && mLayoutLibrary.getStatus() == LoadStatus.LOADED) {
Sdk.java 166 * Called when the targets are loaded (either the SDK finished loading when Eclipse starts,
434 * If the project has not yet been loaded, then it is loaded.
500 if (AdtPlugin.getDefault().getSdkLoadStatus() == LoadStatus.LOADED) {
531 * @return the target that was loaded.
606 * <p/> The data is loaded in a separate {@link Job}, and opened editors will be notified
610 * <p/>The return value is non-null only if the target data has already been loaded (and in this
613 * @param project an optional project to be recompiled when the target data is loaded.
614 * If the target is already loaded, nothing happens.
615 * @return The load status if the target data is already loaded
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 124 /** Serialized state to use when initializing the configuration after the SDK is loaded */
196 setVisible(false); // Delayed until the targets are loaded
480 * loaded (or reloaded as the SDK/target changes).
518 // only attempt to do anything if the SDK and targets are loaded.
521 if (sdkStatus == LoadStatus.LOADED) {
527 if (targetStatus == LoadStatus.LOADED) {
691 * Responds to the XML model being loaded, either the first time or when the
698 * If the SDK or target are not loaded, nothing will happen (but the method
714 // only attempt to do anything if the SDK and targets are loaded.
716 if (sdkStatus == LoadStatus.LOADED) {
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 332 if (sdk.checkAndLoadTargetData(target, javaProject) != LoadStatus.LOADED) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 200 if (layoutLib.getStatus() != LoadStatus.LOADED) {
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 114 assertSame(LoadStatus.LOADED, sdkStatus);
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /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/
AdtPlugin.java 154 /** Project to update once the SDK is loaded.
158 /** Project to check validity of cache vs actual once the SDK is loaded.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
sdk-common.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 

Completed in 536 milliseconds