OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enumeration
(Results
151 - 175
of
873
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/awt/java/beans/
FeatureDescriptor.java
21
import java.util.
Enumeration
;
89
* @return An instance of {@link
Enumeration
}.
91
public
Enumeration
<String> attributeNames() {
93
return Collections.
enumeration
(new LinkedList<String>(values.keySet()));
/frameworks/base/core/tests/coretests/src/android/os/
OsTests.java
22
import java.util.
Enumeration
;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
FontSize.java
21
*
Enumeration
for representing text font size.
TextAlignment.java
21
*
Enumeration
for representing text alignment.
TextColor.java
21
*
Enumeration
for representing text color.
/frameworks/base/vpn/java/android/net/vpn/
VpnState.java
20
*
Enumeration
of all VPN states.
VpnType.java
22
*
Enumeration
of all supported VPN types.
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gsstruct.def
2
enumeration
used in GCC.
/cts/tools/dasm/src/java_cup/
symbol_set.java
4
import java.util.
Enumeration
;
41
public
Enumeration
all() {return _all.elements();};
77
for (
Enumeration
e = all(); e.hasMoreElements(); )
139
for (
Enumeration
e = other.all(); e.hasMoreElements(); )
155
for (
Enumeration
e = other.all(); e.hasMoreElements(); )
194
Enumeration
e;
213
for (
Enumeration
e = all(); e.hasMoreElements(); )
lalr_item_set.java
4
import java.util.
Enumeration
;
52
public
Enumeration
all() {return _all.elements();}
91
for (
Enumeration
e = all(); e.hasMoreElements(); )
170
for (
Enumeration
e = other.all(); e.hasMoreElements(); )
184
for (
Enumeration
e = other.all(); e.hasMoreElements(); )
193
Enumeration
the_set;
245
Enumeration
p;
332
Enumeration
e;
356
for (
Enumeration
e=all(); e.hasMoreElements(); )
/external/icu4c/common/unicode/
strenum.h
18
* \brief C++ API: String
Enumeration
28
* <p>The model is that the
enumeration
is over strings maintained by
47
* upon any subsequent call to the
enumeration
's destructor, next,
188
* Compares this
enumeration
to other to check if both are equal
190
* @param that The other string
enumeration
to compare this object to
196
* Compares this
enumeration
to other to check if both are not equal
198
* @param that The other string
enumeration
to compare this object to
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java
3
import java.util.
Enumeration
;
24
Enumeration
e = ((ASN1Sequence)obj).getObjects();
117
Enumeration
e = ((ASN1Set)obj).getObjects();
148
Enumeration
e = ((ASN1Set)obj).getObjects();
179
Enumeration
e = ((ASN1Set)obj).getObjects();
/external/junit/src/junit/framework/
TestSuite.java
9
import java.util.
Enumeration
;
201
for (
Enumeration
e= tests(); e.hasMoreElements(); ) {
221
for (
Enumeration
e= tests(); e.hasMoreElements(); ) {
256
* Returns the tests as an
enumeration
258
public
Enumeration
tests() {
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Index.h
45
/** The OMX_INDEXTYPE
enumeration
is used to select a structure when either
47
* this
enumeration
maps to an OMX specified structure. When the
49
* are used, the second parameter will always be an entry from this
enumeration
56
* The
enumeration
entries named with the OMX_Config prefix are sent using
57
* the OMX_SetConfig command and the
enumeration
entries named with the
/external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_ContentPipe.h
91
/**
enumeration
of origin types used in the CP_PIPETYPE's Seek function
103
/**
enumeration
of contact access types used in the CP_PIPETYPE's Open function
115
/**
enumeration
of results returned by the CP_PIPETYPE's CheckAvailableBytes function
137
/**
enumeration
of content pipe events sent to the client callback.
142
CP_Overflow, /**
enumeration
of content pipe events sent to the client callback*/
143
CP_PipeDisconnected , /**
enumeration
of content pipe events sent to the client callback*/
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java
23
import java.util.
Enumeration
;
211
public
Enumeration
engineAliases()
215
Enumeration
e = certs.keys();
311
Enumeration
c = certs.elements();
312
Enumeration
k = certs.keys();
399
Enumeration
e = chainCerts.keys();
529
Enumeration
e = certs.keys();
852
Enumeration
e = b.getBagAttributes().getObjects();
934
Enumeration
e = b.getBagAttributes().getObjects();
[
all
...]
/dalvik/libcore/luni-kernel/src/main/java/java/lang/
ClassLoader.java
41
import java.util.
Enumeration
;
168
* Returns an
enumeration
of URLs for the resource with the specified name.
172
* @return an
enumeration
of {@code URL} objects containing the requested
180
public static
Enumeration
<URL> getSystemResources(String resName) throws IOException {
467
* Returns an
enumeration
of URLs for the resource with the specified name.
470
* URLs. The returned
enumeration
contains the {@code URL} objects of both
473
* @return an
enumeration
of {@code URL} objects for the requested resource.
481
public
Enumeration
<URL> getResources(String resName) throws IOException {
483
Enumeration
first = parent.getResources(resName);
484
Enumeration
second = findResources(resName)
[
all
...]
/cts/tools/signature-tools/src/signature/model/
IClassDefinition.java
117
* Returns all declared
enumeration
constant definitions of this class
121
* @return all declared
enumeration
constants of this class definition
/dalvik/dx/src/junit/textui/
ResultPrinter.java
6
import java.util.
Enumeration
;
54
protected void printDefects(
Enumeration
booBoos, int count, String type) {
/dalvik/libcore/luni/src/main/java/java/util/
PropertyPermissionCollection.java
56
public
Enumeration
<Permission> elements() {
62
Enumeration
<Permission> elemEnum = elements();
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
GenericIPMreq.java
27
import java.util.
Enumeration
;
101
Enumeration
<InetAddress> theAddresses = netInterface.getInetAddresses();
/dalvik/libcore/luni/src/test/java/com/google/coretests/
ResultPrinter.java
22
import java.util.
Enumeration
;
70
protected void printDefects(
Enumeration
booBoos, int count, String type) {
/dalvik/libcore/luni/src/test/java/junit/textui/
ResultPrinter.java
7
import java.util.
Enumeration
;
55
protected void printDefects(
Enumeration
booBoos, int count, String type) {
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
PropertyResourceBundleTest.java
25
import java.util.
Enumeration
;
59
Enumeration
keyEnum = prb.getKeys();
/dalvik/libcore/security/src/main/java/java/security/acl/
AclEntry.java
21
import java.util.
Enumeration
;
102
Enumeration
<Permission> permissions();
Completed in 112 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>