Searched refs:Type (Results 1 - 25 of 220) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dbackupfile.h42 # define VALID_BACKUP_TYPE(Type) \
43 ((Type) == none \
44 || (Type) == simple \
45 || (Type) == numbered_existing \
46 || (Type) == numbered)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dbackupfile.h42 # define VALID_BACKUP_TYPE(Type) \
43 ((Type) == none \
44 || (Type) == simple \
45 || (Type) == numbered_existing \
46 || (Type) == numbered)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A DObjcRef.h22 @templatefield Type (implicit) An Objective-C class type
58 template <class Type>
59 inline Type * wxGCSafeRetain(Type *r)
62 return static_cast<Type*>(wxCFRetain(r));
69 @templatefield Type (implicit) An Objective-C class type
90 template <class Type>
91 inline void wxGCSafeRelease(Type *r)
107 template <class Type>
108 inline Type * wxGCSafeRetai
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DType.java41 public class Type { class
101 public final static Type VOID_TYPE = new Type(VOID);
106 public final static Type BOOLEAN_TYPE = new Type(BOOLEAN);
111 public final static Type CHAR_TYPE = new Type(CHAR);
116 public final static Type BYTE_TYPE = new Type(BYTE);
121 public final static Type SHORT_TYP
178 private Type(final int sort) { method in class:Type
191 private Type(final int sort, final char[] buf, final int off, final int len) method in class:Type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/doc/helper/
H A Dconntrackd.conf11 Type ftp inet tcp {
41 Type rpc inet tcp {
49 Type rpc inet udp {
57 Type tns inet tcp {
88 # Type FIFO
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A Ddbinfo23 Type => "Btree",
39 Type => "Hash",
55 Type => "Queue",
123 File Type: Berkeley DB $type->{Type} file.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Ddbinfo23 Type => "Btree",
39 Type => "Hash",
55 Type => "Queue",
123 File Type: Berkeley DB $type->{Type} file.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/nbp/
H A Dnbpunrgstr.c60 char *Obj = NULL, *Type = NULL, *Zone = NULL; local
101 * Get the name. If Type or Obj aren't specified, error.
103 if ( nbp_name( convname, &Obj, &Type, &Zone ) || !Obj || !Type ) {
107 if ( nbp_unrgstr( Obj, Type, Zone, &addr ) < 0 ) {
108 fprintf( stderr, "Can't unregister %s:%s@%s\n", Obj, Type,
H A Dnbprgstr.c43 char *Obj = NULL, *Type = NULL, *Zone = NULL; local
87 * Get the name. If Type or Obj aren't specified, error.
89 if ( nbp_name( convname, &Obj, &Type, &Zone ) || !Obj || !Type ) {
102 if ( nbp_rgstr( &addr, Obj, Type, Zone ) < 0 ) {
104 fprintf( stderr, "Can't register %s:%s@%s\n", Obj, Type,
H A Dnbplkup.c45 static char *Type = "="; variable
119 if ( nbp_name( name, &Obj, &Type, &Zone )) {
133 if (( name = (char *)malloc( strlen( Type ) + 1 )) == NULL ) {
137 strcpy( name, Type );
138 Type = name;
154 if ( nbp_name( convname, &Obj, &Type, &Zone )) {
160 if (( c = nbp_lookup( Obj, Type, Zone, nn, nresp, &addr)) < 0 ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/corefoundation/
H A Dcfref.h45 template <class Type>
46 inline void wxCFRelease(Type *r)
55 template <class Type>
56 inline Type* wxCFRetain(Type *r)
62 r = (Type*)::CFRetain((CFTypeRef)r);
325 template <typename Type>
326 inline wxCFRef<Type*> wxCFRefFromGet(Type *p)
328 return wxCFRef<Type*>(wxCFRetai
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dformatter.h45 typedef enum { SPEED, SIZE, MEM } Type; typedef in class:Formatter
46 static QString unitStr( Type t, Size s ) { return unitStrings[t][s]; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java71 import com.sleepycat.asm.Type;
101 PRIMITIVE_WRAPPERS.put(Boolean.class.getName(), Type.BOOLEAN);
102 PRIMITIVE_WRAPPERS.put(Character.class.getName(), Type.CHAR);
103 PRIMITIVE_WRAPPERS.put(Byte.class.getName(), Type.BYTE);
104 PRIMITIVE_WRAPPERS.put(Short.class.getName(), Type.SHORT);
105 PRIMITIVE_WRAPPERS.put(Integer.class.getName(), Type.INT);
106 PRIMITIVE_WRAPPERS.put(Long.class.getName(), Type.LONG);
107 PRIMITIVE_WRAPPERS.put(Float.class.getName(), Type.FLOAT);
108 PRIMITIVE_WRAPPERS.put(Double.class.getName(), Type.DOUBLE);
663 if (sort == Type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgvfs.cpp40 typedef rettype (* name ## Type) args ; \
41 name ## Type pfn_ ## name; \
46 pfn_ ## name = (name ## Type) lib->GetSymbol( wxT(#name), &success ); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dchannel.h32 u16 Type; member in struct:VMBUS_CHANNEL_PACKET_PAGE_BUFFER
44 u16 Type; member in struct:VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER
69 enum vmbus_packet_type Type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Di18n.h47 #define dcgettext(Domain,String,Type) (String)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Di18n.h47 #define dcgettext(Domain,String,Type) (String)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dlocale_hack.h48 # define dcgettext(Domain,Message,Type) (Message)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DObservableQueue.h60 enum Type { enum in class:CQueueEvent
81 CQueueEvent( Type event );
89 CQueueEvent( Type event, const ValueList* list );
95 CQueueEvent( Type event, const ValueType& value );
101 Type GetEvent() const {
122 Type m_type;
269 CQueueEvent<ValueType>::CQueueEvent( Type event )
279 CQueueEvent<ValueType>::CQueueEvent( Type event, const ValueList* list )
289 CQueueEvent<ValueType>::CQueueEvent( Type event, const ValueType& value )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192S_Efuse.h68 EFUSE_ShadowRead(struct net_device* dev,unsigned char Type,unsigned short Offset,u32 *Value);
70 EFUSE_ShadowWrite(struct net_device* dev,unsigned char Type,unsigned short Offset,u32 Value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/Vb/
H A DVBZipBas.bas103 Public Type ZIPnames
105 End Type
108 Public Type ZipCBChar
110 End Type
113 Public Type ZPOPT
146 End Type
149 Public Type ZIPUSERFUNCTIONS
154 End Type
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/import/
H A Dds.h191 /// Attribute Type of type xs:anyURI.
192 @char* /*URI*/ Type 0; ///< Optional attribute. member in struct:ds__ReferenceType
238 /// Attribute Type of type xs:anyURI.
239 @char* /*URI*/ Type 0; ///< Optional attribute. member in struct:ds__RetrievalMethodType
H A Dds2.h191 /// Attribute Type of type xs:anyURI.
192 @char* /*URI*/ Type 0; ///< Optional attribute. member in struct:ds__ReferenceType
238 /// Attribute Type of type xs:anyURI.
239 @char* /*URI*/ Type 0; ///< Optional attribute. member in struct:ds__RetrievalMethodType
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/import/
H A Dds.h191 /// Attribute Type of type xs:anyURI.
192 @char* /*URI*/ Type 0; ///< Optional attribute. member in struct:ds__ReferenceType
238 /// Attribute Type of type xs:anyURI.
239 @char* /*URI*/ Type 0; ///< Optional attribute. member in struct:ds__RetrievalMethodType
H A Dds2.h191 /// Attribute Type of type xs:anyURI.
192 @char* /*URI*/ Type 0; ///< Optional attribute. member in struct:ds__ReferenceType
238 /// Attribute Type of type xs:anyURI.
239 @char* /*URI*/ Type 0; ///< Optional attribute. member in struct:ds__RetrievalMethodType

Completed in 189 milliseconds

123456789