Searched defs:instances (Results 26 - 40 of 40) sorted by relevance

12

/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
H A DLoginContext1Test.java261 * <li>it keeps track of instances created
319 protected static ArrayList<TestLoginModule> instances = new ArrayList<TestLoginModule>(); field in class:LoginContext1Test.TestLoginModule
346 return instances.get(i);
350 * Clears the list of tracked instances.
353 instances.clear();
360 return instances.size();
408 instances.add(this);
601 * A special-purpose CallbackHandler which keeps track of instances
605 protected static ArrayList<TestCallbackHandler> instances = new ArrayList<TestCallbackHandler>(); field in class:LoginContext1Test.TestCallbackHandler
608 * Returns number of the instances tracke
[all...]
/external/chromium/chrome/browser/metrics/
H A Dmetrics_service.cc295 instances(0),
303 instances(0),
312 // The number of instances of this child process that have been created.
315 int instances; member in struct:MetricsService::ChildProcessStats
1596 stats.instances++;
1701 if (stats.instances) {
1702 int instances = 0; local
1703 plugin_dict->GetInteger(prefs::kStabilityPluginInstances, &instances);
1704 instances += stats.instances;
[all...]
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc780 instances.Add(this);
818 static i::List<TestRetainedObjectInfo*> instances; member in class:__anon13996::TestRetainedObjectInfo
831 i::List<TestRetainedObjectInfo*> TestRetainedObjectInfo::instances; member in class:__anon13996::TestRetainedObjectInfo
867 CHECK_EQ(0, TestRetainedObjectInfo::instances.length());
871 CHECK_EQ(3, TestRetainedObjectInfo::instances.length());
872 for (int i = 0; i < TestRetainedObjectInfo::instances.length(); ++i) {
873 CHECK(TestRetainedObjectInfo::instances[i]->disposed());
874 delete TestRetainedObjectInfo::instances[i]; member in class:TestRetainedObjectInfo
/external/webkit/Source/WebCore/dom/
H A DNode.cpp2533 HashSet<SVGElementInstance*> instances; local
2569 HashSet<SVGElementInstance*> instances = instancesForSVGElement(this);
2570 if (instances.isEmpty())
2580 // Add event listener to all shadow tree DOM element instances
2581 const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
2582 for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
2614 HashSet<SVGElementInstance*> instances = instancesForSVGElement(this);
2615 if (instances.isEmpty())
2629 // Remove event listener from all shadow tree DOM element instances
2630 const HashSet<SVGElementInstance*>::const_iterator end = instances
[all...]
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp1946 HashSet<SVGElementInstance*> instances = lastCorrespondingElement->instancesForElement(); local
1949 HashSet<SVGElementInstance*>::iterator end = instances.end();
1950 for (HashSet<SVGElementInstance*>::iterator it = instances.begin(); it != end; ++it) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c108 // to facilitate cleanup, when instances and parent may be deallocated at different times.
185 service_instance *instances; member in struct:request_state::__anon10311::__anon10313
693 service_instance **p = &srv->request->u.servicereg.instances;
1052 while (request->u.servicereg.instances)
1054 service_instance *p = request->u.servicereg.instances;
1055 request->u.servicereg.instances = request->u.servicereg.instances->next;
1064 // request->u.servicereg.instances as we work our way through the list, implicitly cutting one element at a time
1144 (request->u.servicereg.instances) ? request->u.servicereg.instances
[all...]
/external/v8/src/
H A Ddebug.cc625 Handle<FixedArray> instances = FACTORY->NewFixedArray(occupancy()); local
630 instances->set(count, *reinterpret_cast<Script**>(entry->value));
634 return instances;
/external/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 431 milliseconds

12