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

  /sdk/ide_common/src/com/android/ide/common/sdk/
LoadStatus.java 23 LOADING, LOADED, FAILED;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
SdkTestCase.java 31 * A test case which uses the SDK loaded by the ADT plugin.
89 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;
  /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,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 160 * Called when the targets are loaded (either the SDK finished loading when Eclipse starts,
396 * If the project has not yet been loaded, then it is loaded.
457 if (AdtPlugin.getDefault().getSdkLoadStatus() == LoadStatus.LOADED) {
487 * @return the target that was loaded.
503 * <p/> The data is loaded in a separate {@link Job}, and opened editors will be notified
507 * <p/>The return value is non-null only if the target data has already been loaded (and in this
510 * @param project an optional project to be recompiled when the target data is loaded.
511 * If the target is already loaded, nothing happens.
512 * @return The load status if the target data is already loaded
    [all...]
AndroidTargetData.java 46 * This class contains the data of an Android Target as loaded from the SDK.
301 if (mLayoutBridgeInit == false && mLayoutLibrary.getStatus() == LoadStatus.LOADED) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 168 boolean sdkIsLoaded = plugin.getSdkLoadStatus() == LoadStatus.LOADED;
178 // this might be null if the sdk is not yet loaded.
181 // if we are loaded and the target is non null, we create a valid
184 // first make sure the target has loaded its data
202 // if there is no hash string we only show this if the SDK is loaded.
206 // By testing the sdk is loaded, we only show this once in the console.
216 // loaded and therefore we can't get the target yet.
224 // is resolved again after the SDK is loaded.
228 "Unable to resolve target '%s' until the SDK is loaded.",
237 // to be checked for cache validity once the SDK is loaded
    [all...]
  /frameworks/av/include/media/stagefright/
OMXCodec.h 132 LOADED,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 313 if (sdk.checkAndLoadTargetData(target, javaProject) != LoadStatus.LOADED) {
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 113 /** Contact is successfully loaded */
114 LOADED,
206 mStatus = Status.LOADED;
357 * @return true if the specified contact is successfully loaded.
361 return mStatus == Status.LOADED;
500 // If the photo was loaded using the URI, create an entry for the photo
791 // Create the loaded result starting with the Contact data.
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 200 if (layoutLib.getStatus() != LoadStatus.LOADED) {
  /sdk/layoutlib_api/sample/src/com/example/android/render/
RenderServiceFactory.java 270 if (mLibrary.getStatus() != LoadStatus.LOADED) {
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 105 * Called when the XML model is loaded, either the first time or when the Target/SDK changes.
193 /** Serialized state to use when initializing the configuration after the SDK is loaded */
433 // are removed as part of the locale initialization when the SDK is loaded.
536 * loaded (or reloaded as the SDK/target changes).
575 // only attempt to do anything if the SDK and targets are loaded.
577 if (sdkStatus == LoadStatus.LOADED) {
581 if (targetStatus == LoadStatus.LOADED) {
643 * Answers to the XML model being loaded, either the first time or when the Target/SDK changes.
647 * <p>If the SDK or target are not loaded, nothing will happened (but the method must be called
648 * back when those are loaded)
    [all...]
  /sdk/ide_common/src/com/android/ide/common/rendering/
LayoutLibrary.java 85 /** Link to a ILayoutBridge in case loaded an older library */
190 // mark the lib as loaded, unless it's overridden below.
191 status = LoadStatus.LOADED;
319 * first rendering or null if {@link #getStatus()} doesn't return {@link LoadStatus#LOADED}.
362 * <p/>This cache contains bitmaps and nine patches that are loaded from the disk and reused
  /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 159 /** Project to update once the SDK is loaded.
163 /** 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 

Completed in 788 milliseconds