Home
last modified time | relevance | path

Searched refs:sep (Results 776 - 800 of 2051) sorted by relevance

1...<<31323334353637383940>>...83

/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);
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_hist.c1814 * 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 Dsecurity.c252 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 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
/kernel/linux/linux-5.10/kernel/
H A Dseccomp.c1910 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 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;
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Ddevice_node.c1161 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 Ddevice_node.c1161 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 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

Completed in 53 milliseconds

1...<<31323334353637383940>>...83