Searched refs:path6 (Results 1 – 3 of 3) sorted by relevance
/external/dbus/dbus/ |
D | dbus-object-tree.c | 1519 const char *path6[] = { "blah", "boof", NULL }; in object_tree_test_iteration() local 1545 _dbus_assert (!find_subtree (tree, path6, NULL)); in object_tree_test_iteration() 1555 _dbus_assert (find_handler (tree, path6, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration() 1568 _dbus_assert (!find_subtree (tree, path6, NULL)); in object_tree_test_iteration() 1578 _dbus_assert (find_handler (tree, path6, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration() 1590 _dbus_assert (!find_subtree (tree, path6, NULL)); in object_tree_test_iteration() 1603 _dbus_assert (!find_subtree (tree, path6, NULL)); in object_tree_test_iteration() 1616 _dbus_assert (!find_subtree (tree, path6, NULL)); in object_tree_test_iteration() 1629 _dbus_assert (!find_subtree (tree, path6, NULL)); in object_tree_test_iteration() 1639 _dbus_assert (find_handler (tree, path6, &exact_match) != tree->root && !exact_match); in object_tree_test_iteration() [all …]
|
/external/skia/tests/ |
D | PathOpsBuildUseTest.cpp | 117 SkPath path6(path); in build1_1() local 118 builder.add(path6, (SkPathOp) 2); in build1_1()
|
D | PathOpsIssue3651.cpp | 1011 static SkPath path6() { in path6() function 1216 SkPath pathB = path6(); in issue3651_3()
|