Searched refs:target_type (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/core/
H A Dcvalue.py386 def cast(obj, target_type):
390 target_type - str : ex 'char *'
393 dest_type = target_type
394 if type(target_type) is str:
395 dest_type = gettype(target_type)
396 elif type(target_type) is value:
397 dest_type = target_type.GetSBValue().GetType()
402 print "ERROR: You cannot cast an 'int' to %s, please use kern.GetValueFromAddress() for such purposes." % str(target_type)
403 raise TypeError("object of type %s cannot be casted to %s" % (str(type(obj)), str(target_type)))
407 def gettype(target_type)
[all...]
/macosx-10.9.5/Libinfo-449.1.3/membership.subproj/
H A DmembershipPriv.h61 int mbr_identifier_translate(int id_type, const void *identifier, size_t identifier_size, int target_type, void **result, int *rec_type);
H A Dmembership.c143 mbr_identifier_translate(int id_type, const void *identifier, size_t identifier_size, int target_type, void **result, int *rec_type) argument
174 switch (target_type) {
249 xpc_dictionary_set_int64(payload, "requesting", target_type);
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dutils.py118 def GetType(target_type):
121 target_type - str, ex. 'char', 'uint32_t' etc
127 return gettype(target_type)
130 def Cast(obj, target_type):
134 target_type - str : ex 'char *'
137 return cast(obj, target_type)
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxselect.c461 x_get_local_selection (selection_symbol, target_type, local_request)
462 Lisp_Object selection_symbol, target_type;
474 if (EQ (target_type, QTIMESTAMP))
480 else if (EQ (target_type, QDELETE))
491 else if (CONSP (target_type)
492 && XCAR (target_type) == QMULTIPLE)
497 pairs = XCDR (target_type);
499 /* If the target is MULTIPLE, then target_type looks like
524 CHECK_SYMBOL (target_type);
525 handler_fn = Fcdr (Fassq (target_type, Vselection_converter_alis
2149 Lisp_Object selection_symbol, target_type, time_stamp; variable
2167 CHECK_SYMBOL (target_type); variable
[all...]
H A Dmacselect.c367 Lisp_Object result = Qnil, rest, target_type;
391 && (target_type = XCAR (XCAR (rest)),
392 SYMBOLP (target_type))
393 && (flavor_type = scrap_has_target_type (scrap, target_type)))
395 result = Fcons (target_type, result);
529 x_get_local_selection (selection_symbol, target_type, local_request)
530 Lisp_Object selection_symbol, target_type;
543 if (EQ (target_type, QTIMESTAMP))
549 else if (EQ (target_type, QDELETE))
566 CHECK_SYMBOL (target_type);
366 Lisp_Object result = Qnil, rest, target_type; local
735 Lisp_Object selection_symbol, target_type, time_stamp; variable
742 CHECK_SYMBOL (target_type); variable
[all...]
H A Dfns.c397 static Lisp_Object concat P_ ((int nargs, Lisp_Object *args, enum Lisp_Type target_type, int last_special)) __attribute__((noinline));
399 static Lisp_Object concat P_ ((int nargs, Lisp_Object *args, enum Lisp_Type target_type, int last_special));
553 concat (nargs, args, target_type, last_special)
556 enum Lisp_Type target_type;
612 if (target_type == Lisp_String)
662 if (target_type == Lisp_Cons)
664 else if (target_type == Lisp_Vectorlike)
672 if (target_type == Lisp_Cons && EQ (val, Qnil))
H A Dxfns.c4243 Atom target_type = XA_STRING;
4293 target_type = XInternAtom (FRAME_X_DISPLAY (f), SDATA (type), False);
4300 prop_atom, target_type, element_format, PropModeReplace,
4358 Atom target_type = XA_STRING;
4387 target_type = AnyPropertyType;
4389 target_type = XInternAtom (FRAME_X_DISPLAY (f), SDATA (type), False);
4394 prop_atom, 0, 0, False, target_type,
4406 ! NILP (delete_p), target_type,
4222 Atom target_type = XA_STRING; variable
4279 prop_atom, target_type, element_format, PropModeReplace, variable
4337 Atom target_type = XA_STRING; variable
H A Dxterm.c8376 Atom target_type = XA_WINDOW;
8385 prop_atom, 0, max_len, False, target_type,
8419 target_type = XA_ATOM;
8423 prop_atom, 0, max_len, False, target_type,
8348 Atom target_type = XA_WINDOW; local
/macosx-10.9.5/cctools-845/include/gnu/
H A Dsymseg.h338 struct type *target_type;
337 struct type *target_type; member in struct:type
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_reloc.h80 u_int target_type:3; member in struct:kxld_reloc
H A Dkxld_reloc.c299 /* Pull out the data from the relocation entries. The target_type
312 reloc->target_type = KXLD_TARGET_LOOKUP;
321 reloc->target_type = KXLD_TARGET_SECTNUM;
324 reloc->target_type = KXLD_TARGET_SYMBOLNUM;
470 switch (reloc->target_type) {
747 require_action(reloc->target_type == KXLD_TARGET_SYMBOLNUM,
825 switch(reloc->target_type) {
1027 switch (reloc->target_type) {
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/tr1/
H A Dfunctional_iterate.h797 const type_info& target_type() const;
803 * if @c typeid(Functor).equals(target_type()); otherwise, a NULL
870 function<_Res(_GLIBCXX_TEMPLATE_ARGS)>::target_type() const function in class:std::function
889 if (typeid(_Functor) == target_type() && _M_manager)
909 if (typeid(_Functor) == target_type() && _M_manager)
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Ddebug.c246 debug_type target_type; member in struct:debug_offset_type
1547 debug_type target_type)
1553 if (base_type == NULL || target_type == NULL)
1564 o->target_type = target_type;
2610 type->u.koffset->target_type,
3181 && debug_type_samep (info, t1->u.koffset->target_type,
3182 t2->u.koffset->target_type));
1544 debug_make_offset_type(void *handle, debug_type base_type, debug_type target_type) argument
H A Ddllwrap.c92 target_type; typedef in typeref:enum:__anon7556
94 static target_type which_target = UNKNOWN_TARGET;

Completed in 256 milliseconds