Searched refs:type (Results 226 - 250 of 8109) sorted by relevance

1234567891011>>

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregdecomp.c72 decomp(register Rex_t* e, Sfio_t* sp, int type, int delimiter, regflags_t flags) argument
91 switch (e->type)
94 if (decomp(e->re.group.expr.binary.left, sp, type, delimiter, flags))
97 if (e->re.group.expr.binary.right && decomp(e->re.group.expr.binary.right, sp, type, delimiter, flags))
104 if (type < SRE)
108 if (type < SRE)
112 meta(sp, '<', type, 1, delimiter);
115 meta(sp, '<', type, 1, delimiter);
125 if (type >= SRE)
144 switch (e->type)
398 int type; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dbinc_auto/
H A Dtxn_auto.h7 u_int32_t type; member in struct:___txn_regop_42_args
17 u_int32_t type; member in struct:___txn_regop_args
28 u_int32_t type; member in struct:___txn_ckp_42_args
39 u_int32_t type; member in struct:___txn_ckp_args
51 u_int32_t type; member in struct:___txn_child_args
60 u_int32_t type; member in struct:___txn_xa_regop_args
74 u_int32_t type; member in struct:___txn_recycle_args
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dasn1parse.y78 Type *type;
177 %type <constant> SignedNumber
178 %type <constant> Class tagenv
180 %type <value> Value
181 %type <value> BuiltinValue
182 %type <value> IntegerValue
183 %type <value> BooleanValue
184 %type <value> ObjectIdentifierValue
185 %type <value> CharacterStringValue
186 %type <valu
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Plugins/
H A DNPVariantData.h63 Type type() const { return static_cast<Type>(m_type); } function in class:WebKit::NPVariantData
67 ASSERT(type() == NPVariantData::Bool);
73 ASSERT(type() == NPVariantData::Int32);
79 ASSERT(type() == NPVariantData::Double);
85 ASSERT(type() == NPVariantData::String);
91 ASSERT(type() == NPVariantData::LocalNPObjectID);
97 ASSERT(type() == NPVariantData::RemoteNPObjectID);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebMouseEvent.cpp46 WebMouseEvent::WebMouseEvent(Type type, Button button, const IntPoint& position, const IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers modifiers, double timestamp) argument
47 : WebEvent(type, modifiers, timestamp)
56 ASSERT(isMouseEventType(type));
95 bool WebMouseEvent::isMouseEventType(Type type) argument
97 return type == MouseDown || type == MouseUp || type == MouseMove;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/
H A Dstandard_policies.hpp66 typedef __gnu_cxx::hash< Key> type; typedef in struct:pb_ds::detail::default_hash_fn
72 typedef std::equal_to< Key> type; typedef in struct:pb_ds::detail::default_eq_fn
82 typedef pb_ds::direct_mask_range_hashing<> type; typedef in struct:pb_ds::detail::default_comb_hash_fn
111 type; typedef in struct:pb_ds::detail::default_resize_policy
116 typedef pb_ds::move_to_front_lu_policy<> type; typedef in struct:pb_ds::detail::default_update_policy
135 type; typedef in struct:pb_ds::detail::default_probe_fn
156 type; typedef in struct:pb_ds::detail::default_trie_e_access_traits
/macosx-10.10.1/swig-12/Lib/ocaml/
H A Dcarray.i2 type _value = c_obj
6 type _value = c_obj
9 %define %array_tmap_out(type,what,out_f)
10 %typemap(type) what [ANY] {
20 %define %array_tmap_in(type,what,in_f)
21 %typemap(type) what [ANY] {
35 %define %make_simple_array_typemap(type,out_f,in_f)
36 %array_tmap_out(out,type,out_f);
37 %array_tmap_out(varout,type,out_f);
38 %array_tmap_out(directorin,type,out_
[all...]
/macosx-10.10.1/swig-12/Lib/typemaps/
H A Dswigtypemaps.swg121 #define %raise(obj, type, desc) SWIG_Raise(obj, type, desc); SWIG_fail
142 #define %argument_fail(code, type, name, argn) SWIG_exception_fail(%default_code(code), %argfail_fmt(type, name, argn))
143 #define %argument_nullref(type, name, argn) SWIG_exception_fail(SWIG_ValueError, %argnullref_fmt(type, name, argn))
144 #define %variable_fail(code, type, name) SWIG_exception_fail(%default_code(code), %varfail_fmt(type, name))
145 #define %variable_nullref(type, name) SWIG_exception_fail(SWIG_ValueError, %varnullref_fmt(type, nam
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsshconnect1.c71 int type; local
102 type = packet_read();
106 if (type == SSH_SMSG_FAILURE) {
112 if (type != SSH_SMSG_AUTH_RSA_CHALLENGE)
114 type);
142 type = packet_read();
145 if (type == SSH_SMSG_SUCCESS) {
152 if (type != SSH_SMSG_FAILURE)
154 type);
217 int i, perm_ok = 1, type, qui local
338 int type; local
398 int type, i; local
459 int type, i; local
685 int i, type; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dpkcs7Templates.c106 NSS_P7_CI_Type type = CT_None; local
111 type = CT_Data;
116 type = CT_EncryptedData;
121 type = CT_SignedData;
126 type = CT_EnvData;
131 type = CT_SignedEnvData;
136 type = CT_DigestData;
143 dci->type = type;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dpkcs7Templates.c106 NSS_P7_CI_Type type = CT_None; local
111 type = CT_Data;
116 type = CT_EncryptedData;
121 type = CT_SignedData;
126 type = CT_EnvData;
131 type = CT_SignedEnvData;
136 type = CT_DigestData;
143 dci->type = type;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dpkcs7Templates.c106 NSS_P7_CI_Type type = CT_None; local
111 type = CT_Data;
116 type = CT_EncryptedData;
121 type = CT_SignedData;
126 type = CT_EnvData;
131 type = CT_SignedEnvData;
136 type = CT_DigestData;
143 dci->type = type;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dpkcs7Templates.c106 NSS_P7_CI_Type type = CT_None; local
111 type = CT_Data;
116 type = CT_EncryptedData;
121 type = CT_SignedData;
126 type = CT_EnvData;
131 type = CT_SignedEnvData;
136 type = CT_DigestData;
143 dci->type = type;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Dwatch.c37 watch_warn (addr, file, line, type, data)
40 int line, type;
45 if (type == W_ALLOC)
47 else if (type == W_FREE)
49 else if (type == W_REALLOC)
51 else if (type == W_RESIZED)
63 _malloc_ckwatch (addr, file, line, type, data)
66 int line, type;
75 watch_warn (addr, file, line, type, data);
/macosx-10.10.1/bind9-45.101/bind9/lib/isccfg/include/isccfg/
H A Dgrammar.h70 typedef isc_result_t (*cfg_parsefunc_t)(cfg_parser_t *, const cfg_type_t *type,
94 cfg_type_t *type; member in struct:cfg_clausedef
101 cfg_type_t *type; member in struct:cfg_tuplefielddef
105 /*% A configuration object type definition. */
115 /*% A keyword-type definition, for things like "port <integer>". */
118 const cfg_type_t *type; member in struct:__anon6558
150 const cfg_type_t *type; member in struct:cfg_obj
298 cfg_create_obj(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **objp);
304 cfg_parse_uint32(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);
313 cfg_parse_qstring(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_
[all...]
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/trace/
H A DSpecialColumns.c81 _trace_spcols_type (SQLUSMALLINT type) argument
83 char *ptr = "unknown column type";
85 switch (type)
91 trace_emit ("\t\t%-15.15s %d (%s)\n", "SQLUSMALLINT ", (int) type, ptr);
96 _trace_spcols_scope (SQLUSMALLINT type) argument
100 switch (type)
107 trace_emit ("\t\t%-15.15s %d (%s)\n", "SQLUSMALLINT ", (int) type, ptr);
112 _trace_spcols_null (SQLUSMALLINT type) argument
116 switch (type)
122 trace_emit ("\t\t%-15.15s %d (%s)\n", "SQLUSMALLINT ", (int) type, pt
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DForeignKeyDeleteAction.java31 static ForeignKeyDeleteAction fromInt(int type) { argument
32 switch(type) {
40 throw new IllegalArgumentException("Unknown action type: " + type);
H A DReplicationManagerStartPolicy.java42 static ReplicationManagerStartPolicy fromInt(int type) { argument
43 switch(type) {
52 "Unknown rep start policy: " + type);
/macosx-10.10.1/DiskArbitration-268/DiskArbitrationAgent/
H A DDiskArbitrationAgent.m34 xpc_type_t type;
36 type = xpc_get_type( object );
38 if ( type == XPC_TYPE_CONNECTION )
48 xpc_type_t type;
50 type = xpc_get_type( object );
52 if ( type == XPC_TYPE_DICTIONARY )
/macosx-10.10.1/ICU-531.30/icuSources/test/letest/
H A Dletest.h29 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Disatty.c47 int retval, type; local
50 if(ioctl(fd, FIODTYPE, &type) != -1) {
51 if((retval = (type == D_TTY)) == 0)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DCommonAST.cpp31 int type = ANTLR_USE_NAMESPACE(std)atoi(t2.c_str()); variable
33 int type = atoi(t2.c_str()); variable
37 this->initialize( type, text );
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DTransformFactory.h17 static TransformFactory* FindTransformFactoryByType(CFStringRef type);
26 static SecTransformRef MakeTransformWithType(CFStringRef type, CFErrorRef* baseError);
28 TransformFactory(CFStringRef type, bool registerGlobally = false, CFStringRef cftype = NULL);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DCSSMedia.js26 WebInspector.CSSMedia = function(type, text, sourceCodeLocation)
30 this._type = type || null;
38 MediaRule: "css-media-type-media-rule",
39 ImportRule: "css-media-type-import-rule",
40 LinkedStyleSheet: "css-media-type-linked-stylesheet",
41 InlineStyleSheet: "css-media-type-inline-stylesheet"
49 get type()
/macosx-10.10.1/apr-32/apr/apr/file_io/os2/
H A Dflock.c19 APR_DECLARE(apr_status_t) apr_file_lock(apr_file_t *thefile, int type)
25 (type & APR_FLOCK_NONBLOCK) ? 0 : (ULONG)-1,
26 (type & APR_FLOCK_TYPEMASK) == APR_FLOCK_SHARED);

Completed in 388 milliseconds

1234567891011>>