Searched refs:name_pos (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A DWow64.cc146 size_t name_pos = path.find_last_of(L"\\"); local
147 if (base::string16::npos == name_pos)
149 path.resize(name_pos + 1);
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_build_id.c83 size_t name_pos; local
85 while ((pos = gelf_getnote (data, pos, &nhdr, &name_pos, &desc_pos)) > 0)
87 && nhdr.n_namesz == sizeof "GNU" && !memcmp (data->d_buf + name_pos,
H A Dcore-file.c457 size_t name_pos; local
460 &name_pos, &desc_pos)) > 0)
463 && !memcmp (notes->d_buf + name_pos, "CORE", sizeof "CORE"))
/external/compiler-rt/lib/asan/
H A Dasan_report.cc347 const char *name_pos; member in struct:__asan::StackVarDescr
413 vars[i].name_pos = p;
419 internal_strncat(buf, vars[i].name_pos,
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.py1365 for (name_pos, name, as_name, kind) in imported_names:
1367 s.error("not a chance", name_pos)
1372 s.error("future feature %s is not defined" % name, name_pos)
1383 for (name_pos, name, as_name, kind) in imported_names:
1386 ExprNodes.IdentifierStringNode(name_pos, value = encoded_name))
1389 ExprNodes.NameNode(name_pos,

Completed in 3160 milliseconds