Searched refs:_type (Results 1 - 25 of 104) sorted by relevance

12345

/macosx-10.9.5/ruby-104/ruby/ext/fiddle/
H A Dconversions.h31 #define VALUE2GENERIC(_type, _src, _dst) value_to_generic((_type), (_src), (_dst))
32 #define INT2FFI_TYPE(_type) int_to_ffi_type(_type)
33 #define GENERIC2VALUE(_type, _retval) generic_to_value((_type), (_retval))
/macosx-10.9.5/swig-10/Lib/typemaps/
H A Dexception.swg15 #define %varfail_fmt(_type,_name) "in variable '"`_name`"' of type '"`_type`"'"
17 #define %argfail_fmt(_type,_name,_argn) "in method '" `_name` "', argument " `_argn`" of type '" `_type`"'"
19 #define %outfail_fmt(_type) "in output value of type '"_type"'"
21 #define %argnullref_fmt(_type,_name,_argn) %nullref_fmt() %argfail_fmt(_type, _name, _argn)
23 #define %varnullref_fmt(_type,_name) %nullref_fmt() %varfail_fmt(_type, _nam
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dfield.cpp26 c4_Field::c4_Field(const char * &description_, c4_Field *parent_): _type(0) {
34 _type = p[1] &~0x20; // force to upper case
37 _type = 'S';
44 _type = 'V';
H A Dfield.h21 char _type; member in class:c4_Field
H A Dstore.cpp55 if (_type > kNone && _origin->GetDependencies()) {
80 _type = kSetAt;
88 _type = kInsertAt;
97 _type = kRemoveAt;
105 _type = kMove;
113 _type = kSet;
456 switch (nf_._type) {
/macosx-10.9.5/CF-855.17/
H A DCFAvailability.h186 #define CF_ENUM(_type, _name) enum _name : _type _name; enum _name : _type
188 #define CF_OPTIONS(_type, _name) _type _name; enum : _type
190 #define CF_OPTIONS(_type, _name) enum _name : _type _name; enum _name : _type
193 #define CF_ENUM(_type, _nam
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Ddropsite.tcl39 variable _type
234 variable _type
237 if { [info exist drop($_type,ops,$op)] &&
238 $_dragops($drop($_type,ops,$op)) } {
253 variable _type
273 set _type $type
370 variable _type
390 uplevel \#0 $drop(overcmd) [list $_target $_source leave $X $Y $_curop $_type $_data]
394 if { [info exists drop($_type,ops)] } {
396 _compute_operation $_target $_state $_type
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_macos_defs.h68 #define EXTERN_API(_type) extern _type
69 #define EXTERN_API_C(_type) extern _type
71 #define CALLBACK_API_C(_type, _name) _type ( * _name)
/macosx-10.9.5/swig-10/Lib/python/
H A Dpybuffer.i24 $2 = ($2_ltype) (size/sizeof($*1_type));
76 $2 = ($2_ltype) (size / sizeof($*1_type));
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DContentProviderBasedProjectDelegate.js39 this._type = type;
59 return this._type;
H A DJSHeapSnapshot.js354 return this._type() === this._snapshot._nodeHiddenType;
359 return this._type() === this._snapshot._nodeSyntheticType;
414 return this._type() === this._snapshot._edgeElementType;
419 return this._type() === this._snapshot._edgeHiddenType;
424 return this._type() === this._snapshot._edgeWeakType;
429 return this._type() === this._snapshot._edgeInternalType;
434 return this._type() === this._snapshot._edgeInvisibleType;
439 return this._type() === this._snapshot._edgeShortcutType;
487 _type: function() method in class:WebInspector.JSHeapSnapshotEdge
H A DContextMenu.js41 this._type = type;
58 return this._type;
79 switch (this._type) {
H A DDOMBreakpointsSidebarPane.js75 nodeBreakpoints[element._type] = true;
168 this._removeBreakpoint(element._node, element._type);
180 element._type = type;
205 if (currentElement._type && currentElement._type < element._type)
219 this._removeBreakpoint(element._node, element._type);
294 breakpoints.push({ url: this._inspectedURL, path: element._node.path(), type: element._type, enabled: element._checkboxElement.checked });
H A DResource.js49 this._type = type || WebInspector.resourceTypes.Other;
130 return this._request ? this._request.type : this._type;
/macosx-10.9.5/swig-10/Lib/ocaml/
H A Dcarray.i12 /* $*1_type */
23 /* $*1_type */
24 $1 = ($*1_type *)malloc( $1_size );
60 /* $*1_type */
61 $1 = new $*1_type [$1_dim0];
72 /* $*1_type */
73 $1 = ($*1_type *)malloc( $1_size );
105 /* $*1_type */
106 $1 = ($*1_type *)malloc( $1_size );
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-externalref.mm52 objc_xref_type_t _type; // type of list.
62 #define is_strong(list) (list->_type == OBJC_XREF_STRONG)
63 #define is_weak(list) (list->_type == OBJC_XREF_WEAK)
74 _strong_list->_type = OBJC_XREF_STRONG;
78 _weak_list->_type = OBJC_XREF_WEAK;
/macosx-10.9.5/swig-10/Lib/mzscheme/
H A Dtypemaps.i94 $1 = ($1_type) SWIG_convert_int($input);
100 $1 = ($1_type) SWIG_convert_int($input);
131 resultptr = ($&1_ltype) malloc(sizeof($1_type));
132 memmove(resultptr, &$1, sizeof($1_type));
147 resultptr = ($&1_ltype) malloc(sizeof($1_type));
148 memmove(resultptr, &$1, sizeof($1_type));
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_reloc.c111 static boolean_t generic_reloc_has_pair(u_int _type)
115 static boolean_t generic_reloc_has_got(u_int _type)
124 static boolean_t x86_64_reloc_has_pair(u_int _type)
128 static boolean_t x86_64_reloc_has_got(u_int _type)
139 static boolean_t arm_reloc_has_pair(u_int _type)
143 static boolean_t arm_reloc_has_got(u_int _type)
1110 generic_reloc_has_pair(u_int _type) argument
1112 enum reloc_type_generic type = _type;
1128 static boolean_t generic_reloc_has_got(u_int _type __unused)
1138 kxld_addr_t _link_disp __unused, u_int _type, kxld_addr_
1136 generic_process_reloc(const KXLDRelocator *relocator, u_char *instruction, u_int length, u_int pcrel, kxld_addr_t _base_pc, kxld_addr_t _link_pc, kxld_addr_t _link_disp __unused, u_int _type, kxld_addr_t _target, kxld_addr_t _pair_target, boolean_t swap __unused) argument
1199 x86_64_reloc_has_pair(u_int _type) argument
1217 x86_64_reloc_has_got(u_int _type) argument
1227 x86_64_process_reloc(const KXLDRelocator *relocator __unused, u_char *instruction, u_int length, u_int pcrel, kxld_addr_t _base_pc __unused, kxld_addr_t _link_pc, kxld_addr_t _link_disp, u_int _type, kxld_addr_t _target, kxld_addr_t _pair_target, boolean_t swap __unused) argument
1425 arm_reloc_has_pair(u_int _type) argument
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCLPool.cpp20 #define CAST_DCL( _type, _pointer ) reinterpret_cast<_type>(_pointer)
21 #define CHECK_DCL( _type, _pointer ) if (!CAST_DCL(_type, _pointer)) { DebugLog("could not cast DCL %p to type ##_type!\n", _pointer); return ; }
22 #define CHECK_DCL_IORETURN( _type, _pointer ) if (!CAST_DCL(_type, _pointer)) { return kIOReturnUnsupported ; }
23 #define CHECK_DCL_NULL( _type, _pointer ) if (!CAST_DCL( _type, _pointer )) { return NULL ; }
24 #define CHECK_DCL_ZERO( _type, _pointe
[all...]
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkMedium.cpp72 _type = type;
129 return _type;
196 (medium->_type == _type) &&
/macosx-10.9.5/swig-10/Lib/
H A Dswig.swg355 $1 = ($1_type) (new char[strlen((const char *)$input)+1]);
363 $1 = ($1_type) (new char[strlen((const char *)$input)+1]);
372 $1 = ($1_type) (new char[strlen((const char *)$input)+1]);
380 $1 = ($1_type) (new char[strlen((const char *)$input)+1]);
390 $1 = ($1_type) malloc(strlen((const char *)$input)+1);
398 $1 = ($1_type) malloc(strlen((const char *)$input)+1);
407 $1 = ($1_type) malloc(strlen((const char *)$input)+1);
415 $1 = ($1_type) malloc(strlen((const char *)$input)+1);
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DtimeControlBlackBerry.js5 var _type,
51 switch (_type) {
83 switch (_type) {
103 switch(_type) {
110 if (_type === DATE_TIME_LOCAL) {
325 _type = pickerParams.type;
362 COLUMNS[_type].forEach(function (type) {
/macosx-10.9.5/swig-10/Lib/php/
H A Dphp.swg322 $&1_ltype resultobj = ($&1_ltype) emalloc(sizeof($1_type));
323 memcpy(resultobj, &$1, sizeof($1_type));
349 %define %php_typecheck(_type,_prec,is)
350 %typemap(typecheck,precedence=_prec) _type, const _type &
402 sprintf(error_msg, "C++ $1_type exception thrown, value: %d", $1);
408 SWIG_PHP_Error(E_ERROR, "C++ $1_type exception thrown");
/macosx-10.9.5/ruby-104/ruby/lib/rss/maker/
H A Dfeed.rb404 _type = type
405 return false if _type.nil?
406 _type == "xhtml" or
407 /(?:\+xml|\/xml)$/i =~ _type or
410 application/xml-dtd).include?(_type.downcase)
/macosx-10.9.5/swig-10/Lib/guile/
H A Dstd_vector.i53 (($1_type &)$1)[i] =
70 $1 = *(($&1_type)
108 T* x = new T((($1_type &)$1)[i]);
242 (($1_type &)$1)[i] = (T)(CONVERT_FROM(o));
255 (($1_type &)$1)[i] = (T)(CONVERT_FROM(o));
260 $1 = *(($&1_type)
299 SCM x = CONVERT_TO((($1_type &)$1)[i]);

Completed in 197 milliseconds

12345