OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instances
(Results
201 - 225
of
2186
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/tools/motodev/src/plugins/remote.device/src/com/motorola/studio/android/remote/handlers/
RemoteDeviceHandler.java
25
* This class represents a TmL IDeviceHandler for Android Remote Device
Instances
/frameworks/base/docs/html/guide/topics/providers/
calendar-provider.jd
34
<li><a href="#
instances
">
Instances
table</a>
36
<li><a href="#query-
instances
">Querying the
Instances
table</a></li>
134
<td>{@link android.provider.CalendarContract.
Instances
}</td>
139
of
instances
to events. For recurring events, multiple rows are automatically
237
android.provider.CalendarContract.
Instances
} table.</td>
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java
46
/** the required alignment for
instances
of this class */
68
* Comparator that sorts (outer)
instances
by type id index.
87
* Sorts an array of
instances
, in place, by type id index,
DexFile.java
238
* the various {@link Item}
instances
to add items to the
251
* the various {@link Item}
instances
to add items to the
264
* the various {@link Item}
instances
to add items to the
289
* the various {@link Item}
instances
to add items to the
302
* the various {@link Item}
instances
to add items to the
315
* the various {@link Item}
instances
to add items to the
328
* the various {@link Item}
instances
to add items to the
341
* the various {@link Item}
instances
to add items to the
354
* the various {@link Item}
instances
to add items to the
367
* the various {@link Item}
instances
to add items to th
[
all
...]
/dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java
44
/** the required alignment for
instances
of this class */
66
* Comparator that sorts (outer)
instances
by type id index.
85
* Sorts an array of
instances
, in place, by type id index,
DexFile.java
259
* the various {@link Item}
instances
to add items to the
272
* the various {@link Item}
instances
to add items to the
285
* the various {@link Item}
instances
to add items to the
310
* the various {@link Item}
instances
to add items to the
323
* the various {@link Item}
instances
to add items to the
336
* the various {@link Item}
instances
to add items to the
349
* the various {@link Item}
instances
to add items to the
362
* the various {@link Item}
instances
to add items to the
375
* the various {@link Item}
instances
to add items to the
388
* the various {@link Item}
instances
to add items to th
[
all
...]
/dalvik/dx/src/com/android/dx/ssa/
package-info.java
47
* <li> {@link PhiInsn}
instances
represent "phi" operators defined in SSA
49
* <li> {@link NormalSsaInsn}
instances
represent instructions that directly
84
* {@code SsaInsn}
instances
. Nothing else changes.
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentRetainInstance.java
34
* (such as threads) across activity
instances
when an activity needs to be
95
* activity
instances
. It represents some ongoing work, here a thread
190
* when the fragment is being propagated between activity
instances
.
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentRetainInstanceSupport.java
35
* (such as threads) across activity
instances
when an activity needs to be
96
* activity
instances
. It represents some ongoing work, here a thread
191
* when the fragment is being propagated between activity
instances
.
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThread.java
41
* a thread needs to wait.
Instances
are not re-used, except if the
46
*
Instances
of this class do <i>not</i> synchronize access!
186
// One condition might be shared by several WaitingThread
instances
.
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java
44
/** the required alignment for
instances
of this class */
66
* Comparator that sorts (outer)
instances
by type id index.
85
* Sorts an array of
instances
, in place, by type id index,
DexFile.java
259
* the various {@link Item}
instances
to add items to the
272
* the various {@link Item}
instances
to add items to the
285
* the various {@link Item}
instances
to add items to the
310
* the various {@link Item}
instances
to add items to the
323
* the various {@link Item}
instances
to add items to the
336
* the various {@link Item}
instances
to add items to the
349
* the various {@link Item}
instances
to add items to the
362
* the various {@link Item}
instances
to add items to the
375
* the various {@link Item}
instances
to add items to the
388
* the various {@link Item}
instances
to add items to th
[
all
...]
/external/guava/guava/src/com/google/common/collect/
Interners.java
28
* Contains static methods pertaining to
instances
of {@link Interner}.
39
* interned, thus preventing these
instances
from being garbage-collected. If this retention is
96
* interned, and so does not prevent these
instances
from being garbage-collected. This most
/external/guava/guava/src/com/google/common/util/concurrent/
JdkFutureAdapters.java
32
* Future}
instances
. Note that, whenver possible, it is strongly preferred to
51
* <p>Prefer to create {@code ListenableFuture}
instances
with {@link
55
* Future}
instances
to be upgraded to {@code ListenableFuture} after the
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailAsyncTask.java
77
* Cancel all
instances
of the same class as {@code current} other than
198
* Cancel all previously created
instances
of the same class tracked by the same
207
* Cancel all previously created
instances
of the same class tracked by the same
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeArrayCoercionTest.java
203
// LIVECONNECT_COMPLIANCE: Should create array and create
instances
of java.lang.Number.
207
// LIVECONNECT_COMPLIANCE: Should create
instances
of java.lang.String.
245
// LIVECONNECT_COMPLIANCE: Should create array and create
instances
of java.lang.Number.
249
// LIVECONNECT_COMPLIANCE: Should create
instances
of java.lang.String.
285
// LIVECONNECT_COMPLIANCE: Should create array and create
instances
of java.lang.Number.
289
// LIVECONNECT_COMPLIANCE: Should create
instances
of java.lang.String.
327
// LIVECONNECT_COMPLIANCE: Should create array and create
instances
of java.lang.Number.
331
// LIVECONNECT_COMPLIANCE: Should create
instances
of java.lang.String.
390
// LIVECONNECT_COMPLIANCE: Should create array and create
instances
of java.lang.Number.
394
// LIVECONNECT_COMPLIANCE: Should create
instances
of java.lang.String
[
all
...]
/tools/motodev/src/plugins/launch/src/com/motorola/studio/android/launch/
LaunchUtils.java
319
public static ISerialNumbered resolveInstance(List<IInstance>
instances
)
322
Iterator<IInstance> it =
instances
.iterator();
344
List<IInstance>
instances
= InstanceRegistry.getInstance().getInstances();
local
345
for (IInstance instance :
instances
)
493
* Filter
instances
the compatible with the given project
494
* @param project whose compatible
instances
need to be retrieved
495
* @return a new collection containing only the
instances
that are compatible with the given project
/frameworks/base/docs/html/tools/help/
adb.jd
19
<li><a href="#devicestatus">Querying for Emulator/Device
Instances
</a></li>
52
<p>The server then sets up connections to all running emulator/device
instances
. It locates emulator/device
instances
by scanning odd-numbered ports in the range 5555 to 5585, the range used by emulators/devices. Where the server finds an adb daemon, it sets up a connection to that port. Note that each emulator/device instance acquires a pair of sequential ports — an even-numbered port for console connections and an odd-numbered port for adb connections. For example: </p>
63
<p>Once the server has set up connections to all emulator
instances
, you can use adb commands to control and access those
instances
. Because the server manages connections to emulator/device
instances
and handles commands from multiple adb clients, you can control any emulator/device instance from any client (or from a script).</p>
79
<h2>Querying for Emulator/Device
Instances
</h2>
81
<p>Before issuing adb commands, it is helpful to know what emulator/device
instances
are connected to the adb server. You can generate a list of attached emulators/devices using the <code>devices</code> command: </p>
121
<p>If multiple emulator/device
instances
are running, you need to specify a target instance when issuing adb commands. To so so, use the <code>-s</code> option in the commands. The usage for the <code>-s</code> option is:</p>
125
<p>As shown, you specify the target instance for a command using its adb-assigned serial number. You can use the <code>devices</code> command to obtain the serial numbers of running emulator/device
instances
. </p
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/rop/type/
StdTypeList.java
228
*
instances
.
255
*
instances
.
272
* Compares the contents of the given two
instances
for equality. This
274
*
instances
.
297
* Compares the contents of the given two
instances
for ordering. This
299
*
instances
.
/dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java
228
*
instances
.
255
*
instances
.
272
* Compares the contents of the given two
instances
for equality. This
274
*
instances
.
297
* Compares the contents of the given two
instances
for ordering. This
299
*
instances
.
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
StdTypeList.java
228
*
instances
.
255
*
instances
.
272
* Compares the contents of the given two
instances
for equality. This
274
*
instances
.
297
* Compares the contents of the given two
instances
for ordering. This
299
*
instances
.
/external/llvm/bindings/python/llvm/
object.py
123
This is a generator for llvm.object.Section
instances
.
151
This is a generator for llvm.object.Symbol
instances
.
182
Section
instances
can currently only be created from an ObjectFile
235
This is a generator for llvm.object.Relocation
instances
.
337
calling this on a number of Symbol
instances
could be expensive.
364
Relocations are created from objects derived from Section
instances
.
/packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java
30
import android.provider.CalendarContract.
Instances
;
63
private static final String INSTANCES_SORT_ORDER =
Instances
.START_DAY + ","
64
+
Instances
.START_MINUTE + "," +
Instances
.TITLE;
167
Uri.Builder builder =
Instances
.CONTENT_URI.buildUpon();
192
where += " AND " +
Instances
.SELF_ATTENDEE_STATUS + "!="
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java
41
* shared across multiple ExpandableBinaryDictionary
instances
. Updates to each dictionary filename
42
* are controlled across multiple
instances
to ensure that only one instance can update the same
82
* dictionary
instances
with the same filename is supported, with access controlled by
87
/** Controls access to the shared binary dictionary file across multiple
instances
. */
383
* concurrent calls from multiple
instances
that share the same dictionary file.
438
* dictionary is out of date. Can be shared across multiple dictionary
instances
that access the
/external/chromium/net/tools/dump_cache/
url_to_filename_encoder.h
185
// Replace all
instances
of |from| within |str| as |to|.
195
// Replace all
instances
of "/" with "\" in |path|.
202
// Replace all
instances
of "\\" with "%5C%5C" in |path|.
Completed in 685 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>