Home
last modified time | relevance | path

Searched refs:cnode (Results 1 – 25 of 1491) sorted by relevance

12345678910>>...60

/dports/science/conduit/conduit-0.8.0/src/tests/conduit/fortran/
H A Dt_f_conduit_node_int.f9030 type(C_PTR) cnode local
55 type(C_PTR) cnode local
87 type(C_PTR) cnode local
135 type(C_PTR) cnode local
161 type(C_PTR) cnode local
204 type(C_PTR) cnode local
237 type(C_PTR) cnode local
266 type(C_PTR) cnode local
307 type(C_PTR) cnode local
360 type(C_PTR) cnode local
[all …]
H A Dt_f_conduit_node_float.f9030 type(C_PTR) cnode local
55 type(C_PTR) cnode local
87 type(C_PTR) cnode local
135 type(C_PTR) cnode local
161 type(C_PTR) cnode local
205 type(C_PTR) cnode local
238 type(C_PTR) cnode local
267 type(C_PTR) cnode local
308 type(C_PTR) cnode local
360 type(C_PTR) cnode local
[all …]
H A Dt_f_conduit_node.f9030 type(C_PTR) cnode local
43 cnode = conduit_node_create()
61 type(C_PTR) cnode local
78 cnode = conduit_node_create()
121 type(C_PTR) cnode local
132 cnode = conduit_node_create()
146 type(C_PTR) cnode local
157 cnode = conduit_node_create()
171 type(C_PTR) cnode local
380 type(C_PTR) cnode local
[all …]
H A Dt_f_conduit_node_char8_str.f9030 type(C_PTR) cnode local
41 cnode = conduit_node_create()
45 call conduit_node_print(cnode)
49 call conduit_node_destroy(cnode)
55 type(C_PTR) cnode local
66 cnode = conduit_node_create()
70 call conduit_node_print(cnode)
81 call conduit_node_destroy(cnode)
88 type(C_PTR) cnode local
99 cnode = conduit_node_create()
[all …]
/dports/science/conduit/conduit-0.8.0/src/libs/conduit/c/
H A Dconduit_node_c.cpp48 Node *n = cpp_node(cnode); in conduit_node_destroy()
137 cpp_node(cnode)->remove(path); in conduit_node_remove_path()
146 cpp_node(cnode)->remove(idx); in conduit_node_remove_child()
305 cpp_node(cnode)->print(); in conduit_node_print()
2123 cpp_node(cnode)->set(data, in conduit_node_set_short_ptr_detailed()
2177 cpp_node(cnode)->set(data, in conduit_node_set_long_ptr_detailed()
2207 cpp_node(cnode)->set(data, in conduit_node_set_signed_char_ptr_detailed()
2234 cpp_node(cnode)->set(data, in conduit_node_set_signed_short_ptr_detailed()
2288 cpp_node(cnode)->set(data, in conduit_node_set_signed_long_ptr_detailed()
2318 cpp_node(cnode)->set(data, in conduit_node_set_unsigned_char_ptr_detailed()
[all …]
H A Dconduit_node.h80 CONDUIT_API void conduit_node_remove_path(conduit_node *cnode,
85 CONDUIT_API void conduit_node_remove_child(conduit_node *cnode,
124 CONDUIT_API int conduit_node_is_root(conduit_node *cnode);
151 CONDUIT_API int conduit_node_diff(const conduit_node *cnode,
165 CONDUIT_API void conduit_node_info(const conduit_node *cnode,
168 CONDUIT_API void conduit_node_print(conduit_node *cnode);
181 CONDUIT_API void conduit_node_update(conduit_node *cnode,
191 CONDUIT_API void conduit_node_parse(conduit_node *cnode,
195 CONDUIT_API void conduit_node_generate(conduit_node *cnode,
205 CONDUIT_API void conduit_node_save(conduit_node *cnode,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/resources/webidl2/test/widlproc/src/
H A Dcomment.c239 cnode = cnode->children; in outputchildren()
247 cnode = cnode->next; in outputchildren()
306 static struct cnode *endcnode(struct cnode *cnode) { in endcnode() argument
307 if (cnode->funcs->end) (*cnode->funcs->end)(cnode); in endcnode()
351 static struct cnode *startcnode(struct cnode *cnode, struct cnode *newcnode) { in startcnode() argument
554 static struct cnode *startpara(struct cnode *cnode, in startpara() argument
557 while ((*cnode->funcs->askend)(cnode, type)) cnode = endcnode(cnode); in startpara()
693 while ((*cnode->funcs->askend)(cnode, 0)) cnode = endcnode(cnode); in starthtmlcnode()
1190 while ((*cnode->funcs->askend)(cnode, type)) cnode = endcnode(cnode); in dox_param()
1222 while ((*cnode->funcs->askend)(cnode, type)) cnode = endcnode(cnode); in dox_throw()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/resources/webidl2/test/widlproc/src/
H A Dcomment.c43 void (*end)(struct cnode *cnode);
252 cnode = cnode->children; in outputchildren()
260 cnode = cnode->next; in outputchildren()
326 endcnode(struct cnode *cnode) in endcnode() argument
374 startcnode(struct cnode *cnode, struct cnode *newcnode) in startcnode() argument
402 para_end(struct cnode *cnode) in para_end() argument
554 code_end(struct cnode *cnode) in code_end() argument
624 text_end(struct cnode *cnode) in text_end() argument
681 html_end(struct cnode *cnode) in html_end() argument
1209 cnode = endcnode(cnode); in dox_n()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/resources/webidl2/test/widlproc/src/
H A Dcomment.c43 void (*end)(struct cnode *cnode);
252 cnode = cnode->children; in outputchildren()
260 cnode = cnode->next; in outputchildren()
326 endcnode(struct cnode *cnode) in endcnode() argument
374 startcnode(struct cnode *cnode, struct cnode *newcnode) in startcnode() argument
402 para_end(struct cnode *cnode) in para_end() argument
554 code_end(struct cnode *cnode) in code_end() argument
624 text_end(struct cnode *cnode) in text_end() argument
681 html_end(struct cnode *cnode) in html_end() argument
1209 cnode = endcnode(cnode); in dox_n()
[all …]
/dports/science/conduit/conduit-0.8.0/src/libs/conduit/fortran/
H A Dconduit_fortran.F9092 subroutine conduit_about(cnode) &
96 type(C_PTR), value, intent(IN) :: cnode
107 type(C_PTR) :: cnode local
111 subroutine conduit_node_destroy(cnode) &
115 type(C_PTR), value, intent(IN) :: cnode
167 type(C_PTR), value, intent(IN) :: cnode
199 type(C_PTR), value, intent(IN) :: cnode
434 type(C_PTR), value, intent(IN) :: cnode
444 type(C_PTR), value, intent(IN) :: cnode
454 type(C_PTR), value, intent(IN) :: cnode
[all …]
H A Dconduit_fortran_obj.f90324 call conduit_node_compact_to(obj%cnode, other%cnode)
336 res = conduit_node_diff(obj%cnode, other%cnode, info%cnode, epsilon)
348 res = conduit_node_diff_compatible(obj%cnode, other%cnode, info%cnode, epsilon)
357 call conduit_node_update(obj%cnode, other%cnode)
439 res%cnode = conduit_node_append(obj%cnode)
449 res%cnode = conduit_node_add_child(obj%cnode, name)
459 res%cnode = conduit_node_child(obj%cnode, idx)
535 res%cnode = conduit_node_parent(obj%cnode)
544 call conduit_node_info(obj%cnode, oinfo%cnode)
554 res = conduit_node_compatible(obj%cnode,other%cnode)
[all …]
/dports/cad/netgen/netgen-6.2.2105/doc/
H A Delement_types.tex20 \def\cnode(#1,#2,#3,#4,#5,#6){
36 \cnode(n0,0,0,0,1,below right);
37 \cnode(n1,2,0,0,2,below right);
59 \cnode(n2,0,2,0,3,right);
67 \cnode(n2,0,2,0,3,right);
69 \cnode(n4,1,1,0,4,right);
113 \cnode(n3,0,0,2,4,right);
125 \cnode(n3,0,0,2,4,right);
131 \cnode(n9,0,1,1,9,right);
150 \cnode(n4,1,1,2,5,right);
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/cmd/lefty/
H A Dtxtview.c346 i++, cnode++ in update()
390 if (cnode->ttype == T_TABLE && cnode->mode == TXT_FULL) in update()
425 cnode++; in buildlist()
466 cnode++; in rebuildlist()
484 cnode->path = Spath (pnode->path, cnode->ko); in fillnode()
487 cnode->u.s.text = Sseen (cnode->ko, cnode->u.s.txtnode->path); in fillnode()
495 cnode->u.a.text = Sabstract (cnode->ko, cnode->vo); in fillnode()
504 cnode->u.f.t.ftext = Stfull (cnode->ko); in fillnode()
520 cnode->u.f.s.text = Ssfull (cnode->ko, cnode->vo); in fillnode()
534 if (cnode->path) in unfillnode()
[all …]
H A Ddisplay.c79 dnode_t *list, *cnode; in update() local
90 cnode++, Tgetnext (&tkvi) in update()
92 cnode->ko = tkvi.kvp->ko; in update()
93 cnode->vo = tkvi.kvp->vo; in update()
94 cnode->ttype = Tgettype (cnode->vo); in update()
97 for (i = 0, cnode = &list[0]; i < n; i++, cnode++) { in update()
98 cnode->path = Spath (pnode->path, cnode->ko); in update()
103 add2seen (cnode); in update()
106 update (cnode); in update()
109 pr ((s = Ssfull (cnode->ko, cnode->vo))), free (s); in update()
[all …]
/dports/net-mgmt/super_mediator/super_mediator-1.6.0/src/
H A Dmediator_open.c139 for (cnode = cfg->flowsrc; cnode; cnode = cnode->next) { in mdInterruptListeners()
448 for (cnode = collector; cnode; cnode = cnode->next) { in mdCollectorFindListener()
804 for (cnode = collector; cnode; cnode = cnode->next) { in mdCollectorsInit()
826 cnode->fbuf = mdCollectorOpenFile(cnode->coll, cnode->coll->inspec, err); in mdCollectorsInit()
864 for (cnode = collector; cnode; cnode = cnode->next) { in mdOpenCollectors()
1178 for (cnode = ctx->cfg->flowsrc; cnode; cnode = cnode->next) { in mdCollectorWait()
1180 if (cnode->fbuf && cnode->coll->data) { in mdCollectorWait()
1379 cnode->coll->name, cnode->coll->inspec); in mdCollectorRestartListener()
1424 for (cnode = collector; cnode; cnode = cnode->next) { in mdCollectorStartListeners()
1569 for (cnode = cfg->flowsrc; cnode; cnode = cnode->next) { in mdCollectorDestroy()
[all …]
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/yourok/go-mpv/mpv/
H A Dnode_test.go13 cnode := node.GetCNode()
14 node, err := GetNode(cnode)
16 if cnode == nil {
24 cnode := node.GetCNode()
27 if cnode == nil {
35 cnode := node.GetCNode()
38 if cnode == nil {
47 cnode := node.GetCNode()
50 if cnode == nil {
59 cnode := node.GetCNode()
[all …]
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libcutils/include/cutils/
H A Dconfig_utils.h24 typedef struct cnode cnode; typedef
27 struct cnode struct
29 cnode *next; argument
30 cnode *first_child; argument
31 cnode *last_child; argument
37 void config_load(cnode *root, char *data); argument
40 void config_load_file(cnode *root, const char *fn);
43 cnode* config_node(const char *name, const char *value);
46 cnode* config_find(cnode *root, const char *name);
49 int config_bool(cnode *root, const char *name, int _default);
[all …]
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libcutils/include_vndk/cutils/
H A Dconfig_utils.h24 typedef struct cnode cnode; typedef
27 struct cnode struct
29 cnode *next; argument
30 cnode *first_child; argument
31 cnode *last_child; argument
37 void config_load(cnode *root, char *data); argument
40 void config_load_file(cnode *root, const char *fn);
43 cnode* config_node(const char *name, const char *value);
46 cnode* config_find(cnode *root, const char *name);
49 int config_bool(cnode *root, const char *name, int _default);
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libcutils/include/cutils/
H A Dconfig_utils.h24 typedef struct cnode cnode; typedef
27 struct cnode struct
29 cnode *next; argument
30 cnode *first_child; argument
31 cnode *last_child; argument
37 void config_load(cnode *root, char *data); argument
40 void config_load_file(cnode *root, const char *fn);
43 cnode* config_node(const char *name, const char *value);
46 cnode* config_find(cnode *root, const char *name);
49 int config_bool(cnode *root, const char *name, int _default);
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libcutils/include_vndk/cutils/
H A Dconfig_utils.h24 typedef struct cnode cnode; typedef
27 struct cnode struct
29 cnode *next; argument
30 cnode *first_child; argument
31 cnode *last_child; argument
37 void config_load(cnode *root, char *data); argument
40 void config_load_file(cnode *root, const char *fn);
43 cnode* config_node(const char *name, const char *value);
46 cnode* config_find(cnode *root, const char *name);
49 int config_bool(cnode *root, const char *name, int _default);
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/mdp/test/
H A Dtest_node_metaclass.py31 cnode = ChildNode()
33 cnode.train(X)
34 assert cnode.foo2 == 42
52 cnode = ChildNode()
54 assert cnode.foo2 == 42
76 cnode = ChildNode()
79 assert cnode.foo2 == 42
100 cnode = ChildNode()
103 assert cnode.foo2 == 42
123 cnode = ChildNode()
[all …]
H A Dtest_metaclass_and_extensions.py27 cnode = ChildNode()
30 cnode.train(X, foo=42)
31 assert cnode.foo == 42
41 cnode = ChildNode()
46 cnode.train._undecorated_(cnode, X, foo=42)
47 cnode.train(X, foo=42)
48 assert cnode.foo == 42
61 cnode = ChildNode()
67 cnode.train._undecorated_(cnode, X)
68 cnode.train(X)
[all …]
/dports/science/py-mdp/MDP-3.5/mdp/test/
H A Dtest_node_metaclass.py30 cnode = ChildNode()
32 cnode.train(X)
33 assert cnode.foo2 == 42
51 cnode = ChildNode()
53 assert cnode.foo2 == 42
75 cnode = ChildNode()
78 assert cnode.foo2 == 42
99 cnode = ChildNode()
102 assert cnode.foo2 == 42
122 cnode = ChildNode()
[all …]
H A Dtest_metaclass_and_extensions.py26 cnode = ChildNode()
29 cnode.train(X, foo=42)
30 assert cnode.foo == 42
40 cnode = ChildNode()
45 cnode.train._undecorated_(cnode, X, foo=42)
46 cnode.train(X, foo=42)
47 assert cnode.foo == 42
60 cnode = ChildNode()
66 cnode.train._undecorated_(cnode, X)
67 cnode.train(X)
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libcutils/
H A Dconfig_utils.cpp29 cnode* node = static_cast<cnode*>(calloc(sizeof(cnode), 1)); in config_node()
38 cnode* config_find(cnode *root, const char *name) in config_find()
40 cnode *node, *match = NULL; in config_find()
50 static cnode* _config_create(cnode *root, const char *name) in _config_create()
52 cnode *node; in _config_create()
68 cnode *node; in config_bool()
86 cnode *node; in config_str()
96 cnode *node; in config_set()
263 cnode *node; in parse_expr()
318 void config_free(cnode *root) in config_free()
[all …]

12345678910>>...60