/third_party/elfutils/tests/ |
H A D | test-flag-nobits.c | 34 Elf *stripped = elf_begin (fd, ELF_C_READ, NULL); in main() local
|
/third_party/ninja/src/ |
H A D | util_test.cc | 490 string stripped = StripAnsiEscapeCodes("foo\33");
in TEST() local 501 string stripped = StripAnsiEscapeCodes(input);
in TEST() local
|
H A D | util.cc | 570 string stripped;
local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | ascii.cc | 171 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
|
H A D | cord_ring_test.cc | 1044 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 D | clspv_helper.cc | 282 std::vector<uint32_t> stripped; in Compile() local
|
/third_party/toybox/toys/posix/ |
H A D | file.c | 36 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 D | csharp_helpers.cc | 275 std::string stripped = TryRemovePrefix(enum_name, enum_value_name); in GetEnumValueName() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | parse.cc | 190 absl::string_view stripped = absl::StripLeadingAsciiWhitespace(line); in ReadFromFlagfile() local
|
/third_party/elfutils/src/ |
H A D | unstrip.c | 1386 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 D | descriptor.cc | 5157 std::string stripped = in CheckEnumValueUniqueness() local
|