/frameworks/base/core/java/android/gesture/ |
D | Learner.java | 51 ArrayList<Instance> instances = mInstances; in removeInstance() local 52 int count = instances.size(); in removeInstance() 54 Instance instance = instances.get(i); in removeInstance() 56 instances.remove(instance); in removeInstance() 69 final ArrayList<Instance> instances = mInstances; in removeInstances() local 70 final int count = instances.size(); in removeInstances() 73 final Instance instance = instances.get(i); in removeInstances() 80 instances.removeAll(toDelete); in removeInstances()
|
D | InstanceLearner.java | 46 ArrayList<Instance> instances = getInstances(); in classify() local 47 int count = instances.size(); in classify() 50 Instance sample = instances.get(i); in classify()
|
/frameworks/base/services/java/com/android/server/ |
D | AppWidgetServiceImpl.java | 94 ArrayList<AppWidgetId> instances = new ArrayList<AppWidgetId>(); field in AppWidgetServiceImpl.Provider 105 ArrayList<AppWidgetId> instances = new ArrayList<AppWidgetId>(); field in AppWidgetServiceImpl.Host 311 pw.print(" instances.size="); pw.print(host.instances.size()); in dumpHost() 400 host.instances.add(id); in allocateAppWidgetId() 452 final int N = host.instances.size(); in deleteHostLocked() 454 AppWidgetId id = host.instances.get(i); in deleteHostLocked() 457 host.instances.clear(); in deleteHostLocked() 469 host.instances.remove(id); in deleteAppWidgetLocked() 476 p.instances.remove(id); in deleteAppWidgetLocked() 483 if (p.instances.size() == 0) { in deleteAppWidgetLocked() [all …]
|
D | AppWidgetService.java | 66 ArrayList<AppWidgetId> instances = new ArrayList<AppWidgetId>(); field in AppWidgetService.Provider 77 ArrayList<AppWidgetId> instances = new ArrayList<AppWidgetId>(); field in AppWidgetService.Host 292 int instancesSize = p.instances.size(); in getAppWidgetIds() 295 appWidgetIds[i] = p.instances.get(i).appWidgetId; in getAppWidgetIds()
|
/frameworks/base/core/java/android/os/ |
D | StrictMode.java | 1424 long instances = VMDebug.countInstancesOfClass(klass, false); in conditionallyCheckInstanceCounts() local 1425 if (instances <= limit) { in conditionallyCheckInstanceCounts() 1428 Throwable tr = new InstanceCountViolation(klass, instances, limit); in conditionallyCheckInstanceCounts() 1960 long instances = VMDebug.countInstancesOfClass(klass, false); in decrementExpectedActivityCount() local 1961 if (instances > limit) { in decrementExpectedActivityCount() 1962 Throwable tr = new InstanceCountViolation(klass, instances, limit); in decrementExpectedActivityCount() 2179 public InstanceCountViolation(Class klass, long instances, int limit) { in InstanceCountViolation() argument 2180 super(klass.toString() + "; instances=" + instances + "; limit=" + limit); in InstanceCountViolation() 2183 mInstances = instances; in InstanceCountViolation()
|
/frameworks/base/docs/html/tools/help/ |
D | adb.jd | 52 …n sets up connections to all running emulator/device instances. It locates emulator/device instanc… 63 …ator instances, you can use adb commands to control and access those instances. Because the server… 81 <p>Before issuing adb commands, it is helpful to know what emulator/device instances are connected … 121 <p>If multiple emulator/device instances are running, you need to specify a target instance when is… 125 …code>devices</code> command to obtain the serial numbers of running emulator/device instances. </p> 209 <td>Prints a list of all attached emulator/device instances.</td> 383 …cify the full path to the database you want to explore. Emulator/device instances store SQLite3 da…
|
D | sqlite3.jd | 24 Emulator/device instances store SQLite3 databases in the directory
|
D | MonkeyImage.jd | 16 You do not need to create new instances of <code>MonkeyImage</code>. Instead, use
|
/frameworks/base/docs/html/tools/testing/ |
D | service_testing.jd | 120 rest of the system. If you don't provide your own instances of these objects before you 122 instances and inject them into the Service. You can override this behavior by creating and 123 injecting your own instances before starting the Service
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | optimizing-layout.jd | 39 layout, and drawing. For example, using nested instances of {@link android.widget.LinearLayout} can 40 lead to an excessively deep view hierarchy. Furthermore, nesting several instances of {@link 82 using nested instances of {@link android.widget.LinearLayout}.</p>
|
/frameworks/base/docs/html/design/patterns/ |
D | swipe-views.jd | 5 built in a hierarchical fashion, there are instances where horizontal navigation can flatten
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | index.jd | 40 {@link android.app.Activity} instances in your app transition between different states in their
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-devtools.jd | 39 When you change this option, any currently running instances of the selected application will
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | calendar-provider.jd | 34 <li><a href="#instances">Instances table</a> 36 <li><a href="#query-instances">Querying the Instances table</a></li> 139 of instances to events. For recurring events, multiple rows are automatically 780 <h2 id="instances">Instances Table</h2> 785 represents a single event occurrence. The instances table is not writable and only 843 <h3 id="query-instances">Querying the Instances table</h3> 870 // event instances 881 // The ID of the recurring event whose instances you are searching
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 169 depending on your needs, you can start multiple emulator instances and run your 172 instances, and you can set up network redirection that allows emulators to send 188 instances of the emulator concurrently, each with its own AVD configuration and 810 or other emulator instances on the network. Instead, it sees only that it is 851 instances. That means that if you have two instances running concurrently on 853 IP address of 10.0.2.15. The instances are isolated by a router and can 855 let emulator instances communicate over TCP/UDP, see <a 1077 port 5555. Subsequent instances use port numbers increasing by two — for example, 5556/5557, 1078 5558/5559, and so on. Up to 16 concurrent emulator instances can run a console facility. </p> 1080 …or console, you must specify a valid console port. If multiple emulator instances are running, you… [all …]
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | using-component.jd | 36 …g version-appropriate <code>TabHelper</code> and <code>CompatTab</code> instances, based on the cu…
|
/frameworks/base/docs/html/training/cloudsync/ |
D | backupapi.jd | 156 <p>You can add as many backup helper instances to your backup agent helper as you
|
/frameworks/base/docs/html/training/camera/ |
D | cameradirect.jd | 243 applications, including new instances of your own application.</p>
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 81 The output of the analyzer is a set of ASM ClassReader instances which are then
|
/frameworks/base/docs/html/guide/components/ |
D | loaders.jd | 71 android.content.Loader} instances. This helps an application manage 143 android.content.Loader} instances within an {@link android.app.Activity} or
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | activity-element.jd | 410 can be instantiated multiple times. The instances can belong to any task 524 application that defined it, so all instances of the activity run in the same 525 process. However, if this flag is set to "{@code true}", instances of the 526 activity can run in multiple processes, allowing the system to create instances
|
D | provider-element.jd | 184 every client process — "{@code true}" if instances can run in multiple
|
/frameworks/base/docs/html/training/basics/intents/ |
D | filters.jd | 109 instances of the <a href="{@docRoot}guide/topics/manifest/action-element.html">{@code
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 396 one or more {@link android.app.admin.DeviceAdminReceiver} instances</dd> 526 or more {@link android.app.admin.DeviceAdminReceiver} instances. </p>
|
/frameworks/base/docs/html/sdk/ |
D | OLD_RELEASENOTES.jd | 164 …<li>Voice/sms are automatically forwarded to other emulator instances running on the same machine,… 371 …e>-data</code> option when starting secondary emulators, to allow those instances to save their da…
|