/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | err.h | 473 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 D | err.h | 473 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 D | err.h | 473 void ERR_add_error_mem_bio(const char *sep, BIO *bio);
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_sdist.py | 47 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 D | pkgutil.py | 383 fn = fn[plen:].split(os.sep)
|
H A D | tarfile.py | 758 # 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 D | ipaddress.py | 1867 addr, sep, scope_id = ip_str.partition('%') 1868 if not sep:
|
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
H A D | gen_spirv_builder_and_parser.py | 176 self.path_prefix = os.path.dirname(os.path.realpath(__file__)) + os.path.sep
|
/third_party/python/Lib/tkinter/ |
H A D | filedialog.py | 204 if filter[-1:] == os.sep or os.path.isdir(filter):
|
/third_party/python/Lib/test/ |
H A D | test_http_cookies.py | 57 self.assertEqual(C.output(sep='\n'), case['output'])
|
H A D | test_re.py | 407 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 D | test_dis.py | 1328 ',\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 D | test_cmd_line.py | 416 sep = os.linesep.encode('ASCII') 417 stdin.write(sep.join((b'abc', b'def')))
|
/third_party/skia/tools/skp/ |
H A D | webpages_playback.py | 242 page_set.split(os.path.sep)[-1].split('.')[0] + '_*.wprgo')
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_refactor.py | 239 re.escape(os.sep + os.path.basename(test_file))
|
/third_party/python/Lib/unittest/ |
H A D | loader.py | 346 name = _relpath.replace(os.path.sep, '.')
|
/third_party/skia/experimental/tools/ |
H A D | pdf-comparison.py | 246 assert os.pardir == '..' and '/' in [os.sep, os.altsep]
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | android.py | 556 self.m.path.basename(device) + self.m.path.sep + '*',
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | common.h | 489 char sep);
|
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.c | 140 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 D | ArchiveCommandLine.cpp | 1670 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 D | loader.js | 526 return process.cwd() + path.sep; 1097 const parentPath = parent?.filename ?? process.cwd() + path.sep;
|
/third_party/curl/tests/ |
H A D | servers.pm | 156 my $sep = '[:]'; 159 $sep = '[;]'; 161 my @paths=(split(m/$sep/, $ENV{'PATH'}), "/usr/sbin", "/usr/local/sbin",
|
/third_party/node/tools/ |
H A D | test.py | 325 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 D | modetest.c | 147 const char *sep = ""; \ 150 printf("%s%s", sep, res##_names[i]); \ 151 sep = ", "; \
|