HomeSort by relevance Sort by last modified time
    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 215 URLConnection uc2;
230 uc2 = url2.openConnection();
246 ((HttpURLConnection) uc2).disconnect();
446 assertEquals(Support_TestWebData.test2.length, uc2.getContentLength());
524 uc2.setDoInput(false);
525 assertFalse("Should have been set to false", uc2.getDoInput());
530 uc2.connect();
532 uc2.getInputStream();
550 uc2.setDoOutput(false);
551 assertFalse("Should have been set to false", uc2.getDoOutput())
    [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 {{silence}} local
p7-cxx11-nowarn.cpp 16 unsigned char uc2 = {-1}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} 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/lib/libc/regex/
regcomp.c 1592 unsigned uc2 = (unsigned char)c2; local
    [all...]

Completed in 1894 milliseconds