Searched refs:split_string (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/glib/tests/ |
D | option-context.c | 242 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/ |
D | test_manual_embedding_lookup.py | 40 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")
|
D | test_manual_gatherv2.py | 33 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=((…
|