HomeSort by relevance Sort by last modified time
    Searched refs:cType (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/jar/
JarURLConnectionImpl.java 257 String cType = null;
262 cType = guessContentTypeFromName(entryName);
266 cType = jarFileURLConnection.getContentType();
271 if (cType == null) {
272 cType = "content/unknown";
274 return cType;
  /cts/tools/host/src/com/android/cts/
TestSessionBuilder.java 415 String cType = getStringAttributeValue(testNode, ATTRIBUTE_TYPE);
427 test = new HostSideOnlyTest(testCase, name, cType,
432 test = new Test(testCase, name, cType,
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzYUV.m 202 (**yuv_idh).cType = codec;

Completed in 210 milliseconds