OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:samefile
(Results
1 - 10
of
10
) sorted by null
/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));
/external/chromium-trace/trace-viewer/
PRESUBMIT.py
44
if input_api.os_path.
samefile
(f, ignored):
/libcore/luni/src/main/java/java/net/
URLStreamHandler.java
305
return
sameFile
(a, b)
354
protected boolean
sameFile
(URL a, URL b) {
URL.java
364
public boolean
sameFile
(URL otherURL) {
365
return streamHandler.
sameFile
(this, otherURL);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLTest.java
702
* @tests java.net.URL#
sameFile
(java.net.URL)
705
// Test for method boolean java.net.URL.
sameFile
(java.net.URL)
708
assertTrue("Should be the same1", u.
sameFile
(u1));
[
all
...]
/libcore/luni/src/main/java/java/lang/
Package.java
284
return sealBase != null && sealBase.
sameFile
(url);
/external/clang/lib/Driver/
Driver.cpp
[
all
...]
/prebuilts/sdk/7/
android.jar
/prebuilts/tools/common/osgi/
osgi.jar
Completed in 576 milliseconds