Home
last modified time | relevance | path

Searched defs:stripped (Results 1 - 11 of 11) sorted by relevance

/third_party/elfutils/tests/
H A Dtest-flag-nobits.c34 Elf *stripped = elf_begin (fd, ELF_C_READ, NULL); in main() local
/third_party/ninja/src/
H A Dutil_test.cc490 string stripped = StripAnsiEscapeCodes("foo\33"); in TEST() local
501 string stripped = StripAnsiEscapeCodes(input); in TEST() local
H A Dutil.cc570 string stripped; local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dascii.cc171 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
H A Dcord_ring_test.cc1044 CordRep* stripped = RemovePrefix(10, child); in TEST_P() local
1059 CordRep* stripped = RemovePrefix(21, child); in TEST_P() local
1074 CordRep* stripped = RemoveSuffix(8, child); in TEST_P() local
1089 CordRep* stripped = RemoveSuffix(15, child); in TEST_P() local
1104 CordRep* stripped = MakeSubstring(7, child->length - 27, child); in TEST_P() local
1119 CordRep* stripped = RefIfInputShared(MakeSubstring(11, 3, child)); TEST_P() local
1137 CordRep* stripped = RefIfInputShared(MakeSubstring(11, 3, child)); TEST_P() local
1165 CordRep* stripped = RefIfInputSharedIndirect(RemovePrefix(10, child)); TEST_P() local
1180 CordRep* stripped = RefIfInputSharedIndirect(RemovePrefix(21, child)); TEST_P() local
1194 CordRep* stripped = RefIfInputSharedIndirect(RemoveSuffix(8, child)); TEST_P() local
1209 CordRep* stripped = RefIfInputSharedIndirect(RemoveSuffix(15, child)); TEST_P() local
1224 CordRep* stripped = TEST_P() local
1240 CordRep* stripped = RefIfInputSharedIndirect(MakeSubstring(11, 3, child)); TEST_P() local
1257 CordRep* stripped = RefIfInputSharedIndirect(MakeSubstring(11, 3, child)); TEST_P() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dclspv_helper.cc282 std::vector<uint32_t> stripped; in Compile() local
/third_party/toybox/toys/posix/
H A Dfile.c36 int endian = toybuf[5], bits = toybuf[4], i, j, dynamic = 0, stripped = 1, in do_elf_file() local
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_helpers.cc275 std::string stripped = TryRemovePrefix(enum_name, enum_value_name); in GetEnumValueName() local
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dparse.cc190 absl::string_view stripped = absl::StripLeadingAsciiWhitespace(line); in ReadFromFlagfile() local
/third_party/elfutils/src/
H A Dunstrip.c1386 copy_elided_sections(Elf *unstripped, Elf *stripped, const GElf_Ehdr *stripped_ehdr, GElf_Addr bias) copy_elided_sections() argument
2140 handle_file(const char *output_file, bool create_dirs, Elf *stripped, const GElf_Ehdr *stripped_ehdr, Elf *unstripped) handle_file() argument
2245 Elf *stripped = elf_begin (stripped_fd, ELF_C_READ, NULL); handle_explicit_files() local
2296 Elf *stripped = dwfl_module_getelf (mod, &bias); handle_dwfl_module() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc5157 std::string stripped = in CheckEnumValueUniqueness() local

Completed in 23 milliseconds