OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enumeration
(Results
1 - 25
of
2768
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaCXX/
warn-enum-compare.cpp
68
while (B1 == B2); // expected-warning {{comparison of two values with different
enumeration
types ('name1::Baz' and 'name2::Baz')}}
69
while (name1::B2 == name2::B3); // expected-warning {{comparison of two values with different
enumeration
types ('name1::Baz' and 'name2::Baz')}}
70
while (z == name2::B2); // expected-warning {{comparison of two values with different
enumeration
types ('name1::Baz' and 'name2::Baz')}}
72
while (((((B1)))) == B2); // expected-warning {{comparison of two values with different
enumeration
types ('name1::Baz' and 'name2::Baz')}}
73
while (name1::B2 == (name2::B3)); // expected-warning {{comparison of two values with different
enumeration
types ('name1::Baz' and 'name2::Baz')}}
74
while (z == ((((name2::B2))))); // expected-warning {{comparison of two values with different
enumeration
types ('name1::Baz' and 'name2::Baz')}}
76
while ((((B1))) == (((B2)))); // expected-warning {{comparison of two values with different
enumeration
types ('name1::Baz' and 'name2::Baz')}}
77
while ((name1::B2) == (((name2::B3)))); // expected-warning {{comparison of two values with different
enumeration
types ('name1::Baz' and 'name2::Baz')}}
78
while ((((z))) == (name2::B2)); // expected-warning {{comparison of two values with different
enumeration
types ('name1::Baz' and 'name2::Baz')}}
80
while (x == a); // expected-warning {{comparison of two values with different
enumeration
types ('Foo' and 'name1::Foo')}
[
all
...]
underlying_type.cpp
14
__underlying_type(int) a; // expected-error {{only
enumeration
types}}
15
__underlying_type(struct b) c; // expected-error {{only
enumeration
types}}
31
typedef __underlying_type(T) type; // expected-error {{only
enumeration
types}}
50
// expected-error@-1 {{cannot determine underlying type of incomplete
enumeration
type 'PR19966::Invalid'}}
54
// expected-error@-1 {{cannot determine underlying type of incomplete
enumeration
type 'PR19966::E'}}
/external/libxml2/test/schemas/
restriction-enum-1_1.xsd
5
<xs:
enumeration
value="a"/>
6
<xs:
enumeration
value="b"/>
7
<xs:
enumeration
value="c"/>
8
<xs:
enumeration
value="d"/>
13
<xs:
enumeration
value="a"/>
14
<xs:
enumeration
value="b"/>
15
<xs:
enumeration
value="d"/>
union_0_0.xsd
20
<xsd:
enumeration
value="EMP0040"/>
21
<xsd:
enumeration
value="EMP0003"/>
22
<xsd:
enumeration
value="EMP0004"/>
23
<xsd:
enumeration
value="EMP0005"/>
29
<xsd:
enumeration
value="EMP0002"/>
30
<xsd:
enumeration
value="EMP0090"/>
31
<xsd:
enumeration
value="EMP0007"/>
39
<xsd:
enumeration
value="EMP0099"/>
facet-unionST-err1_0.xsd
9
<xsd:
enumeration
value="medium"/>
17
<xsd:
enumeration
value="small"/>
18
<xsd:
enumeration
value="medium"/>
19
<xsd:
enumeration
value="large"/>
xsd-simpleType-varieties_0.xsd
25
<
enumeration
value="tequilla"/>
35
<
enumeration
value="pub"/>
41
<
enumeration
value="fajita"/>
restriction-enum-1_0.xml
3
"restriction-enum-1_1.xsd", the restricting
enumeration
bug145246_0.xsd
88
<xs:
enumeration
value="action"/>
89
<xs:
enumeration
value="characterinput"/>
90
<xs:
enumeration
value="characterinput_numeric"/>
91
<xs:
enumeration
value="characterinput_alphabetic"/>
92
<xs:
enumeration
value="optionchoice"/>
93
<xs:
enumeration
value="optionchoice_boolean"/>
94
<xs:
enumeration
value="optionchoice_single"/>
95
<xs:
enumeration
value="optionchoice_single_compact"/>
96
<xs:
enumeration
value="label"/>
103
<xs:
enumeration
value="true"/
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/schema/
build.xsd
111
<xs:
enumeration
value="N"/>
112
<xs:
enumeration
value="I"/>
113
<xs:
enumeration
value="M"/>
114
<xs:
enumeration
value="S"/>
115
<xs:
enumeration
value="R"/>
121
<xs:
enumeration
value="junit"/>
122
<xs:
enumeration
value="performance"/>
123
<xs:
enumeration
value="api"/>
129
<xs:
enumeration
value=""/>
130
<xs:
enumeration
value="NONE"/
[
all
...]
/libcore/ojluni/src/main/java/sun/util/
ResourceBundleEnumeration.java
28
import java.util.
Enumeration
;
34
* Implements an
Enumeration
that combines elements from a Set and
35
* an
Enumeration
. Used by ListResourceBundle and PropertyResourceBundle.
37
public class ResourceBundleEnumeration implements
Enumeration
<String> {
41
Enumeration
<String>
enumeration
; // may remain null
field in class:ResourceBundleEnumeration
44
* Constructs a resource bundle
enumeration
.
45
* @param set an set providing some elements of the
enumeration
46
* @param
enumeration
an
enumeration
providing more elements of the enumeration
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
PKCS12BagAttributeCarrier.java
3
import java.util.
Enumeration
;
20
Enumeration
getBagAttributeKeys();
/frameworks/base/test-runner/src/junit/runner/
TestCollector.java
14
* Returns an
enumeration
of Strings with qualified class names
16
public
Enumeration
collectTests();
/system/media/camera/docs/
metadata_properties.xsd
121
<
enumeration
value="java" />
122
<
enumeration
value="c" />
123
<
enumeration
value="c++" />
168
<
enumeration
value="byte" />
169
<
enumeration
value="int32" />
170
<
enumeration
value="int64" />
171
<
enumeration
value="float" />
172
<
enumeration
value="double" />
173
<
enumeration
value="rational" />
181
<
enumeration
value="array" /
[
all
...]
/external/libxml2/result/VC/
Enumeration
1
./test/VC/
Enumeration
:5: element doc: validity error : Value "v4" for attribute val of doc is not among the enumerated set
Enumeration.rdr
1
./test/VC/
Enumeration
:5: element doc: validity error : Value "v4" for attribute val of doc is not among the enumerated set
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
LazyConstructionEnumeration.java
4
import java.util.
Enumeration
;
7
implements
Enumeration
BERSequence.java
4
import java.util.
Enumeration
;
50
for (
Enumeration
e = getObjects(); e.hasMoreElements();)
65
Enumeration
e = getObjects();
BEROctetString.java
5
import java.util.
Enumeration
;
69
public
Enumeration
getObjects()
76
return new
Enumeration
()
127
for (
Enumeration
e = getObjects(); e.hasMoreElements();)
146
for (
Enumeration
e = getObjects(); e.hasMoreElements();)
158
Enumeration
e = seq.getObjects();
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SOAPBuilder.java
161
<xsd:
enumeration
value="SPP version not supported"/>
162
<xsd:
enumeration
value="One or more mandatory MOs not supported"/>
163
<xsd:
enumeration
value="Credentials cannot be provisioned at this time"/>
164
<xsd:
enumeration
value="Remediation cannot be completed at this time"/>
165
<xsd:
enumeration
value="Provisioning cannot be completed at this time"/>
166
<xsd:
enumeration
value="Continue to use existing certificate"/>
167
<xsd:
enumeration
value="Cookie invalid"/>
168
<xsd:
enumeration
value="No corresponding web-browser-connection Session ID"/>
169
<xsd:
enumeration
value="Permission denied"/>
170
<xsd:
enumeration
value="Command failed"/
[
all
...]
/external/valgrind/drd/docs/
drd-xml-output.xsd
45
<xs:
enumeration
value="RUNNING"/>
46
<xs:
enumeration
value="FINISHED"/>
111
<xs:
enumeration
value="ConflictingAccess"/>
112
<xs:
enumeration
value="MutexErr"/>
113
<xs:
enumeration
value="CondErr"/>
114
<xs:
enumeration
value="CondDestrErr"/>
115
<xs:
enumeration
value="CondRaceErr"/>
116
<xs:
enumeration
value="CondWaitErr"/>
117
<xs:
enumeration
value="SemaphoreErr"/>
118
<xs:
enumeration
value="BarrierErr"/
[
all
...]
/cts/common/host-side/tradefed/res/report/
compatibility_result.xsd
53
<xs:
enumeration
value="none"/>
54
<xs:
enumeration
value="ms"/>
55
<xs:
enumeration
value="fps"/>
56
<xs:
enumeration
value="ops"/>
57
<xs:
enumeration
value="kbps"/>
58
<xs:
enumeration
value="mbps"/>
59
<xs:
enumeration
value="byte"/>
60
<xs:
enumeration
value="count"/>
61
<xs:
enumeration
value="score"/>
67
<xs:
enumeration
value="higher-better"/
[
all
...]
/external/clang/test/CXX/expr/
p3.cpp
3
double operator +(double, double); // expected-error{{overloaded 'operator+' must have at least one parameter of class or
enumeration
type}}
/external/proguard/src/proguard/classfile/util/
InternalTypeEnumeration.java
27
* An <code>InternalTypeEnumeration</code> provides an
enumeration
of all
79
* Returns whether the
enumeration
can provide more types from the method
179
* A main method for testing the type
enumeration
.
190
InternalTypeEnumeration
enumeration
= new InternalTypeEnumeration(descriptor);
local
192
if (
enumeration
.firstIndex >= 0)
194
System.out.println(" Formal type parameters ["+
enumeration
.formalTypeParameters()+"]");
197
while (
enumeration
.hasMoreTypes())
199
System.out.println(" Type ["+
enumeration
.nextType()+"]");
202
if (
enumeration
.lastIndex < descriptor.length())
204
System.out.println(" Return type ["+
enumeration
.returnType()+"]")
[
all
...]
/libcore/ojluni/src/main/java/java/util/
Enumeration.java
29
* An object that implements the
Enumeration
interface generates a
36
* for (
Enumeration
<E> e = v.elements(); e.hasMoreElements();)
47
* Iterator in preference to
Enumeration
.
51
* @see java.util.
Enumeration
#nextElement()
61
public interface
Enumeration
<E> {
63
* Tests if this
enumeration
contains more elements.
65
* @return <code>true</code> if and only if this
enumeration
object
72
* Returns the next element of this
enumeration
if this
enumeration
75
* @return the next element of this
enumeration
[
all
...]
/external/icu/icu4c/source/common/
uenumimp.h
28
* is returned. If close is NULL, the
enumeration
40
* @param en
enumeration
to be closed
49
* in this
enumeration
51
* @param en
enumeration
to be counted
53
* @return number of elements in
enumeration
64
* @param en
enumeration
81
* @param en
enumeration
95
* This function should reset the
enumeration
98
* @param en
enumeration
Completed in 782 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>