| /external/ltp/include/ |
| tst_safe_macros.h | 53 static inline int safe_dup(const char *file, const int lineno, 60 tst_brk_(file, lineno, TBROK | TERRNO, 118 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid); 123 pid_t safe_getpgid(const char *file, const int lineno, pid_t pid); 222 static inline void *safe_mmap(const char *file, const int lineno, 230 tst_brk_(file, lineno, TBROK | TERRNO, 241 static inline int safe_ftruncate(const char *file, const int lineno, 248 tst_brk_(file, lineno, TBROK | TERRNO, 258 static inline int safe_truncate(const char *file, const int lineno, 265 tst_brk_(file, lineno, TBROK | TERRNO [all...] |
| tst_safe_sysv_ipc.h | 26 int safe_msgget(const char *file, const int lineno, key_t key, int msgflg); 30 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp, 35 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp, 40 int safe_msgctl(const char *file, const int lineno, int msqid, int cmd, 47 int safe_shmget(const char *file, const int lineno, key_t key, size_t size, 52 void *safe_shmat(const char *file, const int lineno, int shmid, 57 int safe_shmdt(const char *file, const int lineno, const void *shmaddr); 60 int safe_shmctl(const char *file, const int lineno, int shmid, int cmd,
|
| safe_stdio_fn.h | 23 FILE *safe_fopen(const char *file, const int lineno, void (cleanup_fn)(void), 26 int safe_fclose(const char *file, const int lineno, void (cleanup_fn)(void), 29 int safe_asprintf(const char *file, const int lineno, void (cleanup_fn)(void), 32 FILE *safe_popen(const char *file, const int lineno, void (cleanup_fn)(void),
|
| safe_file_ops_fn.h | 29 int file_scanf(const char *file, const int lineno, 33 void safe_file_scanf(const char *file, const int lineno, 38 int file_lines_scanf(const char *file, const int lineno, 46 int file_printf(const char *file, const int lineno, 50 void safe_file_printf(const char *file, const int lineno, 58 void safe_cp(const char *file, const int lineno, 74 void safe_touch(const char *file, const int lineno,
|
| /external/ltp/lib/ |
| safe_net.c | 84 int safe_socket(const char *file, const int lineno, void (cleanup_fn)(void), 93 "%s:%d: socket(%d, %d, %d) failed", file, lineno, 100 int safe_setsockopt(const char *file, const int lineno, int sockfd, int level, 110 file, lineno, sockfd, level, optname, optval, optlen); 116 ssize_t safe_send(const char *file, const int lineno, char len_strict, 126 file, lineno, sockfd, buf, len, flags); 132 ssize_t safe_sendto(const char *file, const int lineno, char len_strict, 144 file, lineno, sockfd, buf, len, flags, 152 int safe_bind(const char *file, const int lineno, void (cleanup_fn)(void), 165 "%s:%d: bind(%d, %s, %d) failed", file, lineno, [all...] |
| safe_file_ops.c | 77 int file_scanf(const char *file, const int lineno, 89 path, file, lineno); 102 path, file, lineno); 109 exp_convs, ret, path, file, lineno); 116 path, file, lineno); 126 path, file, lineno); 131 void safe_file_scanf(const char *file, const int lineno, 144 path, file, lineno); 157 path, file, lineno); 164 exp_convs, ret, path, file, lineno); [all...] |
| tst_safe_macros.c | 30 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) 38 file, lineno, pid, pgid); 44 pid_t safe_getpgid(const char *file, const int lineno, pid_t pid) 51 "%s:%d: getpgid(%i) failed", file, lineno, pid); 57 int safe_fanotify_init(const char *file, const int lineno, 71 "%s:%d: fanotify_init() failed", file, lineno); 80 int safe_personality(const char *filename, unsigned int lineno, 86 tst_brk_(filename, lineno, TBROK | TERRNO,
|
| safe_pthread.c | 24 int safe_pthread_create(const char *file, const int lineno, 33 tst_brk_(file, lineno, TBROK, 41 int safe_pthread_join(const char *file, const int lineno, 49 tst_brk_(file, lineno, TBROK,
|
| tst_mkfs.c | 25 void tst_mkfs_(const char *file, const int lineno, void (cleanup_fn)(void), 36 "%s:%d: No device specified", file, lineno); 42 "%s:%d: No fs_type specified", file, lineno); 55 file, lineno); 72 "%s:%d: Too much mkfs options", file, lineno); 91 "%s:%d: %s not found in $PATH", file, lineno, mkfs); 94 "%s:%d: %s failed with %i", mkfs, ret, file, lineno);
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
| MetaFileCommentParser.py | 35 def CheckInfComment(SectionType, Comments, InfFile, LineNo, ValueList):
37 CheckUsage(Comments, UsageList, InfFile, LineNo, ValueList[0]+'.'+ValueList[1], ErrorMsgMap[MODEL_PCD_DYNAMIC])
39 CheckUsage(Comments, UsageList, InfFile, LineNo, ValueList[0], ErrorMsgMap[SectionType])
41 CheckUsage(Comments, UsageList + ("TO_START", "BY_START"), InfFile, LineNo, ValueList[0], ErrorMsgMap[SectionType])
43 def CheckUsage(Comments, Usages, InfFile, LineNo, Value, ErrorMsg):
50 ErrorMsg % (InfFile, LineNo, Value)
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/ |
| rjsmin-pysrc.html | 57 <a name="L1"></a><tt class="py-lineno"> 1</tt> <tt class="py-line"><tt class="py-comment">#!/usr/bin/env python</tt> </tt> 58 <a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"><tt class="py-comment"># -*- coding: ascii -*-</tt> </tt> 59 <a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"><tt class="py-docstring">r"""</tt> </tt> 60 <a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"><tt class="py-docstring">=====================</tt> </tt> 61 <a name="L5"></a><tt class="py-lineno"> 5</tt> <tt class="py-line"><tt class="py-docstring"> Javascript Minifier</tt> </tt> 62 <a name="L6"></a><tt class="py-lineno"> 6</tt> <tt class="py-line"><tt class="py-docstring">=====================</tt> </tt> 63 <a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt> 64 <a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"><tt class="py-docstring">rJSmin is a javascript minifier written in python.</tt> </tt> 65 <a name="L9"></a><tt class="py-lineno"> 9</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt> 66 <a name="L10"></a><tt class="py-lineno"> 10</tt> <tt class="py-line"><tt class="py-docstring">The minifier is based on the semantics of (…) [all...] |
| /external/junit-params/src/main/java/junitparams/mappers/ |
| BufferedReaderDataMapper.java | 28 int lineNo = 0;
31 if (++lineNo > linesToSkip) {
|
| /external/python/cpython3/Lib/test/dtracedata/ |
| call_stack.stp | 26 lineno = $arg3; 30 basename(filename), funcname, lineno);
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/ |
| rcssmin-pysrc.html | 57 <a name="L1"></a><tt class="py-lineno"> 1</tt> <tt class="py-line"><tt class="py-comment">#!/usr/bin/env python</tt> </tt> 58 <a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"><tt class="py-comment"># -*- coding: ascii -*-</tt> </tt> 59 <a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"><tt class="py-docstring">r"""</tt> </tt> 60 <a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"><tt class="py-docstring">==============</tt> </tt> 61 <a name="L5"></a><tt class="py-lineno"> 5</tt> <tt class="py-line"><tt class="py-docstring"> CSS Minifier</tt> </tt> 62 <a name="L6"></a><tt class="py-lineno"> 6</tt> <tt class="py-line"><tt class="py-docstring">==============</tt> </tt> 63 <a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt> 64 <a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"><tt class="py-docstring">CSS Minifier.</tt> </tt> 65 <a name="L9"></a><tt class="py-lineno"> 9</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt> 66 <a name="L10"></a><tt class="py-lineno"> 10</tt> <tt class="py-line"><tt class="py-docstring">The minifier is based on the semantics of (…) [all...] |
| /external/python/cpython2/Lib/idlelib/ |
| FormatParagraph.py | 83 lineno, col = map(int, mark.split(".")) 84 line = text.get("%d.0" % lineno, "%d.end" % lineno) 87 while text.compare("%d.0" % lineno, "<", "end") and is_all_white(line): 88 lineno = lineno + 1 89 line = text.get("%d.0" % lineno, "%d.end" % lineno) 90 first_lineno = lineno 97 lineno = lineno + [all...] |
| /external/python/cpython3/Lib/idlelib/ |
| paragraph.py | 84 lineno, col = map(int, mark.split(".")) 85 line = text.get("%d.0" % lineno, "%d.end" % lineno) 88 while text.compare("%d.0" % lineno, "<", "end") and is_all_white(line): 89 lineno = lineno + 1 90 line = text.get("%d.0" % lineno, "%d.end" % lineno) 91 first_lineno = lineno 98 lineno = lineno + [all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
| VfrFormPkg.h | 176 VOID IfrRecordOutput (IN FILE *, IN UINT32 LineNo);
202 inline VOID SetLineNo (IN UINT32 LineNo) {
203 mLineNo = LineNo;
[all...] |
| /external/python/cpython2/Doc/tools/extensions/ |
| suspicious.py | 63 def __init__(self, docname, lineno, issue, line): 66 self.lineno = lineno # line number in the original source; 122 def check_issue(self, line, lineno, issue): 123 if not self.is_ignored(line, lineno, issue): 124 self.report_issue(line, lineno, issue) 126 def is_ignored(self, line, lineno, issue): 140 # this rule matches. (lineno=None means "don't care") 141 if (rule.lineno is not None) and \ 142 abs(rule.lineno - lineno) > 5: continu [all...] |
| /external/python/cpython3/Doc/tools/extensions/ |
| suspicious.py | 63 def __init__(self, docname, lineno, issue, line): 66 self.lineno = lineno # line number in the original source; 122 def check_issue(self, line, lineno, issue): 123 if not self.is_ignored(line, lineno, issue): 124 self.report_issue(line, lineno, issue) 126 def is_ignored(self, line, lineno, issue): 140 # this rule matches. (lineno=None means "don't care") 141 if (rule.lineno is not None) and \ 142 abs(rule.lineno - lineno) > 5: continu [all...] |
| /external/iptables/ |
| iptables-test.py | 42 def print_error(reason, filename=None, lineno=None): 47 Colors.ENDC + ": line %d (%s)" % (lineno, reason)) 50 def delete_rule(iptables, rule, filename, lineno): 55 ret = execute_cmd(cmd, filename, lineno) 58 print_error(reason, filename, lineno) 64 def run_test(iptables, rule, rule_save, res, filename, lineno): 74 :param lineno: line number being tested (used for print_error purposes) 79 ret = execute_cmd(cmd, filename, lineno) 87 print_error(reason, filename, lineno) 95 print_error(reason, filename, lineno) [all...] |
| /external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/ |
| parser.py | 40 def __init__(self, filename, message, lineno=None, snippet=None): 41 Error.__init__(self, filename, message, lineno=lineno, 82 p[2].lineno, snippet=self._GetSnippet(p[2].lineno)) 87 p[2].lineno, snippet=self._GetSnippet(p[2].lineno)) 96 p[2].lineno, snippet=self._GetSnippet(p[2].lineno)) 109 p[0] = ast.Import(eval(p[2]), filename=self.filename, lineno=p.lineno(2) [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
| InfCommonObject.py | 49 self.LineNo = ''
55 # @param LineNo: LineNo
57 def SetLineNo(self, LineNo):
58 self.LineNo = LineNo
63 return self.LineNo
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
| update.py | 4 # The input file contains lines of the form <filename>:<lineno>:<text>,
44 def process(self, lineno, rest):
47 self.filename, lineno, rest),
49 i = eval(lineno) - 1
52 self.filename, lineno, rest),
56 self.filename, lineno, rest),
60 print '%sc%s' % (lineno, lineno)
85 filename, lineno = prog.group(1, 2)
89 curfile.process(lineno, line[n:]) [all...] |
| /external/python/cpython2/Demo/scripts/ |
| update.py | 4 # The input file contains lines of the form <filename>:<lineno>:<text>, 44 def process(self, lineno, rest): 47 self.filename, lineno, rest), 49 i = eval(lineno) - 1 52 self.filename, lineno, rest), 56 self.filename, lineno, rest), 60 print '%sc%s' % (lineno, lineno) 85 filename, lineno = prog.group(1, 2) 89 curfile.process(lineno, line[n:] [all...] |
| /art/tools/checker/file_format/ |
| common.py | 27 lineNo = 0 32 lineNo += 1 40 processedLine, newChunkName, testArch = fnProcessLine(line, lineNo) 44 currentChunk = (newChunkName, [], lineNo, testArch) 50 fnLineOutsideChunk(line, lineNo)
|