Searched refs:resultType (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DSoftLinking.h51 #define SOFT_LINK(library, functionName, resultType, callingConvention, parameterDeclarations, parameterNames) \
52 static resultType callingConvention init##functionName parameterDeclarations; \
53 static resultType (callingConvention*softLink##functionName) parameterDeclarations = init##functionName; \
55 static resultType callingConvention init##functionName parameterDeclarations \
57 softLink##functionName = reinterpret_cast<resultType (callingConvention*) parameterDeclarations>(SOFT_LINK_GETPROCADDRESS(library##Library(), #functionName)); \
62 inline resultType functionName parameterDeclarations \
67 #define SOFT_LINK_OPTIONAL(library, functionName, resultType, callingConvention, parameterDeclarations) \
68 typedef resultType (callingConvention *functionName##PtrType) parameterDeclarations; \
82 #define SOFT_LINK_LOADED_LIBRARY(library, functionName, resultType, callingConvention, parameterDeclarations) \
83 typedef resultType (callingConventio
[all...]
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathResult.cpp116 unsigned short XPathResult::resultType() const function in class:WebCore::XPathResult
123 if (resultType() != NUMBER_TYPE) {
132 if (resultType() != STRING_TYPE) {
141 if (resultType() != BOOLEAN_TYPE) {
150 if (resultType() != ANY_UNORDERED_NODE_TYPE && resultType() != FIRST_ORDERED_NODE_TYPE) {
156 if (resultType() == FIRST_ORDERED_NODE_TYPE)
164 if (resultType() != UNORDERED_NODE_ITERATOR_TYPE && resultType() != ORDERED_NODE_ITERATOR_TYPE)
173 if (resultType() !
[all...]
H A DXPathPredicate.h42 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::Number
52 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::StringExpression
60 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::Negative
71 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::NumericOp
82 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::EqTestOp
93 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::LogicalOp
103 virtual Value::Type resultType() const { return Value::NodeSetValue; } function in class:WebCore::XPath::Union
113 bool isContextPositionSensitive() const { return m_expr->isContextPositionSensitive() || m_expr->resultType() == Value::NumberValue; }
H A DXPathVariableReference.h41 virtual Value::Type resultType() const { ASSERT_NOT_REACHED(); return Value::NumberValue; } function in class:WebCore::XPath::VariableReference
H A DXPathPath.h48 virtual Value::Type resultType() const { return Value::NodeSetValue; } function in class:WebCore::XPath::Filter
67 virtual Value::Type resultType() const { return Value::NodeSetValue; } function in class:WebCore::XPath::LocationPath
81 virtual Value::Type resultType() const { return Value::NodeSetValue; } function in class:WebCore::XPath::Path
H A DXPathFunctions.cpp76 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunLast
83 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunPosition
90 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunCount
95 virtual Value::Type resultType() const { return Value::NodeSetValue; } function in class:WebCore::XPath::FunId
100 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunLocalName
107 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunNamespaceURI
114 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunName
121 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunString
128 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunConcat
133 virtual Value::Type resultType() cons function in class:WebCore::XPath::FunStartsWith
138 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::FunContains
143 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunSubstringBefore
148 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunSubstringAfter
153 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunSubstring
158 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunStringLength
165 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunNormalizeSpace
172 virtual Value::Type resultType() const { return Value::StringValue; } function in class:WebCore::XPath::FunTranslate
177 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::FunBoolean
182 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::FunNot
187 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::FunTrue
192 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::FunFalse
197 virtual Value::Type resultType() const { return Value::BooleanValue; } function in class:WebCore::XPath::FunLang
204 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunNumber
211 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunSum
216 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunFloor
221 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunCeiling
226 virtual Value::Type resultType() const { return Value::NumberValue; } function in class:WebCore::XPath::FunRound
[all...]
H A DXPathResult.idl35 readonly attribute unsigned short resultType;
H A DXPathExpressionNode.h81 virtual Value::Type resultType() const = 0;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DDNSServiceDiscoveryReply.defs33 in resultType: int;
40 in resultType: int;
50 in resultType: int;
H A DDNSServiceDiscovery.h158 DNSServiceDomainEnumerationReplyResultType resultType, // One of DNSServiceDomainEnumerationReplyResultType
193 DNSServiceBrowserReplyResultType resultType, // One of DNSServiceBrowserReplyResultType
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DSoftLinking.h76 #define SOFT_LINK(framework, functionName, resultType, parameterDeclarations, parameterNames) \
77 static resultType init##functionName parameterDeclarations; \
78 static resultType (*softLink##functionName) parameterDeclarations = init##functionName; \
80 static resultType init##functionName parameterDeclarations \
82 softLink##functionName = (resultType (*) parameterDeclarations) dlsym(framework##Library(), #functionName); \
87 inline resultType functionName parameterDeclarations \
93 #define SOFT_LINK_OPTIONAL(framework, functionName, resultType, callingConvention, parameterDeclarations) \
94 typedef resultType (*functionName##PtrType) parameterDeclarations; \
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SearchKit/Lib/SearchKit/
H A D__init__.py87 resultType = objc.registerCFSignature(
101 SKSearchGroupGetTypeID, groupType, SKSearchResultsGetTypeID, resultType,
/macosx-10.9.5/SecurityTool-55115/
H A Dtrusted_cert_add.c129 SecTrustSettingsResult resultType,
190 if(resultType != kSecTrustSettingsResultTrustRoot) {
191 SInt32 rt = (SInt32)resultType;
225 SecTrustSettingsResult resultType = kSecTrustSettingsResultTrustRoot; local
249 resultType = kSecTrustSettingsResultTrustRoot;
252 resultType = kSecTrustSettingsResultTrustAsRoot;
255 resultType = kSecTrustSettingsResultDeny;
258 resultType = kSecTrustSettingsResultUnspecified;
385 resultType,
399 resultType,
125 appendConstraintsToDict( const char *appPath, const char *policy, const char *policyStr, SecTrustSettingsResult resultType, CSSM_RETURN allowErr, SecTrustSettingsKeyUsage keyUse, CFMutableDictionaryRef *dict) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dutrie.h184 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) { \
195 (result)=(resultType)((trie)->initialValue); \
208 #define _UTRIE_GET(trie, data, c32, result, resultType) \
215 _UTRIE_GET_FROM_PAIR(trie, data, __lead16, c32, result, resultType); \
218 (result)=(resultType)((trie)->initialValue); \
222 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) { \
229 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \
238 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) { \
248 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecTrustSettingsPriv.h70 SecTrustSettingsResult *resultType, /* RETURNED */
H A DTrustSettings.cpp254 SecTrustSettingsResult resultType = kSecTrustSettingsResultTrustRoot; local
258 resultType = (SecTrustSettingsResult)s;
260 switch(resultType) {
272 trustSettingsEvalDbg("qualifyUsageWithCertDict: bad resultType "
273 "(%lu)", (unsigned long)resultType);
603 * the resultType means that a cert isn't to be trusted or untrusted
618 SecTrustSettingsResult *resultType, /* RETURNED */
656 /* to be returned in *resultType if it ends up something other than Invalid */
677 *resultType = kSecTrustSettingsResultTrustRoot;
736 /* found match but no valid resultType ye
610 evaluateCert( CFStringRef certHashStr, const CSSM_OID *policyOID, const char *policyStr, SecTrustSettingsKeyUsage keyUsage, bool isRootCert, CSSM_RETURN **allowedErrors, uint32 *numAllowedErrors, SecTrustSettingsResult *resultType, bool *foundAnyEntry) argument
890 CFNumberRef resultType = (CFNumberRef)CFDictionaryGetValue(diskTsDict, kSecTrustSettingsResult); local
1191 CFNumberRef resultType = NULL; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecTrustSettingsPriv.h70 SecTrustSettingsResult *resultType, /* RETURNED */
H A DTrustSettings.cpp254 SecTrustSettingsResult resultType = kSecTrustSettingsResultTrustRoot; local
258 resultType = (SecTrustSettingsResult)s;
260 switch(resultType) {
272 trustSettingsEvalDbg("qualifyUsageWithCertDict: bad resultType "
273 "(%lu)", (unsigned long)resultType);
603 * the resultType means that a cert isn't to be trusted or untrusted
618 SecTrustSettingsResult *resultType, /* RETURNED */
656 /* to be returned in *resultType if it ends up something other than Invalid */
677 *resultType = kSecTrustSettingsResultTrustRoot;
736 /* found match but no valid resultType ye
610 evaluateCert( CFStringRef certHashStr, const CSSM_OID *policyOID, const char *policyStr, SecTrustSettingsKeyUsage keyUsage, bool isRootCert, CSSM_RETURN **allowedErrors, uint32 *numAllowedErrors, SecTrustSettingsResult *resultType, bool *foundAnyEntry) argument
890 CFNumberRef resultType = (CFNumberRef)CFDictionaryGetValue(diskTsDict, kSecTrustSettingsResult); local
1191 CFNumberRef resultType = NULL; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecTrustSettingsPriv.h70 SecTrustSettingsResult *resultType, /* RETURNED */
H A DTrustSettings.cpp254 SecTrustSettingsResult resultType = kSecTrustSettingsResultTrustRoot; local
258 resultType = (SecTrustSettingsResult)s;
260 switch(resultType) {
272 trustSettingsEvalDbg("qualifyUsageWithCertDict: bad resultType "
273 "(%lu)", (unsigned long)resultType);
603 * the resultType means that a cert isn't to be trusted or untrusted
618 SecTrustSettingsResult *resultType, /* RETURNED */
656 /* to be returned in *resultType if it ends up something other than Invalid */
677 *resultType = kSecTrustSettingsResultTrustRoot;
736 /* found match but no valid resultType ye
610 evaluateCert( CFStringRef certHashStr, const CSSM_OID *policyOID, const char *policyStr, SecTrustSettingsKeyUsage keyUsage, bool isRootCert, CSSM_RETURN **allowedErrors, uint32 *numAllowedErrors, SecTrustSettingsResult *resultType, bool *foundAnyEntry) argument
890 CFNumberRef resultType = (CFNumberRef)CFDictionaryGetValue(diskTsDict, kSecTrustSettingsResult); local
1191 CFNumberRef resultType = NULL; local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SearchKit/Lib/SearchKit/
H A D__init__.py88 resultType = objc.registerCFSignature(
103 SKSearchGroupGetTypeID, groupType, SKSearchResultsGetTypeID, resultType,
/macosx-10.9.5/Security-55471.14.18/libsecurity_manifest/lib/
H A DDownload.cpp249 SecTrustResultType resultType; local
277 result = SecTrustEvaluate (trustRef, &resultType);
285 resultType = evaluate (trustRef, resultType, evaluateContext);
288 GoOrNoGo (resultType);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DTextCheckerMac.mm310 NSTextCheckingType resultType = [incomingResult resultType];
313 if (resultType == NSTextCheckingTypeSpelling && (checkingTypes & NSTextCheckingTypeSpelling)) {
319 } else if (resultType == NSTextCheckingTypeGrammar && (checkingTypes & NSTextCheckingTypeGrammar)) {
342 } else if (resultType == NSTextCheckingTypeLink && (checkingTypes & NSTextCheckingTypeLink)) {
349 } else if (resultType == NSTextCheckingTypeQuote && (checkingTypes & NSTextCheckingTypeQuote)) {
356 } else if (resultType == NSTextCheckingTypeDash && (checkingTypes & NSTextCheckingTypeDash)) {
363 } else if (resultType == NSTextCheckingTypeReplacement && (checkingTypes & NSTextCheckingTypeReplacement)) {
370 } else if (resultType == NSTextCheckingTypeCorrection && (checkingTypes & NSTextCheckingTypeCorrection)) {
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecTrustSettingsPriv.h186 SecTrustSettingsResult *resultType, /* RETURNED */
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DLength.h245 LengthType resultType = type();
247 resultType = from.type();
249 if (resultType == Percent) {
257 return Length(WebCore::blend(fromValue, toValue, progress), resultType);

Completed in 315 milliseconds

12