Searched refs:type (Results 176 - 200 of 8109) sorted by relevance

1234567891011>>

/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DRadiansToDegreesTransformer.py27 if type(degrees) == type(1.2):
28 # when using jostickview we get a value of type float()
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSNumberAdditions.h4 + (NSNumber *) numberWithBytes:(const void *) bytes objCType:(const char *) type;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A DObjCPointer.h16 PyObject *type; member in struct:__anon11958
26 extern PyObjCPointer *PyObjCPointer_New(void *ptr, const char *type);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DRadiansToDegreesTransformer.py27 if type(degrees) == type(1.2):
28 # when using jostickview we get a value of type float()
/macosx-10.10.1/remote_cmds-47/talk.tproj/
H A Dctl_transact.c63 ctl_transact(target, lmsg, type, rp)
66 int type;
73 lmsg.type = type;
81 * the proper type is obtained.
121 rp->type != type));
122 } while (rp->vers != TALK_VERSION || rp->type != type);
/macosx-10.10.1/system_cmds-643.1.1/zic.tproj/
H A Dprivate.h129 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
133 #define TYPE_SIGNED(type) (((type) -1) < 0)
139 ** Subtract one for the sign bit if the type is signed;
141 ** add one more for a minus sign if the type is signed.
143 #define INT_STRLEN_MAXIMUM(type) \
144 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dregenerate.sh9 type="${filesrc}/magic/Magdir"
12 `dirname $0`/tmc -merge filetypes.tcl '::fileutil::magic::filetype::run' "${type}"
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-msdp.c41 unsigned int type, len; local
45 type = *sp;
47 if (len > 1500 || len < 3 || type == 0 || type > MSDP_TYPE_MAX)
52 type = *sp;
60 switch (type) {
63 if (type == 1)
92 (void)printf(" [type=%d len=%d]", type, len);
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Dsocketpair.c47 socketpair(int domain, int type, int protocol, int socket_vector[2]) argument
49 int ret = __socketpair(domain, type, protocol, socket_vector);
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Ddbgutil.cpp25 static const UnicodeString& _fieldString(UDebugEnumType type, int32_t field, UnicodeString& fillin) { argument
26 const char *str = udbg_enumName(type, field);
77 U_TOOLUTIL_API const UnicodeString& U_EXPORT2 udbg_enumString(UDebugEnumType type, int32_t field) { argument
81 if(type<0||type>=UDBG_ENUM_COUNT) {
83 //fprintf(stderr, "** returning out of range on %d\n",type);
87 int32_t count = udbg_enumCount(type);
88 //fprintf(stderr, "enumString [%d,%d]: typecount %d, fieldcount %d\n", type,field,UDBG_ENUM_COUNT,count);
91 return strs[type][count];
92 } else { return strs[type][fiel
96 udbg_enumByString(UDebugEnumType type, const UnicodeString& string) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tools/
H A DCodeProfile.cpp94 CodeType type; local
101 type = EngineFrame;
103 type = GlobalThunk;
105 type = RegExpCode;
109 type = DFGJIT;
111 type = BaselineOnly;
113 type = BaselineOSR;
115 type = BaselineProfile;
118 type = EngineFrame;
122 m_samples.append(CodeRecord(pc, type));
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdio/
H A Dxprintf_domain.h44 #define printf_domain_fbsd_api(d,x) ((d)->type[x] == PRINTF_DOMAIN_FBSD_API)
45 #define printf_domain_flag(d,x) ((d)->type[x] == PRINTF_DOMAIN_FLAG)
46 #define printf_domain_glibc_api(d,x) ((d)->type[x] == PRINTF_DOMAIN_GLIBC_API)
47 #define printf_domain_unused(d,x) ((d)->type[x] == PRINTF_DOMAIN_UNUSED)
56 char type[PRINTF_TBL_SIZE]; member in struct:_printf_domain
/macosx-10.10.1/OpenSSL098-52/src/demos/prime/
H A Dprime.c63 void callback(type,num)
64 int type,num;
66 if (type == 0)
68 else if (type == 1)
70 else if (type == 2)
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmcert.cpp38 EncodedCertificate::EncodedCertificate(CSSM_CERT_TYPE type, CSSM_CERT_ENCODING enc, argument
42 CertType = type;
53 CSSM_CERT_ENCODING encoding, CSSM_CERTGROUP_TYPE type)
58 CertGroupType = type;
67 switch (type()) {
52 CertGroup(CSSM_CERT_TYPE ctype, CSSM_CERT_ENCODING encoding, CSSM_CERTGROUP_TYPE type) argument
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateBundle.cpp34 CSSM_CERT_BUNDLE_TYPE type,
46 CSSM_CERT_BUNDLE_TYPE type,
61 CSSM_CERT_BUNDLE_TYPE type,
77 CSSM_CERT_BUNDLE_TYPE type,
81 return SecCertificateBundleExport(itemList, type, encodingType, data);
43 SecCertificateBundleImport( SecKeychainRef keychain, const CSSM_CERT_BUNDLE* bundle, CSSM_CERT_BUNDLE_TYPE type, CSSM_CERT_BUNDLE_ENCODING encodingType, CFArrayRef keychainListToSkipDuplicates) argument
59 SecCertificateBundleExport( CFArrayRef certificates, CSSM_CERT_BUNDLE_TYPE type, CSSM_CERT_BUNDLE_ENCODING encodingType, CSSM_DATA* data) argument
75 SecCertifcateBundleExport( CFArrayRef itemList, CSSM_CERT_BUNDLE_TYPE type, CSSM_CERT_BUNDLE_ENCODING encodingType, CSSM_DATA* data) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmcert.cpp38 EncodedCertificate::EncodedCertificate(CSSM_CERT_TYPE type, CSSM_CERT_ENCODING enc, argument
42 CertType = type;
53 CSSM_CERT_ENCODING encoding, CSSM_CERTGROUP_TYPE type)
58 CertGroupType = type;
67 switch (type()) {
52 CertGroup(CSSM_CERT_TYPE ctype, CSSM_CERT_ENCODING encoding, CSSM_CERTGROUP_TYPE type) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateBundle.cpp34 CSSM_CERT_BUNDLE_TYPE type,
46 CSSM_CERT_BUNDLE_TYPE type,
61 CSSM_CERT_BUNDLE_TYPE type,
77 CSSM_CERT_BUNDLE_TYPE type,
81 return SecCertificateBundleExport(itemList, type, encodingType, data);
43 SecCertificateBundleImport( SecKeychainRef keychain, const CSSM_CERT_BUNDLE* bundle, CSSM_CERT_BUNDLE_TYPE type, CSSM_CERT_BUNDLE_ENCODING encodingType, CFArrayRef keychainListToSkipDuplicates) argument
59 SecCertificateBundleExport( CFArrayRef certificates, CSSM_CERT_BUNDLE_TYPE type, CSSM_CERT_BUNDLE_ENCODING encodingType, CSSM_DATA* data) argument
75 SecCertifcateBundleExport( CFArrayRef itemList, CSSM_CERT_BUNDLE_TYPE type, CSSM_CERT_BUNDLE_ENCODING encodingType, CSSM_DATA* data) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateBundle.cpp34 CSSM_CERT_BUNDLE_TYPE type,
46 CSSM_CERT_BUNDLE_TYPE type,
61 CSSM_CERT_BUNDLE_TYPE type,
77 CSSM_CERT_BUNDLE_TYPE type,
81 return SecCertificateBundleExport(itemList, type, encodingType, data);
43 SecCertificateBundleImport( SecKeychainRef keychain, const CSSM_CERT_BUNDLE* bundle, CSSM_CERT_BUNDLE_TYPE type, CSSM_CERT_BUNDLE_ENCODING encodingType, CFArrayRef keychainListToSkipDuplicates) argument
59 SecCertificateBundleExport( CFArrayRef certificates, CSSM_CERT_BUNDLE_TYPE type, CSSM_CERT_BUNDLE_ENCODING encodingType, CSSM_DATA* data) argument
75 SecCertifcateBundleExport( CFArrayRef itemList, CSSM_CERT_BUNDLE_TYPE type, CSSM_CERT_BUNDLE_ENCODING encodingType, CSSM_DATA* data) argument
/macosx-10.10.1/Security-57031.1.35/securityd/libsecurity_agent/lib/
H A Dsa_types.h51 #define BLOB_DECL(type,name) type *name, *name##Base; mach_msg_type_number_t name##Length
52 #define BLOB_FUNC_DECL(type,name) type *name, type *name##Base, mach_msg_type_number_t name##Length
/macosx-10.10.1/Security-57031.1.35/securityd/libsecurity_agent/security_agent_client/
H A Dsa_types.h51 #define BLOB_DECL(type,name) type *name, *name##Base; mach_msg_type_number_t name##Length
52 #define BLOB_FUNC_DECL(type,name) type *name, type *name##Base, mach_msg_type_number_t name##Length
/macosx-10.10.1/Security-57031.1.35/securityd/security_agent_client/
H A Dsa_types.h51 #define BLOB_DECL(type,name) type *name, *name##Base; mach_msg_type_number_t name##Length
52 #define BLOB_FUNC_DECL(type,name) type *name, type *name##Base, mach_msg_type_number_t name##Length
/macosx-10.10.1/Security-57031.1.35/securityd/security_agent_server/
H A Dsa_types.h51 #define BLOB_DECL(type,name) type *name, *name##Base; mach_msg_type_number_t name##Length
52 #define BLOB_FUNC_DECL(type,name) type *name, type *name##Base, mach_msg_type_number_t name##Length
/macosx-10.10.1/bind9-45.101/bind9/lib/isccc/include/isccc/
H A Dsymtab.h45 * Keys are C strings. A type may be specified when looking up,
46 * defining, or undefining. A type value of 0 means "match any type";
47 * any other value will only match the given type.
49 * It's possible that a client will attempt to define a <key, type,
50 * value> tuple when a tuple with the given key and type already
57 * with the old <key, type, value> tuple.
62 * A lookup of a key using type 0 will return the most-recently
63 * defined symbol with that key. An undefine of a key using type 0
65 * Trying to define a key with type
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmexit.c77 void exit(int type) argument
79 void exit(type)
80 int type;
92 _exit(type);
93 return type;
/macosx-10.10.1/libsecurity_agent-55000/lib/
H A Dsa_types.h51 #define BLOB_DECL(type,name) type *name, *name##Base; mach_msg_type_number_t name##Length
52 #define BLOB_FUNC_DECL(type,name) type *name, type *name##Base, mach_msg_type_number_t name##Length

Completed in 187 milliseconds

1234567891011>>