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

1 2

  /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...]
  /external/chromium/chrome/browser/resources/options/
password_manager_list.css 34 input[type="password"].inactive-password {
sync_setup_overlay.css 295 .sync-label-inactive {
  /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...]
FragmentManager.java     [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...]
FragmentManager.java     [all...]
  /external/kernel-headers/original/linux/
mmzone.h 344 void __get_zone_counts(unsigned long *active, unsigned long *inactive,
346 void get_zone_counts(unsigned long *active, unsigned long *inactive,
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAreaElement05.js 78 The noHref attribute specifies that this area is inactive.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAreaElement05.js 78 The noHref attribute specifies that this area is inactive.
  /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/webkit/Source/WebCore/inspector/front-end/
inspector.css 87 body.inactive #toolbar {
108 body.attached.inactive #toolbar {
1275 body.inactive .placard.selected {
    [all...]
audits.css 134 body.inactive .audit-launcher-view button, .audit-launcher-view button:disabled {
MetricsSidebarPane.js 294 if (property.name !== context.styleProperty || property.inactive)
CSSStyleModel.js 499 get inactive()
501 return this.status === "inactive";
StylesSidebarPane.js     [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 190 0x04 Number of times the HTC transitions from inactive to active
191 0x20 Number of clocks HTC P-state is inactive
  /external/chromium/chrome/browser/resources/net_internals/
sourceentry.js 305 * Returns time of last event if inactive. Returns current time otherwise.
eventsview.js 137 * Sorts active entries first. If both entries are inactive, puts the one
  /external/oprofile/events/x86-64/hammer/
unit_masks 183 0x02 Number of clocks CPU clock is inactive when HTC is active (RevF)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 128 // the inactive click behavior.
  /external/oprofile/events/x86-64/family10/
unit_masks 218 0x20 Number of clocks HTC P-state is inactive
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /external/blktrace/btt/doc/
btt.tex 520 from 0.000000000 through 0.000070381, but was inactive from there to
    [all...]
  /external/v8/src/
d8.js     [all...]

Completed in 761 milliseconds

1 2