OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cType
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.cpp
78
// The depth and
cType
fields of the ImageDescriptionHandle are filled
100
// If QuickDraw supports the given pixel format, the
cType
should be kRawCodecType.
101
// Otherwise, use the pixel format code for the
cType
. We are assuming the pixel
103
unsigned long
cType
= isQD ? kRawCodecType : m_pixelFormat;
107
(**description).
cType
=
cType
;
/libcore/luni/src/main/java/libcore/net/url/
JarURLConnectionImpl.java
244
String
cType
= null;
249
cType
= guessContentTypeFromName(entryName);
253
cType
= jarFileURLConnection.getContentType();
258
if (
cType
== null) {
259
cType
= "content/unknown";
261
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
,
Completed in 143 milliseconds