Home
last modified time | relevance | path

Searched refs:check_parent (Results 1 – 25 of 226) sorted by relevance

12345678910

/dports/www/p5-Mason/Mason-2.24/lib/Mason/t/
H A DAutobase.pm9 my $check_parent = sub {
44 $check_parent->( '/comp.mc', $base_class );
45 $check_parent->( '/foo/comp.mc', $base_class );
57 $check_parent->( '/foo/Base.mc', '/Base.mc' );
59 $check_parent->( '/comp.mc', '/Base.mc' );
69 $check_parent->( '/foo/bar/baz/top.mc', '/Base.mc' );
78 $check_parent->( '/Base.mp', $base_class );
79 $check_parent->( '/Base.mc', '/Base.mp' );
80 $check_parent->( '/foo/Base.mp', '/Base.mc' );
81 $check_parent->( '/foo/Base.mc', '/foo/Base.mp' );
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/shellingham/
H A Dnt.py113 def check_parent(pid, lvl=0): function
120 return check_parent(ppid, lvl=lvl + 1)
126 return check_parent(pid)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/pew/
H A D_win_utils.py112 def check_parent(pid, lvl=0): function
118 return check_parent(ppid, lvl=lvl+1)
121 return check_parent(pid)
/dports/databases/sharedance/sharedance-0.6/src/
H A Dexpire.c37 static void check_parent(void) in check_parent() function
50 check_parent(); in expire()
/dports/sysutils/py-salt/salt-3004.1/salt/utils/validate/
H A Dpath.py14 def is_writeable(path, check_parent=False): argument
34 if check_parent is False:
/dports/mail/mailagent/mailagent-9a14a15/agent/test/
H A Datail30 $SIG{'ALRM'} = 'check_parent';
73 sub check_parent {
76 $SIG{'ALRM'} = 'check_parent';
/dports/net/ladvd/ladvd-1.1.2/tests/
H A DMakefile.am5 check_parent check_child check_cli
28 check_parent_SOURCES = check_parent.c $(common_headers) \
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/statemachine/
H A Ddzl-state-machine-buildable.c257 check_parent (GMarkupParseContext *context, in check_parent() function
430 if (!check_parent (context, "states", error)) in states_parser_start_element()
444 if (!check_parent (context, "object", error)) in states_parser_start_element()
451 if (!check_parent (context, "state", error)) in states_parser_start_element()
472 if (!check_parent (context, "object", error)) in states_parser_start_element()
507 if (!check_parent (context, "object", error)) in states_parser_start_element()
514 if (!check_parent (context, "style", error)) in states_parser_start_element()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/tools/websocketprocessbridge/
H A Dwebsocketprocessbridge.py86 def check_parent(): function
98 parent_checker = LoopingCall(check_parent)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/tools/websocketprocessbridge/
H A Dwebsocketprocessbridge.py86 def check_parent(): function
98 parent_checker = LoopingCall(check_parent)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/tools/websocketprocessbridge/
H A Dwebsocketprocessbridge.py86 def check_parent(): function
98 parent_checker = LoopingCall(check_parent)
/dports/www/firefox-esr/firefox-91.8.0/testing/tools/websocketprocessbridge/
H A Dwebsocketprocessbridge.py100 def check_parent(): function
118 parent_checker = LoopingCall(check_parent)
/dports/www/firefox/firefox-99.0/testing/tools/websocketprocessbridge/
H A Dwebsocketprocessbridge.py100 def check_parent(): function
118 parent_checker = LoopingCall(check_parent)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/tools/websocketprocessbridge/
H A Dwebsocketprocessbridge.py100 def check_parent(): function
118 parent_checker = LoopingCall(check_parent)
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Dobj.cpp159 bool Obj::is_in_inventory(bool check_parent) { in is_in_inventory() argument
165 if (check_parent) in is_in_inventory()
166 return ((Obj *)parent)->is_in_inventory(check_parent); in is_in_inventory()
/dports/www/moodle310/moodle/backup/util/structure/tests/
H A Dbasenestedelement_test.php255 $check_parent = $check_child->get_parent();
257 $this->assertEquals($check_parent->get_name(), 'PARENT');
259 $this->assertEquals($check_parent->get_level(), 1);
260 $this->assertEquals($check_parent->get_children(), array('CHILD' => $child));
/dports/www/moodle311/moodle/backup/util/structure/tests/
H A Dbasenestedelement_test.php255 $check_parent = $check_child->get_parent();
257 $this->assertEquals($check_parent->get_name(), 'PARENT');
259 $this->assertEquals($check_parent->get_level(), 1);
260 $this->assertEquals($check_parent->get_children(), array('CHILD' => $child));
/dports/www/moodle39/moodle/backup/util/structure/tests/
H A Dbasenestedelement_test.php255 $check_parent = $check_child->get_parent();
257 $this->assertEquals($check_parent->get_name(), 'PARENT');
259 $this->assertEquals($check_parent->get_level(), 1);
260 $this->assertEquals($check_parent->get_children(), array('CHILD' => $child));
/dports/science/py-dlib/dlib-19.22/dlib/directed_graph/
H A Ddirected_graph_kernel_1.h58 static void check_parent ( in check_parent() function
194 static inline void check_parent ( unsigned long , const node_type&) { }
328 ) const { checker::check_parent(edge_index,*this); return *parents[edge_index]; }
332 ) { checker::check_parent(edge_index,*this); return *parents[edge_index]; }
/dports/science/dlib-cpp/dlib-19.22/dlib/directed_graph/
H A Ddirected_graph_kernel_1.h58 static void check_parent ( in check_parent() function
194 static inline void check_parent ( unsigned long , const node_type&) { }
328 ) const { checker::check_parent(edge_index,*this); return *parents[edge_index]; }
332 ) { checker::check_parent(edge_index,*this); return *parents[edge_index]; }
/dports/sysutils/fd/fd-8.3.0/cargo-crates/normpath-0.3.1/src/
H A Dbase.rs294 fn check_parent(&self) -> Result<(), ParentError> { in check_parent() method
337 self.check_parent().map(|()| self.parent_unchecked()) in parent()
565 self.check_parent().map(|()| self.pop_unchecked()) in pop()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/clk/mvebu/
H A Darmada-37xx-periph.c438 struct clk check_parent; in armada_37xx_periph_clk_set_parent() local
448 ret = clk_get_by_index(clk->dev, 0, &check_parent); in armada_37xx_periph_clk_set_parent()
452 if (parent->dev != check_parent.dev) in armada_37xx_periph_clk_set_parent()
455 clk_free(&check_parent); in armada_37xx_periph_clk_set_parent()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/clk/mvebu/
H A Darmada-37xx-periph.c438 struct clk check_parent; in armada_37xx_periph_clk_set_parent() local
448 ret = clk_get_by_index(clk->dev, 0, &check_parent); in armada_37xx_periph_clk_set_parent()
452 if (parent->dev != check_parent.dev) in armada_37xx_periph_clk_set_parent()
455 clk_free(&check_parent); in armada_37xx_periph_clk_set_parent()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/clk/mvebu/
H A Darmada-37xx-periph.c440 struct clk check_parent; in armada_37xx_periph_clk_set_parent() local
450 ret = clk_get_by_index(clk->dev, 0, &check_parent); in armada_37xx_periph_clk_set_parent()
454 if (parent->dev != check_parent.dev) in armada_37xx_periph_clk_set_parent()
457 clk_free(&check_parent); in armada_37xx_periph_clk_set_parent()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/clk/mvebu/
H A Darmada-37xx-periph.c440 struct clk check_parent; in armada_37xx_periph_clk_set_parent() local
450 ret = clk_get_by_index(clk->dev, 0, &check_parent); in armada_37xx_periph_clk_set_parent()
454 if (parent->dev != check_parent.dev) in armada_37xx_periph_clk_set_parent()
457 clk_free(&check_parent); in armada_37xx_periph_clk_set_parent()

12345678910