Searched refs:get_branch (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | upgrade.py | 193 get_branch = [x.strip() for x in check_branch.splitlines()] 195 get_branch = [x.split('/', 1)[1] for x in get_branch if not x.startswith('origin/HEAD')] 196 if len(get_branch) == 1: 198 srcbranch = get_branch[0] 199 elif 'main' in get_branch: 202 elif 'master' in get_branch: 207 mbrch = '\n ' + '\n '.join(get_branch)
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/ |
| H A D | insn-x86.c | 68 static int get_branch(const char *branch_str) in get_branch() function 116 branch = get_branch(dat->expected_branch_str); in test_data_item()
|
| /OK3568_Linux_fs/kernel/fs/minix/ |
| H A D | itree_common.c | 30 static inline Indirect *get_branch(struct inode *inode, in get_branch() function 166 partial = get_branch(inode, depth, offsets, chain, &err); in get_block() 235 partial = get_branch(inode, k, offsets, chain, &err); in find_shared()
|
| /OK3568_Linux_fs/kernel/fs/sysv/ |
| H A D | itree.c | 88 static Indirect *get_branch(struct inode *inode, in get_branch() function 218 partial = get_branch(inode, depth, offsets, chain, &err); in get_block() 291 partial = get_branch(inode, k, offsets, chain, &err); in find_shared()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create.py | 529 get_branch = [x.strip() for x in check_branch.splitlines()] 531 get_branch = [x.split('/', 1)[1] for x in get_branch if not x.startswith('origin/HEAD')] 532 if 'master' in get_branch: 536 elif len(get_branch) == 1: 538 srcbranch = get_branch[0] 541 mbrch = '\n ' + '\n '.join(get_branch)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/ |
| H A D | split_fn_imps.hpp | 232 inode_pointer p_new_root = r_bag.get_branch(); in split_insert_branch()
|
| H A D | pat_trie_.hpp | 208 get_branch() in get_branch() function in __gnu_pbds::detail::PB_DS_PAT_TRIE_NAME::branch_bag
|
| H A D | insert_join_fn_imps.hpp | 451 inode_pointer p_new_nd = r_bag.get_branch(); in insert_branch()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/ |
| H A D | split_fn_imps.hpp | 232 inode_pointer p_new_root = r_bag.get_branch(); in split_insert_branch()
|
| H A D | pat_trie_.hpp | 208 get_branch() in get_branch() function in __gnu_pbds::detail::PB_DS_PAT_TRIE_NAME::branch_bag
|
| H A D | insert_join_fn_imps.hpp | 451 inode_pointer p_new_nd = r_bag.get_branch(); in insert_branch()
|