Searched refs:self (Results 1 - 25 of 763) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/hints/
H A Ddec_osf.pl1 $self->{LIBS} = [ "@{$self->{LIBS}} -lpthreads" ];
H A Dirix_6_5.pl1 $self->{LIBS} = [ "@{$self->{LIBS}} -lthread" ];
H A Dsolaris.pl1 $self->{LIBS} = [ "@{$self->{LIBS}} -lmt" ];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/hints/
H A Ddynixptx.pl3 $self->{LIBS} = ['-lm -lc'];
H A Dsco.pl2 $self->{LIBS} = ['-ldb -lc'] if $Config{'osvers'} =~ '3\.2v5\.0\..' ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/samba/
H A Dprinterdata.py18 def __init__(self, host, creds = {}, access = 0x02000000):
21 self.hnd = spoolss.openprinter(host, creds = creds, access = access)
23 def keys(self):
24 return self.hnd.enumprinterdata().keys()
26 def __getitem__(self, key):
27 return self.hnd.getprinterdata(key)['data']
29 def __setitem__(self, key, value):
31 self.hnd.setprinterdata({"key": "", "value": key, "type": 3,
35 def __init__(self, host, creds = {}, access = 0x02000000):
38 self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/swig/
H A DTdb.py40 def __init__(self, name, hash_size = 0, flags = TDB_DEFAULT,
42 self.tdb = tdb_open(name, hash_size, flags, open_flags, mode)
43 if self.tdb is None:
44 raise IOError, tdb_errorstr(self.tdb)
46 def __del__(self):
47 self.close()
49 def close(self):
50 if hasattr(self, 'tdb') and self.tdb is not None:
51 if tdb_close(self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dpstack.c20 struct pstack *self = zalloc((sizeof(*self) + local
22 if (self != NULL)
23 self->max_nr_entries = max_nr_entries;
24 return self;
27 void pstack__delete(struct pstack *self) argument
29 free(self);
32 bool pstack__empty(const struct pstack *self) argument
34 return self->top == 0;
37 void pstack__remove(struct pstack *self, voi argument
54 pstack__push(struct pstack *self, void *key) argument
63 pstack__pop(struct pstack *self) argument
[all...]
H A Dpstack.h8 void pstack__delete(struct pstack *self);
9 bool pstack__empty(const struct pstack *self);
10 void pstack__remove(struct pstack *self, void *key);
11 void pstack__push(struct pstack *self, void *key);
12 void *pstack__pop(struct pstack *self);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/
H A Dbrowser.c43 void ui_browser__list_head_seek(struct ui_browser *self, off_t offset, int whence) argument
45 struct list_head *head = self->entries;
53 pos = self->top;
70 self->top = pos;
73 void ui_browser__rb_tree_seek(struct ui_browser *self, off_t offset, int whence) argument
75 struct rb_root *root = self->entries;
83 nd = self->top;
100 self->top = nd;
103 unsigned int ui_browser__rb_tree_refresh(struct ui_browser *self) argument
108 if (self
124 ui_browser__is_current_entry(struct ui_browser *self, unsigned row) argument
129 ui_browser__refresh_dimensions(struct ui_browser *self) argument
143 ui_browser__reset_index(struct ui_browser *self) argument
149 ui_browser__show(struct ui_browser *self, const char *title, const char *helpline, ...) argument
185 ui_browser__hide(struct ui_browser *self) argument
193 ui_browser__refresh(struct ui_browser *self) argument
206 ui_browser__run(struct ui_browser *self, struct newtExitStruct *es) argument
285 ui_browser__list_head_refresh(struct ui_browser *self) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dhttp_pipe.py75 def __init__(self):
77 self._buffer = ""
78 self._pending_headers = {}
79 self._pending_request = ""
80 self._state = self.LOOKING_FOR_GET
81 self._were_all_requests_http_1_1 = True
82 self._valid_requests = []
84 def ParseAdditionalData(self, data):
103 self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py23 def __init__(self, sched_tracer, title, parent = None, id = -1):
24 wx.Frame.__init__(self, parent, id, title)
26 (self.screen_width, self.screen_height) = wx.GetDisplaySize()
27 self.screen_width -= 10
28 self.screen_height -= 10
29 self.zoom = 0.5
30 self.scroll_scale = 20
31 self.sched_tracer = sched_tracer
32 self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DHTTPTest.pm19 my ($self, $attr) = @_;
21 return $self->SUPER::_default_for($attr);
26 my ($self) = @_;
27 ($self->SUPER::_standard_keys(), keys %_attr_data);
33 my $self = shift;
34 $self->{_server} = HTTPServer->new (LocalAddr => 'localhost',
41 my $self = shift;
44 $self->{_server}->run ($self->{_input}, $synch_func);
48 my $self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-socket-set.h42 void (*free) (DBusSocketSet *self);
43 dbus_bool_t (*add) (DBusSocketSet *self,
47 void (*remove) (DBusSocketSet *self,
49 void (*enable) (DBusSocketSet *self,
52 void (*disable) (DBusSocketSet *self,
54 int (*poll) (DBusSocketSet *self,
67 _dbus_socket_set_free (DBusSocketSet *self) argument
69 (self->cls->free) (self);
73 _dbus_socket_set_add (DBusSocketSet *self, argument
82 _dbus_socket_set_remove(DBusSocketSet *self, int fd) argument
89 _dbus_socket_set_enable(DBusSocketSet *self, int fd, unsigned int flags) argument
97 _dbus_socket_set_disable(DBusSocketSet *self, int fd) argument
105 _dbus_socket_set_poll(DBusSocketSet *self, DBusSocketEvent *revents, int max_events, int timeout_ms) argument
[all...]
H A Ddbus-socket-set-poll.c64 DBusSocketSetPoll *self = socket_set_poll_cast (set); local
66 dbus_free (self->fds);
67 dbus_free (self);
68 _dbus_verbose ("freed socket set %p\n", self);
121 DBusSocketSetPoll *self = socket_set_poll_cast (set); local
125 for (i = 0; i < self->n_fds; i++)
126 _dbus_assert (self->fds[i].fd != fd);
129 if (self->n_reserved >= self->n_allocated)
131 DBusPollFD *new_fds = dbus_realloc (self
167 DBusSocketSetPoll *self = socket_set_poll_cast (set); local
192 DBusSocketSetPoll *self = socket_set_poll_cast (set); local
215 DBusSocketSetPoll *self = socket_set_poll_cast (set); local
274 DBusSocketSetPoll *self = socket_set_poll_cast (set); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/scripts/shares/python/
H A DSambaParm.py28 def __init__( self ) :
31 def StringValue( self ) :
32 return self.value
37 def __init__( self, value ) :
39 self.valid = True
42 self.value = True
44 self.value = False
46 self.valid = False
47 return self
49 def SetValue( self, valu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/ircomm/
H A Dircomm_tty_attach.c49 static void ircomm_tty_ias_register(struct ircomm_tty_cb *self);
55 static void ircomm_tty_start_watchdog_timer(struct ircomm_tty_cb *self,
59 static int ircomm_tty_state_idle(struct ircomm_tty_cb *self,
63 static int ircomm_tty_state_search(struct ircomm_tty_cb *self,
67 static int ircomm_tty_state_query_parameters(struct ircomm_tty_cb *self,
71 static int ircomm_tty_state_query_lsap_sel(struct ircomm_tty_cb *self,
75 static int ircomm_tty_state_setup(struct ircomm_tty_cb *self,
79 static int ircomm_tty_state_ready(struct ircomm_tty_cb *self,
113 static int (*state[])(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event,
131 int ircomm_tty_attach_cable(struct ircomm_tty_cb *self) argument
160 ircomm_tty_detach_cable(struct ircomm_tty_cb *self) argument
206 ircomm_tty_ias_register(struct ircomm_tty_cb *self) argument
263 ircomm_tty_ias_unregister(struct ircomm_tty_cb *self) argument
278 ircomm_tty_send_initial_parameters(struct ircomm_tty_cb *self) argument
337 struct ircomm_tty_cb *self; local
363 struct ircomm_tty_cb *self = (struct ircomm_tty_cb *) instance; local
393 struct ircomm_tty_cb *self = (struct ircomm_tty_cb *) priv; local
454 struct ircomm_tty_cb *self = (struct ircomm_tty_cb *) instance; local
484 struct ircomm_tty_cb *self = (struct ircomm_tty_cb *) instance; local
514 ircomm_tty_link_established(struct ircomm_tty_cb *self) argument
554 ircomm_tty_start_watchdog_timer(struct ircomm_tty_cb *self, int timeout) argument
572 struct ircomm_tty_cb *self = (struct ircomm_tty_cb *) data; local
589 ircomm_tty_do_event(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
607 ircomm_tty_next_state(struct ircomm_tty_cb *self, IRCOMM_TTY_STATE state) argument
625 ircomm_tty_state_idle(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
689 ircomm_tty_state_search(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
756 ircomm_tty_state_query_parameters(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
814 ircomm_tty_state_query_lsap_sel(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
863 ircomm_tty_state_setup(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
917 ircomm_tty_state_ready(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devent_rpcgen.py26 def __init__(self, name):
27 self._name = name
28 self._entries = []
29 self._tags = {}
32 def AddEntry(self, entry):
33 if self._tags.has_key(entry.Tag()):
37 self._tags[entry.Tag()], line_count)
39 self._entries.append(entry)
40 self._tags[entry.Tag()] = entry.Name()
43 def Name(self)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirlap_event.c50 static int irlap_state_ndm (struct irlap_cb *self, IRLAP_EVENT event,
52 static int irlap_state_query (struct irlap_cb *self, IRLAP_EVENT event,
54 static int irlap_state_reply (struct irlap_cb *self, IRLAP_EVENT event,
56 static int irlap_state_conn (struct irlap_cb *self, IRLAP_EVENT event,
58 static int irlap_state_setup (struct irlap_cb *self, IRLAP_EVENT event,
60 static int irlap_state_offline(struct irlap_cb *self, IRLAP_EVENT event,
62 static int irlap_state_xmit_p (struct irlap_cb *self, IRLAP_EVENT event,
64 static int irlap_state_pclose (struct irlap_cb *self, IRLAP_EVENT event,
66 static int irlap_state_nrm_p (struct irlap_cb *self, IRLAP_EVENT event,
68 static int irlap_state_reset_wait(struct irlap_cb *self, IRLAP_EVEN
170 struct irlap_cb *self = (struct irlap_cb *) data; local
184 irlap_start_poll_timer(struct irlap_cb *self, int timeout) argument
233 irlap_do_event(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
322 irlap_state_ndm(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
554 irlap_state_query(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
665 irlap_state_reply(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
733 irlap_state_conn(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
805 irlap_state_setup(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
941 irlap_state_offline(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
957 irlap_state_xmit_p(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1111 irlap_state_pclose(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1168 irlap_state_nrm_p(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1581 irlap_state_reset_wait(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1628 irlap_state_reset(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1721 irlap_state_xmit_s(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1841 irlap_state_nrm_s(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
2196 irlap_state_sclose(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
2268 irlap_state_reset_check( struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
[all...]
H A Dtimer.c45 void irlap_start_slot_timer(struct irlap_cb *self, int timeout) argument
47 irda_start_timer(&self->slot_timer, timeout, (void *) self,
51 void irlap_start_query_timer(struct irlap_cb *self, int S, int s) argument
70 irda_start_timer( &self->query_timer, timeout, (void *) self,
74 void irlap_start_final_timer(struct irlap_cb *self, int timeout) argument
76 irda_start_timer(&self->final_timer, timeout, (void *) self,
80 void irlap_start_wd_timer(struct irlap_cb *self, in argument
86 irlap_start_backoff_timer(struct irlap_cb *self, int timeout) argument
92 irlap_start_mbusy_timer(struct irlap_cb *self, int timeout) argument
98 irlap_stop_mbusy_timer(struct irlap_cb *self) argument
112 irlmp_start_watchdog_timer(struct lsap_cb *self, int timeout) argument
118 irlmp_start_discovery_timer(struct irlmp_cb *self, int timeout) argument
124 irlmp_start_idle_timer(struct lap_cb *self, int timeout) argument
130 irlmp_stop_idle_timer(struct lap_cb *self) argument
144 struct irlap_cb *self = (struct irlap_cb *) data; local
160 struct irlap_cb *self = (struct irlap_cb *) data; local
176 struct irlap_cb *self = (struct irlap_cb *) data; local
192 struct irlap_cb *self = (struct irlap_cb *) data; local
208 struct irlap_cb *self = (struct irlap_cb *) data; local
224 struct irlap_cb *self = (struct irlap_cb *) data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/stf/
H A Dsmbcontrol.py10 def runtest(self):
11 out = self.runcmd("smbcontrol", expectedResult = 1)
12 self.assert_re_match("Usage: smbcontrol", out[1])
16 def runtest(self):
17 out = self.runcmd("smbcontrol foo", expectedResult = 1)
18 self.assert_re_match("Usage: smbcontrol", out[1])
22 def runtest(self):
23 out = self.runcmd("smbcontrol smbd noop")
27 def runtest(self):
33 def runtest(self)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent_rpcgen.py40 def __init__(self, why):
41 self.why = why
42 def __str__(self):
43 return str(self.why)
47 def __init__(self, name):
48 self._name = name
49 self._entries = []
50 self._tags = {}
53 def AddEntry(self, entry):
54 if self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.py21 def __init__(self, msg):
22 self.msg = msg
23 def __str__(self):
24 return self.msg
27 def __init__(self, msg):
28 self.msg = msg
29 def __str__(self):
30 return self.msg
33 def __init__(self, msg):
34 self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Dlibxml.py21 def __init__(self, msg):
22 self.msg = msg
23 def __str__(self):
24 return self.msg
27 def __init__(self, msg):
28 self.msg = msg
29 def __str__(self):
30 return self.msg
33 def __init__(self, msg):
34 self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86_64-xlate.pl69 my $self = shift; # single instance in enough...
74 $self->{op} = $1;
75 $ret = $self;
78 undef $self->{sz};
79 if ($self->{op} =~ /(movz)b.*/) { # movz is pain...
80 $self->{op} = $1;
81 $self->{sz} = "b";
82 } elsif ($self->{op} =~ /([a-z]{3,})([qlwb])/) {
83 $self->{op} = $1;
84 $self
[all...]

Completed in 312 milliseconds

1234567891011>>