Searched refs:is_text (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 779 Bool from_opd = False, is_text = False, is_ifunc = False; in read_elf_symtab__normal() local 790 &from_opd, &is_text, &is_ifunc)) { in read_elf_symtab__normal() 800 disym.isText = is_text; in read_elf_symtab__normal() 811 is_text ? 't' : 'd', in read_elf_symtab__normal() 848 Bool is_text; member 913 Bool from_opd = False, is_text = False, is_ifunc = False; in read_elf_symtab__ppc64be_linux() local 926 &from_opd, &is_text, &is_ifunc)) { in read_elf_symtab__ppc64be_linux() 997 elem->is_text = is_text; in read_elf_symtab__ppc64be_linux() 1035 disym.isText = elem->is_text; in read_elf_symtab__ppc64be_linux()
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
D | response.py | 172 is_text = isinstance(status, text_type) 173 if is_text: 197 if is_text:
|
D | request.py | 1217 is_text = isinstance(start_line, text_type) 1218 if is_text: 1254 if is_text:
|