Searched refs:path7 (Results 1 – 2 of 2) sorted by relevance
/external/dbus/dbus/ |
D | dbus-object-tree.c | 1520 const char *path7[] = { "blah", "boof", "this", "is", "really", "long", NULL }; in object_tree_test_iteration() local 1546 _dbus_assert (!find_subtree (tree, path7, NULL)); in object_tree_test_iteration() 1556 _dbus_assert (find_handler (tree, path7, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration() 1569 _dbus_assert (!find_subtree (tree, path7, NULL)); in object_tree_test_iteration() 1579 _dbus_assert (find_handler (tree, path7, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration() 1591 _dbus_assert (!find_subtree (tree, path7, NULL)); in object_tree_test_iteration() 1604 _dbus_assert (!find_subtree (tree, path7, NULL)); in object_tree_test_iteration() 1617 _dbus_assert (!find_subtree (tree, path7, NULL)); in object_tree_test_iteration() 1630 _dbus_assert (!find_subtree (tree, path7, NULL)); in object_tree_test_iteration() 1640 _dbus_assert (find_handler (tree, path7, &exact_match) != tree->root && !exact_match); in object_tree_test_iteration() [all …]
|
/external/skia/tests/ |
D | PathOpsBuildUseTest.cpp | 132 SkPath path7(path); in build1_1() local 133 builder.add(path7, (SkPathOp) 2); in build1_1()
|