OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uc2
(Results
1 - 2
of
2
) sorted by null
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java
375
URLConnection
uc2
;
391
uc2
= url2.openConnection();
408
((HttpURLConnection)
uc2
).disconnect();
524
URLConnection
uc2
= serverURL.openConnection();
525
HttpURLConnection conn = (HttpURLConnection)
uc2
;
526
uc2
.setAllowUserInteraction(true);
528
uc2
.setDoInput(true);
529
uc2
.setDoOutput(true);
532
OutputStream os =
uc2
.getOutputStream();
534
InputStream in =
uc2
.getInputStream()
[
all
...]
/bionic/libc/regex/
regcomp.c
1238
unsigned
uc2
= (uch)c2;
local
1241
if (col[uc1] != col[
uc2
])
[
all
...]
Completed in 21 milliseconds