Home
last modified time | relevance | path

Searched refs:path3 (Results 1 – 7 of 7) sorted by relevance

/external/dbus/dbus/
Ddbus-object-tree.c1516 const char *path3[] = { "foo", "bar", "baz", NULL }; in object_tree_test_iteration() local
1542 _dbus_assert (!find_subtree (tree, path3, NULL)); in object_tree_test_iteration()
1552 _dbus_assert (find_handler (tree, path3, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration()
1565 _dbus_assert (!find_subtree (tree, path3, NULL)); in object_tree_test_iteration()
1575 _dbus_assert (find_handler (tree, path3, &exact_match) && !exact_match); in object_tree_test_iteration()
1587 _dbus_assert (!find_subtree (tree, path3, NULL)); in object_tree_test_iteration()
1594 if (!do_register (tree, path3, TRUE, 3, tree_test_data)) in object_tree_test_iteration()
1600 _dbus_assert (find_subtree (tree, path3, NULL)); in object_tree_test_iteration()
1613 _dbus_assert (find_subtree (tree, path3, NULL)); in object_tree_test_iteration()
1626 _dbus_assert (find_subtree (tree, path3, NULL)); in object_tree_test_iteration()
[all …]
/external/skia/gm/
Dstrokefill.cpp300 SkPath path3; variable
301 path3.setFillType(SkPath::kWinding_FillType);
302 path3.addRect(r, SkPath::kCW_Direction);
304 path3.addRect(r, SkPath::kCCW_Direction);
305 canvas->drawPath(path3, paint);
/external/v8/build/android/
Dcopy_ex.gypi23 # # path2/old1 and path3/old2 will be copied to apk/assets/path and
25 # 'renaming_sources': ['path2/old1', 'path3/old2'],
/external/google-breakpad/src/testing/scripts/generator/
DREADME.cppclean81 yield '/path3'
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp2705 UString path3 = path2; in OpenStreamOrFile() local
2706 path3 += L"."; in OpenStreamOrFile()
2707 path3 += ai.GetMainExt(); // "7z" for SFX. in OpenStreamOrFile()
2708 Path = path3 + L".001"; in OpenStreamOrFile()
2712 Path = path3; in OpenStreamOrFile()
/external/skia/tests/
DPathOpsBuildUseTest.cpp72 SkPath path3(path); in build1_1() local
73 builder.add(path3, (SkPathOp) 2); in build1_1()
DPathOpsIssue3651.cpp478 static SkPath path3() { in path3() function
1209 SkPath path = path3(); in issue3651_2()