Searched defs:path1 (Results 1 - 25 of 58) sorted by relevance

123

/external/skia/gm/
H A Dbug530095.cpp13 SkPath path1, path2; local
14 path1.addCircle(200, 200, 124);
24 canvas->drawPath(path1, paint);
40 canvas->drawPath(path1, paint);
/external/icu/icu4c/as_is/os400/
H A Diculd.c228 char path1[1000]; local
229 sprintf(path1,"/qsys.lib/%s.lib/%s.pgm",
232 printf("# ln -s %s %s\n", path1, prog);
233 if((!TEST_MODE) && symlink(path1,prog)) {
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
129 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
132 * @param path1 - the first path component may be null or empty
134 * @return the path resulting from concatenating path1 to path2
136 public String path(String path1, String path2); argument
H A DAbstractFakeFileSystem.java316 * Build a path from the two path components. Concatenate path1 and path2. Insert the path
317 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
320 * @param path1 - the first path component may be null or empty
322 * @return the normalized path resulting from concatenating path1 to path2
324 public String path(String path1, String path2) { argument
326 if (path1 != null && path1.length() > 0) {
327 buf.append(path1);
330 if ((path1 != null && path1
[all...]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
129 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
132 * @param path1 - the first path component may be null or empty
134 * @return the path resulting from concatenating path1 to path2
136 public String path(String path1, String path2); argument
H A DAbstractFakeFileSystem.java307 * Build a path from the two path components. Concatenate path1 and path2. Insert the path
308 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
311 * @param path1 - the first path component may be null or empty
313 * @return the path resulting from concatenating path1 to path2
315 public String path(String path1, String path2) { argument
317 if (path1 != null && path1.length() > 0) {
318 buf.append(path1);
321 if ((path1 != null && path1
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
129 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
132 * @param path1 - the first path component may be null or empty
134 * @return the path resulting from concatenating path1 to path2
136 public String path(String path1, String path2); argument
H A DAbstractFakeFileSystem.java307 * Build a path from the two path components. Concatenate path1 and path2. Insert the path
308 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
311 * @param path1 - the first path component may be null or empty
313 * @return the path resulting from concatenating path1 to path2
315 public String path(String path1, String path2) { argument
317 if (path1 != null && path1.length() > 0) {
318 buf.append(path1);
321 if ((path1 != null && path1
[all...]
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
129 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
132 * @param path1 - the first path component may be null or empty
134 * @return the path resulting from concatenating path1 to path2
136 public String path(String path1, String path2); argument
H A DAbstractFakeFileSystem.java307 * Build a path from the two path components. Concatenate path1 and path2. Insert the path
308 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
311 * @param path1 - the first path component may be null or empty
313 * @return the path resulting from concatenating path1 to path2
315 public String path(String path1, String path2) { argument
317 if (path1 != null && path1.length() > 0) {
318 buf.append(path1);
321 if ((path1 != null && path1
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
129 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
132 * @param path1 - the first path component may be null or empty
134 * @return the path resulting from concatenating path1 to path2
136 public String path(String path1, String path2); argument
H A DAbstractFakeFileSystem.java307 * Build a path from the two path components. Concatenate path1 and path2. Insert the path
308 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
311 * @param path1 - the first path component may be null or empty
313 * @return the path resulting from concatenating path1 to path2
315 public String path(String path1, String path2) { argument
317 if (path1 != null && path1.length() > 0) {
318 buf.append(path1);
321 if ((path1 != null && path1
[all...]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
129 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
132 * @param path1 - the first path component may be null or empty
134 * @return the path resulting from concatenating path1 to path2
136 public String path(String path1, String path2); argument
H A DAbstractFakeFileSystem.java307 * Build a path from the two path components. Concatenate path1 and path2. Insert the path
308 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
311 * @param path1 - the first path component may be null or empty
313 * @return the normalized path resulting from concatenating path1 to path2
315 public String path(String path1, String path2) { argument
317 if (path1 != null && path1.length() > 0) {
318 buf.append(path1);
321 if ((path1 != null && path1
[all...]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
129 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
132 * @param path1 - the first path component may be null or empty
134 * @return the path resulting from concatenating path1 to path2
136 public String path(String path1, String path2); argument
H A DAbstractFakeFileSystem.java307 * Build a path from the two path components. Concatenate path1 and path2. Insert the path
308 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
311 * @param path1 - the first path component may be null or empty
313 * @return the normalized path resulting from concatenating path1 to path2
315 public String path(String path1, String path2) { argument
317 if (path1 != null && path1.length() > 0) {
318 buf.append(path1);
321 if ((path1 != null && path1
[all...]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
129 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
132 * @param path1 - the first path component may be null or empty
134 * @return the path resulting from concatenating path1 to path2
136 public String path(String path1, String path2); argument
H A DAbstractFakeFileSystem.java307 * Build a path from the two path components. Concatenate path1 and path2. Insert the path
308 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
311 * @param path1 - the first path component may be null or empty
313 * @return the normalized path resulting from concatenating path1 to path2
315 public String path(String path1, String path2) { argument
317 if (path1 != null && path1.length() > 0) {
318 buf.append(path1);
321 if ((path1 != null && path1
[all...]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
129 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
132 * @param path1 - the first path component may be null or empty
134 * @return the path resulting from concatenating path1 to path2
136 public String path(String path1, String path2); argument
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
129 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
132 * @param path1 - the first path component may be null or empty
134 * @return the path resulting from concatenating path1 to path2
136 public String path(String path1, String path2); argument
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
129 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
132 * @param path1 - the first path component may be null or empty
134 * @return the path resulting from concatenating path1 to path2
136 public String path(String path1, String path2); argument
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java128 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
129 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
132 * @param path1 - the first path component may be null or empty
134 * @return the path resulting from concatenating path1 to path2
136 public String path(String path1, String path2); argument
/external/skia/tests/
H A DGpuDrawPathTest.cpp97 SkPath path1, path2; local
98 path1.setIsVolatile(true);
103 path1.conicTo(p0, p1, .5f);
109 GrPath::ComputeKey(path1, stroke, &key1, &isVolatile);
H A DPathOpsBuilderTest.cpp275 SkPath path1; local
276 path1.moveTo(5, -225);
277 path1.lineTo(-225, 7425);
278 path1.lineTo(7425, 7425);
279 path1.lineTo(7425, -225);
280 path1.lineTo(-225, -225);
281 path1.lineTo(5, -225);
282 path1.close();
299 builder.add(path1, kUnion_SkPathOp);
H A DPathOpsIssue3651.cpp12 static SkPath path1() { function
1203 SkPath path = path1();

Completed in 911 milliseconds

123