Home
last modified time | relevance | path

Searched refs:sep (Results 601 - 625 of 694) sorted by relevance

1...<<2122232425262728

/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Derr.h473 void ERR_add_error_mem_bio(const char *sep, BIO *bio);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Derr.h473 void ERR_add_error_mem_bio(const char *sep, BIO *bio);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Derr.h473 void ERR_add_error_mem_bio(const char *sep, BIO *bio);
/third_party/python/Lib/distutils/tests/
H A Dtest_sdist.py47 data%(sep)sdata.dt
48 scripts%(sep)sscript.py
49 some%(sep)sfile.txt
50 some%(sep)sother_file.txt
51 somecode%(sep)s__init__.py
52 somecode%(sep)sdoc.dat
53 somecode%(sep)sdoc.txt
246 self.assertEqual(manifest, MANIFEST % {'sep': os.sep})
/third_party/python/Lib/
H A Dpkgutil.py383 fn = fn[plen:].split(os.sep)
H A Dtarfile.py758 # Include os.sep (target OS directory separator) as well.
759 if name.startswith(('/', os.sep)):
760 name = new_attrs['name'] = member.path.lstrip('/' + os.sep)
2048 arcname = arcname.replace(os.sep, "/")
2417 targetpath = targetpath.replace("/", os.sep)
H A Dipaddress.py1867 addr, sep, scope_id = ip_str.partition('%')
1868 if not sep:
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dgen_spirv_builder_and_parser.py176 self.path_prefix = os.path.dirname(os.path.realpath(__file__)) + os.path.sep
/third_party/python/Lib/tkinter/
H A Dfiledialog.py204 if filter[-1:] == os.sep or os.path.isdir(filter):
/third_party/python/Lib/test/
H A Dtest_http_cookies.py57 self.assertEqual(C.output(sep='\n'), case['output'])
H A Dtest_re.py407 for sep, expected in [
413 with self.subTest(sep=sep):
414 self.assertTypedEqual(re.split(sep, ':a:b::c'), expected)
416 for sep, expected in [
422 with self.subTest(sep=sep):
423 self.assertTypedEqual(re.split(sep, ':a:b::c'), expected)
H A Dtest_dis.py1328 ',\n '.join(map(_stringify_instruction, _instructions)), ',\n]', sep='')
1331 ',\n '.join(map(_stringify_instruction, _instructions)), ',\n]', sep='')
1334 ',\n '.join(map(_stringify_instruction, _instructions)), ',\n]', sep='')
1337 ',\n '.join(map(_stringify_instruction, _instructions)), ',\n]', sep='')
H A Dtest_cmd_line.py416 sep = os.linesep.encode('ASCII')
417 stdin.write(sep.join((b'abc', b'def')))
/third_party/skia/tools/skp/
H A Dwebpages_playback.py242 page_set.split(os.path.sep)[-1].split('.')[0] + '_*.wprgo')
/third_party/python/Lib/lib2to3/tests/
H A Dtest_refactor.py239 re.escape(os.sep + os.path.basename(test_file))
/third_party/python/Lib/unittest/
H A Dloader.py346 name = _relpath.replace(os.path.sep, '.')
/third_party/skia/experimental/tools/
H A Dpdf-comparison.py246 assert os.pardir == '..' and '/' in [os.sep, os.altsep]
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dandroid.py556 self.m.path.basename(device) + self.m.path.sep + '*',
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dcommon.h489 char sep);
/third_party/ffmpeg/libavformat/
H A Drtsp.c140 const char *sep, const char **pp) in get_word_until_chars()
148 while (!strchr(sep, *p) && *p != '\0') { in get_word_until_chars()
158 static void get_word_sep(char *buf, int buf_size, const char *sep, in get_word_sep() argument
162 get_word_until_chars(buf, buf_size, sep, pp); in get_word_sep()
139 get_word_until_chars(char *buf, int buf_size, const char *sep, const char **pp) get_word_until_chars() argument
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp1670 int sep = a.ReverseFind_PathSepar(); in Set_ModuleDirPrefix_From_ProgArg0() local
1671 a.DeleteFrom((unsigned)(sep + 1)); in Set_ModuleDirPrefix_From_ProgArg0()
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js526 return process.cwd() + path.sep;
1097 const parentPath = parent?.filename ?? process.cwd() + path.sep;
/third_party/curl/tests/
H A Dservers.pm156 my $sep = '[:]';
159 $sep = '[;]';
161 my @paths=(split(m/$sep/, $ENV{'PATH'}), "/usr/sbin", "/usr/local/sbin",
/third_party/node/tools/
H A Dtest.py325 root_path = abspath(join(dirname(__file__), '../')) + os.sep
361 prefix = abspath(join(dirname(__file__), '../test')) + os.sep
426 prefix = abspath(join(dirname(__file__), '../test')) + os.sep
/third_party/libdrm/tests/modetest/
H A Dmodetest.c147 const char *sep = ""; \
150 printf("%s%s", sep, res##_names[i]); \
151 sep = ", "; \

Completed in 42 milliseconds

1...<<2122232425262728