HomeSort by relevance Sort by last modified time
    Searched defs:sameFile (Results 1 - 25 of 42) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/os/
executable_test.go 51 if !sameFile(outs, ep) {
56 func sameFile(fn1, fn2 string) bool {
65 return os.SameFile(fi1, fi2)
types_plan9.go 26 func sameFile(fs1, fs2 *fileStat) bool {
types_unix.go 29 func sameFile(fs1, fs2 *fileStat) bool {
types_windows.go 19 // used to implement SameFile
90 // hopefully this will work for SameFile
96 func sameFile(fs1, fs2 *fileStat) bool {
  /prebuilts/go/linux-x86/src/os/
executable_test.go 51 if !sameFile(outs, ep) {
56 func sameFile(fn1, fn2 string) bool {
65 return os.SameFile(fi1, fi2)
types_plan9.go 26 func sameFile(fs1, fs2 *fileStat) bool {
types_unix.go 29 func sameFile(fs1, fs2 *fileStat) bool {
types_windows.go 19 // used to implement SameFile
90 // hopefully this will work for SameFile
96 func sameFile(fs1, fs2 *fileStat) bool {
  /libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
Handler.java 61 protected boolean sameFile(URL u1, URL u2) {
71 return super.sameFile(u1, u2);
85 return super.sameFile(u1, u2);
88 if (!super.sameFile(enclosedURL1, enclosedURL2)) {
  /libcore/luni/src/test/java/libcore/java/net/
OldURLStreamHandlerTest.java 126 assertTrue("Test case 1", handler.sameFile(url1, url2));
127 assertFalse("Test case 2", handler.sameFile(url3, url2));
128 assertFalse("Test case 3", handler.sameFile(url3, url4));
129 assertFalse("Test case 4", handler.sameFile(url4, url5));
130 assertFalse("Test case 5", handler.sameFile(url1, url6));
208 @Override public boolean sameFile(URL a, URL b) {
209 return super.sameFile(a, b);
OldURLTest.java 194 gamelanNetworkBottom3.sameFile(absoluteNew));
240 assertTrue(gamelanNetwork.sameFile(gamelan));
242 assertFalse(gamelanNetwork.sameFile(gamelanFalse));
248 assertFalse(url.sameFile(url1));
  /libcore/ojluni/src/main/java/java/net/
URLStreamHandler.java 379 // sameFile compares the protocol, file, port & host components of
381 sameFile(u1, u2);
414 protected boolean sameFile(URL u1, URL u2) {
URL.java     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URLTest.java 697 * java.net.URL#sameFile(java.net.URL)
700 // Test for method boolean java.net.URL.sameFile(java.net.URL)
703 assertTrue("Should be the same1", u.sameFile(u1));
706 assertTrue("Should be the same ", u.sameFile(u1));
711 assertFalse(u.sameFile(u1));
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 280 milliseconds

1 2