Searched defs:stripped (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/tests/ |
D | test-flag-nobits.c | 34 Elf *stripped = elf_begin (fd, ELF_C_READ, NULL); in main() local
|
/external/mockito/src/main/java/org/mockito/internal/configuration/plugins/ |
D | PluginFileReader.java | 15 String stripped = stripCommentAndWhitespace(line); in readPluginClass() local
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | EncodingTest.java | 226 private static final void assertStripped(String stripped, String orig) { in assertStripped()
|
/external/toybox/toys/posix/ |
D | file.c | 50 int stripped = 1; local
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_helpers.cc | 269 std::string stripped = TryRemovePrefix(enum_name, enum_value_name); in GetEnumValueName() local
|
/external/elfutils/src/ |
D | unstrip.c | 1279 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/ |
D | cgi.py | 881 def stripped(self, key): member in FormContent
|