HomeSort by relevance Sort by last modified time
    Searched defs:instances (Results 26 - 34 of 34) sorted by null

12

  /ndk/tests/device/test-stlport/unit/
vector_test.cpp 495 vector<IncompleteClass> instances; member in class:IncompleteClass
  /external/webkit/WebCore/svg/
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/page/
EventHandler.cpp 1686 HashSet<SVGElementInstance*> instances = lastCorrespondingElement->instancesForElement(); local
    [all...]
  /external/v8/src/
debug.cc 579 Handle<FixedArray> instances = Factory::NewFixedArray(occupancy()); local
584 instances->set(count, *reinterpret_cast<Script**>(entry->value));
588 return instances;
    [all...]
  /external/webkit/WebCore/dom/
Node.cpp 2417 HashSet<SVGElementInstance*> instances; local
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 32 import android.provider.Calendar.Instances;
214 * This command dumps the list of instances to the log for debugging.
236 * This command queries the number of instances and compares it to the given
261 * When this command runs it verifies that all of the instances in the
262 * given range match the expected instances (each instance is specified by
268 long[] instances; field in class:CalendarProvider2Test.VerifyAllInstances
285 this.instances = new long[len];
289 this.instances[index++] = time.toMillis(false /* use isDst */);
296 if (instances != null) {
297 len = instances.length
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 52 import android.provider.Calendar.Instances;
84 + " LEFT OUTER JOIN Instances USING (event_id, begin, end)"
87 + " WHERE Instances.begin ISNULL OR ca.alarmTime<?"
203 InstancesList instances = get(syncIdKey); local
204 if (instances == null) {
205 instances = new InstancesList();
206 put(syncIdKey, instances);
208 instances.add(values);
318 new String[] { Instances.START_DAY, Instances.END_DAY
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 1567 milliseconds

12