OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enumeration
(Results
226 - 250
of
873
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Other.h
63
*
Enumeration
of possible data types which match to multiple domains or no
84
*
Enumeration
of seek modes.
137
/**
Enumeration
of possible reference clocks to the media time. */
147
/**
Enumeration
of possible reference clocks to the media time. */
157
/**
Enumeration
of clock states. */
345
OMX_U32 nIndex; /**< Indicates the
enumeration
index for the format from 0x0 to N-1 */
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h
46
*
Enumeration
of possible data types which match to multiple domains or no
67
*
Enumeration
of seek modes.
120
/**
Enumeration
of possible reference clocks to the media time. */
130
/**
Enumeration
of possible reference clocks to the media time. */
140
/**
Enumeration
of clock states. */
328
OMX_U32 nIndex; /**< Indicates the
enumeration
index for the format from 0x0 to N-1 */
/dalvik/libcore/luni/src/main/java/java/util/
Hashtable.java
631
* Returns an
enumeration
on the keys of this {@code Hashtable} instance.
632
* The results of the
enumeration
may be affected if the contents of this
635
* @return an
enumeration
of the keys of this {@code Hashtable}.
638
* @see
Enumeration
640
public synchronized
Enumeration
<K> keys() {
645
* Returns an
enumeration
on the values of this {@code Hashtable}. The
646
* results of the
Enumeration
may be affected if the contents of this
649
* @return an
enumeration
of the values of this {@code Hashtable}.
652
* @see
Enumeration
654
public synchronized
Enumeration
<V> elements()
[
all
...]
StringTokenizer.java
104
public class StringTokenizer implements
Enumeration
<Object> {
195
* implemented in order to satisfy the {@code
Enumeration
} interface.
228
* implemented in order to satisfy the {@code
Enumeration
} interface.
/dalvik/libcore/luni/src/test/java/com/google/coretests/
XmlReportPrinter.java
34
import java.util.
Enumeration
;
81
for (
Enumeration
<Test> e = allTests.tests(); e.hasMoreElements(); ) {
103
private void populateFailures(boolean errors,
Enumeration
<TestFailure> failures) {
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
AttributeListImpl.java
135
* @param type The attribute type ("NMTOKEN" for an
enumeration
).
237
*
enumeration
, and "CDATA" if no declaration was
281
*
enumeration
, and "CDATA" if no declaration was
/dalvik/vm/analysis/
CodeVerify.h
27
*
Enumeration
for register type values. The "hi" piece of a 64-bit value
28
* MUST immediately follow the "lo" piece in the
enumeration
, so we can check
87
*
Enumeration
max; this is used with "full" (32-bit) RegType values.
VerifySubs.h
74
/* return a RegType
enumeration
value that "value" just fits into */
/dalvik/vm/mterp/common/
asm-constants.h
286
/* InterpEntry
enumeration
*/
320
/* ClassStatus
enumeration
*/
324
/* MethodType
enumeration
*/
/external/guava/src/com/google/common/collect/
Iterators.java
30
import java.util.
Enumeration
;
905
* Adapts an {@code
Enumeration
} to the {@code Iterator} interface.
908
* {@code
Enumeration
} as an {@code Iterable} is impossible. However, the
913
final
Enumeration
<T>
enumeration
) {
914
checkNotNull(
enumeration
);
917
return
enumeration
.hasMoreElements();
920
return
enumeration
.nextElement();
926
* Adapts an {@code Iterator} to the {@code
Enumeration
} interface.
929
* Collections#
enumeration
} (if you have a {@link Collection}), o
[
all
...]
/external/opencore/doc/oscl_html/
oscl__thread_8h.html
64
<hr><h2>
Enumeration
Type Documentation</h2>
84
<dl compact><dt><b>
Enumeration
values: </b></dt><dd>
114
<dl compact><dt><b>
Enumeration
values: </b></dt><dd>
/external/opencore/doc/pv2way_html/
pv__2way__h324m__interface_8h.html
59
<hr><h2>
Enumeration
Type Documentation</h2>
81
Enumeration
of unsolicited H324m specific indications from pv2way. <dl compact><dt><b>
Enumeration
values: </b></dt><dd>
/hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h
81
* This
Enumeration
defines the available scan types.
101
* This
Enumeration
defines the different early termination causes.
119
*
Enumeration
of the differnet Scan Result Tags possible
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverScan.h
82
* This
Enumeration
defines the available scan types.
102
* This
Enumeration
defines the different early termination causes.
120
*
Enumeration
of the differnet Scan Result Tags possible
/build/core/
proguard.flags
23
# For
enumeration
classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
/dalvik/dx/src/com/android/dx/dex/file/
ItemType.java
22
*
Enumeration
of all the top-level item types.
/dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
TestLevel.java
20
* Defines an
enumeration
of possible states a test case can be in.
/dalvik/libcore/dalvik/src/main/java/dalvik/system/
DexFile.java
23
import java.util.
Enumeration
;
220
* @return an
enumeration
of names of classes contained in the DEX file, in
223
public
Enumeration
<String> entries() {
230
private class DFEnum implements
Enumeration
<String> {
/dalvik/vm/arch/arm/
HintsEABI.c
40
* R - return-type
enumeration
/dalvik/vm/arch/x86/
Hints386ABI.c
40
* R - return-type
enumeration
/dalvik/vm/arch/x86-atom/
Hints386ABI.c
27
* R - return-type
enumeration
/external/bluetooth/glib/glib/
gchecksum.h
41
* Note that the #GChecksumType
enumeration
may be extended at a later
/external/clearsilver/java-jni/servlet/
CSPage.java
36
Enumeration
e = request.getHeaderNames();
/external/icu4c/test/intltest/
rbbitst.h
22
class
Enumeration
;
/external/opencore/codecs_v2/video/avc_h264/common/include/
avcapi_common.h
42
This
enumeration
is for profiles. The value follows the profile_idc in sequence
58
This
enumeration
is for levels. The value follows the level_idc in sequence
84
This
enumeration
follows Table 7-1 for NAL unit type codes.
105
This
enumeration
specifies debug logging type.
Completed in 150 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>