Searched refs:path5 (Results 1 – 3 of 3) sorted by relevance
/external/dbus/dbus/ |
D | dbus-object-tree.c | 1518 const char *path5[] = { "blah", NULL }; in object_tree_test_iteration() local 1544 _dbus_assert (!find_subtree (tree, path5, NULL)); in object_tree_test_iteration() 1554 _dbus_assert (find_handler (tree, path5, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration() 1567 _dbus_assert (!find_subtree (tree, path5, NULL)); in object_tree_test_iteration() 1577 _dbus_assert (find_handler (tree, path5, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration() 1589 _dbus_assert (!find_subtree (tree, path5, NULL)); in object_tree_test_iteration() 1602 _dbus_assert (!find_subtree (tree, path5, NULL)); in object_tree_test_iteration() 1615 _dbus_assert (!find_subtree (tree, path5, NULL)); in object_tree_test_iteration() 1620 if (!do_register (tree, path5, TRUE, 5, tree_test_data)) in object_tree_test_iteration() 1628 _dbus_assert (find_subtree (tree, path5, NULL)); in object_tree_test_iteration() [all …]
|
/external/skia/tests/ |
D | PathOpsBuildUseTest.cpp | 102 SkPath path5(path); in build1_1() local 103 builder.add(path5, (SkPathOp) 2); in build1_1()
|
D | PathOpsIssue3651.cpp | 820 static SkPath path5() { in path5() function 1215 SkPath path = path5(); in issue3651_3()
|