Home
last modified time | relevance | path

Searched refs:prune (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dfix-rpath77 find_args+=( "-path" "${STAGING_DIR}" "-prune" "-o" )
82 find_args+=( "-path" "${TOOLCHAIN_EXTERNAL_DOWNLOAD_INSTALL_DIR}" "-prune" "-o" )
85 find_args+=( "-path" "${HOST_DIR}""${excludepath}" "-prune" "-o" )
89 find_args+=( "-path" "${PATCHELF}" "-prune" "-o" )
101 find_args+=( "-path" "${STAGING_DIR}""${excludepath}" "-prune" "-o" )
112 find_args+=( "-path" "${TARGET_DIR}""${excludepath}" "-prune" "-o" )
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dprocess_tree.py41 monitoredApp, prune, idle, taskstats, argument
70 if prune:
71 p_processes = self.prune(self.process_tree, None)
155 def prune(self, process_subtree, parent): member in ProcessTree
176 prune = False
178 prune = True
181 prune = True
183 if prune:
190 num_removed += self.prune(p.child_list, p)
192 num_removed += self.prune(p.child_list, p)
H A Dmain.py.in43 # parser.add_option("-n", "--no-prune", action="store_false", dest="prune", default=True,
44 # help="do not prune the process tree")
115 options.prune = True
H A Dmain.py115 options.prune = True
/OK3568_Linux_fs/kernel/scripts/
H A Dtags.sh46 prune="$prune -wholename $i -prune -o"
48 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print;
64 find ${tree}include $ignore -name config -prune -o -name "$1" \
73 \( -path ${tree}include -o -path ${tree}arch -o -name '.tmp_*' \) -prune -o \
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dprocess_tree_test.py28 … trace.ps_stats.sample_period, None, options.prune, None, None, False, for_testing = True)
63 self.processtree.prune(self.processtree.process_tree, None)
69 self.processtree.prune(self.processtree.process_tree, None)
76 self.processtree.prune(self.processtree.process_tree, None)
84 self.processtree.prune(self.processtree.process_tree, None)
/OK3568_Linux_fs/buildroot/package/erlang/
H A Derlang.mk103 find $(TARGET_DIR)/usr/lib/erlang -type d -name src -prune -exec rm -rf {} \;
104 find $(TARGET_DIR)/usr/lib/erlang -type d -name examples -prune -exec rm -rf {} \;
/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/thin_heap_/
H A Dsplit_join_fn_imps.hpp61 node_pointer p_out = base_type::prune(pred); in split()
H A Derase_fn_imps.hpp219 node_pointer p_out = base_type::prune(pred); in erase_if()
/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/thin_heap_/
H A Dsplit_join_fn_imps.hpp61 node_pointer p_out = base_type::prune(pred); in split()
H A Derase_fn_imps.hpp219 node_pointer p_out = base_type::prune(pred); in erase_if()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_probe_helper.c506 goto prune; in drm_helper_probe_single_connector_modes()
522 goto prune; in drm_helper_probe_single_connector_modes()
569 prune: in drm_helper_probe_single_connector_modes()
/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/pairing_heap_/
H A Dsplit_join_fn_imps.hpp62 node_pointer p_out = base_type::prune(pred); in split()
H A Derase_fn_imps.hpp212 node_pointer p_out = base_type::prune(pred); in erase_if()
/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/pairing_heap_/
H A Dsplit_join_fn_imps.hpp62 node_pointer p_out = base_type::prune(pred); in split()
H A Derase_fn_imps.hpp212 node_pointer p_out = base_type::prune(pred); in erase_if()
/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/left_child_next_sibling_heap_/
H A Derase_fn_imps.hpp113 prune(Pred pred) in prune() function in PB_DS_CLASS_C_DEC
H A Dleft_child_next_sibling_heap_.hpp215 prune(Pred);
/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/left_child_next_sibling_heap_/
H A Derase_fn_imps.hpp113 prune(Pred pred) in prune() function in PB_DS_CLASS_C_DEC
H A Dleft_child_next_sibling_heap_.hpp215 prune(Pred);
/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/binomial_heap_base_/
H A Derase_fn_imps.hpp133 node_pointer p_out = base_type::prune(pred); in erase_if()
H A Dsplit_join_fn_imps.hpp61 node_pointer p_out = base_type::prune(pred); in split()
/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/binomial_heap_base_/
H A Derase_fn_imps.hpp133 node_pointer p_out = base_type::prune(pred); in erase_if()
H A Dsplit_join_fn_imps.hpp61 node_pointer p_out = base_type::prune(pred); in split()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/usbip-tools/
H A Dusbip-tools.bb30 # be wiped when we prune dest below. We just set it to usbip-tools-1.0

12