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

1 2 3 4

  /external/smack/src/org/jivesoftware/smackx/
ChatState.java 45 inactive, enum constant in enum:ChatState
  /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_org/chrome/browser/renderer_host/
web_cache_manager.cc 127 // A renderer that was inactive, just became active. We should make sure
264 // The inactive renderers get one share of the extra memory to be divided
290 // inactive renderers if there is a single active tab.
358 // Check if renderers have gone inactive.
363 WebCache::UsageStats inactive; local
365 GatherStats(inactive_renderers_, &inactive);
376 inactive.capacity / 1024 / 1024);
378 inactive.deadSize / 1024 / 1024);
380 inactive.liveSize / 1024 / 1024);
390 // 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 {
  /external/chromium_org/chrome/browser/resources/extensions/
extension_commands_overlay.css 78 .inactive-keybinding {
extensions.css 155 .inactive-extension .extension-title {
178 .extension-list-item-wrapper.inactive-extension .extension-details,
203 .extension-list-item-wrapper.inactive-extension .enabled-text,
204 .extension-list-item-wrapper:not(.inactive-extension) .enable-text,
205 .extension-list-item-wrapper.inactive-extension .optional-controls,
206 .extension-list-item-wrapper.inactive-extension .butter-bar {
  /external/chromium_org/chrome/browser/resources/options/
password_manager_list.css 23 input[type='password'].inactive-password {
browser_options.css 237 .network-control-inactive {
247 .network-control-inactive {
  /packages/apps/Launcher3/src/com/android/launcher3/
PageIndicatorMarker.java 49 mInactiveMarker = (ImageView) findViewById(R.id.inactive);
  /external/chromium_org/chrome/browser/resources/net_internals/
events_view.css 63 #events-view-source-list-tbody .inactive {
  /external/chromium_org/chrome/browser/resources/apps_debugger/css/
items.css 288 * inactive.
290 .inactive-extension .extension-title {
326 .extension-list-item-wrapper.inactive-extension .extension-details,
352 .extension-list-item-wrapper.inactive-extension .enabled-text,
353 .extension-list-item-wrapper:not(.inactive-extension) .enable-text,
354 .extension-list-item-wrapper.inactive-extension .optional-controls {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
heapProfiler.css 44 body.inactive .heap-snapshot-sidebar-tree-item.wait .icon {
48 body.inactive .heap-snapshot-sidebar-tree-item.wait.selected .icon {
panelEnablerView.css 98 body.inactive .panel-enabler-view button:not(.status-bar-item),
profilesPanel.css 194 body.inactive .profile-launcher-view-content button.running:not(.status-bar-item) {
inspector.css 114 body.inactive .toolbar-background {
132 body.dock-to-bottom.inactive:not(.overlay-contents) .toolbar-background {
145 body.platform-windows.inactive .toolbar-background {
154 body.undocked.platform-mac-leopard.inactive .toolbar-background {
164 body.undocked.platform-mac-snowleopard.inactive .toolbar-background {
174 body.undocked.platform-mac-mountain-lion.inactive .toolbar-background {
784 body.inactive #drawer-contents .tabbed-pane-header {
    [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...]
  /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/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 367 HashSet<AtomicString> inactive;
370 inactive.add(iter->key);
386 inactive.remove(animationName);
418 ASSERT(inactive.isEmpty() || cssAnimations);
419 for (HashSet<AtomicString>::const_iterator iter = inactive.begin(); iter != inactive.end(); ++iter)
    [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/chromium_org/remoting/webapp/
toolbar.js 115 * of the host screen inactive.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar 
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 311 // called back while the page was inactive.
324 // page was inactive.
  /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

Completed in 1932 milliseconds

1 2 3 4