Home
last modified time | relevance | path

Searched defs:stripped (Results 1 – 11 of 11) 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/apache-commons-bcel/src/examples/
DPeephole.java49 Method stripped = removeNOPs(mg); in main() local
/external/cldr/tools/java/org/unicode/cldr/test/
DFlexibleDateFromCLDR.java197 StringBuilder stripped = new StringBuilder(patlen); in stripLiterals() local
/external/toybox/toys/posix/
Dfile.c34 int endian = toybuf[5], bits = toybuf[4], i, j, dynamic = 0, 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.c1364 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/
DTarArchiveOutputStream.java511 final char stripped = (char) (name.charAt(i) & 0x7F); in stripTo7Bits() local
/external/python/cpython2/Lib/
Dcgi.py881 def stripped(self, key): member in FormContent
/external/python/cpython3/Modules/
Dzipimport.c1473 PyObject *toc_entry, *stripped; in get_mtime_of_source() local