Searched refs:info (Results 201 - 225 of 3348) sorted by relevance

1234567891011>>

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlclose-dylib-ref-count/
H A Dmain.c34 Dl_info info; local
74 if ( dladdr(sym_base, &info) == 0 ) {
80 if ( dladdr(sym_foo, &info) == 0 ) {
86 if ( dladdr(sym_bar, &info) != 0 ) {
97 if ( dladdr(sym_base, &info) != 0 ) {
103 if ( dladdr(sym_foo, &info) != 0 ) {
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dcurrpinf.h67 CurrencyPluralInfo(const CurrencyPluralInfo& info);
75 CurrencyPluralInfo& operator=(const CurrencyPluralInfo& info);
91 UBool operator==(const CurrencyPluralInfo& info) const;
99 UBool operator!=(const CurrencyPluralInfo& info) const;
251 CurrencyPluralInfo::operator!=(const CurrencyPluralInfo& info) const { return !operator==(info); }
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DPatternCG.cpp46 static void patternCallback(void* info, CGContextRef context) argument
48 CGImageRef platformImage = static_cast<CGImageRef>(info);
57 static void patternReleaseOnMainThreadCallback(void* info) argument
59 CGImageRelease(static_cast<CGImageRef>(info));
62 static void patternReleaseCallback(void* info) argument
64 callOnMainThread(patternReleaseOnMainThreadCallback, info);
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginData.cpp57 const MimeClassInfo& info = m_mimes[i]; local
59 if (info.type == mimeType)
68 if (const PluginInfo* info = pluginInfoForMimeType(mimeType))
69 return info->name;
75 if (const PluginInfo* info = pluginInfoForMimeType(mimeType))
76 return info->file;
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dw65-dis.c58 print_insn_w65 (bfd_vma memaddr, struct disassemble_info *info) argument
68 stream = info->stream;
69 fpr = info->fprintf_func;
70 local_info = info;
73 status = info->read_memory_func (memaddr + i, insn + i, 1, info);
H A Di960-dis.c33 static struct disassemble_info *info; variable in typeref:struct:disassemble_info
57 info = info_arg;
58 stream = info->stream;
63 status = (*info->read_memory_func) (memaddr, (bfd_byte *) buffer, 4, info);
66 (*info->memory_error_func) (status, memaddr, info);
83 status = (*info->read_memory_func)
84 (memaddr + 4, (bfd_byte *) (buffer + 4), 4, info);
87 (*info
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dinit.test20 if {[cequal [info procs Test] {}]} {
21 source [file join [file dirname [info script]] testlib.tcl]
28 set xcmds [interp eval $si info commands keyl*]
H A Dshowproc.test19 if {[cequal [info procs Test] {}]} {
20 source [file join [file dirname [info script]] testlib.tcl]
53 } 0 [lsort [info procs]]
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddom.c173 static void DispatchPCDATA (domReadInfo *info);
1062 domReadInfo *info = userData;
1075 if (info->feedbackAfter) {
1077 if (info->lastFeedbackPosition
1078 < XML_GetCurrentByteIndex (info->parser)
1081 if (Tcl_Eval(info->interp, feedbackCmd) != TCL_OK) {
1083 Tcl_GetStringResult (info->interp));)
1090 info->lastFeedbackPosition += info->feedbackAfter;
1094 DispatchPCDATA (info);
1061 domReadInfo *info = userData; local
1368 domReadInfo *info = userData; local
1406 domReadInfo *info = userData; local
1527 domReadInfo *info = userData; local
1612 domReadInfo *info = userData; local
1711 domReadInfo *info = (domReadInfo *) userData; local
1742 domReadInfo *info = (domReadInfo *) XML_GetUserData (parser); local
1962 domReadInfo *info = (domReadInfo *) userData; local
1986 domReadInfo *info = (domReadInfo *) userData; local
2014 domReadInfo info; local
5062 tdomCmdReadInfo *info = (tdomCmdReadInfo *) userData; local
5088 tdomCmdReadInfo *info = (tdomCmdReadInfo *) userData; local
5099 tdomCmdReadInfo *info = (tdomCmdReadInfo *) userData; local
5127 tdomCmdReadInfo *info = (tdomCmdReadInfo *) userData; local
5148 domReadInfo *info = userData; local
5165 tdomCmdReadInfo *info; local
[all...]
/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dservice.c77 svc_info_t *info; local
90 info = (svc_info_t *)n->private;
91 if (info->type != SERVICE_TYPE_PATH_PUBLIC) return NOTIFY_STATUS_INVALID_REQUEST;
94 node = (path_node_t *)info->private;
106 info = (svc_info_t *)calloc(1, sizeof(svc_info_t));
107 assert(info != NULL);
109 info->type = SERVICE_TYPE_PATH_PUBLIC;
110 info->private = node;
111 n->private = info;
134 svc_info_t *info; local
294 svc_info_t *info; local
376 svc_info_t *info; local
499 service_close(svc_info_t *info) argument
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-bfin.c1143 #define bfinfdpic_hash_table(info) \
1144 ((struct bfinfdpic_elf_link_hash_table *) ((info)->hash))
1146 #define bfinfdpic_got_section(info) \
1147 (bfinfdpic_hash_table (info)->sgot)
1148 #define bfinfdpic_gotrel_section(info) \
1149 (bfinfdpic_hash_table (info)->sgotrel)
1150 #define bfinfdpic_gotfixup_section(info) \
1151 (bfinfdpic_hash_table (info)->sgotfixup)
1152 #define bfinfdpic_plt_section(info) \
1153 (bfinfdpic_hash_table (info)
1510 _bfinfdpic_emit_got_relocs_plt_entries(struct bfinfdpic_relocs_info *entry, bfd *output_bfd, struct bfd_link_info *info, asection *sec, Elf_Internal_Sym *sym, bfd_vma addend) argument
1908 bfin_check_relocs(bfd * abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
2095 bfinfdpic_relocate_section(bfd * output_bfd, struct bfd_link_info *info, bfd * input_bfd, asection * input_section, bfd_byte * contents, Elf_Internal_Rela * relocs, Elf_Internal_Sym * local_syms, asection ** local_sections) argument
2815 bfin_relocate_section(bfd * output_bfd, struct bfd_link_info *info, bfd * input_bfd, asection * input_section, bfd_byte * contents, Elf_Internal_Rela * relocs, Elf_Internal_Sym * local_syms, asection ** local_sections) argument
3108 bfin_gc_mark_hook(asection * sec, struct bfd_link_info *info, Elf_Internal_Rela * rel, struct elf_link_hash_entry *h, Elf_Internal_Sym * sym) argument
3128 bfin_gc_sweep_hook(bfd * abfd, struct bfd_link_info *info, asection * sec, const Elf_Internal_Rela * relocs) argument
3227 _bfin_create_got_section(bfd *abfd, struct bfd_link_info *info) argument
3328 elf32_bfinfdpic_create_dynamic_sections(bfd *abfd, struct bfd_link_info *info) argument
3445 struct bfd_link_info *info; member in struct:_bfinfdpic_dynamic_got_info
3906 elf32_bfinfdpic_size_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info) argument
4122 elf32_bfinfdpic_always_size_sections(bfd *output_bfd, struct bfd_link_info *info) argument
4159 elf32_bfinfdpic_modify_program_headers(bfd *output_bfd, struct bfd_link_info *info) argument
4204 elf32_bfinfdpic_finish_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info) argument
4353 bfinfdpic_elf_encode_eh_address(bfd *abfd, struct bfd_link_info *info, asection *osec, bfd_vma offset, asection *loc_sec, bfd_vma loc_offset, bfd_vma *encoded) argument
4488 bfinfdpic_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
4931 bfin_finish_dynamic_sections(bfd * output_bfd ATTRIBUTE_UNUSED, struct bfd_link_info *info) argument
4965 bfin_finish_dynamic_symbol(bfd * output_bfd, struct bfd_link_info *info, struct elf_link_hash_entry *h, Elf_Internal_Sym * sym) argument
5041 bfin_adjust_dynamic_symbol(struct bfd_link_info *info, struct elf_link_hash_entry *h) argument
5172 struct bfd_link_info *info = (struct bfd_link_info *) inf; local
5203 bfin_size_dynamic_sections(bfd * output_bfd ATTRIBUTE_UNUSED, struct bfd_link_info *info) argument
5359 bfd_bfin_elf32_create_embedded_relocs( bfd *abfd, struct bfd_link_info *info, asection *datasec, asection *relsec, char **errmsg) argument
[all...]
H A Dsunos.c114 struct sunos_dynamic_info *info; local
132 info = bfd_zalloc (abfd, amt);
133 if (!info)
135 info->valid = FALSE;
136 info->dynsym = NULL;
137 info->dynstr = NULL;
138 info->canonical_dynsym = NULL;
139 info->dynrel = NULL;
140 info->canonical_dynrel = NULL;
141 obj_aout_dynamic_info (abfd) = (void *) info;
235 struct sunos_dynamic_info *info; local
255 struct sunos_dynamic_info *info; local
318 struct sunos_dynamic_info *info; local
406 struct sunos_dynamic_info *info; local
426 struct sunos_dynamic_info *info; local
730 sunos_create_dynamic_sections(bfd *abfd, struct bfd_link_info *info, bfd_boolean needed) argument
820 sunos_add_dynamic_symbols(bfd *abfd, struct bfd_link_info *info, struct external_nlist **symsp, bfd_size_type *sym_countp, char **stringsp) argument
1051 sunos_add_one_symbol(struct bfd_link_info *info, bfd *abfd, const char *name, flagword flags, asection *section, bfd_vma value, const char *string, bfd_boolean copy, bfd_boolean collect, struct bfd_link_hash_entry **hashp) argument
1190 bfd_sunos_get_needed_list(bfd *abfd ATTRIBUTE_UNUSED, struct bfd_link_info *info) argument
1202 bfd_sunos_record_link_assignment(bfd *output_bfd, struct bfd_link_info *info, const char *name) argument
1246 sunos_scan_std_relocs(struct bfd_link_info *info, bfd *abfd, asection *sec ATTRIBUTE_UNUSED, const struct reloc_std_external *relocs, bfd_size_type rel_size) argument
1400 sunos_scan_ext_relocs(struct bfd_link_info *info, bfd *abfd, asection *sec ATTRIBUTE_UNUSED, const struct reloc_ext_external *relocs, bfd_size_type rel_size) argument
1681 sunos_scan_relocs(struct bfd_link_info *info, bfd *abfd, asection *sec, bfd_size_type rel_size) argument
1748 struct bfd_link_info *info = (struct bfd_link_info *) data; local
1871 bfd_sunos_size_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info, asection **sdynptr, asection **sneedptr, asection **srulesptr) argument
2097 sunos_write_dynamic_symbol(bfd *output_bfd, struct bfd_link_info *info, struct aout_link_hash_entry *harg) argument
2329 sunos_check_dynamic_reloc(struct bfd_link_info *info, bfd *input_bfd, asection *input_section, struct aout_link_hash_entry *harg, void * reloc, bfd_byte *contents ATTRIBUTE_UNUSED, bfd_boolean *skip, bfd_vma *relocationp) argument
2691 sunos_finish_dynamic_link(bfd *abfd, struct bfd_link_info *info) argument
[all...]
H A Dsparclinux.c55 PARAMS ((bfd *abfd, struct bfd_link_info *info));
58 sparclinux_bfd_final_link (abfd, info)
60 struct bfd_link_info *info;
63 return NAME(aout,final_link) (abfd, info, MY_final_link_callback);
258 #define linux_link_hash_traverse(table, func, info) \
262 (info)))
264 /* Get the Linux link hash table from the info structure. This is
272 new_fixup (info, h, value, builtin)
273 struct bfd_link_info *info;
280 f = (struct fixup *) bfd_hash_allocate (&info
431 struct bfd_link_info *info = (struct bfd_link_info *) data; local
[all...]
H A Di386linux.c58 i386linux_bfd_final_link (abfd, info)
60 struct bfd_link_info *info;
63 return NAME(aout,final_link) (abfd, info, MY_final_link_callback);
258 #define linux_link_hash_traverse(table, func, info) \
262 (info)))
264 /* Get the Linux link hash table from the info structure. This is
272 new_fixup (info, h, value, builtin)
273 struct bfd_link_info *info;
280 f = (struct fixup *) bfd_hash_allocate (&info->hash->table,
284 f->next = linux_hash_table (info)
432 struct bfd_link_info *info = (struct bfd_link_info *) data; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Drtsock.c302 struct rt_addrinfo info; local
327 info.rti_info[RTAX_DST] = NULL;
332 info.rti_info[RTAX_DST] = NULL;
337 info.rti_info[RTAX_DST] = NULL;
357 info.rti_info[RTAX_DST] = NULL;
362 info.rti_addrs = rtm->rtm_addrs;
363 if (rt_xaddrs((caddr_t)(rtm + 1), len + (caddr_t)rtm, &info)) {
364 info.rti_info[RTAX_DST] = NULL;
367 if (info.rti_info[RTAX_DST] == NULL ||
368 info
1217 struct rt_addrinfo info; local
1248 struct rt_addrinfo info; local
1328 struct rt_addrinfo info; local
1448 struct rt_addrinfo info; local
1514 struct rt_addrinfo info; local
1576 struct rt_addrinfo info; local
1718 struct rt_addrinfo info; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dtransupp.c784 jtransform_parse_crop_spec (jpeg_transform_info *info, const char *spec)
786 info->crop = FALSE;
787 info->crop_width_set = JCROP_UNSET;
788 info->crop_height_set = JCROP_UNSET;
789 info->crop_xoffset_set = JCROP_UNSET;
790 info->crop_yoffset_set = JCROP_UNSET;
794 if (! jt_read_integer(&spec, &info->crop_width))
796 info->crop_width_set = JCROP_POS;
801 if (! jt_read_integer(&spec, &info->crop_height))
803 info
830 trim_right_edge(jpeg_transform_info *info, JDIMENSION full_width) argument
841 trim_bottom_edge(jpeg_transform_info *info, JDIMENSION full_height) argument
1309 jtransform_adjust_parameters(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jpeg_transform_info *info) argument
1404 jtransform_execute_transform(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jpeg_transform_info *info) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DContextMenuWin.cpp63 MENUITEMINFO info = {0};
64 info.cbSize = sizeof(MENUITEMINFO);
65 info.fMask = MIIM_FTYPE | MIIM_ID | MIIM_STRING | MIIM_STATE | MIIM_SUBMENU;
67 if (!::GetMenuItemInfo(menu, i, TRUE, &info))
70 if (info.fType == MFT_SEPARATOR) {
75 int menuStringLength = info.cch + 1;
77 info.dwTypeData = menuString.get();
78 info.cch = menuStringLength;
80 if (::GetMenuItemInfo(menu, i, TRUE, &info))
81 items.append(ContextMenuItem(info));
[all...]
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLTexture.cpp172 LevelInfo& info = m_info[ii][level]; local
173 info.setInfo(info0.internalFormat, width, height, info0.type);
183 const LevelInfo* info = getLevelInfo(target, level); local
184 if (!info)
186 return info->internalFormat;
191 const LevelInfo* info = getLevelInfo(target, level); local
192 if (!info)
194 return info->type;
199 const LevelInfo* info = getLevelInfo(target, level); local
200 if (!info)
207 const LevelInfo* info = getLevelInfo(target, level); local
215 const LevelInfo* info = getLevelInfo(target, level); local
308 const LevelInfo& info = m_info[ii][0]; local
365 const LevelInfo& info = m_info[ii][level]; local
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAUser.cpp163 IrDALogInfo *info; local
184 info = IrDALogGetInfo(); // get the info block
186 //ELG(info->hdr, info->hdrSize, 'irda', "info hdr");
187 //ELG(info->eventLog, info->eventLogSize, 'irda', "info events");
188 //ELG(info
[all...]
/macosx-10.10/libxml2-26/libxml2/doc/examples/
H A Dindex.py56 info = node.xpathEval("string(info)")
60 ret = (typ, file, info)
99 info = parse_top_comment(filename, parser.top_comment)
102 synopsis = info['synopsis']
107 purpose = info['purpose']
112 usage = info['usage']
117 test = info['test']
125 author = info['author']
130 copy = info['cop
[all...]
/macosx-10.10/system_cmds-643.1.1/vm_purgeable_stat.tproj/
H A Dvm_purgeable_stat.c117 task_purgable_info_t info; local
122 kr = task_purgable_info(task, &info);
132 printf("%4u/%3d%c ", (unsigned)info.fifo_data[i].count, purge_info_size_adjust(info.fifo_data[i].size), purge_info_unit(info.fifo_data[i].size));
133 printf("%4u/%3d%c ", (unsigned)info.obsolete_data.count, purge_info_size_adjust(info.obsolete_data.size), purge_info_unit(info.obsolete_data.size));
135 printf("%4u/%3d%c ", (unsigned)info.lifo_data[i].count, purge_info_size_adjust(info
155 host_purgable_info_data_t info; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Durbtok.cpp156 dh->info.size = ds->readUInt16(sizeof(UDataInfo));
157 dh->info.reservedWord = 0;
158 dh->info.isBigEndian = inIsBigEndian;
159 dh->info.charsetFamily = U_CHARSET_FAMILY;
160 dh->info.sizeofUChar = U_SIZEOF_UCHAR;
161 dh->info.reservedByte = 0;
162 uprv_memcpy(dh->info.dataFormat, "Brk ", sizeof(dh->info.dataFormat));
163 uprv_memcpy(dh->info.formatVersion, ((const RBBIDataHeader *)rules)->fFormatVersion, sizeof(dh->info
[all...]
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXEntry.c100 const HIThemeFrameDrawInfo info = {
158 ChkErr(HIThemeDrawFrame, &bounds, &info, dc.context, HIOrientation);
201 HIThemeButtonDrawInfo info = {
220 info.kind = ComputeIncDecParameters(buttonHeight, &incDecWidth);
221 if (info.kind == (ThemeButtonKind) 0) {
226 info.state = kThemeStateInactive;
227 info.value = kThemeButtonOff;
229 info.state = kThemeStatePressedUp;
230 info.value = kThemeButtonOn;
232 info
98 const HIThemeFrameDrawInfo info = { local
198 HIThemeButtonDrawInfo info = { local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dnetboot.c327 struct netboot_info * info = NULL; local
330 info = (struct netboot_info *)kalloc(sizeof(*info));
331 bzero(info, sizeof(*info));
332 info->client_ip = iaddr;
333 info->image_type = kNetBootImageTypeUnknown;
361 info->image_type = kNetBootImageTypeNFS;
362 info->server_ip = server_ip;
363 info
424 struct netboot_info * info = *info_p; local
[all...]
/macosx-10.10/emacs-93/emacs/lwlib/
H A Dlwlib.c294 widget_info* info = (widget_info*)malloc (sizeof (widget_info));
295 info->type = safe_strdup (type);
296 info->name = safe_strdup (name);
297 info->id = id;
298 info->val = copy_widget_value_tree (val, STRUCTURAL_CHANGE);
299 info->busy = False;
300 info->pre_activate_cb = pre_activate_cb;
301 info->selection_cb = selection_cb;
302 info->post_activate_cb = post_activate_cb;
303 info
293 widget_info* info = (widget_info*)malloc (sizeof (widget_info)); local
340 allocate_widget_instance(widget_info* info, Widget parent, Boolean pop_up_p) argument
381 widget_info* info; local
418 widget_info* info; local
459 widget_info* info = get_widget_info (id, False); local
736 update_all_widget_values(widget_info* info, Boolean deep_p) argument
763 widget_info* info = get_widget_info (id, False); local
973 widget_info* info; local
1068 widget_info *info = instance->info; local
1081 widget_info* info = get_widget_info (id, True); local
1107 widget_info* info; local
1127 widget_info* info; local
1166 widget_info* info = get_widget_info (id, False); local
1264 widget_info* info = get_widget_info (id, False); local
1287 widget_info* info = get_widget_info (id, False); local
1326 widget_info* info; local
1416 widget_info* info; local
[all...]

Completed in 181 milliseconds

1234567891011>>