Home
last modified time | relevance | path

Searched defs:stripped (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/tests/
Dtest-flag-nobits.c34 Elf *stripped = elf_begin (fd, ELF_C_READ, NULL); in main() local
/external/mockito/src/main/java/org/mockito/internal/configuration/plugins/
DPluginFileReader.java15 String stripped = stripCommentAndWhitespace(line); in readPluginClass() local
/external/owasp/sanitizer/src/tests/org/owasp/html/
DEncodingTest.java226 private static final void assertStripped(String stripped, String orig) { in assertStripped()
/external/toybox/toys/posix/
Dfile.c50 int stripped = 1; local
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc269 std::string stripped = TryRemovePrefix(enum_name, enum_value_name); in GetEnumValueName() local
/external/elfutils/src/
Dunstrip.c1279 copy_elided_sections (Elf *unstripped, Elf *stripped, in copy_elided_sections()
1977 Elf *stripped, const GElf_Ehdr *stripped_ehdr, in handle_file()
2079 Elf *stripped = elf_begin (stripped_fd, ELF_C_READ, NULL); in handle_explicit_files() local
2126 Elf *stripped = dwfl_module_getelf (mod, &bias); in handle_dwfl_module() local
/external/python/cpython2/Lib/
Dcgi.py881 def stripped(self, key): member in FormContent