Home
last modified time | relevance | path

Searched refs:name (Results 1 – 7 of 7) sorted by relevance

/scripts/
A Dmake-etags11 find . \( -name 'build-*' -prune \) -o \
12 \( -type f -name '*.[chS]' -o -name *.cpp \) -print0 | xargs -0 etags -a
A Dmake-markdown15 find system/ -name \*.h -or -name \*.c -or -name \*.cpp | xargs grep '//@doc(' -l | xargs $h2md -v
A Dshlib-symbols62 local read name type addr size
63 while read name type addr size; do
73 case "$name" in
92 echo >&2 "$0: Unhandled type '${type}' for symbol '${name}'"
109 echo "${type}(${name}${address_item}, ${size})"
A Dupdate-docs-from-abigen283 def find_block(lines, name):
290 if line == '## ' + name:
460 name = md[:-3]
461 if name not in names:
591 name = syscall['name']
592 if args.name and name not in args.name:
594 md = os.path.join(outf, name + '.md')
A Dzircon.elf-gdb.py331 name = str(thread["name"].lazy_string().value()).strip('"')
333 number, pid, thread.address, name, thread["state"]))
673 def _read_symbol_address(name): argument
675 addr = gdb.parse_and_eval("&"+name)
681 print("Can't find %s to lookup KASLR relocation" % name)
746 sections = dict([(name, int(addr, 16)) for addr,name in m])
769 sections = dict([(name, addr - offset) for name,addr in sections.iteritems()])
774 args = ["-s %s 0x%x" % (name, addr) for name,addr in sections.iteritems()]
A Dold-symbolize53 for name in names:
54 if name == find_args["name"]:
59 def find_file_in_build_dir(name, build_dirs):
60 find_args = {"name": name, "path": ""}
64 return os.path.abspath(os.path.join(find_args["path"], name))
380 name = m.group(4)
381 self.name_to_buildid[name] = buildid
382 self.bias_to_name[self.bias] = name
A Dfastboot-flash80 echo empty partition name provided

Completed in 9 milliseconds