Searched refs:lineno (Results 101 - 125 of 222) sorted by relevance

123456789

/external/valgrind/main/helgrind/
H A Dlibhb_core.c3358 UWord lineno = FI_GET_LINENO(a); /* lineno for 'a' */ local
3359 FiLine* line = &fi->lines[lineno];
3363 if (LIKELY( fi->tags[lineno] == atag )) {
3375 UWord lineno = FI_GET_LINENO(a); /* lineno for 'a' */ local
3376 FiLine* line = &fi->lines[lineno];
3378 if (LIKELY( fi->tags[lineno] == atag )) {
3417 UWord lineno = FI_GET_LINENO(a); /* lineno fo local
3445 UWord lineno = FI_GET_LINENO(a); /* lineno for 'a' */ local
3473 UWord lineno = FI_GET_LINENO(a); /* lineno for 'a' */ local
3500 UWord lineno = FI_GET_LINENO(a); /* lineno for 'a' */ local
3532 UWord lineno = FI_GET_LINENO(a); /* lineno for 'a' */ local
3560 UWord lineno = FI_GET_LINENO(a); /* lineno for 'a' */ local
3588 UWord lineno = FI_GET_LINENO(a); /* lineno for 'a' */ local
3615 UWord lineno = FI_GET_LINENO(a); /* lineno for 'a' */ local
[all...]
/external/chromium_org/third_party/jinja2/
H A Dcompiler.py421 def fail(self, msg, lineno):
423 raise TemplateAssertionError(msg, lineno, self.name, self.filename)
515 if node is not None and node.lineno != self._last_line:
516 self._write_debug_info = node.lineno
517 self._last_line = node.lineno
673 ', '.join(sorted(overridden_closure_vars)), node.lineno)
750 rv = 'line %d' % node.lineno
778 self.fail('block %r defined twice' % block.name, block.lineno)
879 node.lineno)
1075 'in for-loop target', name.lineno)
[all...]
H A Denvironment.py463 tokens as tuples in the form ``(lineno, token_type, value)``.
590 parser.stream.current.lineno,
597 body = [nodes.Assign(nodes.Name('result', 'store'), expr, lineno=1)]
598 template = self.from_string(nodes.Template(body, lineno=1))
1032 def get_corresponding_lineno(self, lineno):
1037 if code_line <= lineno:
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DMemoryView_C.c482 __Pyx_INC_MEMVIEW({{memviewslice_name}} *memslice, int have_gil, int lineno)
491 __pyx_get_slice_count(memview), lineno);
507 int have_gil, int lineno) {
520 __pyx_get_slice_count(memview), lineno);
H A DExceptions.c420 int lineno, const char *filename,
427 CYTHON_UNUSED int lineno, CYTHON_UNUSED const char *filename,
426 __Pyx_WriteUnraisable(const char *name, CYTHON_UNUSED int clineno, CYTHON_UNUSED int lineno, CYTHON_UNUSED const char *filename, int full_traceback) argument
/external/libselinux/src/
H A Dandroid.c285 unsigned lineno; local
317 lineno = 1;
448 seapp_contexts_file[policy_index], cur->name.str, lineno);
455 lineno++;
484 seapp_contexts_file[policy_index], lineno);
923 unsigned long lineno = 1; local
970 lineno++;
1004 PACKAGES_LIST_FILE, lineno);
/external/oprofile/libopagent/
H A Dopagent.c323 !fwrite_unlocked(&compile_map[i].lineno,
324 sizeof(compile_map[i].lineno), 1,
/external/qemu/distrib/libselinux/src/
H A Dandroid.c278 unsigned lineno; local
310 lineno = 1;
441 seapp_contexts_file[policy_index], cur->name.str, lineno);
448 lineno++;
477 seapp_contexts_file[policy_index], lineno);
897 unsigned long lineno = 1; local
944 lineno++;
978 PACKAGES_LIST_FILE, lineno);
/external/dnsmasq/src/
H A Ddhcp.c728 int count = 0, lineno = 0; local
759 lineno++;
772 my_syslog(MS_DHCP | LOG_ERR, _("bad line at %s line %d"), ETHERSFILE, lineno);
785 my_syslog(MS_DHCP | LOG_ERR, _("bad address at %s line %d"), ETHERSFILE, lineno);
801 my_syslog(MS_DHCP | LOG_ERR, _("bad name at %s line %d"), ETHERSFILE, lineno);
815 my_syslog(MS_DHCP | LOG_ERR, _("ignoring %s line %d, duplicate name or IP address"), ETHERSFILE, lineno);
H A Dcache.c757 int addr_count = 0, name_count = cache_size, lineno = 0; local
773 lineno++;
798 my_syslog(LOG_ERR, _("bad address at %s line %d"), filename, lineno);
856 my_syslog(LOG_ERR, _("bad name at %s line %d"), filename, lineno);
/external/chromium_org/base/android/jni_generator/
H A Djni_generator.py588 for lineno, content in enumerate(contents[2:], 2):
600 signature=JniParams.ParseJavaPSignature(contents[lineno + 1]))]
604 for lineno, content in enumerate(contents[2:], 2):
616 signature=JniParams.ParseJavaPSignature(contents[lineno + 1]),
624 for lineno, content in enumerate(contents[2:], 2):
628 value = re.match(re_constant_field_value, contents[lineno + 2])
630 value = re.match(re_constant_field_value, contents[lineno + 3])
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h113 UInt lineno:LINENO_BITS; /* source line number, or zero */ member in struct:__anon32418
878 Addr this, Addr next, Int lineno, Int entry);
H A Dstorage.c373 Int lineno,
387 filename, lineno, this, next );
436 vg_assert(lineno >= 0);
437 if (lineno > MAX_LINENO) {
443 "huge line number (%d)\n", lineno);
455 loc.lineno = lineno;
461 this,size,lineno,filename);
368 addLineInfo( struct _DebugInfo* di, const HChar* filename, const HChar* dirname, Addr this, Addr next, Int lineno, Int entry ) argument
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dsubversion_file_system.py28 if e.lineno != i + 1))
/external/chromium_org/tools/perf/page_sets/endure/
H A Dindexeddb_app.js107 error("Error in: " + event.filename + "(" + event.lineno + "): " +
/external/elfutils/0.153/libdwfl/
H A Dlibdwfl.h515 const char *fname, int lineno, int column,
/external/elfutils/elfutils/
H A Dlibdwfl.h515 const char *fname, int lineno, int column,
/external/lldb/test/unittest2/test/
H A Dsupport.py167 _WARNING_DETAILS = ("message", "category", "filename", "lineno", "file",
169 def __init__(self, message, category, filename, lineno, file=None,
/external/mksh/src/
H A Dsyn.c288 t->lineno = source->line;
398 t->lineno = lno;
701 t->lineno = source->line;
721 t->left->lineno = 1;
H A Dcheck.pl226 ':long-name', 1, # dir/file:lineno:name
841 local($lineno, $char) = (1, 1);
862 $lineno++;
866 return "first difference: line $lineno, char $char (wanted '"
/external/ipsec-tools/src/racoon/
H A Dcftoken.l100 int lineno;
658 {nl} { incstack[incstackp].lineno++; }
677 incstack[incstackp].path, incstack[incstackp].lineno,
697 incstack[incstackp].path, incstack[incstackp].lineno,
765 incstack[incstackp].lineno = 1;
/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c2236 int sqlite3CorruptError(int lineno){ argument
2240 lineno, 20+sqlite3_sourceid());
2243 int sqlite3MisuseError(int lineno){ argument
2247 lineno, 20+sqlite3_sourceid());
2250 int sqlite3CantopenError(int lineno){ argument
2254 lineno, 20+sqlite3_sourceid());
/external/chromium_org/net/base/
H A Dfilename_util_unittest.cc25 int lineno; member in struct:net::__anon9005::GenerateFilenameCase
58 << "test case at line number: " << test_case->lineno;
/external/chromium_org/chrome/test/mini_installer/
H A Dtest_installer.py36 line = frameinfo.lineno
/external/e2fsprogs/misc/
H A Dfsck.c337 int lineno = 0; local
347 lineno++;
353 "on line %d of %s\n"), lineno, filename);

Completed in 601 milliseconds

123456789