/test/testfwk/developer_test/src/core/driver/ |
H A D | drivers.py | 147 findkey = os.sep + "tests" + os.sep 152 pos1 = subpath.find(os.sep) 154 subpath = subpath[pos1 + len(os.sep):] 169 suit_path = result_suit_path.split("result")[-1].strip(os.sep).split(os.sep)[0] 392 find_key = os.sep + "benchmark" + os.sep 474 test_type = self.testsuite_path.split(tests_path)[1].strip(os.sep).split(os.sep)[ [all...] |
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | macro_gen.h | 32 std::string GenFullName(int32_t depth, const std::shared_ptr<AstObject> &node, const std::string &sep);
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _files.py | 65 if filename.endswith(os.path.sep):
|
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
H A D | utils.py | 51 level = path.count(os.path.sep)
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_add_handler.py | 342 parent_depth = len(drv_src_dir.split(os.path.sep)) 347 if len(dir_path.split(os.path.sep)) == parent_depth + 1: 349 if len(dir_path.split(os.path.sep)) == parent_depth + 2: 350 dir_dict.get(dir_path.split(os.path.sep)[-2]).append(dir_name)
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | palinfo.c | 298 const char *sep; in vm_info() local 330 sep = ""; in vm_info() 333 seq_printf(m, "%s%s", sep, mem_attrib[i]); in vm_info() 334 sep = ", "; in vm_info()
|
H A D | setup.c | 670 char features[128], *cp, *sep; in show_cpuinfo() local 682 sep = ""; in show_cpuinfo() 685 cp += snprintf(cp, size, "%s%s", sep, in show_cpuinfo() 687 sep = ", "; in show_cpuinfo() 694 snprintf(cp, size, "%s0x%lx", sep, mask); in show_cpuinfo()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | palinfo.c | 298 const char *sep; in vm_info() local 330 sep = ""; in vm_info() 333 seq_printf(m, "%s%s", sep, mem_attrib[i]); in vm_info() 334 sep = ", "; in vm_info()
|
H A D | setup.c | 666 char features[128], *cp, *sep; in show_cpuinfo() local 678 sep = ""; in show_cpuinfo() 681 cp += snprintf(cp, size, "%s%s", sep, in show_cpuinfo() 683 sep = ", "; in show_cpuinfo() 690 snprintf(cp, size, "%s0x%lx", sep, mask); in show_cpuinfo()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cached_dir.c | 71 char sep; in path_to_dentry() local 73 sep = CIFS_DIR_SEP(cifs_sb); in path_to_dentry() 88 while (*s == sep) in path_to_dentry() 94 while (*s && *s != sep) in path_to_dentry()
|
/third_party/ffmpeg/libavformat/ |
H A D | avio.c | 120 char sep= *++p; in url_alloc_for_protocol() local 127 while(ret >= 0 && (key= strchr(p, sep)) && p<key && (val = strchr(key+1, sep))){ in url_alloc_for_protocol() 135 *val= *key= sep; in url_alloc_for_protocol()
|
/third_party/node/deps/v8/tools/ |
H A D | v8_presubmit.py | 242 dirs = lambda f: dirname(f).split(os.sep) 488 for dir_part in os.path.dirname(file).replace(os.sep, '/').split('/'): 709 pieces = file_path[len(test_path):].lstrip(os.sep).split(os.sep)
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | dgst.c | 27 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen, 546 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen, in do_fp() argument 621 } else if (sep == 2) { in do_fp() 644 if (sep && (i != 0)) in do_fp()
|
/third_party/python/Lib/asyncio/ |
H A D | streams.py | 542 sep = b'\n' 543 seplen = len(sep) 545 line = await self.readuntil(sep) 549 if self._buffer.startswith(sep, e.consumed):
|
/third_party/openssl/apps/ |
H A D | dgst.c | 27 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen, 546 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen, in do_fp() argument 621 } else if (sep == 2) { in do_fp() 644 if (sep && (i != 0)) in do_fp()
|
/third_party/python/Python/clinic/ |
H A D | bltinmodule.c.h | 772 "print($module, /, *args, sep=\' \', end=\'\\n\', file=None, flush=False)\n" 777 " sep\n" 790 builtin_print_impl(PyObject *module, PyObject *args, PyObject *sep, 797 static const char * const _keywords[] = {"sep", "end", "file", "flush", NULL}; in builtin_print() 802 PyObject *sep = Py_None; in builtin_print() local 816 sep = args[1]; in builtin_print() 838 return_value = builtin_print_impl(module, __clinic_args, sep, end, file, flush); in builtin_print()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | package.cpp | 284 char *sep; in makeFullFilenameAndDirs() local 291 sep=strchr(filename, 0)-strlen(name); in makeFullFilenameAndDirs() 292 while((sep=strchr(sep, U_FILE_SEP_CHAR))!=NULL) { in makeFullFilenameAndDirs() 293 if(sep!=filename) { in makeFullFilenameAndDirs() 294 *sep=0; // truncate temporarily in makeFullFilenameAndDirs() 301 *sep++=U_FILE_SEP_CHAR; // restore file separator character in makeFullFilenameAndDirs()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | package.cpp | 284 char *sep; in makeFullFilenameAndDirs() local 291 sep=strchr(filename, 0)-strlen(name); in makeFullFilenameAndDirs() 292 while((sep=strchr(sep, U_FILE_SEP_CHAR))!=nullptr) { in makeFullFilenameAndDirs() 293 if(sep!=filename) { in makeFullFilenameAndDirs() 294 *sep=0; // truncate temporarily in makeFullFilenameAndDirs() 301 *sep++=U_FILE_SEP_CHAR; // restore file separator character in makeFullFilenameAndDirs()
|
/third_party/python/Lib/ |
H A D | shutil.py | 780 sep = os.path.sep + (os.path.altsep or '') 781 return os.path.basename(path.rstrip(sep)) 852 if not src.endswith(os.path.sep): 853 src += os.path.sep 854 if not dst.endswith(os.path.sep): 855 dst += os.path.sep
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | package.cpp | 284 char *sep; in makeFullFilenameAndDirs() local 291 sep=strchr(filename, 0)-strlen(name); in makeFullFilenameAndDirs() 292 while((sep=strchr(sep, U_FILE_SEP_CHAR))!=NULL) { in makeFullFilenameAndDirs() 293 if(sep!=filename) { in makeFullFilenameAndDirs() 294 *sep=0; // truncate temporarily in makeFullFilenameAndDirs() 301 *sep++=U_FILE_SEP_CHAR; // restore file separator character in makeFullFilenameAndDirs()
|
/kernel/linux/linux-5.10/lib/ |
H A D | dynamic_debug.c | 955 char *sep; in ddebug_dyndbg_param_cb() local 957 sep = strchr(param, '.'); in ddebug_dyndbg_param_cb() 958 if (sep) { in ddebug_dyndbg_param_cb() 960 *sep = '\0'; in ddebug_dyndbg_param_cb() 962 param = sep + 1; in ddebug_dyndbg_param_cb()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_l3_sys.c | 412 char *sep; in qeth_l3_parse_ipatoe() local 416 sep = strnchr(buf, 40, '/'); in qeth_l3_parse_ipatoe() 417 if (!sep) in qeth_l3_parse_ipatoe() 421 *sep = '\0'; in qeth_l3_parse_ipatoe() 426 rc = kstrtouint(sep + 1, 10, mask_bits); in qeth_l3_parse_ipatoe()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l3_sys.c | 398 char *sep; in qeth_l3_parse_ipatoe() local 402 sep = strnchr(buf, INET6_ADDRSTRLEN, '/'); in qeth_l3_parse_ipatoe() 403 if (!sep) in qeth_l3_parse_ipatoe() 407 *sep = '\0'; in qeth_l3_parse_ipatoe() 412 rc = kstrtouint(sep + 1, 10, mask_bits); in qeth_l3_parse_ipatoe()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 176 String sep = langData.get("localeDisplayPattern", "separator"); in LocaleDisplayNamesImpl() 177 if (sep == null || "separator".equals(sep)) { in LocaleDisplayNamesImpl() 178 sep = "{0}, {1}"; in LocaleDisplayNamesImpl() 181 this.separatorFormat = SimpleFormatterImpl.compileToStringMinMaxArguments(sep, sb, 2, 2); in LocaleDisplayNamesImpl()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 180 String sep = langData.get("localeDisplayPattern", "separator"); in LocaleDisplayNamesImpl() 181 if (sep == null || "separator".equals(sep)) { in LocaleDisplayNamesImpl() 182 sep = "{0}, {1}"; in LocaleDisplayNamesImpl() 185 this.separatorFormat = SimpleFormatterImpl.compileToStringMinMaxArguments(sep, sb, 2, 2); in LocaleDisplayNamesImpl()
|