Home
last modified time | relevance | path

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

1234

/external/chromium_org/third_party/cython/src/Cython/Runtime/
Drefnanny.pyx10 cdef log(level, action, obj, lineno): argument
30 cdef regref(self, obj, lineno, bint is_null): argument
40 cdef bint delref(self, obj, lineno, bint is_null) except -1: argument
83 cdef PyObject* SetupContext(char* funcname, int lineno, char* filename) except NULL:
101 cdef void GOTREF(PyObject* ctx, PyObject* p_obj, int lineno):
118 cdef int GIVEREF_and_report(PyObject* ctx, PyObject* p_obj, int lineno):
137 cdef void GIVEREF(PyObject* ctx, PyObject* p_obj, int lineno):
140 cdef void INCREF(PyObject* ctx, PyObject* obj, int lineno):
145 cdef void DECREF(PyObject* ctx, PyObject* obj, int lineno):
/external/chromium_org/third_party/WebKit/Source/core/events/
DErrorEvent.h46 unsigned lineno; member
74 unsigned lineno() const { return m_lineNumber; } in lineno() function
/external/qemu/android/utils/
Deintr_wrapper.c18 long lineno, in android_eintr_wrapper_fatal()
Dassert.c18 long lineno; member
/external/chromium_org/third_party/jinja2/
Dparser.py44 def fail(self, msg, lineno=None, exc=TemplateSyntaxError): argument
53 def _fail_ut_eof(self, name, end_token_stack, lineno): argument
84 def fail_unknown_tag(self, name, lineno=None): argument
91 def fail_eof(self, end_tokens=None, lineno=None): argument
106 def free_identifier(self, lineno=None): argument
Dext.py107 def attr(self, name, lineno=None): argument
118 dyn_kwargs=None, lineno=None): argument
544 def find_comments(self, lineno): argument
/external/chromium_org/third_party/cython/src/Cython/Utility/
DProfile.c92 #define __Pyx_TraceLine(lineno) \ argument
101 #define __Pyx_TraceLine(lineno) argument
/external/oprofile/libopagent/
Dopagent.h39 unsigned int lineno; member
/external/doclava/src/com/google/doclava/
DDocFile.java81 int lineno = 1; in getPageMetadata() local
126 int lineno = 1; in writePage() local
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/
Derror.py8 def __init__(self, filename, message, lineno=None, addenda=None, **kwargs): argument
/external/srec/config/en.us/dictionary/
Dcmu2nuance.cpp46 for (int lineno = 1; NULL != fgets(line, sizeof(line), stdin); lineno++) in main() local
/external/chromium_org/third_party/cython/src/Cython/Tests/
DTestStringIOTree.py63 def write_line(self, lineno, tree=None): argument
/external/elfutils/0.153/libdwfl/
Ddwfl_module_getsrc_file.c56 const char *fname, int lineno, int column, in dwfl_module_getsrc_file()
/external/ipsec-tools/src/racoon/
Dcftoken.l100 int lineno; member
/external/qemu/distrib/libselinux/src/
Dlabel_android_property.c85 int pass, unsigned lineno) in process_line()
150 unsigned int lineno = 0, maxnspec, pass; in init() local
/external/libselinux/src/
Dlabel_android_property.c85 int pass, unsigned lineno) in process_line()
150 unsigned int lineno = 0, maxnspec, pass; in init() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
Dtest_expectations.py65 def _handle_error_message(self, lineno, message, confidence): argument
Dtest_expectations_unittest.py47 def __call__(self, lineno, category, confidence, message): argument
/external/chromium_org/ppapi/generators/
Didl_log.py34 def LogLine(self, filename, lineno, pos, msg): argument
/external/sepolicy/tools/
Dcheck_seapp.c105 int lineno; /** Line number rule was encounter on */ member
243 static int key_map_validate(key_map *m, int lineno) { in key_map_validate()
516 static rule_map *rule_map_new(kvp keys[], size_t num_of_keys, int lineno) { in rule_map_new()
919 unsigned lineno = 0; in parse() local
/external/tcpdump/
Dprint-esp.c314 const char *file, int lineno) in esp_print_decode_ikeline()
378 const char *file, int lineno) in esp_print_decode_onesecret()
404 int lineno=0; in esp_print_decode_onesecret() local
/external/elfutils/0.153/libdw/
Ddwarf_getsrc_file.c64 dwarf_getsrc_file (Dwarf *dbg, const char *fname, int lineno, int column, in dwarf_getsrc_file()
/external/chromium-trace/
Dupdate.py85 lineno = e['lineno'] variable
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Ddwarf-aux.c82 const char **fname, int *lineno) in cu_find_lineinfo()
585 int lineno; in __die_walk_funclines_cb() local
626 int lineno; in __die_walk_funclines() local
670 int lineno, ret = 0; in die_walk_lines() local
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dlexer_unittest.py42 def _MakeLexToken(token_type, value, lineno=1, lexpos=0): argument

1234