/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);
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_hist.c | 1814 * If field_op != FIELD_OP_NONE, *sep points to the root operator 1817 static int contains_operator(char *str, char **sep) in contains_operator() argument 1879 if (sep) { in contains_operator() 1883 *sep = minus_op; in contains_operator() 1886 *sep = plus_op; in contains_operator() 1889 *sep = div_op; in contains_operator() 1892 *sep = mult_op; in contains_operator() 1896 *sep = NULL; in contains_operator() 2669 char *sep, *operand1_str; in parse_expr() local 2678 field_op = contains_operator(str, &sep); in parse_expr() [all...] |
/kernel/linux/linux-6.6/security/ |
H A D | security.c | 252 char *sep, *name, *next; in ordered_lsm_parse() local 281 sep = kstrdup(order, GFP_KERNEL); in ordered_lsm_parse() 282 next = sep; in ordered_lsm_parse() 325 kfree(sep); in ordered_lsm_parse()
|
/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
|
/kernel/linux/linux-5.10/kernel/ |
H A D | seccomp.c | 1910 const char *sep) in seccomp_names_from_actions_logged() 1922 ret = strscpy(names, sep, size); in seccomp_names_from_actions_logged() 1908 seccomp_names_from_actions_logged(char *names, size_t size, u32 actions_logged, const char *sep) seccomp_names_from_actions_logged() 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;
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | device_node.c | 1161 bool sep = false; in fill_features() local 1168 if (sep) in fill_features() 1170 sep = true; in fill_features()
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | device_node.c | 1161 bool sep = false; in fill_features() local 1168 if (sep) in fill_features() 1170 sep = true; in fill_features()
|
/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
|