HomeSort by relevance Sort by last modified time
    Searched defs:inactive (Results 1 - 25 of 41) sorted by null

1 2

  /frameworks/base/core/java/android/app/
LoaderManager.java 459 // loader. If there is a previous loader on the inactive list,
656 LoaderInfo inactive = mInactiveLoaders.get(id); local
657 if (inactive != null) {
661 // yet destroyed the last inactive loader. So just do
663 if (DEBUG) Log.v(TAG, " Removing last inactive loader: " + info);
664 inactive.mDeliveredData = false;
665 inactive.destroy();
669 // We already have an inactive loader for this ID that we are
698 if (DEBUG) Log.v(TAG, " Making last loader inactive: " + info);
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
LoaderManager.java 452 // loader. If there is a previous loader on the inactive list,
649 LoaderInfo inactive = mInactiveLoaders.get(id); local
650 if (inactive != null) {
654 // yet destroyed the last inactive loader. So just do
656 if (DEBUG) Log.v(TAG, " Removing last inactive loader: " + info);
657 inactive.mDeliveredData = false;
658 inactive.destroy();
662 // We already have an inactive loader for this ID that we are
691 if (DEBUG) Log.v(TAG, " Making last loader inactive: " + info);
    [all...]
  /art/compiler/optimizing/
register_allocator.cc 172 // It's also the only type of inactive interval whose start position
192 // It's also the only type of inactive interval whose start position
557 stream << "inactive: " << std::endl;
594 // to inactive.
608 // (3) Remove currently inactive intervals that are dead at this position.
609 // Move inactive intervals that cover this position to active.
675 // Set the register to be free. Note that inactive intervals might later
683 // The interval becomes inactive at `defined_by`. We make its register
726 // position to check whether the input is dead or is inactive after
736 // For each inactive interval, set its register to be free unti
739 LiveInterval* inactive = inactive_.Get(i); local
940 LiveInterval* inactive = inactive_.Get(i); local
1042 LiveInterval* inactive = inactive_.Get(i); local
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 877 int active = 0, inactive = 0; local
896 inactive |= transform;
900 * is the logical OR of these and the inactive status must be adjusted to
903 inactive &= ~active;
906 dp->ignored_transforms = inactive; /* excluding write-only transforms */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 

Completed in 2592 milliseconds

1 2