Searched refs:is_text (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 776 Bool from_opd = False, is_text = False, is_ifunc = False; in read_elf_symtab__normal() local 787 &from_opd, &is_text, &is_ifunc)) { in read_elf_symtab__normal() 797 disym.isText = is_text; in read_elf_symtab__normal() 808 is_text ? 't' : 'd', in read_elf_symtab__normal() 845 Bool is_text; member 910 Bool from_opd = False, is_text = False, is_ifunc = False; in read_elf_symtab__ppc64be_linux() local 923 &from_opd, &is_text, &is_ifunc)) { in read_elf_symtab__ppc64be_linux() 994 elem->is_text = is_text; in read_elf_symtab__ppc64be_linux() 1032 disym.isText = elem->is_text; in read_elf_symtab__ppc64be_linux()
|
/external/chromium-trace/trace-viewer/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:
|