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

/external/skia/tests/
H A DPathOpsIssue3651.cpp1011 static SkPath path6() { function
1216 SkPath pathB = path6();
/external/dbus/dbus/
H A Ddbus-object-tree.c1519 const char *path6[] = { "blah", "boof", NULL }; local
1545 _dbus_assert (!find_subtree (tree, path6, NULL));
1555 _dbus_assert (find_handler (tree, path6, &exact_match) == tree->root && !exact_match);
1568 _dbus_assert (!find_subtree (tree, path6, NULL));
1578 _dbus_assert (find_handler (tree, path6, &exact_match) == tree->root && !exact_match);
1590 _dbus_assert (!find_subtree (tree, path6, NULL));
1603 _dbus_assert (!find_subtree (tree, path6, NULL));
1616 _dbus_assert (!find_subtree (tree, path6, NULL));
1629 _dbus_assert (!find_subtree (tree, path6, NULL));
1639 _dbus_assert (find_handler (tree, path6,
[all...]

Completed in 128 milliseconds