Searched defs:path0 (Results 1 - 2 of 2) sorted by relevance

/external/dbus/dbus/
H A Ddbus-object-tree.c1513 const char *path0[] = { NULL }; local
1536 if (!do_register (tree, path0, TRUE, 0, tree_test_data))
1539 _dbus_assert (find_subtree (tree, path0, NULL));
1549 _dbus_assert (find_handler (tree, path0, &exact_match) && exact_match);
1562 _dbus_assert (find_subtree (tree, path0, NULL));
1572 _dbus_assert (find_handler (tree, path0, &exact_match) && exact_match);
1597 _dbus_assert (find_subtree (tree, path0, NULL));
1610 _dbus_assert (find_subtree (tree, path0, NULL));
1623 _dbus_assert (find_subtree (tree, path0, NULL));
1633 _dbus_assert (find_handler (tree, path0,
[all...]
/external/skia/tests/
H A DPathTest.cpp1049 SkPath path0, path1; local
1051 path0.addRect(rects[i]);
1055 REPORTER_ASSERT(reporter, path0.getBounds() == path1.getBounds());

Completed in 115 milliseconds