/third_party/node/test/fixtures/wpt/url/ |
H A D | url-setters-stripping.any.js | 18 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...] |
/third_party/curl/tests/unit/ |
H A D | unit1621.c | 71 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/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_dump_defines.c | 40 const char *stripped; 43 stripped = name; 45 if(*stripped != *prefix) 48 ++stripped; 51 return stripped;
|
/third_party/elfutils/tests/ |
H A D | test-flag-nobits.c | 34 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/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | ascii.cc | 171 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 D | cord_ring_test.cc | 1044 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/node/deps/v8/tools/ |
H A D | objdump-v8 | 53 stripped = line.strip() 54 return stripped.startswith("--") or stripped.startswith(";;")
|
/third_party/skia/infra/bots/recipe_modules/flavor/resources/ |
H A D | win_ssh_cmd.py | 33 stripped = line.strip() 34 if stripped == SENTINEL: 37 print(stripped)
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | generate_vim_syntax.py | 197 stripped = word.strip('\n,') 198 if stripped != "": 200 EmitAsEnumerant(stripped[2:])
|
H A D | check_copyright.py | 98 stripped = line.lstrip() 99 return stripped == '' or stripped.startswith('#!')
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | generate_vim_syntax.py | 197 stripped = word.strip('\n,') 198 if stripped != "": 200 EmitAsEnumerant(stripped[2:])
|
H A D | check_copyright.py | 98 stripped = line.lstrip() 99 return stripped == '' or stripped.startswith('#!')
|
/third_party/spirv-tools/utils/ |
H A D | generate_vim_syntax.py | 197 stripped = word.strip('\n,') 198 if stripped != "": 200 EmitAsEnumerant(stripped[2:])
|
H A D | check_copyright.py | 117 stripped = line.lstrip() 118 return stripped == '' or stripped.startswith('#!')
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | copyright.py | 72 stripped = line.lstrip() 73 return stripped == '' or stripped.startswith('#!')
|
/third_party/elfutils/src/ |
H A D | unstrip.c | 1 /* 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/python/Lib/ |
H A D | copyreg.py | 148 stripped = c.__name__.lstrip('_') 149 if stripped: 150 names.append('_%s%s' % (stripped, name))
|
H A D | quopri.py | 76 stripped = b'' 79 stripped = b'\n' 104 write(prevline, lineEnd=stripped)
|
H A D | cmd.py | 261 stripped = len(origline) - len(line) 262 begidx = readline.get_begidx() - stripped 263 endidx = readline.get_endidx() - stripped
|
/third_party/ninja/src/ |
H A D | util_test.cc | 490 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 D | parse.cc | 190 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 D | rubydomain.py | 101 * 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,
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | clspv_helper.cc | 282 std::vector<uint32_t> stripped; in Compile() local 283 if (!opt.Run(generated_binary->data(), generated_binary->size(), &stripped)) { in Compile() 286 generated_binary->swap(stripped); in Compile()
|
/third_party/node/deps/v8/third_party/markupsafe/ |
H A D | __init__.py | 153 stripped = u' '.join(_striptags_re.sub('', self).split()) 154 return Markup(stripped).unescape()
|
/third_party/node/tools/inspector_protocol/markupsafe/ |
H A D | __init__.py | 153 stripped = u' '.join(_striptags_re.sub('', self).split()) 154 return Markup(stripped).unescape()
|