HomeSort by relevance Sort by last modified time
    Searched full:lineno (Results 1 - 25 of 2047) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/memfd_create/
memfd_create_common.c 42 int check_fallocate(const char *filename, const int lineno, int fd,
49 tst_brk_(filename, lineno, TFAIL | TERRNO,
54 tst_res_(filename, lineno, TPASS,
61 int check_fallocate_fail(const char *filename, const int lineno, int fd,
68 tst_res_(filename, lineno, TFAIL,
75 tst_res_(filename, lineno, TPASS | TERRNO,
82 void check_ftruncate(const char *filename, const int lineno, int fd,
85 safe_ftruncate(filename, lineno, fd, length);
87 tst_res_(filename, lineno, TPASS, "ftruncate(%d, %ld) succeeded", fd,
91 void check_ftruncate_fail(const char *filename, const int lineno,
    [all...]
memfd_create_common.h 99 int mfd_flags_available(const char *filename, const int lineno,
102 int get_mfd_all_available_flags(const char *filename, const int lineno);
106 int check_fallocate(const char *filename, const int lineno, int fd,
108 int check_fallocate_fail(const char *filename, const int lineno, int fd,
110 void check_ftruncate(const char *filename, const int lineno, int fd,
112 void check_ftruncate_fail(const char *filename, const int lineno, int fd,
115 int check_mfd_new(const char *filename, const int lineno,
117 void check_mfd_fail_new(const char *filename, const int lineno,
120 void *check_mmap(const char *file, const int lineno, void *addr, size_t length,
122 void check_mmap_fail(const char *file, const int lineno, void *addr
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
lineno.d 17 .*lineno.s:16
19 .*lineno.s:17
21 .*lineno.s:18
23 .*lineno.s:19
25 .*lineno.s:20
28 .*lineno.s:21
30 .*lineno.s:22
32 .*lineno.s:23
34 .*lineno.s:24
36 .*lineno.s:2
    [all...]
  /external/ltp/include/
safe_macros_fn.h 27 char* safe_basename(const char *file, const int lineno,
30 int safe_chdir(const char *file, const int lineno,
33 int safe_close(const char *file, const int lineno,
36 int safe_creat(const char *file, const int lineno,
39 char* safe_dirname(const char *file, const int lineno,
42 char* safe_getcwd(const char *file, const int lineno,
45 struct passwd* safe_getpwnam(const char *file, const int lineno,
48 int safe_getrusage(const char *file, const int lineno,
51 void* safe_malloc(const char *file, const int lineno,
54 int safe_mkdir(const char *file, const int lineno,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
conv.py 68 lineno = 0
70 lineno += 1
73 print "%s(%s): can't parse %s" % (filename, lineno,
118 lineno = 0
121 lineno, line = lineno+1, f.next()
122 assert line == '#include "pgenheaders.h"\n', (lineno, line)
123 lineno, line = lineno+1, f.next()
124 assert line == '#include "grammar.h"\n', (lineno, line)
    [all...]
  /external/python/cpython2/Lib/lib2to3/pgen2/
conv.py 68 lineno = 0
70 lineno += 1
73 print "%s(%s): can't parse %s" % (filename, lineno,
118 lineno = 0
121 lineno, line = lineno+1, f.next()
122 assert line == '#include "pgenheaders.h"\n', (lineno, line)
123 lineno, line = lineno+1, f.next()
124 assert line == '#include "grammar.h"\n', (lineno, line
    [all...]
  /external/python/cpython3/Lib/lib2to3/pgen2/
conv.py 68 lineno = 0
70 lineno += 1
73 print("%s(%s): can't parse %s" % (filename, lineno,
118 lineno = 0
121 lineno, line = lineno+1, next(f)
122 assert line == '#include "pgenheaders.h"\n', (lineno, line)
123 lineno, line = lineno+1, next(f)
124 assert line == '#include "grammar.h"\n', (lineno, line
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
conv.py 68 lineno = 0
70 lineno += 1
73 print "%s(%s): can't parse %s" % (filename, lineno,
118 lineno = 0
121 lineno, line = lineno+1, f.next()
122 assert line == '#include "pgenheaders.h"\n', (lineno, line)
123 lineno, line = lineno+1, f.next()
124 assert line == '#include "grammar.h"\n', (lineno, line
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
conv.py 68 lineno = 0
70 lineno += 1
73 print "%s(%s): can't parse %s" % (filename, lineno,
118 lineno = 0
121 lineno, line = lineno+1, f.next()
122 assert line == '#include "pgenheaders.h"\n', (lineno, line)
123 lineno, line = lineno+1, f.next()
124 assert line == '#include "grammar.h"\n', (lineno, line
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
conv.py 68 lineno = 0
70 lineno += 1
73 print "%s(%s): can't parse %s" % (filename, lineno,
118 lineno = 0
121 lineno, line = lineno+1, f.next()
122 assert line == '#include "pgenheaders.h"\n', (lineno, line)
123 lineno, line = lineno+1, f.next()
124 assert line == '#include "grammar.h"\n', (lineno, line
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
conv.py 68 lineno = 0
70 lineno += 1
73 print "%s(%s): can't parse %s" % (filename, lineno,
118 lineno = 0
121 lineno, line = lineno+1, f.next()
122 assert line == '#include "pgenheaders.h"\n', (lineno, line)
123 lineno, line = lineno+1, f.next()
124 assert line == '#include "grammar.h"\n', (lineno, line
    [all...]
  /external/libmojo/third_party/jinja2/
parser.py 44 def fail(self, msg, lineno=None, exc=TemplateSyntaxError):
49 if lineno is None:
50 lineno = self.stream.current.lineno
51 raise exc(msg, lineno, self.name, self.filename)
53 def _fail_ut_eof(self, name, end_token_stack, lineno):
82 self.fail(' '.join(message), lineno)
84 def fail_unknown_tag(self, name, lineno=None):
89 return self._fail_ut_eof(name, self._end_token_stack, lineno)
91 def fail_eof(self, end_tokens=None, lineno=None)
    [all...]
  /external/llvm/test/DebugInfo/
debugmacinfo.test 11 TEST_MACINFO: DW_MACINFO_define - lineno: 0 macro: M3 Value3
12 TEST_MACINFO: DW_MACINFO_start_file - lineno: 0 filenum: 1
13 TEST_MACINFO: DW_MACINFO_start_file - lineno: 0 filenum: 2
14 TEST_MACINFO: DW_MACINFO_define - lineno: 1 macro: M4 Value4
16 TEST_MACINFO: DW_MACINFO_define - lineno: 1 macro: M1 Value1
17 TEST_MACINFO: DW_MACINFO_start_file - lineno: 2 filenum: 3
18 TEST_MACINFO: DW_MACINFO_undef - lineno: 4 macro: M1
19 TEST_MACINFO: DW_MACINFO_define - lineno: 5 macro: M1 NewValue1
21 TEST_MACINFO: DW_MACINFO_define - lineno: 3 macro: M2(x,y) ((x)+(y)* Value2)
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
debug.c 34 IN INTN LineNo,
38 DbgPrint (D_ERROR, (CHAR8 *)"%EASSERT FAILED: %a(%d): %a%N\n", FileName, LineNo, Description);
  /toolchain/binutils/binutils-2.27/ld/
genscrba.sh 12 local lineno=$[${BASH_LINENO[0]} + 1]
13 echo >> e${EMULATION_NAME}.c "#line $lineno \"$em_script\""
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
ast.py 54 def __init__(self, leftright, lineno=None):
57 self.lineno = lineno
69 def __init__(self, nodes, lineno=None):
71 self.lineno = lineno
85 def __init__(self, expr, attrname, flags, lineno=None):
89 self.lineno = lineno
101 def __init__(self, nodes, lineno=None):
    [all...]
  /external/python/cpython2/Lib/compiler/
ast.py 54 def __init__(self, leftright, lineno=None):
57 self.lineno = lineno
69 def __init__(self, nodes, lineno=None):
71 self.lineno = lineno
85 def __init__(self, expr, attrname, flags, lineno=None):
89 self.lineno = lineno
101 def __init__(self, nodes, lineno=None)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 54 def __init__(self, leftright, lineno=None):
57 self.lineno = lineno
69 def __init__(self, nodes, lineno=None):
71 self.lineno = lineno
85 def __init__(self, expr, attrname, flags, lineno=None):
89 self.lineno = lineno
101 def __init__(self, nodes, lineno=None)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 54 def __init__(self, leftright, lineno=None):
57 self.lineno = lineno
69 def __init__(self, nodes, lineno=None):
71 self.lineno = lineno
85 def __init__(self, expr, attrname, flags, lineno=None):
89 self.lineno = lineno
101 def __init__(self, nodes, lineno=None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 54 def __init__(self, leftright, lineno=None):
57 self.lineno = lineno
69 def __init__(self, nodes, lineno=None):
71 self.lineno = lineno
85 def __init__(self, expr, attrname, flags, lineno=None):
89 self.lineno = lineno
101 def __init__(self, nodes, lineno=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 54 def __init__(self, leftright, lineno=None):
57 self.lineno = lineno
69 def __init__(self, nodes, lineno=None):
71 self.lineno = lineno
85 def __init__(self, expr, attrname, flags, lineno=None):
89 self.lineno = lineno
101 def __init__(self, nodes, lineno=None)
    [all...]
  /external/ltp/lib/
safe_macros.c 21 char *safe_basename(const char *file, const int lineno,
30 file, lineno, path);
37 safe_chdir(const char *file, const int lineno, void (*cleanup_fn) (void),
46 file, lineno, path);
53 safe_close(const char *file, const int lineno, void (*cleanup_fn) (void),
62 file, lineno, fildes);
69 safe_creat(const char *file, const int lineno, void (*cleanup_fn) (void),
78 file, lineno, pathname, mode);
84 char *safe_dirname(const char *file, const int lineno,
93 file, lineno, path)
    [all...]
tst_safe_sysv_ipc.c 26 int safe_msgget(const char *file, const int lineno, key_t key, int msgflg)
33 file, lineno, (int)key, msgflg);
39 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp,
48 file, lineno, msqid, msgp, msgsz, msgflg);
54 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp,
63 file, lineno, msqid, msgp, msgsz, msgtyp, msgflg);
69 int safe_msgctl(const char *file, const int lineno, int msqid, int cmd,
77 file, lineno, msqid, cmd, buf);
83 int safe_shmget(const char *file, const int lineno, key_t key, size_t size,
91 file, lineno, (int)key, size, shmflg)
    [all...]
  /frameworks/base/tools/streaming_proto/
Errors.cpp 19 lineno(that.lineno),
26 lineno(l),
41 Errors::Add(const string& filename, int lineno, const char* format, ...)
45 AddImpl(filename, lineno, format, args);
50 Errors::AddImpl(const string& filename, int lineno, const char* format, va_list args)
59 Error error(filename, lineno, buffer);
71 } else if (it->lineno == UNKNOWN_LINE) {
74 fprintf(stderr, "%s:%d:%s", it->filename.c_str(), it->lineno, it->message.c_str());
  /build/kati/
loc.h 23 Loc() : filename(0), lineno(-1) {}
24 Loc(const char* f, int l) : filename(f), lineno(l) {}
27 int lineno; member in struct:Loc
30 #define LOCF(x) (x).filename, (x).lineno

Completed in 1661 milliseconds

1 2 3 4 5 6 7 8 91011>>