OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enumeration
(Results
101 - 125
of
873
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/test-runner/src/junit/runner/
ClassPathTestCollector.java
22
public
Enumeration
collectTests() {
35
Enumeration
e= roots.elements();
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1Set.java
7
import java.util.
Enumeration
;
98
Enumeration
e = s.getObjects();
119
//public
Enumeration
getObjects()
148
//
Enumeration
e = this.getObjects();
187
Enumeration
s1 = this.getObjects();
188
Enumeration
s2 = other.getObjects();
OrderedTable.java
3
import java.util.
Enumeration
;
188
* Gets an
enumeration
of the keys, in order.
190
* @return non-null; an
enumeration
of the keys
192
public
Enumeration
getKeys() {
197
* Associated
enumeration
class.
199
private class KeyEnumeration implements
Enumeration
{
/external/bluetooth/glib/gobject/
genums.c
36
* @short_description:
Enumeration
and flags types
41
* @title:
Enumeration
and Flag Types
43
* The GLib type system provides fundamental types for
enumeration
and
45
* values to be combined by bitwise or). A registered
enumeration
or
50
* nickname. When an
enumeration
or flags type is registered with the
56
* suitable type registration functions from C
enumeration
172
*
enumeration
values. The array is terminated by a struct with all
176
* Registers a new static
enumeration
type with the name @name.
180
* my_enum_get_type() function from a usual C
enumeration
definition
224
* my_flags_get_type() function from a usual C
enumeration
definitio
[
all
...]
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java
10
import java.util.
Enumeration
;
115
* An empty
enumeration
.
117
private final static
Enumeration
EMPTY_ENUMERATION =
382
* Return an
enumeration
of all prefixes whose declarations are
388
* returned in this
enumeration
; check for the default prefix
391
* @return An
enumeration
of prefixes (never empty).
395
public
Enumeration
getPrefixes ()
427
* Return an
enumeration
of all prefixes for a given URI whose
439
* in this
enumeration
; to check for the presence of a default
444
* @return An
enumeration
of prefixes (never empty)
[
all
...]
/dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
SelectorProvider.java
31
import java.util.
Enumeration
;
111
Enumeration
<URL>
enumeration
= null;
local
120
enumeration
= classLoader.getResources(PROVIDER_IN_JAR_RESOURCE);
124
if (null ==
enumeration
) {
128
while (
enumeration
.hasMoreElements()) {
135
(
enumeration
.nextElement()).openStream()),
/dalvik/libcore/security/src/main/java/java/security/
Permissions.java
26
import java.util.
Enumeration
;
103
public
Enumeration
<Permission> elements() {
112
final static class MetaEnumeration implements
Enumeration
{
116
private
Enumeration
current;
119
* Initiates this
enumeration
.
129
private
Enumeration
getNextEnumeration() {
131
Enumeration
en = ((PermissionCollection)pcIter.next())
/external/opencore/doc/pvauthor_html/
pvauthorengineinterface_8h.html
34
<hr><h2>
Enumeration
Type Documentation</h2>
54
Enumeration
of errors from pvAuthor Engine. <dl compact><dt><b>
Enumeration
values: </b></dt><dd>
82
Enumeration
of informational events from pvAuthor Engine. <dl compact><dt><b>
Enumeration
values: </b></dt><dd>
110
An
enumeration
of the major states of the pvAuthor Engine. <dl compact><dt><b>
Enumeration
values: </b></dt><dd>
/dalvik/libcore/luni/src/main/java/java/net/
NetworkInterface.java
21
import java.util.
Enumeration
;
145
public
Enumeration
<InetAddress> getInetAddresses() {
147
* create new vector from which
Enumeration
to be returned can be
153
* return an empty
enumeration
if there are no addresses associated with
196
Enumeration
<InetAddress> theAccessibleElements = accessibleAddresses
246
Enumeration
<NetworkInterface> interfaces = getNetworkInterfaces();
283
Enumeration
<NetworkInterface> interfaces = getNetworkInterfaces();
291
//
Enumeration
netifAddresses = netif.getInetAddresses();
293
Enumeration
<InetAddress> netifAddresses = (new Vector<InetAddress>(
318
public static
Enumeration
<NetworkInterface> getNetworkInterfaces(
[
all
...]
SocketPermissionCollection.java
22
import java.util.
Enumeration
;
53
// Returns an
enumeration
of the permissions
55
public
Enumeration
<Permission> elements() {
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
NetworkInterfaceTest.java
30
import java.util.
Enumeration
;
116
Enumeration
theAddresses = networkInterface1.getInetAddresses();
128
Enumeration
theAddresses = networkInterface2.getInetAddresses();
142
Enumeration
addresses = networkInterface1.getInetAddresses();
182
Enumeration
reducedAddresses = networkInterface1
210
Enumeration
reducedAddresses = networkInterface1
402
Enumeration
addresses = networkInterface1.getInetAddresses();
432
Enumeration
addresses = networkInterface2.getInetAddresses();
465
Enumeration
theInterfaces = NetworkInterface.getNetworkInterfaces();
545
Enumeration
theInterfaces = null
[
all
...]
/dalvik/dx/src/junit/framework/
TestSuite.java
4
import java.util.
Enumeration
;
161
for (
Enumeration
e= tests(); e.hasMoreElements(); ) {
197
for (
Enumeration
e= tests(); e.hasMoreElements(); ) {
224
* Returns the tests as an
enumeration
226
public
Enumeration
tests() {
/dalvik/libcore/junit/src/main/java/junit/framework/
TestSuite.java
4
import java.util.
Enumeration
;
163
for (
Enumeration
e= tests(); e.hasMoreElements(); ) {
199
for (
Enumeration
e= tests(); e.hasMoreElements(); ) {
226
* Returns the tests as an
enumeration
228
public
Enumeration
tests() {
/dalvik/libcore/security/src/main/java/java/security/acl/
Acl.java
21
import java.util.
Enumeration
;
133
Enumeration
<Permission> getPermissions(Principal user);
136
* Returns an {@code
Enumeration
} of the {@code AclEntry} of this
139
* @return an {@code
Enumeration
} of the {@code AclEntry} of this
142
Enumeration
<AclEntry> entries();
/development/host/windows/usb/api/
adb_helper_routines.h
50
will be not included in the
enumeration
.
52
SPINT_ACTIVE set) will be included in the
enumeration
.
67
EnumerateDeviceInterfaces to perform the
enumeration
.
72
will be not included in the
enumeration
.
74
SPINT_ACTIVE set) will be included in the
enumeration
.
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java
29
import java.util.
Enumeration
;
201
Enumeration
el = h.elements();
202
Enumeration
keys = h.keys();
223
Enumeration
org = htfull.keys();
224
Enumeration
cpy = h.keys();
295
Enumeration
e = elmVector.elements();
320
// Test for method java.util.
Enumeration
java.util.Hashtable.elements()
321
Enumeration
elms = ht10.elements();
325
assertTrue("Missing key from
enumeration
", elmVector.contains(s));
354
//
Enumeration
en = ht.elements()
[
all
...]
ListResourceBundleTest.java
25
import java.util.
Enumeration
;
62
Enumeration
keys = bundle.getKeys();
102
Enumeration
keys = bundle.getKeys();
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/
SignedData.java
3
import java.util.
Enumeration
;
59
Enumeration
e = signerInfos.getObjects();
96
Enumeration
e = seq.getObjects();
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
IetfAttrSyntax.java
3
import java.util.
Enumeration
;
56
for (
Enumeration
e = seq.getObjects(); e.hasMoreElements();)
165
for (
Enumeration
i = values.elements(); i.hasMoreElements();)
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCERSAPrivateKey.java
10
import java.util.
Enumeration
;
117
public
Enumeration
getBagAttributeKeys()
169
Enumeration
e = this.getBagAttributeKeys();
/external/junit/src/junit/swingui/
TestTreeModel.java
3
import java.util.
Enumeration
;
76
Enumeration
e= fModelListeners.elements();
107
for (
Enumeration
e= suite.tests(); e.hasMoreElements(); i++) {
/external/v8/test/mjsunit/
enumeration-order.js
44
// Validate the
enumeration
order for object up to 100 named properties.
57
// Validate the
enumeration
order for object literals up to 100 named
66
// This
enumeration
order is not required by the specification, so
/dalvik/libcore/luni/src/main/java/java/io/
SequenceInputStream.java
20
import java.util.
Enumeration
;
34
* An
enumeration
which will return types of InputStream.
36
private
Enumeration
<? extends InputStream> e;
66
*
Enumeration
{@code e} as the stream sequence. The instances returned by
70
* the
enumeration
of {@code InputStreams} to get bytes from.
74
public SequenceInputStream(
Enumeration
<? extends InputStream> e) {
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java
24
import java.util.
Enumeration
;
248
public
Enumeration
getAllPrefixes() {
273
protected final class Prefixes implements
Enumeration
{
287
* @see java.util.
Enumeration
#hasMoreElements()
294
* @see java.util.
Enumeration
#nextElement()
300
throw new NoSuchElementException("Illegal access to Namespace prefixes
enumeration
.");
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h
74
/**
enumeration
of origin types used in the CP_PIPETYPE's Seek function
86
/**
enumeration
of contact access types used in the CP_PIPETYPE's Open function
98
/**
enumeration
of results returned by the CP_PIPETYPE's CheckAvailableBytes function
120
/**
enumeration
of content pipe events sent to the client callback.
125
CP_Overflow, /**
enumeration
of content pipe events sent to the client callback*/
126
CP_PipeDisconnected , /**
enumeration
of content pipe events sent to the client callback*/
Completed in 494 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>