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

1 2 3

  /frameworks/base/core/java/android/gesture/
Learner.java 37 * Retrieve all the instances
39 * @return instances
51 ArrayList<Instance> instances = mInstances; local
52 int count = instances.size();
54 Instance instance = instances.get(i);
56 instances.remove(instance);
63 * Remove all the instances of a category
69 final ArrayList<Instance> instances = mInstances; local
70 final int count = instances.size();
73 final Instance instance = instances.get(i)
    [all...]
InstanceLearner.java 46 ArrayList<Instance> instances = getInstances(); local
47 int count = instances.size();
50 Instance sample = instances.get(i);
  /external/chromium/base/
leak_tracker.h 19 // LeakTracker is a helper to verify that all instances of a class
24 // instances of that class.
36 // Next, when we believe all instances of URLRequest have been deleted:
40 // Should the check fail (because there are live instances of URLRequest),
41 // then the allocation callstack for each leaked instances is dumped to
66 instances()->Append(this);
83 for (LinkNode<LeakTracker<T> >* node = instances()->head();
84 node != instances()->end();
109 for (LinkNode<LeakTracker<T> >* node = instances()->head();
110 node != instances()->end()
    [all...]
  /dalvik/hit/src/com/android/hit/
Main.java 85 Instance[] instances = Queries.instancesOf(state, "java.lang.String"); local
87 System.out.println("There are " + instances.length + " Strings.");
91 Instance[] instances = Queries.allInstancesOf(state, local
94 System.out.println("There are " + instances.length
95 + " instances of Drawables and its subclasses.");
Queries.java 38 * instances instancesOf
51 * Instances have an ArrayList of all of the
132 * Return an array of instances of the given class. This does not include
133 * instances of subclasses.
143 Instance[] instances = new Instance[theClass.mInstances.size()]; local
145 return theClass.mInstances.toArray(instances);
149 * Return an array of instances of the given class. This includes
150 * instances of subclasses.
  /packages/providers/CalendarProvider/
maketests.py 103 instances = [] variable
107 instances.append((startTime,endTime))
109 instances = map(fixInstance, instances) variable
110 instances.sort()
122 for i in instances:
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 85 ArrayList<AppWidgetId> instances = new ArrayList<AppWidgetId>(); field in class:AppWidgetService.Provider
96 ArrayList<AppWidgetId> instances = new ArrayList<AppWidgetId>(); field in class:AppWidgetService.Host
218 pw.print(" instances.size="); pw.print(host.instances.size());
235 host.instances.add(id);
284 final int N = host.instances.size();
286 AppWidgetId id = host.instances.get(i);
289 host.instances.clear();
297 host.instances.remove(id);
304 p.instances.remove(id)
436 ArrayList<AppWidgetId> instances = p.instances; local
475 ArrayList<AppWidgetId> instances = host.instances; local
    [all...]
  /external/webkit/WebCore/svg/
SVGElement.cpp 157 HashSet<SVGElementInstance*>& instances = ensureRareSVGData()->elementInstances(); local
158 ASSERT(!instances.contains(instance));
160 instances.add(instance);
168 HashSet<SVGElementInstance*>& instances = rareSVGData()->elementInstances(); local
169 ASSERT(instances.contains(instance));
171 instances.remove(instance);
SVGAnimateMotionElement.cpp 217 // ...except in case where we have additional instances in <use> trees.
218 const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement(); local
219 const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
220 for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
SVGAnimateTransformElement.cpp 165 // ...except in case where we have additional instances in <use> trees.
166 const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement(); local
168 const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
169 for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
SVGAnimationElement.cpp 299 // We don't want the instance tree to get rebuild. Instances are updated in the loop below.
319 const HashSet<SVGElementInstance*>& instances = target->instancesForElement(); local
320 const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
321 for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
  /external/webkit/WebCore/platform/win/
WindowMessageBroadcaster.cpp 40 static InstanceMap instances; local
41 return instances;
  /external/v8/test/mjsunit/
debug-constructed-by.js 38 // Initially no instances.
52 // Create 10 more instances making for 11.
function-prototype.js 29 // prototype used for instances in that case should be the initial
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 57 * <p>This factory will remember previously created <code>Log</code> instances
202 * The {@link org.apache.commons.logging.Log} instances that have
205 protected Hashtable instances = new Hashtable(); field in class:LogFactoryImpl
217 * implementation class that will be used to create new instances.
331 Log instance = (Log) instances.get(name);
334 instances.put(name, instance);
344 * instances returned by this factory. This is useful in environments
352 instances.clear();
520 * new {@link org.apache.commons.logging.Log} instances.</p>
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1493017.js 37 // remove all references to instances of C.
  /external/chromium/sdch/open-vcdiff/
install-sh 415 # Don't fail if two instances are running concurrently.
429 # Don't fail if two instances are running concurrently.
  /external/libpng/
install-sh 415 # Don't fail if two instances are running concurrently.
429 # Don't fail if two instances are running concurrently.
  /external/protobuf/gtest/build-aux/
install-sh 415 # Don't fail if two instances are running concurrently.
429 # Don't fail if two instances are running concurrently.
  /external/protobuf/
install-sh 415 # Don't fail if two instances are running concurrently.
429 # Don't fail if two instances are running concurrently.
  /external/webkit/WebCore/dom/
Node.cpp 2417 HashSet<SVGElementInstance*> instances; local
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 151 PluginInstanceMap instances;
152 m_instances.swap(instances);
154 PluginInstanceMap::const_iterator end = instances.end();
155 for (PluginInstanceMap::const_iterator it = instances.begin(); it != end; ++it)
    [all...]
  /external/stlport/test/unit/
deque_test.cpp 327 deque<IncompleteClass> instances; member in class:IncompleteClass
  /ndk/tests/device/test-gnustl-full/unit/
deque_test.cpp 327 deque<IncompleteClass> instances; member in class:IncompleteClass
  /ndk/tests/device/test-stlport/unit/
deque_test.cpp 327 deque<IncompleteClass> instances; member in class:IncompleteClass

Completed in 1356 milliseconds

1 2 3