Searched defs:stripped (Results 1 – 11 of 11) 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/apache-commons-bcel/src/examples/ |
D | Peephole.java | 49 Method stripped = removeNOPs(mg); in main() local
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | FlexibleDateFromCLDR.java | 197 StringBuilder stripped = new StringBuilder(patlen); in stripLiterals() local
|
/external/toybox/toys/posix/ |
D | file.c | 34 int endian = toybuf[5], bits = toybuf[4], i, j, dynamic = 0, 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 | 1364 copy_elided_sections (Elf *unstripped, Elf *stripped, in copy_elided_sections() 2090 Elf *stripped, const GElf_Ehdr *stripped_ehdr, in handle_file() 2192 Elf *stripped = elf_begin (stripped_fd, ELF_C_READ, NULL); in handle_explicit_files() local 2239 Elf *stripped = dwfl_module_getelf (mod, &bias); in handle_dwfl_module() local
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/ |
D | TarArchiveOutputStream.java | 511 final char stripped = (char) (name.charAt(i) & 0x7F); in stripTo7Bits() local
|
/external/python/cpython2/Lib/ |
D | cgi.py | 881 def stripped(self, key): member in FormContent
|
/external/python/cpython3/Modules/ |
D | zipimport.c | 1473 PyObject *toc_entry, *stripped; in get_mtime_of_source() local
|