Home
last modified time | relevance | path

Searched defs:lineno (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.c32 int check_fallocate(const char *filename, const int lineno, int fd, in check_fallocate()
51 int check_fallocate_fail(const char *filename, const int lineno, int fd, in check_fallocate_fail()
72 void check_ftruncate(const char *filename, const int lineno, int fd, in check_ftruncate()
81 void check_ftruncate_fail(const char *filename, const int lineno, in check_ftruncate_fail()
96 int get_mfd_all_available_flags(const char *filename, const int lineno) in get_mfd_all_available_flags()
118 int mfd_flags_available(const char *filename, const int lineno, in mfd_flags_available()
136 int check_mfd_new(const char *filename, const int lineno, in check_mfd_new()
155 void check_mfd_fail_new(const char *filename, const int lineno, in check_mfd_fail_new()
172 void *check_mmap(const char *file, const int lineno, void *addr, size_t length, in check_mmap()
186 void check_mmap_fail(const char *file, const int lineno, void *addr, in check_mmap_fail()
[all …]
/external/ltp/lib/
Dsafe_macros.c21 char *safe_basename(const char *file, const int lineno, in safe_basename()
37 safe_chdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_chdir()
53 safe_close(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_close()
69 safe_creat(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_creat()
84 char *safe_dirname(const char *file, const int lineno, in safe_dirname()
99 char *safe_getcwd(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getcwd()
114 struct passwd *safe_getpwnam(const char *file, const int lineno, in safe_getpwnam()
130 safe_getrusage(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getrusage()
145 void *safe_malloc(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_malloc()
160 int safe_mkdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_mkdir()
[all …]
Dtst_safe_macros.c19 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) in safe_setpgid()
33 pid_t safe_getpgid(const char *file, const int lineno, pid_t pid) in safe_getpgid()
46 int safe_fanotify_init(const char *file, const int lineno, in safe_fanotify_init()
69 int safe_personality(const char *filename, unsigned int lineno, in safe_personality()
82 int safe_setregid(const char *file, const int lineno, in safe_setregid()
98 int safe_setreuid(const char *file, const int lineno, in safe_setreuid()
114 int safe_sigaction(const char *file, const int lineno, in safe_sigaction()
131 struct group *safe_getgrnam(const char *file, const int lineno, in safe_getgrnam()
146 struct group *safe_getgrnam_fallback(const char *file, const int lineno, in safe_getgrnam_fallback()
163 struct group *safe_getgrgid(const char *file, const int lineno, gid_t gid) in safe_getgrgid()
[all …]
Dsafe_net.c84 int tst_getsockport(const char *file, const int lineno, int sockfd) in tst_getsockport()
107 int safe_socket(const char *file, const int lineno, void (cleanup_fn)(void), in safe_socket()
135 int safe_socketpair(const char *file, const int lineno, int domain, int type, in safe_socketpair()
161 int safe_getsockopt(const char *file, const int lineno, int sockfd, int level, in safe_getsockopt()
176 int safe_setsockopt(const char *file, const int lineno, int sockfd, int level, in safe_setsockopt()
192 ssize_t safe_send(const char *file, const int lineno, char len_strict, in safe_send()
208 ssize_t safe_sendto(const char *file, const int lineno, char len_strict, in safe_sendto()
228 ssize_t safe_sendmsg(const char *file, const int lineno, size_t len, in safe_sendmsg()
250 ssize_t safe_recvmsg(const char *file, const int lineno, size_t len, in safe_recvmsg()
273 int safe_bind(const char *file, const int lineno, void (cleanup_fn)(void), in safe_bind()
[all …]
Dtst_safe_sysv_ipc.c32 int safe_msgget(const char *file, const int lineno, key_t key, int msgflg) in safe_msgget()
45 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp, in safe_msgsnd()
60 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp, in safe_msgrcv()
75 int safe_msgctl(const char *file, const int lineno, int msqid, int cmd, in safe_msgctl()
91 int safe_shmget(const char *file, const int lineno, key_t key, size_t size, in safe_shmget()
105 void *safe_shmat(const char *file, const int lineno, int shmid, in safe_shmat()
119 int safe_shmdt(const char *file, const int lineno, const void *shmaddr) in safe_shmdt()
132 int safe_shmctl(const char *file, const int lineno, int shmid, int cmd, in safe_shmctl()
Dsafe_stdio.c26 FILE *safe_fopen(const char *file, const int lineno, void (cleanup_fn)(void), in safe_fopen()
40 int safe_fclose(const char *file, const int lineno, void (cleanup_fn)(void), in safe_fclose()
55 int safe_asprintf(const char *file, const int lineno, void (cleanup_fn)(void), in safe_asprintf()
73 FILE *safe_popen(const char *file, const int lineno, void (cleanup_fn)(void), in safe_popen()
Dsafe_file_ops.c77 int file_scanf(const char *file, const int lineno, in file_scanf()
131 void safe_file_scanf(const char *file, const int lineno, in safe_file_scanf()
182 int file_lines_scanf(const char *file, const int lineno, in file_lines_scanf()
227 int file_printf(const char *file, const int lineno, in file_printf()
271 void safe_file_printf(const char *file, const int lineno, in safe_file_printf()
307 void safe_cp(const char *file, const int lineno, in safe_cp()
345 void safe_touch(const char *file, const int lineno, in safe_touch()
Dtst_checkpoint.c39 void tst_checkpoint_init(const char *file, const int lineno, in tst_checkpoint_init()
135 void tst_safe_checkpoint_wait(const char *file, const int lineno, in tst_safe_checkpoint_wait()
153 void tst_safe_checkpoint_wake(const char *file, const int lineno, in tst_safe_checkpoint_wake()
Dsafe_pthread.c12 int safe_pthread_create(const char *file, const int lineno, in safe_pthread_create()
29 int safe_pthread_join(const char *file, const int lineno, in safe_pthread_join()
/external/python/cpython2/Lib/compiler/
Dast.py54 def __init__(self, leftright, lineno=None): argument
69 def __init__(self, nodes, lineno=None): argument
85 def __init__(self, expr, attrname, flags, lineno=None): argument
101 def __init__(self, nodes, lineno=None): argument
117 def __init__(self, name, flags, lineno=None): argument
132 def __init__(self, nodes, lineno=None): argument
148 def __init__(self, test, fail, lineno=None): argument
170 def __init__(self, nodes, expr, lineno=None): argument
191 def __init__(self, node, op, expr, lineno=None): argument
207 def __init__(self, expr, lineno=None): argument
[all …]
/external/python/cpython3/Lib/
Dpyclbr.py54 def __init__(self, module, name, file, lineno, parent): argument
68 def __init__(self, module, name, file, lineno, parent=None): argument
74 def __init__(self, module, name, super, file, lineno, parent=None): argument
79 def _addmethod(self, name, lineno): argument
83 def _nest_function(ob, func_name, lineno): argument
91 def _nest_class(ob, class_name, lineno, super=None): argument
Dwarnings.py10 def showwarning(message, category, filename, lineno, file=None, line=None): argument
15 def formatwarning(message, category, filename, lineno, line=None): argument
130 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument
165 def simplefilter(action, category=Warning, lineno=0, append=False): argument
327 def warn_explicit(message, category, filename, lineno, argument
403 def __init__(self, message, category, filename, lineno, file=None, argument
/external/ltp/include/
Dtst_safe_clocks.h17 static inline void safe_clock_getres(const char *file, const int lineno, in safe_clock_getres()
29 static inline void safe_clock_gettime(const char *file, const int lineno, in safe_clock_gettime()
41 static inline void safe_clock_settime(const char *file, const int lineno, in safe_clock_settime()
52 static inline int safe_clock_adjtime(const char *file, const int lineno, in safe_clock_adjtime()
/external/ltp/testcases/kernel/syscalls/ipc/libnewipc/
Dlibnewipc.c27 key_t getipckey(const char *file, const int lineno) in getipckey()
48 int get_used_queues(const char *file, const int lineno) in get_used_queues()
73 void *probe_free_addr(const char *file, const int lineno) in probe_free_addr()
/external/iptables/
Diptables-test.py45 def print_error(reason, filename=None, lineno=None): argument
53 def delete_rule(iptables, rule, filename, lineno): argument
67 def run_test(iptables, rule, rule_save, res, filename, lineno, netns): argument
156 def execute_cmd(cmd, filename, lineno): argument
/external/python/cpython2/Lib/
Dwarnings.py25 def _show_warning(message, category, filename, lineno, file=None, line=None): argument
40 def formatwarning(message, category, filename, lineno, line=None): argument
67 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument
96 def simplefilter(action, category=Warning, lineno=0, append=0): argument
237 def warn_explicit(message, category, filename, lineno, argument
310 def __init__(self, message, category, filename, lineno, file=None, argument
Dpyclbr.py55 def __init__(self, module, name, super, file, lineno): argument
65 def _addmethod(self, name, lineno): argument
70 def __init__(self, module, name, file, lineno): argument
/external/python/cpython3/Tools/i18n/
Dpygettext.py328 def __waiting(self, ttype, tstring, lineno): argument
347 def __suiteseen(self, ttype, tstring, lineno): argument
358 def __suitedocstring(self, ttype, tstring, lineno): argument
368 def __keywordseen(self, ttype, tstring, lineno): argument
376 def __openseen(self, ttype, tstring, lineno): argument
399 def __addentry(self, msg, lineno=None, isdocstring=0): argument
/external/python/cpython2/Tools/i18n/
Dpygettext.py363 def __waiting(self, ttype, tstring, lineno): argument
382 def __suiteseen(self, ttype, tstring, lineno): argument
387 def __suitedocstring(self, ttype, tstring, lineno): argument
397 def __keywordseen(self, ttype, tstring, lineno): argument
405 def __openseen(self, ttype, tstring, lineno): argument
428 def __addentry(self, msg, lineno=None, isdocstring=0): argument
/external/python/cpython3/Doc/tools/extensions/
Dsuspicious.py64 def __init__(self, docname, lineno, issue, line): argument
126 def check_issue(self, line, lineno, issue): argument
130 def is_ignored(self, line, lineno, issue): argument
152 def report_issue(self, text, lineno, issue): argument
167 def write_log_entry(self, lineno, issue, text): argument
/external/python/cpython2/Doc/tools/extensions/
Dsuspicious.py63 def __init__(self, docname, lineno, issue, line): argument
122 def check_issue(self, line, lineno, issue): argument
126 def is_ignored(self, line, lineno, issue): argument
148 def report_issue(self, text, lineno, issue): argument
163 def write_log_entry(self, lineno, issue, text): argument
/external/python/cpython2/Python/
DPython-ast.c1042 decorator_list, int lineno, int col_offset, PyArena *arena) in FunctionDef()
1070 decorator_list, int lineno, int col_offset, PyArena *arena) in ClassDef()
1092 Return(expr_ty value, int lineno, int col_offset, PyArena *arena) in Return()
1106 Delete(asdl_seq * targets, int lineno, int col_offset, PyArena *arena) in Delete()
1120 Assign(asdl_seq * targets, expr_ty value, int lineno, int col_offset, PyArena in Assign()
1141 AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int in AugAssign()
1173 Print(expr_ty dest, asdl_seq * values, bool nl, int lineno, int col_offset, in Print()
1191 lineno, int col_offset, PyArena *arena) in For()
1218 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While()
1240 If(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in If()
[all …]
D_warnings.c108 get_filter(PyObject *category, PyObject *text, Py_ssize_t lineno, in get_filter()
249 show_warning(PyObject *filename, int lineno, PyObject *text, PyObject in show_warning()
296 PyObject *filename, int lineno, in warn_explicit()
449 setup_context(Py_ssize_t stack_level, PyObject **filename, int *lineno, in setup_context()
597 int lineno; in do_warn() local
635 int lineno; in warnings_warn_explicit() local
749 const char *filename_str, int lineno, in PyErr_WarnExplicit()
807 PyObject *lineno, *result; in create_filter() local
/external/gemmlowp/standalone/
Dencode.py100 lineno = 0 variable
105 lineno = lineno + 1 variable
/external/python/cpython3/Python/
D_warnings.c287 get_filter(PyObject *category, PyObject *text, Py_ssize_t lineno, in get_filter()
488 show_warning(PyObject *filename, int lineno, PyObject *text, in show_warning()
562 PyObject *filename, int lineno, PyObject *lineno_obj, in call_show_warning()
619 PyObject *filename, int lineno, in warn_explicit()
832 setup_context(Py_ssize_t stack_level, PyObject **filename, int *lineno, in setup_context()
951 int lineno; in do_warn() local
987 get_source_line(PyObject *module_globals, int lineno) in get_source_line()
1053 int lineno; in warnings_warn_explicit() local
1212 PyObject *filename, int lineno, in PyErr_WarnExplicitObject()
1228 const char *filename_str, int lineno, in PyErr_WarnExplicit()
[all …]

12345678910>>...12