Searched refs:self (Results 126 - 150 of 763) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-python/
H A Davahi-bookmarks.in47 def __init__(self, use_host_names):
49 self.bus = dbus.SystemBus()
50 self.server = dbus.Interface(self.bus.get_object(avahi.DBUS_NAME, avahi.DBUS_PATH_SERVER), avahi.DBUS_INTERFACE_SERVER)
52 self.version_string = self.server.GetVersionString()
54 self.browse_service_type("_http._tcp")
55 self.browse_service_type("_https._tcp")
56 self.browse_service_type("_ftp._tcp")
60 self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-python/
H A Davahi-bookmarks.in47 def __init__(self, use_host_names):
49 self.bus = dbus.SystemBus()
50 self.server = dbus.Interface(self.bus.get_object(avahi.DBUS_NAME, avahi.DBUS_PATH_SERVER), avahi.DBUS_INTERFACE_SERVER)
52 self.version_string = self.server.GetVersionString()
54 self.browse_service_type("_http._tcp")
55 self.browse_service_type("_https._tcp")
56 self.browse_service_type("_ftp._tcp")
60 self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dannotate.c30 struct objdump_line_rb_node *objdump_line__rb(struct objdump_line *self) argument
32 return (struct objdump_line_rb_node *)(self + 1);
35 static void annotate_browser__write(struct ui_browser *self, void *entry, int row) argument
38 bool current_entry = ui_browser__is_current_entry(self, row);
39 int width = self->width;
62 static double objdump_line__calc_percent(struct objdump_line *self, argument
68 if (self->offset != -1) {
74 s64 offset = self->offset;
75 struct objdump_line *next = objdump__get_next_ip_line(head, self);
95 static void objdump__insert_line(struct rb_root *self, argument
114 annotate_browser__set_top(struct annotate_browser *self, struct rb_node *nd) argument
138 annotate_browser__run(struct annotate_browser *self, struct newtExitStruct *es) argument
185 hist_entry__tui_annotate(struct hist_entry *self) argument
[all...]
H A Dmap.c54 static void map_browser__write(struct ui_browser *self, void *nd, int row) argument
57 struct map_browser *mb = container_of(self, struct map_browser, b);
58 bool current_entry = ui_browser__is_current_entry(self, row);
69 static u32 *symbol__browser_index(struct symbol *self) argument
71 return ((void *)self) - sizeof(struct rb_node) - sizeof(u32);
74 static int map_browser__search(struct map_browser *self) argument
85 sym = map__find_symbol(self->map, addr, NULL);
87 sym = map__find_symbol_by_name(self->map, target, NULL);
92 self->b.top = &sym->rb_node;
93 self
100 map_browser__run(struct map_browser *self, struct newtExitStruct *es) argument
127 map__browse(struct map *self) argument
[all...]
H A Dhists.c27 static void hist_browser__refresh_dimensions(struct hist_browser *self) argument
30 self->b.width = 3 + (hists__sort_list_width(self->hists) +
34 static void hist_browser__reset(struct hist_browser *self) argument
36 self->b.nr_entries = self->hists->nr_entries;
37 hist_browser__refresh_dimensions(self);
38 ui_browser__reset_index(&self->b);
46 static char map_symbol__folded(const struct map_symbol *self) argument
48 return self
51 hist_entry__folded(const struct hist_entry *self) argument
56 callchain_list__folded(const struct callchain_list *self) argument
61 callchain_node__count_rows_rb_tree(struct callchain_node *self) argument
116 map_symbol__toggle_fold(struct map_symbol *self) argument
125 callchain_node__init_have_children_rb_tree(struct callchain_node *self) argument
148 callchain_node__init_have_children(struct callchain_node *self) argument
158 callchain__init_have_children(struct rb_root *self) argument
168 hist_entry__init_have_children(struct hist_entry *self) argument
176 hist_browser__toggle_fold(struct hist_browser *self) argument
198 hist_browser__run(struct hist_browser *self, const char *title, struct newtExitStruct *es) argument
262 callchain_list__sym_name(struct callchain_list *self, char *bf, size_t bfsize) argument
274 hist_browser__show_callchain_node_rb_tree(struct hist_browser *self, struct callchain_node *chain_node, u64 total, int level, unsigned short row, off_t *row_offset, bool *is_current_entry) argument
372 hist_browser__show_callchain_node(struct hist_browser *self, struct callchain_node *node, int level, unsigned short row, off_t *row_offset, bool *is_current_entry) argument
423 hist_browser__show_callchain(struct hist_browser *self, struct rb_root *chain, int level, unsigned short row, off_t *row_offset, bool *is_current_entry) argument
445 hist_browser__show_entry(struct hist_browser *self, struct hist_entry *entry, unsigned short row) argument
505 hist_browser__refresh(struct ui_browser *self) argument
554 ui_browser__hists_seek(struct ui_browser *self, off_t offset, int whence) argument
672 struct hist_browser *self = zalloc(sizeof(*self)); local
683 hist_browser__delete(struct hist_browser *self) argument
690 hist_browser__selected_entry(struct hist_browser *self) argument
695 hist_browser__selected_thread(struct hist_browser *self) argument
717 hists__browse(struct hists *self, const char *helpline, const char *ev_name) argument
913 hists__tui_browse_tree(struct rb_root *self, const char *help) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/
H A Daddress.c57 sw_result sw_ipv4_address_init(sw_ipv4_address * self) { argument
58 assert(self);
62 self->m_addr = htonl(INADDR_ANY);
67 sw_ipv4_address *self,
70 assert(self);
74 self->m_addr = addr;
79 sw_ipv4_address *self,
84 assert(self);
92 self->m_addr = *(uint32_t*) he->h_addr;
97 sw_ipv4_address *self,
66 sw_ipv4_address_init_from_saddr( sw_ipv4_address *self, sw_saddr addr) argument
78 sw_ipv4_address_init_from_name( sw_ipv4_address *self, sw_const_string name) argument
96 sw_ipv4_address_init_from_address( sw_ipv4_address *self, sw_ipv4_address addr) argument
108 sw_ipv4_address_init_from_this_host(sw_ipv4_address *self) argument
142 sw_ipv4_address_fina(AVAHI_GCC_UNUSED sw_ipv4_address self) argument
151 sw_ipv4_address_is_any(sw_ipv4_address self) argument
156 sw_ipv4_address_saddr(sw_ipv4_address self) argument
161 sw_ipv4_address_name( sw_ipv4_address self, sw_string name, sw_uint32 len) argument
180 sw_ipv4_address_decompose( sw_ipv4_address self, sw_uint8 * a1, sw_uint8 * a2, sw_uint8 * a3, sw_uint8 * a4) argument
206 sw_ipv4_address_equals( sw_ipv4_address self, sw_ipv4_address addr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Daddress.c57 sw_result sw_ipv4_address_init(sw_ipv4_address * self) { argument
58 assert(self);
62 self->m_addr = htonl(INADDR_ANY);
67 sw_ipv4_address *self,
70 assert(self);
74 self->m_addr = addr;
79 sw_ipv4_address *self,
84 assert(self);
92 self->m_addr = *(uint32_t*) he->h_addr;
97 sw_ipv4_address *self,
66 sw_ipv4_address_init_from_saddr( sw_ipv4_address *self, sw_saddr addr) argument
78 sw_ipv4_address_init_from_name( sw_ipv4_address *self, sw_const_string name) argument
96 sw_ipv4_address_init_from_address( sw_ipv4_address *self, sw_ipv4_address addr) argument
108 sw_ipv4_address_init_from_this_host(sw_ipv4_address *self) argument
142 sw_ipv4_address_fina(AVAHI_GCC_UNUSED sw_ipv4_address self) argument
151 sw_ipv4_address_is_any(sw_ipv4_address self) argument
156 sw_ipv4_address_saddr(sw_ipv4_address self) argument
161 sw_ipv4_address_name( sw_ipv4_address self, sw_string name, sw_uint32 len) argument
180 sw_ipv4_address_decompose( sw_ipv4_address self, sw_uint8 * a1, sw_uint8 * a2, sw_uint8 * a3, sw_uint8 * a4) argument
206 sw_ipv4_address_equals( sw_ipv4_address self, sw_ipv4_address addr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dtimefilter.c50 TimeFilter *self = av_mallocz(sizeof(TimeFilter)); local
53 if (!self)
56 self->clock_period = time_base;
57 self->feedback2_factor = qexpneg(M_SQRT2 * o);
58 self->feedback3_factor = qexpneg(o * o) / period;
59 return self;
62 void ff_timefilter_destroy(TimeFilter *self) argument
64 av_freep(&self);
67 void ff_timefilter_reset(TimeFilter *self) argument
69 self
72 ff_timefilter_update(TimeFilter *self, double system_time, double period) argument
88 ff_timefilter_eval(TimeFilter *self, double delta) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dbuild-id.c38 static int event__exit_del_thread(event_t *self, struct perf_session *session) argument
40 struct thread *thread = perf_session__findnew(session, self->fork.tid);
42 dump_printf("(%d:%d):(%d:%d)\n", self->fork.pid, self->fork.tid,
43 self->fork.ppid, self->fork.ptid);
61 char *dso__build_id_filename(struct dso *self, char *bf, size_t size) argument
65 if (!self->has_build_id)
68 build_id__sprintf(self->build_id, sizeof(self
[all...]
H A Dheader.h49 int perf_file_header__read(struct perf_file_header *self,
65 int perf_header__init(struct perf_header *self);
66 void perf_header__exit(struct perf_header *self);
69 int perf_header__write(struct perf_header *self, int fd, bool at_exit);
72 int perf_header__add_attr(struct perf_header *self,
79 void perf_header_attr__delete(struct perf_header_attr *self);
81 int perf_header_attr__add_id(struct perf_header_attr *self, u64 id);
86 void perf_header__set_feat(struct perf_header *self, int feat);
87 bool perf_header__has_feat(const struct perf_header *self, int feat);
89 int perf_header__process_sections(struct perf_header *self, in
[all...]
H A Dhist.h20 void objdump_line__free(struct objdump_line *self);
80 struct hist_entry *__hists__add_entry(struct hists *self,
85 int hist_entry__fprintf(struct hist_entry *self, struct hists *hists,
88 int hist_entry__snprintf(struct hist_entry *self, char *bf, size_t size,
94 void hists__output_resort(struct hists *self);
95 void hists__collapse_resort(struct hists *self);
97 void hists__inc_nr_events(struct hists *self, u32 type);
98 size_t hists__fprintf_nr_events(struct hists *self, FILE *fp);
100 size_t hists__fprintf(struct hists *self, struct hists *pair,
103 int hist_entry__inc_addr_samples(struct hist_entry *self, u6
[all...]
H A Dsymbol.h60 void symbol__delete(struct symbol *self);
92 static inline void *symbol__priv(struct symbol *self) argument
94 return ((void *)self) - symbol_conf.priv_size;
152 void dso__delete(struct dso *self);
154 int dso__name_len(const struct dso *self);
156 bool dso__loaded(const struct dso *self, enum map_type type);
157 bool dso__sorted_by_name(const struct dso *self, enum map_type type);
159 static inline void dso__set_loaded(struct dso *self, enum map_type type) argument
161 self->loaded |= (1 << type);
164 void dso__sort_by_name(struct dso *self, enu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/stf/
H A Dstrings.py50 def runtest(self):
61 out, err = self.runcmd("t_push_ucs2 \"%s\"" % u8str.encode('utf-8'))
62 self.assert_equal(out, "0\n")
67 def run_strcmp(self, a, b, expect):
68 out, err = self.runcmd('t_strcmp \"%s\" \"%s\"' % (a.encode('utf-8'), b.encode('utf-8')))
70 self.fail("comparison failed:\n"
76 def runtest(self):
95 self.run_strcmp(a, b, expect)
99 def run_strstr(self, a, b, expect):
100 out, err = self
[all...]
H A Dinfo3cache.py39 def runtest(self):
43 def runtest(self):
48 def runtest(self):
H A Dpythoncheck.py28 def runtest(self):
35 self.log(str(msg))
36 self.fail('error importing %s module' % m)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirlan_provider.h42 int irlan_parse_open_data_cmd(struct irlan_cb *self, struct sk_buff *skb);
43 int irlan_provider_parse_command(struct irlan_cb *self, int cmd,
46 void irlan_provider_send_reply(struct irlan_cb *self, int command,
48 int irlan_provider_open_ctrl_tsap(struct irlan_cb *self);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/examples/tdbpack/
H A Dtest_tdbpack.py85 def test_symmetric(self):
90 for format, values, expected in self.symm_cases:
92 self.assertEquals(out_packed, expected)
94 self.assertEquals(rest, '')
95 self.assertEquals(list(values), list(out))
97 def test_large(self):
105 self.assertEquals(rest, '')
106 self.assertEquals(list(values), list(out))
109 def test_pack(self):
120 self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Diriap.c65 static void __iriap_close(struct iriap_cb *self);
66 static int iriap_register_lsap(struct iriap_cb *self, __u8 slsap_sel, int mode);
82 static inline void iriap_start_watchdog_timer(struct iriap_cb *self, argument
85 irda_start_timer(&self->watchdog_timer, timeout, self,
172 struct iriap_cb *self; local
176 self = kzalloc(sizeof(*self), GFP_ATOMIC);
177 if (!self) {
186 self
218 __iriap_close(struct iriap_cb *self) argument
240 iriap_close(struct iriap_cb *self) argument
261 iriap_register_lsap(struct iriap_cb *self, __u8 slsap_sel, int mode) argument
298 struct iriap_cb *self; local
339 iriap_disconnect_request(struct iriap_cb *self) argument
370 iriap_getvaluebyclass_request(struct iriap_cb *self, __u32 saddr, __u32 daddr, char *name, char *attr) argument
432 iriap_getvaluebyclass_confirm(struct iriap_cb *self, struct sk_buff *skb) argument
543 iriap_getvaluebyclass_response(struct iriap_cb *self, __u16 obj_id, __u8 ret_code, struct ias_value *value) argument
636 iriap_getvaluebyclass_indication(struct iriap_cb *self, struct sk_buff *skb) argument
696 iriap_send_ack(struct iriap_cb *self) argument
721 iriap_connect_request(struct iriap_cb *self) argument
748 struct iriap_cb *self; local
778 struct iriap_cb *self, *new; local
824 struct iriap_cb *self; local
917 iriap_call_indication(struct iriap_cb *self, struct sk_buff *skb) argument
958 struct iriap_cb *self = (struct iriap_cb *) data; local
[all...]
H A Dirlmp.c149 struct lsap_cb *self; local
165 self = kzalloc(sizeof(struct lsap_cb), GFP_ATOMIC);
166 if (self == NULL) {
171 self->magic = LMP_LSAP_MAGIC;
172 self->slsap_sel = slsap_sel;
177 self->dlsap_sel = LSAP_CONNLESS;
178 self->pid = pid;
181 self->dlsap_sel = LSAP_ANY;
182 /* self->connected = FALSE; -> already NULL via memset() */
184 init_timer(&self
203 __irlmp_close_lsap(struct lsap_cb *self) argument
228 irlmp_close_lsap(struct lsap_cb *self) argument
370 irlmp_connect_request(struct lsap_cb *self, __u8 dlsap_sel, __u32 saddr, __u32 daddr, struct qos_info *qos, struct sk_buff *userdata) argument
513 irlmp_connect_indication(struct lsap_cb *self, struct sk_buff *skb) argument
556 irlmp_connect_response(struct lsap_cb *self, struct sk_buff *userdata) argument
586 irlmp_connect_confirm(struct lsap_cb *self, struct sk_buff *skb) argument
683 irlmp_disconnect_request(struct lsap_cb *self, struct sk_buff *userdata) argument
745 irlmp_disconnect_indication(struct lsap_cb *self, LM_REASON reason, struct sk_buff *skb) argument
1119 irlmp_data_request(struct lsap_cb *self, struct sk_buff *userdata) argument
1145 irlmp_data_indication(struct lsap_cb *self, struct sk_buff *skb) argument
1160 irlmp_udata_request(struct lsap_cb *self, struct sk_buff *userdata) argument
1186 irlmp_udata_indication(struct lsap_cb *self, struct sk_buff *skb) argument
1209 irlmp_connless_data_request(struct lsap_cb *self, struct sk_buff *userdata, __u8 pid) argument
1264 irlmp_connless_data_indication(struct lsap_cb *self, struct sk_buff *skb) argument
1291 irlmp_status_indication(struct lap_cb *self, LINK_STATUS link, LOCK_STATUS lock) argument
1325 irlmp_flow_indication(struct lap_cb *self, LOCAL_FLOW flow) argument
1583 struct lsap_cb *self; local
1869 struct lsap_cb *self = v; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dbuffer.h95 sw_corby_buffer * self);
100 sw_corby_buffer * self,
106 sw_corby_buffer * self,
115 sw_corby_buffer * self,
125 sw_corby_buffer self);
130 sw_corby_buffer self);
135 sw_corby_buffer self,
142 sw_corby_buffer self);
147 sw_corby_buffer self);
152 sw_corby_buffer self);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dbuffer.h95 sw_corby_buffer * self);
100 sw_corby_buffer * self,
106 sw_corby_buffer * self,
115 sw_corby_buffer * self,
125 sw_corby_buffer self);
130 sw_corby_buffer self);
135 sw_corby_buffer self,
142 sw_corby_buffer self);
147 sw_corby_buffer self);
152 sw_corby_buffer self);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dbfin_sir.c168 struct bfin_sir_self *self = netdev_priv(dev); local
169 struct bfin_sir_port *port = self->sir_port;
173 return self->rx_buff.state != OUTSIDE_FRAME;
180 struct bfin_sir_self *self = netdev_priv(dev); local
181 struct bfin_sir_port *port = self->sir_port;
183 if (self->tx_buff.len != 0) {
184 chr = *(self->tx_buff.data);
186 self->tx_buff.data++;
187 self->tx_buff.len--;
189 self
205 struct bfin_sir_self *self = netdev_priv(dev); local
218 struct bfin_sir_self *self = netdev_priv(dev); local
232 struct bfin_sir_self *self = netdev_priv(dev); local
247 struct bfin_sir_self *self = netdev_priv(dev); local
283 struct bfin_sir_self *self = netdev_priv(dev); local
311 struct bfin_sir_self *self = netdev_priv(dev); local
323 struct bfin_sir_self *self = netdev_priv(dev); local
346 struct bfin_sir_self *self = netdev_priv(dev); local
457 struct bfin_sir_self *self; local
477 struct bfin_sir_self *self; local
506 struct bfin_sir_self *self = container_of(work, struct bfin_sir_self, work); local
539 struct bfin_sir_self *self = netdev_priv(dev); local
564 struct bfin_sir_self *self = netdev_priv(dev); local
603 struct bfin_sir_self *self = netdev_priv(dev); local
610 struct bfin_sir_self *self = netdev_priv(dev); local
650 struct bfin_sir_self *self = netdev_priv(dev); local
695 struct bfin_sir_self *self; local
783 struct bfin_sir_self *self; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c65 TreFuzzynessObject *self; local
67 self = (TreFuzzynessObject*)type->tp_alloc(type, 0);
68 if (self == NULL)
70 tre_regaparams_default(&self->ap);
72 &self->ap.cost_del, &self->ap.cost_ins,
73 &self->ap.max_cost, &self->ap.cost_subst,
74 &self->ap.max_del, &self
86 TreFuzzynessObject *self = (TreFuzzynessObject*)obj; local
165 PyTreMatch_groups(TreMatchObject *self, PyObject *dummy) argument
198 TreMatchObject *self = (TreMatchObject*)obj; local
218 PyTreMatch_group(TreMatchObject *self, PyObject *grpno) argument
257 PyTreMatch_dealloc(TreMatchObject *self) argument
316 TreMatchObject *self; local
328 PyTrePattern_search(TrePatternObject *self, PyObject *args) argument
407 PyTrePattern_dealloc(TrePatternObject *self) argument
450 TrePatternObject *self; local
460 PyTre_ncompile(PyObject *self, PyObject *args) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery.ui.tabs.js101 var self = this,
129 self.panels = self.panels.add( self.element.find( self._sanitizeSelector( href ) ) );
140 var id = self._tabId( a );
142 var $panel = self.element.find( "#" + id );
147 .insertAfter( self.panels[ i - 1 ] || self.list );
150 self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Dsalt.h95 sw_salt * self,
102 sw_salt self);
107 sw_salt self,
117 sw_salt self,
123 sw_salt self,
133 sw_salt self,
139 sw_salt self,
148 sw_salt self);
153 sw_salt self,
162 sw_salt self,
[all...]

Completed in 109 milliseconds

1234567891011>>