Searched refs:path1 (Results 1 - 25 of 74) sorted by relevance

123

/external/apache-http/src/org/apache/http/cookie/
H A DCookiePathComparator.java72 String path1 = normalizePath(c1);
74 if (path1.equals(path2)) {
76 } else if (path1.startsWith(path2)) {
78 } else if (path2.startsWith(path1)) {
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
H A DDefaultFileSystem.groovy266 * Build a path from the two path components. Concatenate path1 and path2. Insert the system-dependent
267 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
270 * @param path1 - the first path component may be null or empty
272 * @return the path resulting from concatenating path1 to path2
276 public String path(String path1, String path2) {
278 if (path1 != null && path1.length() > 0) {
279 buf.append(path1)
282 if ((path1 != null && path1
[all...]
H A DAbstractFakeFileSystem.groovy381 * Build a path from the two path components. Concatenate path1 and path2. Insert the path
382 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
385 * @param path1 - the first path component may be null or empty
387 * @return the path resulting from concatenating path1 to path2
389 String path(String path1, String path2) {
391 if (path1 != null && path1.length() > 0) {
392 buf.append(path1)
395 if ((path1 != null && path1
[all...]
H A DFileSystem.groovy167 * Build a path from the two path components. Concatenate path1 and path2. Insert the file system-dependent
168 * separator character in between if necessary (i.e., if both are non-empty and path1 does not already
171 * @param path1 - the first path component may be null or empty
173 * @return the path resulting from concatenating path1 to path2
175 public String path(String path1, String path2)
/external/mesa3d/src/glsl/tests/
H A Dcompare_ir48 file1, path1 = tempfile.mkstemp(os.path.basename(sys.argv[1]))
55 subprocess.call(['diff', '-u', path1, path2])
57 os.remove(path1)
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCanvasTest.java92 Path path1 = new Path();
93 path1.lineTo(10, 10);
94 path1.moveTo(20, 15);
100 canvas.drawPath(path1, paint);
103 assertEquals("Path " + shadowOf(path1).getPoints().toString() + "\n"
106 assertEquals("Path " + shadowOf(path1).getPoints().toString() + "\n"
/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
/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
/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
/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 DPathOpsBattles.cpp13 SkPath path1, path2; local
16 path1.moveTo(9.53595e-07f, -60);
17 path1.lineTo(5.08228e-15f, -83);
18 path1.cubicTo(32.8673f, -83, 62.6386f, -63.6055f, 75.9208f, -33.5416f);
19 path1.cubicTo(89.2029f, -3.47759f, 83.4937f, 31.5921f, 61.3615f, 55.8907f);
20 path1.lineTo(46.9383f, 68.4529f);
21 path1.lineTo(33.9313f, 49.484f);
22 path1.cubicTo(37.7451f, 46.8689f, 41.2438f, 43.8216f, 44.3577f, 40.4029f);
23 path1.lineTo(44.3577f, 40.4029f);
24 path1
43 SkPath path1, path2; local
66 SkPath path1, path2; local
[all...]
/external/icu/icu4c/source/config/
H A Dmh-alpha-osf33 LD_RPATH= $(LD_RPATH)$(LD_RPATH_PRE)path1

Completed in 492 milliseconds

123