Home
last modified time | relevance | path

Searched refs:stripped (Results 1 - 25 of 64) sorted by relevance

123

/third_party/curl/tests/unit/
H A Dunit1621.c71 char *stripped = stripcredentials(url);
73 i, tests[i].input, stripped);
75 fail_if(stripped && strcmp(tests[i].output, stripped),
77 curl_free(stripped);
/third_party/node/test/fixtures/wpt/url/
H A Durl-setters-stripping.any.js18 const stripped = i === 0x09 || i === 0x0A || i === 0x0D;
22 if (i !== 0 && i !== 0x1F && !stripped) {
30 const expected = scheme === "https" ? (stripped ? "http" : "https") : (stripped ? "wpt--" : "wpt++");
38 const expected = scheme === "https" ? (stripped ? "http" : "https") : (stripped ? "wpt--" : "wpt++");
69 const expected = i === 0x00 || (scheme === "https" && i === 0x1F) ? "host" : stripped ? "test" : expectedPart;
77 const expected = i === 0x00 || (scheme === "https" && i === 0x1F) ? "host" : stripped ? "test" : expectedPart;
86 const expected = stripped ? "9000" : "8000";
94 const expected = stripped
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dobjdiff60 stripped=$dir/${base%.o}.stripped
67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
68 $OBJDUMP -D $stripped | sed -e "s/^[[:space:]]\+[0-9a-f]\+//" -e "s:^$stripped:$1:" > $dis
H A Dheaderdep.pl66 my $stripped = $filename;
67 $stripped =~ s/^$i\///;
69 return $stripped if $stripped ne $filename;
/kernel/linux/linux-6.6/scripts/
H A Dobjdiff60 stripped=$dir/${base%.o}.stripped
67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
68 $OBJDUMP -D $stripped | sed -e "s/^[[:space:]]\+[0-9a-f]\+//" -e "s:^$stripped:$1:" > $dis
H A Dheaderdep.pl66 my $stripped = $filename;
67 $stripped =~ s/^$i\///;
69 return $stripped if $stripped ne $filename;
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_defines.c40 const char *stripped;
43 stripped = name;
45 if(*stripped != *prefix)
48 ++stripped;
51 return stripped;
/third_party/elfutils/tests/
H A Dtest-flag-nobits.c34 Elf *stripped = elf_begin (fd, ELF_C_READ, NULL); in main() local
37 while ((scn = elf_nextscn (stripped, scn)) != NULL) in main()
40 elf_end (stripped); in main()
/third_party/node/deps/v8/tools/
H A Dobjdump-v853 stripped = line.strip()
54 return stripped.startswith("--") or stripped.startswith(";;")
/third_party/skia/infra/bots/recipe_modules/flavor/resources/
H A Dwin_ssh_cmd.py33 stripped = line.strip()
34 if stripped == SENTINEL:
37 print(stripped)
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dascii.cc171 auto stripped = StripAsciiWhitespace(*str); in RemoveExtraAsciiWhitespace() local
173 if (stripped.empty()) { in RemoveExtraAsciiWhitespace()
178 auto input_it = stripped.begin(); in RemoveExtraAsciiWhitespace()
179 auto input_end = stripped.end(); in RemoveExtraAsciiWhitespace()
H A Dcord_ring_test.cc1044 CordRep* stripped = RemovePrefix(10, child); in TEST_P() local
1045 CordRepRing* result = NeedsUnref(CordRepRing::Append(ring, stripped)); in TEST_P()
1059 CordRep* stripped = RemovePrefix(21, child); in TEST_P() local
1060 CordRepRing* result = NeedsUnref(CordRepRing::Append(ring, stripped)); in TEST_P()
1074 CordRep* stripped = RemoveSuffix(8, child); in TEST_P() local
1075 CordRepRing* result = NeedsUnref(CordRepRing::Append(ring, stripped)); in TEST_P()
1089 CordRep* stripped = RemoveSuffix(15, child); in TEST_P() local
1090 CordRepRing* result = NeedsUnref(CordRepRing::Append(ring, stripped)); in TEST_P()
1104 CordRep* stripped = MakeSubstring(7, child->length - 27, child); in TEST_P() local
1105 CordRepRing* result = NeedsUnref(CordRepRing::Append(ring, stripped)); in TEST_P()
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/skia/third_party/externals/spirv-tools/utils/
H A Dgenerate_vim_syntax.py197 stripped = word.strip('\n,')
198 if stripped != "":
200 EmitAsEnumerant(stripped[2:])
H A Dcheck_copyright.py98 stripped = line.lstrip()
99 return stripped == '' or stripped.startswith('#!')
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgenerate_vim_syntax.py197 stripped = word.strip('\n,')
198 if stripped != "":
200 EmitAsEnumerant(stripped[2:])
H A Dcheck_copyright.py98 stripped = line.lstrip()
99 return stripped == '' or stripped.startswith('#!')
/third_party/spirv-tools/utils/
H A Dgenerate_vim_syntax.py197 stripped = word.strip('\n,')
198 if stripped != "":
200 EmitAsEnumerant(stripped[2:])
H A Dcheck_copyright.py117 stripped = line.lstrip()
118 return stripped == '' or stripped.startswith('#!')
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dcopyright.py72 stripped = line.lstrip()
73 return stripped == '' or stripped.startswith('#!')
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.cpp256 sk_sp<SkData> stripped;
258 std::shared_ptr<RSData> stripped;
263 stripped = ImageCompressor::StripFileHeader(compressedData);
311 ImageProvider::UploadImageToGPUForRender(pipelineContext, image, stripped, callback, key);
320 ImageProvider::UploadImageToGPUForRender(pipelineContext, image, stripped, callback, key);
/third_party/python/Lib/
H A Dcopyreg.py148 stripped = c.__name__.lstrip('_')
149 if stripped:
150 names.append('_%s%s' % (stripped, name))
/third_party/elfutils/src/
H A Dunstrip.c1 /* Combine stripped files with separate symbols and debug information.
360 Because of this, the related sections can shrink in the stripped
612 /* Don't redo SHT_GROUP, groups are in both the stripped and debug, in adjust_all_relocs()
1388 copy_elided_sections (Elf *unstripped, Elf *stripped, in copy_elided_sections()
1396 ELF_CHECK (elf_getshdrstrndx (stripped, &stripped_shstrndx) == 0, in copy_elided_sections()
1404 ELF_CHECK (elf_getshdrnum (stripped, &stripped_shnum) == 0, in copy_elided_sections()
1409 more sections in stripped file than debug file -- arguments reversed?")); in copy_elided_sections()
1412 error_exit (0, _("no sections in stripped file")); in copy_elided_sections()
1420 elf_flagelf (stripped, ELF_C_SET, ELF_F_LAYOUT); in copy_elided_sections()
1421 max_off = elf_update (stripped, ELF_C_NUL in copy_elided_sections()
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/ninja/src/
H A Dutil_test.cc490 string stripped = StripAnsiEscapeCodes("foo\33"); in TEST() local
491 EXPECT_EQ("foo", stripped); in TEST()
493 stripped = StripAnsiEscapeCodes("foo\33["); in TEST()
494 EXPECT_EQ("foo", stripped); in TEST()
501 string stripped = StripAnsiEscapeCodes(input); in TEST() local
503 stripped); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dparse.cc190 absl::string_view stripped = absl::StripLeadingAsciiWhitespace(line); in ReadFromFlagfile() local
192 if (stripped.empty() || stripped[0] == '#') { in ReadFromFlagfile()
197 if (stripped[0] == '-') { in ReadFromFlagfile()
198 if (stripped == "--") { in ReadFromFlagfile()
206 args_.push_back(std::string(stripped)); in ReadFromFlagfile()
/third_party/nghttp2/doc/_exts/rubydomain/
H A Drubydomain.py101 * it is stripped from the displayed name if present
506 stripped = ignore
509 stripped = ''
511 # we stripped the whole module name?
513 modname, stripped = stripped, ''
525 entries.append([stripped + package, 1, '', '', '', '', ''])
532 entries.append([stripped + modname, subtype, docname,
533 'module-' + stripped + modname, platforms,

Completed in 18 milliseconds

123