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

1 2

  /external/smack/src/org/jivesoftware/smackx/
ChatState.java 45 inactive, enum constant in enum:ChatState
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 118 HashSet<StringImpl*> inactive; local
121 inactive.add(iter->key);
135 inactive.remove(animationName.impl());
155 if (!inactive.isEmpty() && !update)
157 for (HashSet<StringImpl*>::const_iterator iter = inactive.begin(); iter != inactive.end(); ++iter)
166 HashSet<StringImpl*> inactive; local
168 inactive.add(iter->key);
182 inactive.remove(animationName.impl());
199 for (HashSet<StringImpl*>::const_iterator iter = inactive.begin(); iter != inactive.end(); ++iter
    [all...]
  /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 123 // A renderer that was inactive, just became active. We should make sure
260 // The inactive renderers get one share of the extra memory to be divided
286 // inactive renderers if there is a single active tab.
350 // Check if renderers have gone inactive.
355 WebCache::UsageStats inactive; local
357 GatherStats(inactive_renderers_, &inactive);
368 inactive.capacity / 1024 / 1024);
370 inactive.deadSize / 1024 / 1024);
372 inactive.liveSize / 1024 / 1024);
382 // 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...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.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 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 

Completed in 540 milliseconds

1 2