Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 110) sorted by relevance

12345

/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdb-gdb.py38 def __init__(self, name, value): argument
44 def __cmp__(self, other): argument
63 def __init__(self, val): argument
65 def __str__(self): argument
77 def init_TYPE_FLAGS(self): argument
111 def __init__(self, val): argument
113 def to_string(self): argument
126 def __init__(self, val): argument
128 def flags_to_string(self): argument
142 def owner_to_string(self): argument
[all …]
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-value.c81 value_object *self = (value_object *) obj; in valpy_dealloc() local
176 valpy_dereference (PyObject *self, PyObject *args) in valpy_dereference()
204 valpy_referenced_value (PyObject *self, PyObject *args) in valpy_referenced_value()
238 valpy_get_address (PyObject *self, void *closure) in valpy_get_address()
269 valpy_get_type (PyObject *self, void *closure) in valpy_get_type()
286 valpy_get_dynamic_type (PyObject *self, void *closure) in valpy_get_dynamic_type()
361 valpy_lazy_string (PyObject *self, PyObject *args, PyObject *kw) in valpy_lazy_string()
399 valpy_string (PyObject *self, PyObject *args, PyObject *kw) in valpy_string()
434 valpy_do_cast (PyObject *self, PyObject *args, enum exp_opcode op) in valpy_do_cast()
478 valpy_cast (PyObject *self, PyObject *args) in valpy_cast()
[all …]
H A Dpy-breakpoint.c77 bppy_is_valid (PyObject *self, PyObject *args) in bppy_is_valid()
88 bppy_get_enabled (PyObject *self, void *closure) in bppy_get_enabled()
102 bppy_get_silent (PyObject *self, void *closure) in bppy_get_silent()
114 bppy_set_enabled (PyObject *self, PyObject *newvalue, void *closure) in bppy_set_enabled()
154 bppy_set_silent (PyObject *self, PyObject *newvalue, void *closure) in bppy_set_silent()
185 bppy_set_thread (PyObject *self, PyObject *newvalue, void *closure) in bppy_set_thread()
226 bppy_set_task (PyObject *self, PyObject *newvalue, void *closure) in bppy_set_task()
279 bppy_delete_breakpoint (PyObject *self, PyObject *args) in bppy_delete_breakpoint()
298 bppy_set_ignore_count (PyObject *self, PyObject *newvalue, void *closure) in bppy_set_ignore_count()
336 bppy_set_hit_count (PyObject *self, PyObject *newvalue, void *closure) in bppy_set_hit_count()
[all …]
H A Dpy-infthread.c59 thpy_dealloc (PyObject *self) in thpy_dealloc()
66 thpy_get_name (PyObject *self, void *ignore) in thpy_get_name()
84 thpy_set_name (PyObject *self, PyObject *newvalue, void *ignore) in thpy_set_name()
123 thpy_get_num (PyObject *self, void *closure) in thpy_get_num()
135 thpy_get_ptid (PyObject *self, void *closure) in thpy_get_ptid()
162 thpy_switch (PyObject *self, PyObject *args) in thpy_switch()
181 thpy_is_stopped (PyObject *self, PyObject *args) in thpy_is_stopped()
196 thpy_is_running (PyObject *self, PyObject *args) in thpy_is_running()
211 thpy_is_exited (PyObject *self, PyObject *args) in thpy_is_exited()
228 thpy_is_valid (PyObject *self, PyObject *args) in thpy_is_valid()
[all …]
H A Dpy-type.c150 typy_get_code (PyObject *self, void *closure) in typy_get_code()
315 typy_fields_items (PyObject *self, enum gdbpy_iter_kind kind) in typy_fields_items()
350 typy_values (PyObject *self, PyObject *args) in typy_values()
361 typy_fields (PyObject *self, PyObject *args) in typy_fields()
388 typy_field_names (PyObject *self, PyObject *args) in typy_field_names()
397 typy_items (PyObject *self, PyObject *args) in typy_items()
404 typy_get_tag (PyObject *self, void *closure) in typy_get_tag()
415 typy_strip_typedefs (PyObject *self, PyObject *args) in typy_strip_typedefs()
474 typy_array_1 (PyObject *self, PyObject *args, int is_vector) in typy_array_1()
524 typy_array (PyObject *self, PyObject *args) in typy_array()
[all …]
H A Dpy-symbol.c56 sympy_str (PyObject *self) in sympy_str()
69 sympy_get_type (PyObject *self, void *closure) in sympy_get_type()
85 sympy_get_symtab (PyObject *self, void *closure) in sympy_get_symtab()
95 sympy_get_name (PyObject *self, void *closure) in sympy_get_name()
105 sympy_get_linkage_name (PyObject *self, void *closure) in sympy_get_linkage_name()
115 sympy_get_print_name (PyObject *self, void *closure) in sympy_get_print_name()
125 sympy_get_addr_class (PyObject *self, void *closure) in sympy_get_addr_class()
135 sympy_is_argument (PyObject *self, void *closure) in sympy_is_argument()
145 sympy_is_constant (PyObject *self, void *closure) in sympy_is_constant()
158 sympy_is_function (PyObject *self, void *closure) in sympy_is_function()
[all …]
H A Dpy-frame.c81 frapy_str (PyObject *self) in frapy_str()
101 frapy_is_valid (PyObject *self, PyObject *args) in frapy_is_valid()
122 frapy_name (PyObject *self, PyObject *args) in frapy_name()
153 frapy_type (PyObject *self, PyObject *args) in frapy_type()
174 frapy_arch (PyObject *self, PyObject *args) in frapy_arch()
193 frapy_unwind_stop_reason (PyObject *self, PyObject *args) in frapy_unwind_stop_reason()
214 frapy_pc (PyObject *self, PyObject *args) in frapy_pc()
235 frapy_block (PyObject *self, PyObject *args) in frapy_block()
276 frapy_function (PyObject *self, PyObject *args) in frapy_function()
343 frapy_older (PyObject *self, PyObject *args) in frapy_older()
[all …]
H A Dpy-block.c85 blpy_iter (PyObject *self) in blpy_iter()
106 blpy_get_start (PyObject *self, void *closure) in blpy_get_start()
116 blpy_get_end (PyObject *self, void *closure) in blpy_get_end()
126 blpy_get_function (PyObject *self, void *closure) in blpy_get_function()
141 blpy_get_superblock (PyObject *self, void *closure) in blpy_get_superblock()
159 blpy_get_global_block (PyObject *self, void *closure) in blpy_get_global_block()
178 blpy_get_static_block (PyObject *self, void *closure) in blpy_get_static_block()
198 blpy_is_global (PyObject *self, void *closure) in blpy_is_global()
214 blpy_is_static (PyObject *self, void *closure) in blpy_is_static()
292 blpy_block_syms_iter (PyObject *self) in blpy_block_syms_iter()
[all …]
H A Dpy-symtab.c87 stpy_str (PyObject *self) in stpy_str()
100 stpy_get_filename (PyObject *self, void *closure) in stpy_get_filename()
115 stpy_get_objfile (PyObject *self, void *closure) in stpy_get_objfile()
128 stpy_fullname (PyObject *self, PyObject *args) in stpy_fullname()
144 stpy_is_valid (PyObject *self, PyObject *args) in stpy_is_valid()
158 stpy_global_block (PyObject *self, PyObject *args) in stpy_global_block()
174 stpy_static_block (PyObject *self, PyObject *args) in stpy_static_block()
188 salpy_str (PyObject *self) in salpy_str()
230 salpy_get_pc (PyObject *self, void *closure) in salpy_get_pc()
243 salpy_get_last (PyObject *self, void *closure) in salpy_get_last()
[all …]
H A Dpy-objfile.c48 objfpy_get_filename (PyObject *self, void *closure) in objfpy_get_filename()
61 objfile_object *self = (objfile_object *) o; in objfpy_dealloc() local
71 objfile_object *self = (objfile_object *) type->tp_alloc (type, 0); in objfpy_new() local
97 objfile_object *self = (objfile_object *) o; in objfpy_get_printers() local
107 objfile_object *self = (objfile_object *) o; in objfpy_set_printers() local
137 objfile_object *self = (objfile_object *) o; in objfpy_get_type_printers() local
149 objfile_object *self = (objfile_object *) o; in objfpy_set_type_printers() local
178 objfpy_is_valid (PyObject *self, PyObject *args) in objfpy_is_valid()
H A Dpy-inferior.c297 infpy_threads (PyObject *self, PyObject *args) in infpy_threads()
326 infpy_get_num (PyObject *self, void *closure) in infpy_get_num()
336 infpy_get_pid (PyObject *self, void *closure) in infpy_get_pid()
346 infpy_get_was_attached (PyObject *self, void *closure) in infpy_get_was_attached()
405 infpy_read_memory (PyObject *self, PyObject *args, PyObject *kw) in infpy_read_memory()
475 infpy_write_memory (PyObject *self, PyObject *args, PyObject *kw) in infpy_write_memory()
532 mbpy_dealloc (PyObject *self) in mbpy_dealloc()
540 mbpy_str (PyObject *self) in mbpy_str()
553 get_buffer (PyObject *self, Py_buffer *buf, int flags) in get_buffer()
569 get_read_buffer (PyObject *self, Py_ssize_t segment, void **ptrptr) in get_read_buffer()
[all …]
H A Dpy-progspace.c51 pspy_get_filename (PyObject *self, void *closure) in pspy_get_filename()
67 pspy_dealloc (PyObject *self) in pspy_dealloc()
79 pspace_object *self = (pspace_object *) type->tp_alloc (type, 0); in pspy_new() local
105 pspace_object *self = (pspace_object *) o; in pspy_get_printers() local
115 pspace_object *self = (pspace_object *) o; in pspy_set_printers() local
145 pspace_object *self = (pspace_object *) o; in pspy_get_type_printers() local
157 pspace_object *self = (pspace_object *) o; in pspy_set_type_printers() local
/dflybsd-src/contrib/gdb-7/gdb/python/lib/gdb/command/
H A Dtype_printers.py28 def __init__ (self): argument
32 def list_type_printers(self, type_printers): argument
45 def invoke(self, arg, from_tty): argument
62 def __init__(self, setting, name): argument
66 def set_some(self, name, printers): argument
74 def invoke(self, arg, from_tty): argument
88 def add_some(self, result, word, printers): argument
93 def complete(self, text, word): argument
109 def __init__(self): argument
120 def __init__(self): argument
H A Dpretty_printers.py98 def __init__ (self): argument
123 def list_pretty_printers(self, pretty_printers, name_re, subname_re): argument
145 def invoke1(self, title, printer_list, argument
152 def invoke(self, arg, from_tty): argument
330 def __init__(self): argument
334 def invoke(self, arg, from_tty): argument
353 def __init__(self): argument
357 def invoke(self, arg, from_tty): argument
H A Dprompt.py40 def __init__(self): argument
47 def get_show_string (self, pvalue): argument
53 def get_set_string (self): argument
59 def before_prompt_hook(self, current): argument
/dflybsd-src/contrib/gdb-7/gdb/python/lib/gdb/
H A Dprinting.py51 def __init__(self, name, subprinters=None): argument
56 def __call__(self, val): argument
71 def __init__(self, name): argument
165 def __init__(self, name, regexp, gen_printer): argument
171 def __init__(self, name): argument
174 def add_printer(self, name, regexp, gen_printer): argument
197 def __call__(self, val): argument
218 def __init__(self, enumerators, val): argument
222 def to_string(self): argument
245 def __init__(self, enum_type): argument
[all …]
H A D__init__.py32 def close(self): argument
36 def isatty(self): argument
39 def writelines(self, iterable): argument
43 def flush(self): argument
47 def write(self, s): argument
53 def write(self, s): argument
/dflybsd-src/contrib/gdb-7/gdb/python/lib/gdb/function/
H A Dstrfns.py32 def __init__(self): argument
35 def invoke(self, a, b, length): argument
57 def __init__(self): argument
60 def invoke(self, a): argument
78 def __init__(self): argument
81 def invoke(self, a, b): argument
95 def __init__(self): argument
98 def invoke(self, string, regex): argument
/dflybsd-src/contrib/bmake/mk/
H A Dmeta2deps.py198 def __init__(self, name, conf={}): argument
323 def reset(self): argument
330 def dirdeps(self, sep='\n'): argument
334 def src_dirdeps(self, sep='\n'): argument
338 def file_depends(self, out=None): argument
349 def seenit(self, dir): argument
353 def add(self, list, data, clue=''): argument
360 def find_top(self, path, list): argument
369 def find_obj(self, objroot, dir, path, input): argument
403 def try_parse(self, name=None, file=None): argument
[all …]
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_xz.c204 xz_bidder_bid(struct archive_read_filter_bidder *self, in xz_bidder_bid()
238 lzma_bidder_bid(struct archive_read_filter_bidder *self, in lzma_bidder_bid()
379 lzip_bidder_bid(struct archive_read_filter_bidder *self, in lzip_bidder_bid()
393 xz_bidder_init(struct archive_read_filter *self) in xz_bidder_init()
401 lzma_bidder_init(struct archive_read_filter *self) in lzma_bidder_init()
409 lzip_bidder_init(struct archive_read_filter *self) in lzip_bidder_init()
420 set_error(struct archive_read_filter *self, int ret) in set_error()
474 xz_lzma_bidder_init(struct archive_read_filter *self) in xz_lzma_bidder_init()
535 lzip_init(struct archive_read_filter *self) in lzip_init()
591 lzip_tail(struct archive_read_filter *self) in lzip_tail()
[all …]
H A Darchive_read_support_filter_gzip.c238 gzip_bidder_bid(struct archive_read_filter_bidder *self, in gzip_bidder_bid()
258 gzip_bidder_init(struct archive_read_filter *self) in gzip_bidder_init()
274 gzip_read_header(struct archive_read_filter *self, struct archive_entry *entry) in gzip_read_header()
304 gzip_bidder_init(struct archive_read_filter *self) in gzip_bidder_init()
334 consume_header(struct archive_read_filter *self) in consume_header()
392 consume_trailer(struct archive_read_filter *self) in consume_trailer()
425 gzip_filter_read(struct archive_read_filter *self, const void **p) in gzip_filter_read()
510 gzip_filter_close(struct archive_read_filter *self) in gzip_filter_close()
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Deapol_test.py23 def __init__(self, ifname): argument
31 def add_network(self): argument
37 def remove_network(self, id): argument
43 def set_network(self, id, field, value): argument
49 def set_network_quoted(self, id, field, value): argument
55 def request(self, cmd, timeout=10): argument
58 def wait_event(self, events, timeout=10): argument
/dflybsd-src/sys/bus/u4b/controller/
H A Dehci_pci.c98 ehci_pci_match(device_t self) in ehci_pci_match()
217 ehci_pci_probe(device_t self) in ehci_pci_probe()
230 ehci_pci_ati_quirk(device_t self, uint8_t is_sb700) in ehci_pci_ati_quirk()
258 ehci_pci_via_quirk(device_t self) in ehci_pci_via_quirk()
275 ehci_pci_attach(device_t self) in ehci_pci_attach()
467 ehci_pci_detach(device_t self) in ehci_pci_detach()
511 ehci_pci_take_controller(device_t self) in ehci_pci_take_controller()
H A Duhci_pci.c84 uhci_pci_take_controller(device_t self) in uhci_pci_take_controller()
92 uhci_pci_match(device_t self) in uhci_pci_match()
235 uhci_pci_probe(device_t self) in uhci_pci_probe()
248 uhci_pci_attach(device_t self) in uhci_pci_attach()
369 uhci_pci_detach(device_t self) in uhci_pci_detach()
H A Dxhci_pci.c89 xhci_pci_match(device_t self) in xhci_pci_match()
136 xhci_pci_probe(device_t self) in xhci_pci_probe()
163 xhci_pci_port_route(device_t self, uint32_t set, uint32_t clear) in xhci_pci_port_route()
188 xhci_pci_attach(device_t self) in xhci_pci_attach()
348 xhci_pci_detach(device_t self) in xhci_pci_detach()
388 xhci_pci_take_controller(device_t self) in xhci_pci_take_controller()

12345