OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instances
(Results
151 - 175
of
2186
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java
134
private <T> Set<T> set(T...
instances
) {
135
return new HashSet<T>(Arrays.asList(
instances
));
/packages/apps/Settings/src/com/android/settings/quicklaunch/
ShortcutPreference.java
35
// These static fields are used across all
instances
of ShortcutPreference.
36
// There will be many ShortcutPreference
instances
(~36 for US).
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h
47
#define SNDRV_TIMER_IFLG_EXCLUSIVE 0x00000040 /* exclusive owner - no more
instances
*/
81
int running; /* running
instances
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h
47
#define SNDRV_TIMER_IFLG_EXCLUSIVE 0x00000040 /* exclusive owner - no more
instances
*/
81
int running; /* running
instances
*/
/tools/motodev/src/plugins/devices.services/src/com/motorola/studio/android/devices/services/deploy/
DeployServiceHandler.java
102
public IStatus singleInit(List<IInstance>
instances
)
107
return super.singleInit(
instances
);
/tools/motodev/src/plugins/devices.services/src/com/motorola/studio/android/devices/services/lang/
LangServiceHandler.java
106
public IStatus singleInit(final List<IInstance>
instances
)
141
return super.singleInit(
instances
);
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/instance/
AndroidDevInstBuilder.java
26
* This class represents a TmL IInstanceBuilder for Android Emulator
Instances
.
70
* not make sense for Android Emulator
Instances
.
/dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetRefItem.java
26
/** the required alignment for
instances
of this class */
TypeIdItem.java
28
/** size of
instances
when written out to a file, in bytes */
/dalvik/dexgen/src/com/android/dexgen/util/
MutabilityControl.java
21
* of
instances
. This class just provides the flag and a utility to check
/dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetRefItem.java
26
/** the required alignment for
instances
of this class */
/dalvik/dx/src/com/android/dx/ssa/
RegisterMapper.java
27
*
instances
of this class are passed.
/dalvik/dx/src/com/android/dx/util/
MutabilityControl.java
21
* of
instances
. This class just provides the flag and a utility to check
/development/tools/emulator/system/camera/
EmulatedBaseCamera.cpp
20
* "webcam", "video file", "cam2.0" etc.).
Instances
of this class (for each
EmulatedCameraCommon.h
29
* in its destructor. Use LOGRE() macro (declared bellow) to create
instances
/external/apache-xml/src/main/java/org/apache/xml/utils/
StringBufferPool.java
38
* if there are no free
instances
.
/external/chromium/chrome/browser/history/
page_usage_data.h
104
// Sort predicate to sort
instances
by score (high to low)
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetRefItem.java
26
/** the required alignment for
instances
of this class */
/external/dexmaker/src/dx/java/com/android/dx/ssa/
RegisterMapper.java
27
*
instances
of this class are passed.
/external/dexmaker/src/dx/java/com/android/dx/util/
MutabilityControl.java
21
* of
instances
. This class just provides the flag and a utility to check
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategoryProviders.java
17
* Factory for {@link PropertyCategoryProvider}
instances
.
/external/guava/guava/src/com/google/common/collect/
Interner.java
32
*
instances
that are equal to each other. If two {@linkplain Object#equals
/external/guava/guava/src/com/google/common/util/concurrent/
UncaughtExceptionHandlers.java
27
* Factories for {@link UncaughtExceptionHandler}
instances
.
/external/guava/guava-testlib/src/com/google/common/testing/
TearDownStack.java
29
* A {@code TearDownStack} contains a stack of {@link TearDown}
instances
.
/external/iptables/extensions/
libxt_NFLOG.man
21
nfnetlink_log). nfnetlink_log
instances
may specify their own
Completed in 1349 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>