Searched refs:valueType (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLParamElement.idl24 [Reflect] attribute DOMString valueType;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSAttrUtils.cpp116 CFTypeID valueType = CFGetTypeID(cfValue); local
117 if(valueType == CFStringGetTypeID()) {
132 else if(valueType == CFNumberGetTypeID()) {
169 else if(valueType == CFBooleanGetTypeID()) {
177 key, (int)valueType);
H A DMDSDictionary.cpp199 CFTypeID valueType = CFGetTypeID(value); local
208 if(valueType != CFStringGetTypeID()) {
238 if(valueType != CFArrayGetTypeID()) {
303 if(valueType != CFDataGetTypeID()) {
/macosx-10.10/kext_tools-384.1.4/
H A Dkextfind_report.c103 CFTypeID valueType; local
111 valueType = CFGetTypeID(value);
113 if (CFStringGetTypeID() == valueType) {
115 } else if (CFBooleanGetTypeID() == valueType) {
117 } else if (CFNumberGetTypeID() == valueType) {
118 } else if (CFArrayGetTypeID() == valueType) {
122 } else if (CFDictionaryGetTypeID() == valueType) {
126 } else if (CFDataGetTypeID() == valueType) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DDigest.cpp448 CFTypeID valueType = CFGetTypeID(value); local
449 if (valueType == CFErrorGetTypeID())
453 else if (valueType != CFDataGetTypeID())
455 CFStringRef idType = CFCopyTypeIDDescription(valueType);
H A DEncryptTransform.cpp753 CFTypeID valueType = CFGetTypeID(value); local
754 if (valueType != CFDataGetTypeID())
756 CFStringRef realType = CFCopyTypeIDDescription(valueType);
H A DEncodeDecodeTransforms.c591 CFStringRef valueType = CFCopyTypeIDDescription(CFGetTypeID(value));
592 SecTransformCustomSetAttribute(ref, kSecTransformAbortAttributeName, kSecTransformMetaAttributeValue, CreateSecTransformErrorRef(kSecTransformErrorInvalidType, "%@ requires a CFNumber, but was set to a %@ (%@)", kSecEncodeLineLengthAttribute, valueType, value));
593 CFRelease(valueType);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAnimationElement.h100 AnimatedPropertyValueType valueType, AnimatedType& animatedType, SVGElement* contextElement)
102 if (valueType != InheritValue)
99 adjustForInheritance(AnimatedType (parseTypeFromString)SVGAnimationElement*, const String&), AnimatedPropertyValueType valueType, AnimatedType& animatedType, SVGElement* contextElement) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dx509defs.h78 CSSM_BER_TAG valueType; /* The Tag to be used when */ member in struct:cssm_x509_type_value_pair
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DprintCertName.cpp86 switch(atv->valueType) {
H A DCertBuilderApp.cpp51 atvp->valueType = BER_TAG_PRINTABLE_STRING;
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DDOMCSS.idl202 HRESULT cssValueType([out, retval] unsigned short *valueType);
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DControlPanelExe.cpp179 DWORD valueType; member in struct:RegistryBuilder
215 err = RegSetValueEx( key, entries[ i ].valueName, 0, entries[ i ].valueType, (LPBYTE) entries[ i ].data, size );
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DtpCredRequest.cpp82 atvp->valueType = BER_TAG_PRINTABLE_STRING;
86 atvp->valueType = BER_TAG_PRINTABLE_STRING;
89 atvp->valueType = BER_TAG_PRINTABLE_STRING;
92 atvp->valueType = BER_TAG_IA5_STRING;
96 atvp->valueType = BER_TAG_PKIX_UTF8_STRING;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DclNameUtils.cpp39 cssmObj.valueType = nssObj.value.tag;
112 nssObj.value.tag = cssmObj.valueType;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certLabelTest/
H A DcertLabelTest.cpp91 atvp->valueType = nameOid->berTag;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certTime/
H A DextenCooker.cpp244 pair.valueType = attrTags[die - 1];
262 if(p1.valueType != p2.valueType) {
263 printf("***valueType miscompare\n");
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/extenTest/
H A DextenTest.cpp302 pair.valueType = attrTags[die - 1];
320 if(p1.valueType != p2.valueType) {
321 printf("***valueType miscompare\n");
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/extenTestTp/
H A DextenTestTp.cpp302 pair.valueType = attrTags[die - 1];
320 if(p1.valueType != p2.valueType) {
321 printf("***valueType miscompare\n");
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DLexer.h157 ValueType valueType() const function in struct:JSC::Lexer::UnicodeHexValue
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPage.h132 typedef bool (*WKPageSessionStateFilterCallback)(WKPageRef page, WKStringRef valueType, WKTypeRef value, void* context);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DCertificateRequest.cpp340 tvp.valueType = BER_TAG_PKIX_UTF8_STRING;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DCertificateRequest.cpp340 tvp.valueType = BER_TAG_PKIX_UTF8_STRING;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DCertificateRequest.cpp340 tvp.valueType = BER_TAG_PKIX_UTF8_STRING;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/dotMacTool/
H A DdotMacTool.cpp550 tvp.valueType = BER_TAG_PRINTABLE_STRING;

Completed in 187 milliseconds

12