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

1 2

  /frameworks/base/core/java/android/app/
LoaderManager.java 465 // loader. If there is a previous loader on the inactive list,
666 LoaderInfo inactive = mInactiveLoaders.get(id); local
667 if (inactive != null) {
671 // yet destroyed the last inactive loader. So just do
673 if (DEBUG) Log.v(TAG, " Removing last inactive loader: " + info);
674 inactive.mDeliveredData = false;
675 inactive.destroy();
679 // We already have an inactive loader for this ID that we are
709 if (DEBUG) Log.v(TAG, " Making last loader inactive: " + info);
    [all...]
  /frameworks/support/fragment/java/android/support/v4/app/
LoaderManager.java 452 // loader. If there is a previous loader on the inactive list,
651 LoaderInfo inactive = mInactiveLoaders.get(id); local
652 if (inactive != null) {
656 // yet destroyed the last inactive loader. So just do
658 if (DEBUG) Log.v(TAG, " Removing last inactive loader: " + info);
659 inactive.mDeliveredData = false;
660 inactive.destroy();
664 // We already have an inactive loader for this ID that we are
694 if (DEBUG) Log.v(TAG, " Making last loader inactive: " + info);
    [all...]
  /art/compiler/optimizing/
register_allocator.cc 199 // It's also the only type of inactive interval whose start position
219 // It's also the only type of inactive interval whose start position
583 stream << "inactive: " << std::endl;
629 // to inactive.
646 // (3) Remove currently inactive intervals that are dead at this position.
647 // Move inactive intervals that cover this position to active.
715 // Set the register to be free. Note that inactive intervals might later
723 // The interval becomes inactive at `defined_by`. We make its register
767 // position to check whether the input is dead or is inactive after
1131 LiveInterval* inactive = *it; local
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 949 int active = 0, inactive = 0; local
968 inactive |= transform;
972 * is the logical OR of these and the inactive status must be adjusted to
975 inactive &= ~active;
978 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 373 milliseconds

1 2