OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enumeration
(Results
276 - 300
of
873
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/bluetooth/glib/gobject/
glib-mkenums.in
4
# Information about the current
enumeration
5
my $flags; # Is
enumeration
a bitmask?
15
my $enum_prefix; # Prefix for this
enumeration
16
my $enumname; # Name for this
enumeration
20
my $firstenum = 1; # Is this the first
enumeration
per file?
182
'
enumeration
-production', $eprod,
213
$eprod = $tmpl{'
enumeration
-production'};
319
# figure out if this was a flags or enums
enumeration
/external/icu4c/common/unicode/
ucnvsel.h
134
* @return an
enumeration
containing encoding names.
152
* @return an
enumeration
containing encoding names.
/external/junit/src/junit/runner/
TestCaseClassLoader.java
9
import java.util.
Enumeration
;
228
for (
Enumeration
e= p.propertyNames(); e.hasMoreElements(); ) {
/external/opencore/doc/oscl_html/
classBufFragStatusClass.html
35
<hr><h2>Member
Enumeration
Documentation</h2>
55
<dl compact><dt><b>
Enumeration
values: </b></dt><dd>
/external/opencore/doc/pv2way_html/
classPVH223AlConfig.html
33
<hr><h2>Member
Enumeration
Documentation</h2>
53
<dl compact><dt><b>
Enumeration
values: </b></dt><dd>
/external/opencore/engines/player/include/
pv_player_events.h
27
* An
enumeration
of error types from pvPlayer
164
* An
enumeration
of informational event types from pvPlayer
/external/opencore/nodes/pvamrffparsernode/include/
pvmf_amrffparser_events.h
27
* An
enumeration
of error types from PV AMR FF parser node
280
* An
enumeration
of informational event types from PV ASF FF parser node
/external/opencore/oscl/oscl/osclio/src/
oscl_file_find.h
140
* @return see
enumeration
above for more info.
147
* @return see
enumeration
above for more info.
/external/sonivox/arm-fm-22k/host_src/
eas_types.h
217
/*
enumeration
for synthesizers */
258
/* iMode play modes
enumeration
for EAS_SetPlayMode */
/external/sonivox/arm-hybrid-22k/host_src/
eas_types.h
217
/*
enumeration
for synthesizers */
258
/* iMode play modes
enumeration
for EAS_SetPlayMode */
/external/sonivox/arm-wt-22k/host_src/
eas_types.h
222
/*
enumeration
for synthesizers */
263
/* iMode play modes
enumeration
for EAS_SetPlayMode */
/external/webkit/JavaScriptCore/icu/unicode/
uenum.h
23
* An
enumeration
object.
28
/** structure representing an
enumeration
object instance @stable ICU 2.2 */
/external/webkit/JavaScriptGlue/icu/unicode/
uenum.h
23
* An
enumeration
object.
28
/** structure representing an
enumeration
object instance @stable ICU 2.2 */
/external/webkit/WebCore/icu/unicode/
uenum.h
23
* An
enumeration
object.
28
/** structure representing an
enumeration
object instance @stable ICU 2.2 */
/frameworks/base/tests/CoreTests/android/core/
ZipFileTest.java
26
import java.util.
Enumeration
;
106
Enumeration
fileList;
/hardware/ti/omap3/dspbridge/inc/
qosti.h
34
* The
enumeration
defines the memory heap resources available for querying.
45
* The
enumeration
defines the control command selector for *arg1*
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalyzer.java
34
import java.util.
Enumeration
;
76
Enumeration
<? extends ZipEntry> entries = zip.entries();
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
sdk-repository-1.xsd
336
<xsd:
enumeration
value="any" />
337
<xsd:
enumeration
value="linux" />
338
<xsd:
enumeration
value="macosx" />
339
<xsd:
enumeration
value="windows" />
346
<xsd:
enumeration
value="any" />
347
<xsd:
enumeration
value="ppc" />
348
<xsd:
enumeration
value="x86" />
349
<xsd:
enumeration
value="x86_64" />
sdk-repository-2.xsd
392
<xsd:
enumeration
value="any" />
393
<xsd:
enumeration
value="linux" />
394
<xsd:
enumeration
value="macosx" />
395
<xsd:
enumeration
value="windows" />
402
<xsd:
enumeration
value="any" />
403
<xsd:
enumeration
value="ppc" />
404
<xsd:
enumeration
value="x86" />
405
<xsd:
enumeration
value="x86_64" />
/cts/tools/dx-tests/lib/
jasmin.jar
/dalvik/dx/etc/
jasmin.jar
/dalvik/libcore/archive/src/main/java/java/util/zip/
ZipFile.java
27
import java.util.
Enumeration
;
169
* Returns an
enumeration
of the entries. The entries are listed in the
172
* @return the
enumeration
of the entries.
175
public
Enumeration
<? extends ZipEntry> entries() {
179
return new
Enumeration
<ZipEntry>() {
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreBuilderTest.java
39
import java.util.
Enumeration
;
337
for (
Enumeration
<String> aliases = ks.aliases(); aliases.hasMoreElements(); ) {
358
for (
Enumeration
<String> aliases = ks1.aliases(); aliases.hasMoreElements(); ) {
391
for (
Enumeration
<String> aliases = ks.aliases(); aliases.hasMoreElements();) {
402
for (
Enumeration
<String> iter = ks1.aliases(); iter.hasMoreElements();) {
/dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/
SubjectDomainCombinerTest.java
31
import java.util.
Enumeration
;
253
Enumeration
<Permission> p = perms.elements();
340
Enumeration
<Permission> p = perms.elements();
420
Enumeration
<Permission> p = perms.elements();
485
Enumeration
<Permission> p = perms.elements();
/dalvik/libcore/sql/src/main/java/java/sql/
DriverManager.java
23
import java.util.
Enumeration
;
268
* Returns an {@code
Enumeration
} that contains all of the loaded JDBC
271
* @return An {@code
Enumeration
} containing all the currently loaded JDBC
274
public static
Enumeration
<Driver> getDrivers() {
284
* Create the
Enumeration
by building a Vector from the elements of
Completed in 244 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>