Home
last modified time | relevance | path

Searched refs:orig_parent (Results 1 – 25 of 58) sorted by relevance

123

/dports/devel/pylint/pylint-2.12.1/pylint/extensions/
H A Dredefined_variable_type.py75 orig_parent = orig_node.parent
77 if isinstance(orig_parent, nodes.If):
78 if orig_parent == redef_parent:
80 redef_node in orig_parent.orelse
81 and orig_node not in orig_parent.orelse
87 ) and redef_parent in orig_parent.nodes_of_class(nodes.If):
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/MATCH/
H A Dmatprice.h8 int *orig_parent, int *badcount, int **badlist,
11 matching_check (int ncount, double *orig_pi, int *orig_parent,
H A Dmatch.h14 int *orig_parent, int *badcount, int **badlist, int **badlen,
16 matching_check (int ncount, double *orig_pi, int *orig_parent,
H A Dmatprice.c189 int *orig_parent, int *badcount, int **badlist, in matching_price() argument
193 int matching_price (ncount, dat, orig_pi, orig_parent, in matching_price()
198 int *orig_parent;
232 if (buildtree (&T, ncount, orig_pi, orig_parent, hit)) {
369 int matching_check (int ncount, double *orig_pi, int *orig_parent, in matching_check() argument
372 int matching_check (ncount, orig_pi, orig_parent, matchlist, mlen, csbad) in matching_check()
375 int *orig_parent;
385 if (buildtree (&T, ncount, orig_pi, orig_parent, (char *) NULL)) {
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/vidgui/
H A Dvidwin.cpp28 QWidget(parent, f), orig_parent(NULL), in VidWin()
111 orig_parent = GetParent(w); in attach()
123 SetParent(w, (HWND)orig_parent); in detach()
124 TRACE_("%p revert parent handle to %p", w, orig_parent); in detach()
168 orig_parent = [w parentWindow]; in attach()
H A Dvidwin.h44 void *orig_parent; variable
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/cpufreq/
H A Dtegra124-cpufreq.c30 struct clk *orig_parent; in tegra124_cpu_switch_to_dfll() local
37 orig_parent = clk_get_parent(priv->cpu_clk); in tegra124_cpu_switch_to_dfll()
49 clk_set_parent(priv->cpu_clk, orig_parent); in tegra124_cpu_switch_to_dfll()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/cpufreq/
H A Dtegra124-cpufreq.c30 struct clk *orig_parent; in tegra124_cpu_switch_to_dfll() local
37 orig_parent = clk_get_parent(priv->cpu_clk); in tegra124_cpu_switch_to_dfll()
49 clk_set_parent(priv->cpu_clk, orig_parent); in tegra124_cpu_switch_to_dfll()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/cpufreq/
H A Dtegra124-cpufreq.c30 struct clk *orig_parent; in tegra124_cpu_switch_to_dfll() local
37 orig_parent = clk_get_parent(priv->cpu_clk); in tegra124_cpu_switch_to_dfll()
49 clk_set_parent(priv->cpu_clk, orig_parent); in tegra124_cpu_switch_to_dfll()
/dports/x11-wm/muffin/muffin-4.8.0/src/compositor/plugins/
H A Ddefault.c121 ClutterActor *orig_parent; member
278 if (apriv->orig_parent) in on_switch_workspace_effect_complete()
280 clutter_actor_reparent (a, apriv->orig_parent); in on_switch_workspace_effect_complete()
281 apriv->orig_parent = NULL; in on_switch_workspace_effect_complete()
357 apriv->orig_parent = clutter_actor_get_parent (actor); in switch_workspace()
367 apriv->orig_parent = NULL; in switch_workspace()
373 apriv->orig_parent = NULL; in switch_workspace()
/dports/x11-wm/mutter/mutter-41.1/src/compositor/plugins/
H A Ddefault.c125 ClutterActor *orig_parent; member
298 if (apriv->orig_parent) in on_switch_workspace_effect_complete()
302 clutter_actor_add_child (apriv->orig_parent, a); in on_switch_workspace_effect_complete()
304 apriv->orig_parent = NULL; in on_switch_workspace_effect_complete()
512 apriv->orig_parent = clutter_actor_get_parent (actor); in switch_workspace()
524 apriv->orig_parent = NULL; in switch_workspace()
530 apriv->orig_parent = NULL; in switch_workspace()
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/t/
H A Dnexus_add-otu-clone.t106 my $orig_parent = $orig_node->get_parent();
108 is ($orig_parent->get_name(), $clone_parent->get_name(), 'parents match');
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/btrfs/
H A Dextent_map.c99 struct rb_node *orig_parent = NULL; in tree_insert() local
117 orig_parent = parent; in tree_insert()
126 parent = orig_parent; in tree_insert()
136 rb_link_node(&em->rb_node, orig_parent, p); in tree_insert()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/btrfs/
H A Dextent_map.c99 struct rb_node *orig_parent = NULL; in tree_insert() local
117 orig_parent = parent; in tree_insert()
126 parent = orig_parent; in tree_insert()
136 rb_link_node(&em->rb_node, orig_parent, p); in tree_insert()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/btrfs/
H A Dextent_map.c99 struct rb_node *orig_parent = NULL; in tree_insert() local
117 orig_parent = parent; in tree_insert()
126 parent = orig_parent; in tree_insert()
136 rb_link_node(&em->rb_node, orig_parent, p); in tree_insert()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dutest-Split.cpp582 fixture->split->orig_parent = opar; in test_xaccSplitCommitEdit()
605 g_assert (fixture->split->orig_parent == fixture->split->parent); in test_xaccSplitCommitEdit()
634 g_assert (fixture->split->orig_parent == fixture->split->parent); in test_xaccSplitCommitEdit()
671 fixture->split->orig_parent = NULL; in test_xaccSplitRollbackEdit()
679 g_assert (fixture->split->orig_parent == NULL); in test_xaccSplitRollbackEdit()
683 fixture->split->orig_parent = txn1; in test_xaccSplitRollbackEdit()
690 g_assert (fixture->split->orig_parent == txn1); in test_xaccSplitRollbackEdit()
694 g_assert (fixture->split->parent == fixture->split->orig_parent); in test_xaccSplitRollbackEdit()
946 fixture->split->orig_parent = fixture->split->parent; in test_xaccSplitSetBaseValue()
1650 split->orig_parent = txn1; in test_xaccSplitSetParent()
[all …]
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/mocks/
H A Dgmock-Split.h31 orig_parent = nullptr; in MockSplit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgit_rebase_update.py152 orig_parent = parent
160 back_ups, orig_parent, parent)
/dports/devel/qca/qca-2.3.4/src/support/
H A Dsynchronizer.cpp396 QObject *orig_parent = obj->parent(); in waitForCondition() local
415 obj->setParent(orig_parent); in waitForCondition()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DSplitP.h80 Transaction *orig_parent; member
H A DSplit.c1013 if (s->parent != s->orig_parent) in xaccSplitCommitEdit()
1016 if (s->orig_parent) in xaccSplitCommitEdit()
1017 qof_event_gen(&s->orig_parent->inst, QOF_EVENT_MODIFY, in xaccSplitCommitEdit()
1030 s->orig_parent = s->parent; in xaccSplitCommitEdit()
1065 xaccSplitSetParent(s, s->orig_parent); in xaccSplitRollbackEdit()
1845 if (s->parent != s->orig_parent && s->orig_parent != t) in xaccSplitSetParent()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/lrf/
H A Dinput.py223 orig_parent = self.parent
229 self.parent = orig_parent
/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.c477 if (keyless_list_check && orig_parent) { in _lyd_unlink_hash()
485 if (orig_parent->ht) { in _lyd_unlink_hash()
492 lyht_free(orig_parent->ht); in _lyd_unlink_hash()
493 orig_parent->ht = NULL; in _lyd_unlink_hash()
499 _lyd_unlink_hash(orig_parent, orig_parent->parent, 0); in _lyd_unlink_hash()
500 orig_parent->hash = 0; in _lyd_unlink_hash()
514 _lyd_unlink_hash(node, orig_parent, 1); in lyd_unlink_hash()
4627 orig_parent = node->parent; in lyd_insert_nextto()
4755 } else if (orig_parent) { in lyd_insert_nextto()
4757 orig_parent->child = node; in lyd_insert_nextto()
[all …]
H A Dtree_internal.h167 void lyd_unlink_hash(struct lyd_node *node, struct lyd_node *orig_parent);
H A Dcommon.c962 ly_path_data2schema_subexp(const struct ly_ctx *ctx, const struct lys_node *orig_parent, const stru… in ly_path_data2schema_subexp() argument
991 first = (orig_parent) ? 0 : 1; in ly_path_data2schema_subexp()
999 parent = orig_parent; in ly_path_data2schema_subexp()
1143 parent = orig_parent; in ly_path_data2schema_subexp()

123