Searched refs:constructor (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/amiga/
H A Dlaunch.c31 void setup() __attribute__((constructor));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/
H A Diptables_common.h38 #define _init __attribute__((constructor)) my_init
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dos2compat.c48 static __attribute__((constructor)) void
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-catalog-abstract.h58 void (*constructor) (struct abstract_catalog_reader_ty *pop); member in struct:abstract_catalog_reader_class_ty
147 call its constructor. */
H A Dmsgunfmt.cs172 ConstructorInfo constructor = clazz.GetConstructor(Type.EmptyTypes);
173 return constructor.Invoke(null) as GettextResourceSet;
H A Dread-catalog-abstract.c50 if (method_table->constructor)
51 method_table->constructor (pop);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DReflectionAccessor.java30 private Constructor constructor; field in class:ReflectionAccessor
39 constructor = type.getDeclaredConstructor();
43 if (!Modifier.isPublic(constructor.getModifiers())) {
44 setAccessible(constructor, type.getName() + "()");
140 return constructor.newInstance();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dutil.c24 static void open_log(void) __attribute__ ((constructor));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pptp/
H A Dutil.c24 static void open_log(void) __attribute__ ((constructor));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas55 constructor Create(Strm: TStream);
89 constructor Create(CompressionLevel: TCompressionLevel; Dest: TStream);
118 constructor Create(Source: TStream);
389 constructor TCustomZLibStream.Create(Strm: TStream);
406 constructor TCompressionStream.Create(CompressionLevel: TCompressionLevel;
483 constructor TDecompressionStream.Create(Source: TStream);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas55 constructor Create(Strm: TStream);
89 constructor Create(CompressionLevel: TCompressionLevel; Dest: TStream);
118 constructor Create(Source: TStream);
389 constructor TCustomZLibStream.Create(Strm: TStream);
406 constructor TCompressionStream.Create(CompressionLevel: TCompressionLevel;
483 constructor TDecompressionStream.Create(Source: TStream);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_java_stat285 // no public constructor
315 // no public constructor
363 echo " // no public constructor"
367 echo " // no public constructor"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl-csharp/
H A Dintl.cs180 /// The type has no no-arguments constructor.
185 // We expect it has a no-argument constructor, and invoke it.
186 ConstructorInfo constructor = clazz.GetConstructor(Type.EmptyTypes);
187 return (GettextResourceSet) constructor.Invoke(null);
425 /// Creates a new message catalog. When using this constructor, you
553 // Needed by the no-arguments constructor.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/
H A Dxtables.h474 # define _init __attribute__((constructor)) _INIT
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/tmp/include/
H A Dxtables.h474 # define _init __attribute__((constructor)) _INIT
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dneighbour.h146 int (*constructor)(struct neighbour *); member in struct:neigh_table
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/decnet/
H A Ddn_neigh.c99 .constructor = dn_neigh_construct,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c289 #define WXS_CONSTRUCTOR(ctx) (ctx)->constructor
308 xmlSchemaAddItemSize(&((ctx)->constructor->pending), 10, item)
596 xmlSchemaConstructionCtxtPtr constructor; member in struct:_xmlSchemaParserCtxt
3535 "no main schema on constructor");
10006 list = pctxt->constructor->buckets;
10029 list = pctxt->constructor->buckets;
10058 list = pctxt->constructor->buckets;
10084 xmlSchemaBucketPtr oldbucket = pctxt->constructor->bucket;
10164 if (pctxt->constructor == NULL) {
10166 "no constructor");
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c289 #define WXS_CONSTRUCTOR(ctx) (ctx)->constructor
308 xmlSchemaAddItemSize(&((ctx)->constructor->pending), 10, item)
596 xmlSchemaConstructionCtxtPtr constructor; member in struct:_xmlSchemaParserCtxt
3535 "no main schema on constructor");
10006 list = pctxt->constructor->buckets;
10029 list = pctxt->constructor->buckets;
10058 list = pctxt->constructor->buckets;
10084 xmlSchemaBucketPtr oldbucket = pctxt->constructor->bucket;
10164 if (pctxt->constructor == NULL) {
10166 "no constructor");
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.c289 #define WXS_CONSTRUCTOR(ctx) (ctx)->constructor
308 xmlSchemaAddItemSize(&((ctx)->constructor->pending), 10, item)
596 xmlSchemaConstructionCtxtPtr constructor; member in struct:_xmlSchemaParserCtxt
3535 "no main schema on constructor");
10006 list = pctxt->constructor->buckets;
10029 list = pctxt->constructor->buckets;
10058 list = pctxt->constructor->buckets;
10084 xmlSchemaBucketPtr oldbucket = pctxt->constructor->bucket;
10164 if (pctxt->constructor == NULL) {
10166 "no constructor");
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/atm/
H A Dclip.c327 .constructor = clip_constructor,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dneighbour.c402 if (tbl->constructor && (error = tbl->constructor(n)) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/www/
H A Djquery.js39 L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Darp.c187 .constructor = arp_constructor,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dndisc.c132 .constructor = ndisc_constructor,

Completed in 471 milliseconds

12