Searched refs:Type (Results 26 - 50 of 220) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/objc/
H A Dobjc_uniquifying.h79 typedef char Type[sizeof(wxObjcCompilerInformation<ObjcType>::sm_theClassName) + (sizeof(struct objc_class*)<<1) + 3]; typedef in struct:UniquifiedName
80 static void Init(Type m_theString, const objc_class *aClass)
82 snprintf(const_cast<char*>(m_theString), sizeof(Type), "%s@%p", wxObjcCompilerInformation<ObjcType>::sm_theClassName, aClass);
172 static typename UniquifiedName<ObjcType>::Type sm_theUniquifiedClassName;
176 typename UniquifiedName<ObjcType>::Type wxObjcClassInitializer<ObjcType>::sm_theUniquifiedClassName;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dwxexpr.cpp637 if (expr && (expr->Type() == wxExprInteger || expr->Type() == wxExprReal))
650 if (expr && (expr->Type() == wxExprInteger || expr->Type() == wxExprReal))
662 if (expr && (expr->Type() == wxExprInteger || expr->Type() == wxExprReal))
674 if (expr && (expr->Type() == wxExprInteger || expr->Type() == wxExprReal))
686 if (expr && expr->Type() == wxExprWord)
691 else if (expr && expr->Type()
[all...]
H A Dresource.cpp783 if (listExpr->Type() == PrologList)
816 if ( expr1->Type() == PrologString || expr1->Type() == PrologWord )
842 else if (expr1->Type() == PrologInteger)
904 if (expr->Nth(count) && ((expr->Nth(count)->Type() == PrologString) || (expr->Nth(count)->Type() == PrologWord)))
915 if (expr->Nth(count) && expr->Nth(count)->Type() == PrologList)
921 if (expr->Nth(count) && ((expr->Nth(count)->Type() == PrologString) || (expr->Nth(count)->Type() == PrologWord)))
926 if (expr->Nth(count) && expr->Nth(count)->Type()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcciss_defs.h42 /* Type defs used in the following structs */
98 BYTE Type:3; member in struct:_RequestBlock_struct::__anon17250
101 } Type; member in struct:_RequestBlock_struct
109 BYTE Type; member in struct:_MoreErrInfo_struct::__anon17251
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.bas85 Private Type UNZIPnames
87 End Type
90 Private Type UNZIPCBChar
92 End Type
95 Private Type UNZIPCBCh
97 End Type
100 Private Type DCLIST
122 End Type
125 Private Type USERFUNCTION
145 End Type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/VBz64/
H A DVBZipBas.bas66 Public Type ZIPnames
68 End Type
71 Public Type ZipCBChar
73 End Type
76 Public Type VerType
81 End Type
82 Public Type ZipVerType
92 End Type
95 Public Type ZpOpt
143 End Type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Di18n.h40 # define dcgettext(Domain,Message,Type) (Message)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsckaddr.h35 virtual int Type() = 0;
104 virtual int Type() { return wxSockAddress::IPV4; } function in class:wxIPV4address
159 virtual int Type() { return wxSockAddress::IPV6; } function in class:wxIPV6address
183 virtual int Type() { return wxSockAddress::UNIX; } function in class:wxUNIXaddress
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dstorvsc_api.h56 enum storvsc_request_type Type; member in struct:hv_storvsc_request
H A Dvmbus_packet_format.h28 u16 Type; member in struct:vmpacket_descriptor
140 (((struct IMPACT)__packet)->Type)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/import/
H A Dwsse.h189 @char* Type; member in struct:_wsse__Password
H A Dwsse2.h190 @char* Type; member in struct:_wsse2__Password
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/import/
H A Dwsse.h189 @char* Type; member in struct:_wsse__Password
H A Dwsse2.h190 @char* Type; member in struct:_wsse2__Password
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/fw/arc/
H A Dhinv.h124 CONFIGTYPE Type; member in struct:component
170 MEMORYTYPE Type; member in struct:memorydescriptor
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_config.c70 free(p->obj.Type);
102 char *Obj, *Type = "", *Zone = ""; local
134 if (nbp_name(options->server, &Obj, &Type, &Zone )) {
190 nbp_unrgstr(config->obj.Obj, config->obj.Type, config->obj.Zone,
242 char *Obj, *Type = "AFPServer", *Zone = "*"; local
271 if (nbp_name(convname, &Obj, &Type, &Zone )) {
278 /* dup Obj, Type and Zone as they get assigned to a single internal
283 if ((config->obj.Type = strdup(Type)) == NULL) {
290 free(config->obj.Type);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dtypes.h41 enum Type { NONE, CLASS, ENUM, STRUCT, TYPEDEF }; enum
81 const char *deftname(enum Type type, const char *pointer, bool is_pointer, const char *prefix, const char *URI, const char *qname);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dfreecom.c52 u8 Type; /* Command type. */ member in struct:freecom_cb_wrap
59 u8 Type; /* Command type. */ member in struct:freecom_xfer_wrap
66 u8 Type; /* Type + IDE register. */ member in struct:freecom_ide_out
73 u8 Type; /* Type | IDE register. */ member in struct:freecom_ide_in
159 fxfr->Type = FCM_PACKET_INPUT | 0x00;
192 fxfr->Type = FCM_PACKET_OUTPUT | 0x00;
240 fcb->Type = FCM_PACKET_ATAPI | 0x00;
282 fcb->Type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dtypes.h41 enum Type { NONE, CLASS, ENUM, STRUCT, TYPEDEF }; enum
81 const char *deftname(enum Type type, const char *pointer, bool is_pointer, const char *prefix, const char *URI, const char *qname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dtypes.h41 enum Type { NONE, CLASS, ENUM, STRUCT, TYPEDEF }; enum
81 const char *deftname(enum Type type, const char *pointer, bool is_pointer, const char *prefix, const char *URI, const char *qname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dtypes.h41 enum Type { NONE, CLASS, ENUM, STRUCT, TYPEDEF }; enum
81 const char *deftname(enum Type type, const char *pointer, bool is_pointer, const char *prefix, const char *URI, const char *qname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/penguin/
H A Ddxfrenderer.h24 enum Type { Line, Face } type; enum in struct:DXFEntity
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Ddabusb.h81 BYTE Type; member in struct:_INTEL_HEX_RECORD
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp_dot11.h63 u16 Type:2; /* MSDU type */ member in struct:rt_frame_control
H A Dwpa.h53 /* EAP Code Type. */
63 /* EAPOL-KEY Descriptor Type */
103 /*EAP Packet Type */
214 u8 Type; member in struct:rt_key_descripter
244 u8 Type; member in struct:rt_kde_encap
350 u8 Type; member in struct:rt_cipher_suite_struct
356 u8 Type; member in struct:rt_akm_suite

Completed in 324 milliseconds

123456789