Searched refs:qType (Results 1 – 6 of 6) sorted by relevance
75 String qType = type.stripWhiteSpace().lower(); in clipboardTypeFromMIMEType() local78 if (qType == "text" || qType == "text/plain" || qType.startsWith("text/plain;")) in clipboardTypeFromMIMEType()80 if (qType == "url" || qType == "text/uri-list") in clipboardTypeFromMIMEType()82 if (qType == "text/html") in clipboardTypeFromMIMEType()
74 String qType = type.stripWhiteSpace();77 if (qType == "Text")79 if (qType == "URL")83 if (qType == "text/plain" || qType.startsWith("text/plain;"))85 if (qType == "text/uri-list")90 NSString *mimeType = qType;99 return (NSString *)qType;
101 short qType; member
166 gExtendedTimerRec.tmTask.qType = 0; in SDL_SYS_StartTimer()
132 gExtendedTimerRec.tmTask.qType = 0; in SDL_SYS_StartTimer()
1786 QualType qType = Class->getTypeForDecl()->getCanonicalTypeInternal(); in IsSimplyAccessible() local1789 qType); in IsSimplyAccessible()