OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enumerators
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
printing.py
216
# with a list of
enumerators
to print a particular Value.
218
def __init__(self,
enumerators
, val):
219
self.
enumerators
=
enumerators
226
for (e_name, e_value) in self.
enumerators
:
238
A flag-style enumeration is one where the
enumerators
are or'd
253
self.
enumerators
= []
255
self.
enumerators
.append((field.name, field.enumval))
256
# Sorting the
enumerators
by value usually does the right
258
self.
enumerators
.sort(key = lambda x: x.enumval
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
printing.py
216
# with a list of
enumerators
to print a particular Value.
218
def __init__(self,
enumerators
, val):
219
self.
enumerators
=
enumerators
226
for (e_name, e_value) in self.
enumerators
:
238
A flag-style enumeration is one where the
enumerators
are or'd
253
self.
enumerators
= []
255
self.
enumerators
.append((field.name, field.enumval))
256
# Sorting the
enumerators
by value usually does the right
258
self.
enumerators
.sort(key = lambda x: x.enumval
[
all
...]
/external/clang/utils/ABITest/
TypeGen.py
59
def __init__(self, index,
enumerators
):
61
self.
enumerators
=
enumerators
65
for i, init in enumerate(self.
enumerators
):
191
# Type
enumerators
258
# Figure out the number of
enumerators
in this type
268
# Find the requested combination of
enumerators
and build a
271
for
enumerators
in combinations(self.values, numEnumerators):
273
return EnumType(n,
enumerators
)
ABITestGen.py
216
for i in range(0, len(t.
enumerators
)):
/external/chromium_org/tools/stats_viewer/
stats_table.cs
158
// The internal methods are accessible to the
enumerators
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar
Completed in 83 milliseconds