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

1 2 3 4 5 6 7 8 91011>>

  /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/arduino/libraries/Wire/
keywords.txt 23 # Instances (KEYWORD2)
  /external/chromium/base/debug/
leak_tracker.h 20 // LeakTracker is a helper to verify that all instances of a class
25 // instances of that class.
37 // Next, when we believe all instances of net::URLRequest have been deleted:
41 // Should the check fail (because there are live instances of net::URLRequest),
42 // then the allocation callstack for each leaked instances is dumped to
68 instances()->Append(this);
85 for (LinkNode<LeakTracker<T> >* node = instances()->head();
86 node != instances()->end();
113 for (LinkNode<LeakTracker<T> >* node = instances()->head();
114 node != instances()->end()
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ComponentRegistry.h 7 /* limit the number of max occuring instances of same component,
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 34 import android.provider.CalendarContract.Instances;
48 CalendarInstancesHelper.InstancesList instances = get(syncIdKey); local
49 if (instances == null) {
50 instances = new CalendarInstancesHelper.InstancesList();
51 put(syncIdKey, instances);
53 instances.add(values);
78 * Instances whose event_id field matches one of those events.
81 Instances._ID + " IN " +
82 "(SELECT " + Tables.INSTANCES + "." + Instances._ID + " as _id"
    [all...]
CalendarAlarmManager.java 38 import android.provider.CalendarContract.Instances;
69 + " LEFT OUTER JOIN " + Tables.INSTANCES
70 + " USING (" + Instances.EVENT_ID + ","
71 + Instances.BEGIN + "," + Instances.END + ")"
77 + " WHERE " + Tables.INSTANCES + "." + Instances.BEGIN + " ISNULL"
299 // alarm times are computed from Instances.begin (whose units
325 String subQueryPrefix = "SELECT " + Instances.BEGIN;
327 + " AS myAlarmTime" + "," + Tables.INSTANCES + "." + Instances.EVENT_I
    [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.");
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/monkey/
DeviceSelectionDialog.java 39 * Provides a dialog populated with the available device instances
81 Collection<ISerialNumbered> instances = DevicesManager.getInstance().getAllDevices(); local
83 if ((instances != null) && (instances.size() > 0))
88 for (ISerialNumbered instance : instances)
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/core/devfrm/
DeviceFrameworkManager.java 98 * Retrieves all instances managed by every device framework
101 * @return A collection containing all instances from all frameworks
120 * Retrieve all registered and available instances
122 * @return List containing all registered and available instances
143 * @return A collection of all instances of IAndroidEmulatorInstance.
196 * Retrieves all <b>started</b> instances managed by every device framework
199 * @return A collection containing all started instances from all frameworks
224 * Retrieves all <b>connected</b> instances managed by every device framework
227 * @return A collection containing all connected instances from all frameworks
252 * Retrieves all started instances host addresses managed by ever
    [all...]
IDeviceFrameworkSupport.java 40 * Retrieves a collection of the Android Emulator instances
43 * @return Collection of the Android Emulator instances
  /external/antlr/antlr-3.4/runtime/Perl5/t/examples/
fig.t 23 has 'instances' => (
38 $self->instances->{$v.text, $o);
51 | '$' ID { $value = instances.get($ID.text); }
  /external/chromium/chrome/browser/automation/
automation_resource_routing_delegate.h 13 // Interface for registering RenderViewHost instances for resource routing
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/modulator/
CatRom2.java 43 private static Map<Integer, CatRom2> instances = new HashMap<Integer, CatRom2>(); field in class:CatRom2
60 if (!CatRom2.instances.containsKey(sampleRate)) {
61 CatRom2.instances.put(sampleRate, new CatRom2(sampleRate));
63 return CatRom2.instances.get(sampleRate);
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 41 import android.provider.CalendarContract.Instances;
2091 Cursor instances = getInstances(timeZone, rangeStart, rangeEnd, projection, local
2097 Cursor instances; local
2413 Cursor instances = getInstances(timeZone, "2003-08-05T00:00:00", "2003-08-31T11:59:59", local
2498 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local
2687 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local
2856 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local
2944 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local
3039 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local
3288 Cursor instances = mContentResolver.query(uri, projection, where, null, local
3342 Cursor instances = mContentResolver.query(uri, projection, where, null, local
3376 Cursor instances = getInstances(timeZone, startWhen, endWhen, local
3538 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local
    [all...]
  /external/junit/src/org/junit/runner/
Runner.java 13 * The default runner implementation guarantees that the instances of the test case
15 * will retain no reference to the test case instances, generally making them
  /frameworks/base/core/java/android/webkit/
CookieManager.java 22 * Manages the cookies used by an application's {@link WebView} instances.
50 * Sets whether the application's {@link WebView} instances should send and
53 * @param accept whether {@link WebView} instances should send and accept
61 * Gets whether the application's {@link WebView} instances send and accept
64 * @return true if {@link WebView} instances send and accept cookies
172 * Gets whether the application's {@link WebView} instances send and accept
175 * @return true if {@link WebView} instances send and accept cookies for
193 * Sets whether the application's {@link WebView} instances should send and
  /tools/motodev/src/help/studio_help/src/topics/
t_emulator-view-closing.dita 17 Android emulator instances should be stopped as well. Click <uicontrol>Yes</uicontrol> if you want to stop all
23 Android Emulator view. Note that stopping all emulator instances does not cause the Android Emulator view to
  /external/guava/guava/src/com/google/common/util/concurrent/
ListeningExecutorService.java 28 * An {@link ExecutorService} that returns {@link ListenableFuture} instances. To create an instance
60 * <p>All elements in the returned list must be {@link ListenableFuture} instances.
62 * @return A list of {@code ListenableFuture} instances representing the tasks, in the same
75 * <p>All elements in the returned list must be {@link ListenableFuture} instances.
77 * @return a list of {@code ListenableFuture} instances representing the tasks, in the same
  /tools/motodev/src/plugins/launch/src/com/motorola/studio/android/launch/ui/
DeviceSelectionDialog.java 44 * Provides a dialog populated with the available device instances
124 Collection<ISerialNumbered> instances = DevicesManager.getInstance().getAllDevicesSorted(); local
125 if ((project != null) && (instances != null) && (instances.size() > 0))
128 LaunchUtils.filterInstancesByProject(instances, project);
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 30 import android.provider.CalendarContract.Instances;
65 // The projection to use when querying instances to build a list of events
67 Instances.TITLE, // 0
68 Instances.EVENT_LOCATION, // 1
69 Instances.ALL_DAY, // 2
70 Instances.DISPLAY_COLOR, // 3 If SDK < 16, set to Instances.CALENDAR_COLOR.
71 Instances.EVENT_TIMEZONE, // 4
72 Instances.EVENT_ID, // 5
73 Instances.BEGIN, //
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
AnnotationsList.java 22 * List of {@link Annotations} instances.
31 * the two given instances. The two instances must each have the
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationsList.java 22 * List of {@link Annotations} instances.
31 * the two given instances. The two instances must each have the
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
AnnotationsList.java 22 * List of {@link Annotations} instances.
31 * the two given instances. The two instances must each have the
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/
SequoyahInstanceBackward.java 32 * This startup intent to iterate over the list of Android Emulator instances and change the emulator ID
46 List<IInstance> instances = local
48 for (IInstance oldInstance : instances)

Completed in 1292 milliseconds

1 2 3 4 5 6 7 8 91011>>