Home
last modified time | relevance | path

Searched refs:split_string (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/tests/
Doption-context.c242 split_string (const char *str, int *argc) in split_string() function
350 argv = split_string ("program --test 20", &argc); in error_test1()
418 argv = split_string ("program --test bar", &argc); in error_test2()
484 argv = split_string ("program --test", &argc); in error_test3()
517 argv = split_string ("program --test 20 --test 30", &argc); in arg_test1()
552 argv = split_string ("program --test foo --test bar", &argc); in arg_test2()
586 argv = split_string ("program --test foo.txt", &argc); in arg_test3()
620 argv = split_string ("program --test 20.0 --test 30.03", &argc); in arg_test4()
654 argv = split_string ("program --test 20,0 --test 30,03", &argc); in arg_test5()
701 argv = split_string ("program --test 4294967297 --test 4294967296 --test2 0xfffffffff", &argc); in arg_test6()
[all …]
/third_party/mindspore/tests/ut/python/parallel/
Dtest_manual_embedding_lookup.py40 split_string="manual_split", argument
44 self.gatherv2.add_prim_attr(split_string, split_tuple)
110 …net = Net(strategy1, strategy2, strategy3, split_string="manual_split_with_offset", split_tuple=((…
123 net = Net(split_string="fake")
Dtest_manual_gatherv2.py33 split_string="manual_split", argument
37 self.gatherv2.add_prim_attr(split_string, split_tuple)
103 …net = Net(strategy1, strategy2, strategy3, split_string="manual_split_with_offset", split_tuple=((…