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

1 2

  /external/smack/src/org/jivesoftware/smackx/
ChatState.java 45 inactive, enum constant in enum:ChatState
  /external/chromium_org/components/web_cache/browser/
web_cache_manager.cc 117 // A renderer that was inactive, just became active. We should make sure
250 // The inactive renderers get one share of the extra memory to be divided
276 // inactive renderers if there is a single active tab.
343 // Check if renderers have gone inactive.
348 WebCache::UsageStats inactive; local
350 GatherStats(inactive_renderers_, &inactive);
361 inactive.capacity / 1024 / 1024);
363 inactive.deadSize / 1024 / 1024);
365 inactive.liveSize / 1024 / 1024);
375 // allocations so they can take memory away from an inactive renderer wit
    [all...]
  /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 403 // loader. If there is a previous loader on the inactive list,
600 LoaderInfo inactive = mInactiveLoaders.get(id); local
601 if (inactive != null) {
605 // yet destroyed the last inactive loader. So just do
607 if (DEBUG) Log.v(TAG, " Removing last inactive loader: " + info);
608 inactive.mDeliveredData = false;
609 inactive.destroy();
613 // We already have an inactive loader for this ID that we are
640 if (DEBUG) Log.v(TAG, " Making last loader inactive: " + info);
    [all...]
  /art/compiler/optimizing/
register_allocator.cc 319 // to inactive.
333 // (3) Remove currently inactive intervals that are dead at this position.
334 // Move inactive intervals that cover this position to active.
374 // For each inactive interval, set its register to be free until
379 LiveInterval* inactive = inactive_.Get(i); local
380 DCHECK(inactive->HasRegister());
381 size_t next_intersection = inactive->FirstIntersectionWith(current);
383 free_until[inactive->GetRegister()] = next_intersection;
459 // For each inactive interval, find the next use of its register after the
464 LiveInterval* inactive = inactive_.Get(i) local
515 LiveInterval* inactive = inactive_.Get(i); local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 212 int inactive;
213 inactive = lb->active - lb->text;
215 /* If the inactive part has got to more than two thirds of the buffer,
217 if (inactive > lb->alloc * 2)
222 inactive = 0;
234 lb->text = REALLOC(lb->text, inactive + lb->alloc, char);
235 lb->active = lb->text + inactive;
441 /* Remove the inactive portion in the destination buffer. */
210 int inactive; 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 

Completed in 887 milliseconds

1 2