Searched refs:enum (Results 1 - 25 of 106) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dscan106 while ($file =~ /\btypedef\s+enum\s*{(.*?)}\s*(\w+)/gs )
108 my $enum = $1 ;
114 #$enum =~ s/\s*=\s*\S+\s*(,?)\s*\n/$1/g;
115 $enum =~ s/^\s*//;
116 $enum =~ s/\s*$//;
118 my @tokens = map { s/\s*=.*// ; $_} split /\s*,\s*/, $enum ;
128 $result .= "\n\t# enum $name\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dcdaudio.tex22 typedef enum { PLAYING, PAUSED, STOPPED } CDstatus
H A Dsndfrmt.tex19 typedef enum {
H A Dsndfg72x.tex19 typedef enum {
H A Dvidbase.tex17 typedef enum {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dkeymod.tex11 enum wxKeyModifier
H A Dauidockart.tex39 enum wxAuiPaneDockArtSetting
62 enum wxAuiPaneDockArtGradients
71 enum wxAuiPaneButtonState
80 enum wxAuiButtonId
H A Dplatinfo.tex38 enum wxOperatingSystemId
80 enum wxPortId
105 enum wxArchitecture
119 enum wxEndianness
186 Converts the given string to a wxArchitecture enum value or to
215 Converts the given string to a wxEndianness enum value or to
280 Converts the given string to a wxOperatingSystemId enum value or to
403 Sets the architecture enum value associated with this wxPlatformInfo instance.
411 Sets the endianness enum value associated with this wxPlatformInfo instance.
H A Dstrmzlib.tex59 enum {
131 enum {
139 enum {
H A Dqylayevt.tex28 enum wxLayoutOrientation {
33 enum wxLayoutAlignment {
H A Daccessible.tex21 using values of the wxAccStatus enum type.
53 typedef enum
69 typedef enum
88 typedef enum {
159 typedef enum {
181 typedef enum
H A Dprocess.tex163 enum wxSignal
193 Returns the element of {\tt wxKillError} enum:
196 enum wxKillError
H A Ddataviewcolumn.tex18 enum wxDataViewColumnFlags
H A Ddirtrav.tex59 enum wxDirTraverseResult
H A Dsashevt.tex34 enum wxSashDragStatus
H A Dconditn.tex91 enum wxCondError
210 error code from wxCondError enum.
H A Ddataviewrenderer.tex25 enum wxDataViewCellMode
32 enum wxDataViewCellRenderState
H A Dfdrepdlg.tex106 enum wxFindReplaceFlags
124 enum wxFindReplaceDialogStyles
H A Dhworld.tex68 identifier such as a const or an enum.
71 enum
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dc.exp12 in word set enum
H A Dtest-7.exp12 NOT in word set enum
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dsymbol-scan.pl57 if ( /enum\s+(\S+\s+)?{/ .. /}/ ) {
111 # last entry in many enum series.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Dmkproto.awk138 if( $0 ~ /^ADS_STRUCT|^ADS_STATUS|^DATA_BLOB|^ASN1_DATA|^TDB_CONTEXT|^TDB_DATA|^smb_ucs2_t|^TALLOC_CTX|^hash_element|^NT_DEVICEMODE|^enum.*\(|^NT_USER_TOKEN|^SAM_ACCOUNT|^NTTIME/ ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dgentest.py538 enums = ctxt.xpathEval("/api/symbols/typedef[@type='enum']")
539 for enum in enums:
540 module = enum.xpathEval('string(@file)')
541 name = enum.xpathEval('string(@name)')
550 values = ctxt.xpathEval("/api/symbols/enum[@type='%s']" % name)
562 print "Didn't find any value for enum %s" % (name)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dgentest.py538 enums = ctxt.xpathEval("/api/symbols/typedef[@type='enum']")
539 for enum in enums:
540 module = enum.xpathEval('string(@file)')
541 name = enum.xpathEval('string(@name)')
550 values = ctxt.xpathEval("/api/symbols/enum[@type='%s']" % name)
562 print "Didn't find any value for enum %s" % (name)

Completed in 98 milliseconds

12345