Searched refs:self (Results 201 - 225 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/t/
H A Dutil.pm73 my $self = shift ;
82 bless [ @files ], $self ;
87 my $self = shift ;
88 chmod 0777, @{ $self } ;
89 for (@$self) { 1 while unlink $_ } ;
108 my $self = shift ;
115 return bless [ $dir ], $self ;
120 my $self = shift ;
121 my $dir = $self->[0];
151 my $self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Devent.c337 static void thread__comm_adjust(struct thread *self, struct hists *hists) argument
339 char *comm = self->comm;
351 static int thread__set_comm_adjust(struct thread *self, const char *comm, argument
354 int ret = thread__set_comm(self, comm);
359 thread__comm_adjust(self, hists);
364 int event__process_comm(event_t *self, struct perf_session *session) argument
366 struct thread *thread = perf_session__findnew(session, self->comm.tid);
368 dump_printf(": %s:%d\n", self->comm.comm, self->comm.tid);
370 if (thread == NULL || thread__set_comm_adjust(thread, self
379 event__process_lost(event_t *self, struct perf_session *session) argument
386 event_set_kernel_mmap_len(struct map **maps, event_t *self) argument
398 event__process_kernel_mmap(event_t *self, struct perf_session *session) argument
488 event__process_mmap(event_t *self, struct perf_session *session) argument
529 event__process_task(event_t *self, struct perf_session *session) argument
571 thread__find_addr_map(struct thread *self, struct perf_session *session, u8 cpumode, enum map_type type, pid_t pid, u64 addr, struct addr_location *al) argument
638 thread__find_addr_location(struct thread *self, struct perf_session *session, u8 cpumode, enum map_type type, pid_t pid, u64 addr, struct addr_location *al, symbol_filter_t filter) argument
651 dso__calc_col_width(struct dso *self, struct hists *hists) argument
663 event__preprocess_sample(const event_t *self, struct perf_session *session, struct addr_location *al, struct sample_data *data, symbol_filter_t filter) argument
[all...]
H A Ddebug.h28 static inline void ui_progress__update(struct ui_progress *self __used,
31 static inline void ui_progress__delete(struct ui_progress *self __used) {}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dstdpaths.cpp57 wxStandardPaths *self = wx_const_cast(wxStandardPaths *, this); local
59 self->m_prefix = _T("/usr/local");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dsync.py11 def startDocument(self):
15 def endDocument(self):
19 def startElement(self, tag, attrs):
23 def endElement(self, tag):
27 def characters(self, data):
31 def warning(self, msg):
35 def error(self, msg):
39 def fatalError(self, msg):
H A DvalidRNG.py9 def __init__(self):
10 self.errors = []
12 def handler(self, msg, data):
15 self.errors.append(msg)
H A DvalidSchemas.py9 def __init__(self):
10 self.errors = []
12 def handler(self, msg, data):
15 self.errors.append(msg)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirlan_client.h37 void irlan_client_wakeup(struct irlan_cb *self, __u32 saddr, __u32 daddr);
39 void irlan_client_parse_response(struct irlan_cb *self, struct sk_buff *skb);
H A Dirlmp_frame.h42 void irlmp_send_data_pdu(struct lap_cb *self, __u8 dlsap, __u8 slsap,
44 void irlmp_send_lcf_pdu(struct lap_cb *self, __u8 dlsap, __u8 slsap,
55 void irlmp_link_connect_confirm(struct lap_cb *self, struct qos_info *qos,
59 void irlmp_link_discovery_confirm(struct lap_cb *self, hashbin_t *log);
H A Dparameters.h71 typedef int (*PI_HANDLER)(void *self, irda_param_t *param, int get);
72 typedef int (*PV_HANDLER)(void *self, __u8 *buf, int len, __u8 pi,
94 int irda_param_insert(void *self, __u8 pi, __u8 *buf, int len,
96 int irda_param_extract_all(void *self, __u8 *buf, int len,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A Dsync.py11 def startDocument(self):
15 def endDocument(self):
19 def startElement(self, tag, attrs):
23 def endElement(self, tag):
27 def characters(self, data):
31 def warning(self, msg):
35 def error(self, msg):
39 def fatalError(self, msg):
H A DvalidRNG.py9 def __init__(self):
10 self.errors = []
12 def handler(self, msg, data):
15 self.errors.append(msg)
H A DvalidSchemas.py9 def __init__(self):
10 self.errors = []
12 def handler(self, msg, data):
15 self.errors.append(msg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dregressions.py253 def addToDict(self, key):
254 txt = string.strip(self.curText)
262 def processNode(self, reader, curClass):
265 self.curText = '' # clear the working variable
268 self.addToDict(reader.Name())
271 self.curText += reader.Value()
282 def __init__(self):
283 self.testParams = {} # start with an empty set of params
284 self.curText = '' # and empty text
286 def addToDict(self, ke
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dregressions.py253 def addToDict(self, key):
254 txt = string.strip(self.curText)
262 def processNode(self, reader, curClass):
265 self.curText = '' # clear the working variable
268 self.addToDict(reader.Name())
271 self.curText += reader.Value()
282 def __init__(self):
283 self.testParams = {} # start with an empty set of params
284 self.curText = '' # and empty text
286 def addToDict(self, ke
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_samr.c36 static void py_samr_group_hnd_dealloc(PyObject* self) argument
38 PyObject_Del(self);
45 static PyObject *py_samr_group_hnd_getattr(PyObject *self, char *attrname) argument
47 return Py_FindMethod(samr_group_methods, self, attrname);
84 static void py_samr_alias_hnd_dealloc(PyObject* self) argument
86 PyObject_Del(self);
93 static PyObject *py_samr_alias_hnd_getattr(PyObject *self, char *attrname) argument
95 return Py_FindMethod(samr_alias_methods, self, attrname);
132 static void py_samr_user_hnd_dealloc(PyObject* self) argument
134 PyObject_Del(self);
137 samr_set_user_info2(PyObject *self, PyObject *args, PyObject *kw) argument
218 samr_delete_dom_user(PyObject *self, PyObject *args, PyObject *kw) argument
263 py_samr_user_hnd_getattr(PyObject *self, char *attrname) argument
302 py_samr_connect_hnd_dealloc(PyObject* self) argument
321 samr_open_domain(PyObject *self, PyObject *args, PyObject *kw) argument
376 py_samr_connect_hnd_getattr(PyObject *self, char *attrname) argument
415 py_samr_domain_hnd_dealloc(PyObject* self) argument
420 samr_enum_dom_groups(PyObject *self, PyObject *args, PyObject *kw) argument
459 samr_create_dom_user(PyObject *self, PyObject *args, PyObject *kw) argument
508 py_samr_domain_hnd_getattr(PyObject *self, char *attrname) argument
531 samr_connect(PyObject *self, PyObject *args, PyObject *kw) argument
[all...]
H A Dpy_spoolss_jobs.c25 PyObject *spoolss_hnd_enumjobs(PyObject *self, PyObject *args, PyObject *kw) argument
27 spoolss_policy_hnd_object *hnd = (spoolss_policy_hnd_object *)self;
87 PyObject *spoolss_hnd_setjob(PyObject *self, PyObject *args, PyObject *kw) argument
89 spoolss_policy_hnd_object *hnd = (spoolss_policy_hnd_object *)self;
116 PyObject *spoolss_hnd_getjob(PyObject *self, PyObject *args, PyObject *kw) argument
118 spoolss_policy_hnd_object *hnd = (spoolss_policy_hnd_object *)self;
156 PyObject *spoolss_hnd_startpageprinter(PyObject *self, PyObject *args, PyObject *kw) argument
158 spoolss_policy_hnd_object *hnd = (spoolss_policy_hnd_object *)self;
184 PyObject *spoolss_hnd_endpageprinter(PyObject *self, PyObject *args, PyObject *kw) argument
186 spoolss_policy_hnd_object *hnd = (spoolss_policy_hnd_object *)self;
212 spoolss_hnd_startdocprinter(PyObject *self, PyObject *args, PyObject *kw) argument
308 spoolss_hnd_enddocprinter(PyObject *self, PyObject *args, PyObject *kw) argument
335 spoolss_hnd_writeprinter(PyObject *self, PyObject *args, PyObject *kw) argument
364 spoolss_hnd_addjob(PyObject *self, PyObject *args, PyObject *kw) argument
[all...]
H A Dpy_smb.c36 static PyObject *py_smb_connect(PyObject *self, PyObject *args, PyObject *kw) argument
57 static PyObject *py_smb_session_request(PyObject *self, PyObject *args, argument
60 cli_state_object *cli = (cli_state_object *)self;
81 static PyObject *py_smb_negprot(PyObject *self, PyObject *args, PyObject *kw) argument
83 cli_state_object *cli = (cli_state_object *)self;
95 static PyObject *py_smb_session_setup(PyObject *self, PyObject *args, argument
98 cli_state_object *cli = (cli_state_object *)self;
124 static PyObject *py_smb_tconx(PyObject *self, PyObject *args, PyObject *kw) argument
126 cli_state_object *cli = (cli_state_object *)self;
146 static PyObject *py_smb_nt_create_andx(PyObject *self, PyObjec argument
182 py_smb_open(PyObject *self, PyObject *args, PyObject *kw) argument
209 py_smb_read(PyObject *self, PyObject *args, PyObject *kw) argument
259 py_smb_close(PyObject *self, PyObject *args, PyObject *kw) argument
278 py_smb_unlink(PyObject *self, PyObject *args, PyObject *kw) argument
297 py_smb_query_secdesc(PyObject *self, PyObject *args, PyObject *kw) argument
342 py_smb_set_secdesc(PyObject *self, PyObject *args, PyObject *kw) argument
491 py_cli_state_dealloc(PyObject* self) argument
501 py_cli_state_getattr(PyObject *self, char *attrname) argument
[all...]
H A Dpy_tdb.c59 PyObject *py_tdb_close(PyObject *self, PyObject *args) argument
78 PyObject *py_tdb_open(PyObject *self, PyObject *args, PyObject *kw) argument
217 PyObject *py_tdb_hnd_has_key(PyObject *self, PyObject *args) argument
219 tdb_hnd_object *obj = (tdb_hnd_object *)self;
247 PyObject *py_tdb_hnd_keys(PyObject *self, PyObject *args) argument
249 tdb_hnd_object *obj = (tdb_hnd_object *)self;
266 PyObject *py_tdb_hnd_first_key(PyObject *self, PyObject *args) argument
268 tdb_hnd_object *obj = (tdb_hnd_object *)self;
281 PyObject *py_tdb_hnd_next_key(PyObject *self, PyObject *py_oldkey) argument
283 tdb_hnd_object *obj = (tdb_hnd_object *)self;
303 py_tdb_hnd_lock_all(PyObject *self, PyObject *args) argument
318 py_tdb_hnd_unlock_all(PyObject *self, PyObject *args) argument
414 py_tdb_hnd_traverse(PyObject *self, PyObject *args, PyObject *kw) argument
445 py_tdb_hnd_chainlock(PyObject *self, PyObject *args) argument
464 py_tdb_hnd_chainunlock(PyObject *self, PyObject *args) argument
483 py_tdb_hnd_lock_bystring(PyObject *self, PyObject *args) argument
502 py_tdb_hnd_unlock_bystring(PyObject *self, PyObject *args) argument
552 tdb_hnd_dealloc(PyObject* self) argument
564 tdb_hnd_getattr(PyObject *self, char *attrname) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/include/discovery/
H A Ddiscovery.h156 sw_discovery * self);
161 sw_discovery * self,
167 sw_discovery self);
172 sw_discovery self,
184 sw_discovery self,
200 sw_discovery self,
212 sw_discovery self,
225 sw_discovery self,
239 sw_discovery self,
251 sw_discovery self,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/discovery/
H A Ddiscovery.h156 sw_discovery * self);
161 sw_discovery * self,
167 sw_discovery self);
172 sw_discovery self,
184 sw_discovery self,
200 sw_discovery self,
212 sw_discovery self,
225 sw_discovery self,
239 sw_discovery self,
251 sw_discovery self,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dkprobes.h43 extern int kprobe_exceptions_notify(struct notifier_block *self,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dkprobes.h30 extern int kprobe_exceptions_notify(struct notifier_block *self,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pnx4008/
H A Dsleep.S4 * PNX4008 support for STOP mode and SDRAM self-refresh
48 @ clear SDRAM self-refresh bit latch
50 @ clear SDRAM self-refresh bit
57 @ set SDRAM self-refresh bit
61 @ set SDRAM self-refresh bit latch
65 @ clear SDRAM self-refresh bit latch
69 @ clear SDRAM self-refresh bit
73 @ wait for SDRAM to get into self-refresh mode
78 @ to prepare SDRAM to get out of self-refresh mode after wakeup
98 @ clear STOP mode and SDRAM self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm84 my($self) = shift;
90 $self->export_to_level(1, $self, 'ok');
161 my ($self) = @_;
180 $self->_dup_stdhandles unless $^C;
205 my($self, $pack) = @_;
227 my($self, $cmd, $arg) = @_;
233 ($self->caller)[1,2];
237 $self->no_plan;
240 return $self
[all...]

Completed in 133 milliseconds

1234567891011>>