OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uc2
(Results
1 - 8
of
8
) sorted by null
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java
214
URLConnection
uc2
;
227
uc2
= url2.openConnection();
241
((HttpURLConnection)
uc2
).disconnect();
460
uc2
.setRequestProperty("Accept-Encoding", "bla");
461
uc2
.connect();
463
assertNull(
uc2
.getContentEncoding());
473
assertEquals(Support_TestWebData.test2.length,
uc2
.getContentLength());
551
uc2
.setDoInput(false);
552
assertFalse("Should have been set to false",
uc2
.getDoInput());
557
uc2
.connect()
[
all
...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-0x.cpp
26
unsigned_c<2>
uc2
= f<float, double>();
local
/frameworks/rs/tests/typecheck/
kernels.rs
33
uchar2
uc2
;
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp
15
unsigned char
uc2
= {-1}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
local
p7-cxx11-nowarn.cpp
16
unsigned char
uc2
= {-1}; // expected-warning {{ cannot be narrowed }} expected-note {{override}}
local
/external/llvm/lib/Support/
regcomp.c
1274
unsigned
uc2
= (uch)c2;
local
1277
if (col[uc1] != col[
uc2
])
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regcomp.c
1238
unsigned
uc2
= (uch)c2;
local
1241
if (col[uc1] != col[
uc2
])
[
all
...]
/bionic/libc/upstream-netbsd/libc/regex/
regcomp.c
1592
unsigned
uc2
= (unsigned char)c2;
local
[
all
...]
Completed in 368 milliseconds