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

1 2 3 4

  /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...]
  /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...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_host.js 26 INACTIVE: 1,
110 * inactive.
114 cvox.AbstractHost.State.INACTIVE);
129 * inactive: only key down listener registered
153 case cvox.AbstractHost.State.INACTIVE:
156 // If ChromeVox is inactive, the event watcher will only listen for key
  /external/chromium_org/chrome/browser/resources/extensions/
extension_commands_overlay.css 78 .inactive-keybinding {
extensions.css 206 .inactive-extension .extension-title {
245 .extension-list-item-wrapper.inactive-extension .extension-details,
274 .extension-list-item-wrapper.inactive-extension .enabled-text,
275 .extension-list-item-wrapper:not(.inactive-extension) .enable-text,
276 .extension-list-item-wrapper.inactive-extension .optional-controls,
277 .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 267 .network-control-inactive {
277 .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 {
  /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/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 248 HashSet<AtomicString> inactive;
251 inactive.add(iter->key);
267 inactive.remove(animationName);
289 ASSERT(inactive.isEmpty() || cssAnimations);
290 for (HashSet<AtomicString>::const_iterator iter = inactive.begin(); iter != inactive.end(); ++iter) {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
progress_center_item_group.js 97 INACTIVE: 'inactive'
210 // If the group is inactive, go back to the empty state.
221 this.state_ = ProgressCenterItemGroup.State.INACTIVE;
266 * If all the items except error items completes, the group enter the inactive
300 this.state_ === ProgressCenterItemGroup.State.INACTIVE)
388 * Goes back to the EMPTY state from the INACTIVE state. Removes all the items.
389 * If the current state is not the INACTIVE, nothing happens.
392 if (this.state_ !== ProgressCenterItemGroup.State.INACTIVE)
419 this.state_ = ProgressCenterItemGroup.State.INACTIVE;
    [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/
smart_reconnector.js 65 // If the video channel is inactive for 10 seconds reconnect the session.
toolbar.js 160 * 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 
  /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 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
profilesPanel.css 215 body.inactive .profile-launcher-view-content button.running:not(.status-bar-item) {
  /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/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/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_org/chrome/browser/resources/ntp4/
new_tab.js 485 notificationContainer.classList.add('inactive');
519 notificationContainer.classList.remove('inactive');
535 if (notificationContainer.classList.contains('inactive'))

Completed in 3911 milliseconds

1 2 3 4