Home
last modified time | relevance | path

Searched refs:pathB (Results 1 – 25 of 740) sorted by relevance

12345678910>>...30

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPathOpsSkpTest.cpp20 SkPath pathB; in skpcheeseandburger_com225() local
78 pathB.close(); in skpcheeseandburger_com225()
99 pathB.close(); in skpcheeseandburger_com225()
154 pathB.close(); in skpcheeseandburger_com225()
397 SkPath pathB; in skpeverytechpro_blogspot_com100() local
419 SkPath pathB; in skpflite_com41() local
452 SkPath pathB; in skpilkoora_com37() local
474 SkPath pathB; in skpmm4everfriends_com43() local
497 SkPath pathB; in skpmtrk_uz27() local
520 SkPath pathB; in skpfrauen_magazin_com83() local
[all …]
H A DPathOpsOpTest.cpp42 pathB.close(); in cubicOp1d()
55 pathB.close(); in cubicOp2d()
68 pathB.close(); in cubicOp3d()
81 pathB.close(); in cubicOp5d()
94 pathB.close(); in cubicOp6d()
107 pathB.close(); in cubicOp7d()
120 pathB.close(); in cubicOp8d()
133 pathB.close(); in cubicOp9d()
148 pathB.close(); in quadOp9d()
167 pathB.close(); in lineOp9d()
[all …]
H A DPathOpsOpRectThreadedTest.cpp35 SkPath pathA, pathB; in testPathOpsRectsMain() local
42 pathB.setFillType((SkPathFillType) f); in testPathOpsRectsMain()
43 pathB.addRect(SkIntToScalar(a), SkIntToScalar(a), SkIntToScalar(b), in testPathOpsRectsMain()
45 pathB.addRect(SkIntToScalar(c), SkIntToScalar(c), SkIntToScalar(d), in testPathOpsRectsMain()
47 pathB.close(); in testPathOpsRectsMain()
75 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testPathOpsRectsMain()
128 SkPath pathA, pathB; in testPathOpsFastMain() local
135 pathB.setFillType(f); in testPathOpsFastMain()
137 pathB.addRect(SkIntToScalar(state.fC), SkIntToScalar(state.fC), SkIntToScalar(state.fD) + d, in testPathOpsFastMain()
140 pathB.close(); in testPathOpsFastMain()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestExampleDependencies.java107 for (String pathB : paths) {
108 if (skipPathForDependencies(pathB)) {
111 String valueB = cldrFile.getStringValue(pathB);
117 egTest.getExampleHtml(pathB, valueB);
228 for (String pathB : paths) {
229 if (pathA.equals(pathB) || skipPathForDependencies(pathB)) {
239 String valueB = originalValues.get(pathB);
243 pathB = pathB.intern();
251 …USE_STARRED_PATHS ? starredA : pathA, USE_STARRED_PATHS ? pathStarrer.set(pathB).intern() : pathB);
411 for (String pathB : listB) {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/vendor/github.com/opencontainers/runtime-tools/filepath/
H A Dancestor.go11 func IsAncestor(os, pathA, pathB, cwd string) (_ bool, err error) { argument
12 if pathA == pathB {
20 pathB, err = Abs(os, pathB, cwd)
28 if pathA == pathB {
31 return strings.HasPrefix(pathB, pathA), nil
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/Microsoft/hcsshim/vendor/github.com/opencontainers/runtime-tools/filepath/
H A Dancestor.go11 func IsAncestor(os, pathA, pathB, cwd string) (_ bool, err error) { argument
12 if pathA == pathB {
20 pathB, err = Abs(os, pathB, cwd)
28 if pathA == pathB {
31 return strings.HasPrefix(pathB, pathA), nil
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/opencontainers/runtime-tools/filepath/
H A Dancestor.go11 func IsAncestor(os, pathA, pathB, cwd string) (_ bool, err error) { argument
12 if pathA == pathB {
20 pathB, err = Abs(os, pathB, cwd)
28 if pathA == pathB {
31 return strings.HasPrefix(pathB, pathA), nil
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/opencontainers/runtime-tools/filepath/
H A Dancestor.go11 func IsAncestor(os, pathA, pathB, cwd string) (_ bool, err error) { argument
12 if pathA == pathB {
20 pathB, err = Abs(os, pathB, cwd)
28 if pathA == pathB {
31 return strings.HasPrefix(pathB, pathA), nil
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/opencontainers/runtime-tools/filepath/
H A Dancestor.go11 func IsAncestor(os, pathA, pathB, cwd string) (_ bool, err error) { argument
12 if pathA == pathB {
20 pathB, err = Abs(os, pathB, cwd)
28 if pathA == pathB {
31 return strings.HasPrefix(pathB, pathA), nil
/dports/sysutils/patchelf/patchelf-0.12.20200827.8d3a16e/tests/
H A Dshrink-rpath-with-allowed-prefixes.sh16 pathB="$(pwd)/${SCRATCH}/libsB"
17 ../src/patchelf --force-rpath --set-rpath $oldRPath:$pathA:$pathB ${SCRATCH}/main
24 ../src/patchelf --shrink-rpath --allowed-rpath-prefixes $oldRPath:$pathB ${SCRATCH}/mainB
45 check ${SCRATCH}/main $pathA $pathB
46 check ${SCRATCH}/mainA $pathA $pathB
47 check ${SCRATCH}/mainB $pathB $pathA
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/geom/Path2D/
H A DPath2DCopyConstructor.java236 static void testEqual(Path2D pathA, Path2D pathB) { in testEqual() argument
264 static void testIterator(Path2D pathA, Path2D pathB) { in testIterator() argument
266 final PathIterator itB = pathB.getPathIterator(at); in testIterator()
405 final Rectangle rB = pathB.getBounds(); in testGetBounds()
412 final Rectangle2D r2dB = pathB.getBounds2D(); in testGetBounds()
428 boolean resB = pathB.intersects(rect2d); in testIntersect()
434 resB = pathB.intersects(1.0, 2.0, 13.0, 17.0); in testIntersect()
444 boolean resB = pathB.contains(pt2d); in testContains()
450 resB = pathB.contains(pt2d.getX(), pt2d.getY()); in testContains()
456 resB = pathB.contains(rect2d); in testContains()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/geom/Path2D/
H A DPath2DCopyConstructor.java236 static void testEqual(Path2D pathA, Path2D pathB) { in testEqual() argument
264 static void testIterator(Path2D pathA, Path2D pathB) { in testIterator() argument
266 final PathIterator itB = pathB.getPathIterator(at); in testIterator()
405 final Rectangle rB = pathB.getBounds(); in testGetBounds()
412 final Rectangle2D r2dB = pathB.getBounds2D(); in testGetBounds()
428 boolean resB = pathB.intersects(rect2d); in testIntersect()
434 resB = pathB.intersects(1.0, 2.0, 13.0, 17.0); in testIntersect()
444 boolean resB = pathB.contains(pt2d); in testContains()
450 resB = pathB.contains(pt2d.getX(), pt2d.getY()); in testContains()
456 resB = pathB.contains(rect2d); in testContains()
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/spf13/cobra/cobra/cmd/
H A Dgolden_test.go28 func compareFiles(pathA, pathB string) error {
33 contentB, err := ioutil.ReadFile(pathB)
39 output.WriteString(fmt.Sprintf("%q and %q are not equal!\n\n", pathA, pathB))
46 diffCmd := exec.Command(diffPath, "-u", pathA, pathB)
50 output.WriteString("$ diff -u " + pathA + " " + pathB + "\n")
/dports/net/rclone/rclone-1.57.0/vendor/github.com/spf13/cobra/cobra/cmd/
H A Dgolden_test.go28 func compareFiles(pathA, pathB string) error {
33 contentB, err := ioutil.ReadFile(pathB)
39 output.WriteString(fmt.Sprintf("%q and %q are not equal!\n\n", pathA, pathB))
46 diffCmd := exec.Command(diffPath, "-u", pathA, pathB)
50 output.WriteString("$ diff -u " + pathA + " " + pathB + "\n")
/dports/devel/gh/cli-2.4.0/vendor/github.com/spf13/cobra/cobra/cmd/
H A Dgolden_test.go28 func compareFiles(pathA, pathB string) error {
33 contentB, err := ioutil.ReadFile(pathB)
39 output.WriteString(fmt.Sprintf("%q and %q are not equal!\n\n", pathA, pathB))
46 diffCmd := exec.Command(diffPath, "-u", "--strip-trailing-cr", pathA, pathB)
50 output.WriteString("$ diff -u " + pathA + " " + pathB + "\n")
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/spf13/cobra/cobra/cmd/
H A Dgolden_test.go28 func compareFiles(pathA, pathB string) error {
33 contentB, err := ioutil.ReadFile(pathB)
39 output.WriteString(fmt.Sprintf("%q and %q are not equal!\n\n", pathA, pathB))
46 diffCmd := exec.Command(diffPath, "-u", pathA, pathB)
50 output.WriteString("$ diff -u " + pathA + " " + pathB + "\n")
/dports/textproc/textnote/textnote-1.3.0/vendor/github.com/spf13/cobra/cobra/cmd/
H A Dgolden_test.go28 func compareFiles(pathA, pathB string) error {
33 contentB, err := ioutil.ReadFile(pathB)
39 output.WriteString(fmt.Sprintf("%q and %q are not equal!\n\n", pathA, pathB))
46 diffCmd := exec.Command(diffPath, "-u", pathA, pathB)
50 output.WriteString("$ diff -u " + pathA + " " + pathB + "\n")
/dports/misc/timetrace/timetrace-0.14.2/vendor/github.com/spf13/cobra/cobra/cmd/
H A Dgolden_test.go28 func compareFiles(pathA, pathB string) error {
33 contentB, err := ioutil.ReadFile(pathB)
39 output.WriteString(fmt.Sprintf("%q and %q are not equal!\n\n", pathA, pathB))
46 diffCmd := exec.Command(diffPath, "-u", pathA, pathB)
50 output.WriteString("$ diff -u " + pathA + " " + pathB + "\n")
/dports/net/rospo/rospo-0.7.1/vendor/github.com/spf13/cobra/cobra-1.2.1/cobra/cmd/
H A Dgolden_test.go28 func compareFiles(pathA, pathB string) error {
33 contentB, err := ioutil.ReadFile(pathB)
39 output.WriteString(fmt.Sprintf("%q and %q are not equal!\n\n", pathA, pathB))
46 diffCmd := exec.Command(diffPath, "-u", pathA, pathB)
50 output.WriteString("$ diff -u " + pathA + " " + pathB + "\n")
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/spf13/cobra/cobra/cmd/
H A Dgolden_test.go28 func compareFiles(pathA, pathB string) error {
33 contentB, err := ioutil.ReadFile(pathB)
39 output.WriteString(fmt.Sprintf("%q and %q are not equal!\n\n", pathA, pathB))
46 diffCmd := exec.Command(diffPath, "-u", pathA, pathB)
50 output.WriteString("$ diff -u " + pathA + " " + pathB + "\n")
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/spf13/cobra/cobra/cmd/
H A Dgolden_test.go28 func compareFiles(pathA, pathB string) error {
33 contentB, err := ioutil.ReadFile(pathB)
39 output.WriteString(fmt.Sprintf("%q and %q are not equal!\n\n", pathA, pathB))
46 diffCmd := exec.Command(diffPath, "-u", pathA, pathB)
50 output.WriteString("$ diff -u " + pathA + " " + pathB + "\n")
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/spf13/cobra/cobra/cmd/
H A Dgolden_test.go28 func compareFiles(pathA, pathB string) error {
33 contentB, err := ioutil.ReadFile(pathB)
39 output.WriteString(fmt.Sprintf("%q and %q are not equal!\n\n", pathA, pathB))
46 diffCmd := exec.Command(diffPath, "-u", pathA, pathB)
50 output.WriteString("$ diff -u " + pathA + " " + pathB + "\n")
/dports/games/weebsay/weebsay-8107cc5/vendor/github.com/spf13/cobra/cobra/cmd/
H A Dgolden_test.go28 func compareFiles(pathA, pathB string) error {
33 contentB, err := ioutil.ReadFile(pathB)
39 output.WriteString(fmt.Sprintf("%q and %q are not equal!\n\n", pathA, pathB))
46 diffCmd := exec.Command(diffPath, "-u", pathA, pathB)
50 output.WriteString("$ diff -u " + pathA + " " + pathB + "\n")
/dports/dns/blocky/blocky-0.17/vendor/github.com/spf13/cobra/cobra/cmd/
H A Dgolden_test.go28 func compareFiles(pathA, pathB string) error {
33 contentB, err := ioutil.ReadFile(pathB)
39 output.WriteString(fmt.Sprintf("%q and %q are not equal!\n\n", pathA, pathB))
46 diffCmd := exec.Command(diffPath, "-u", pathA, pathB)
50 output.WriteString("$ diff -u " + pathA + " " + pathB + "\n")
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/spf13/cobra/cobra/cmd/
H A Dgolden_test.go28 func compareFiles(pathA, pathB string) error {
33 contentB, err := ioutil.ReadFile(pathB)
39 output.WriteString(fmt.Sprintf("%q and %q are not equal!\n\n", pathA, pathB))
46 diffCmd := exec.Command(diffPath, "-u", pathA, pathB)
50 output.WriteString("$ diff -u " + pathA + " " + pathB + "\n")

12345678910>>...30