Searched refs:responseType (Results 26 - 30 of 30) sorted by relevance

12

/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c5918 const char *appName, *responseType, *delay; local
5931 if (!(responseType = asl_get(m, buf)))
5938 if (!strncmp(responseType, kIOPMStatsResponseTimedOut, sizeof(kIOPMStatsResponseTimedOut)))
5940 else if (!strncmp(responseType, kIOPMStatsResponseSlow, sizeof(kIOPMStatsResponseSlow)))
5942 else if (!strncmp(responseType, kIOPMStatsResponsePrompt, sizeof(kIOPMStatsResponsePrompt)))
5944 else if (!strncmp(responseType, kIOPMStatsDriverPSChangeSlow, sizeof(kIOPMStatsDriverPSChangeSlow))) {
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.c2136 char responseType[32]; local
2175 (!CFStringGetCString(responseTypeString, responseType, sizeof(responseType), kCFStringEncodingUTF8))) {
2197 asl_set(m, key, responseType);
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Drevoke.c293 ret = der_heim_oid_cmp(&resp.responseBytes->responseType,
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.h1208 void recordAutocorrectionResponse(int32_t responseType, const String& replacedString, const String& replacementString);
H A DWebPageProxy.cpp4952 void WebPageProxy::recordAutocorrectionResponse(int32_t responseType, const String& replacedString, const String& replacementString) argument
4954 m_pageClient.recordAutocorrectionResponse((AutocorrectionResponseType)responseType, replacedString, replacementString);

Completed in 245 milliseconds

12