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

  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc 115 // A renderer that was inactive, just became active. We should make sure
232 // The inactive renderers get one share of the extra memory to be divided
258 // inactive renderers if there is a single active tab.
320 // Check if renderers have gone inactive.
325 WebCache::UsageStats inactive; local
327 GatherStats(inactive_renderers_, &inactive);
338 inactive.capacity / 1024 / 1024);
340 inactive.deadSize / 1024 / 1024);
342 inactive.liveSize / 1024 / 1024);
352 // allocations so they can take memory away from an inactive renderer wit
    [all...]
  /frameworks/base/core/java/android/app/
LoaderManager.java 414 // loader. If there is a previous loader on the inactive list,
610 LoaderInfo inactive = mInactiveLoaders.get(id); local
611 if (inactive != null) {
615 // yet destroyed the last inactive loader. So just do
617 if (DEBUG) Log.v(TAG, " Removing last inactive loader: " + info);
618 inactive.mDeliveredData = false;
619 inactive.destroy();
623 // We already have an inactive loader for this ID that we are
650 if (DEBUG) Log.v(TAG, " Making last loader inactive: " + info);
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
LoaderManager.java 400 // loader. If there is a previous loader on the inactive list,
596 LoaderInfo inactive = mInactiveLoaders.get(id); local
597 if (inactive != null) {
601 // yet destroyed the last inactive loader. So just do
603 if (DEBUG) Log.v(TAG, " Removing last inactive loader: " + info);
604 inactive.mDeliveredData = false;
605 inactive.destroy();
609 // We already have an inactive loader for this ID that we are
636 if (DEBUG) Log.v(TAG, " Making last loader inactive: " + info);
776 if (DEBUG) Log.v(TAG, "Destroying Inactive in " + this)
    [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...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 

Completed in 546 milliseconds