Searched defs:image (Results 126 - 150 of 197) sorted by relevance

12345678

/haiku/src/tools/cppunit/
H A DTestShell.cpp600 BTestShell::_UnloadAddOn(image_id image) argument
634 BTestShell::_UnloadAddOnHook(image_id image) argument
/haiku/src/bin/debug/profile/
H A DCallgrindProfileResult.cpp22 CallgrindImageProfileResult::CallgrindImageProfileResult(SharedImage* image, argument
144 CallgrindImageProfileResult* image local
220 CallgrindImageProfileResult* image = images[i]; local
269 GetImageProfileResult(SharedImage* image, image_id id, ImageProfileResult*& _imageResult) argument
289 _PrintFunction(FILE* out, CallgrindImageProfileResult* image, int32 functionIndex, bool called) argument
[all...]
H A DBasicProfileResult.cpp36 BasicImageProfileResult::BasicImageProfileResult(SharedImage* image, argument
145 BasicImageProfileResult* image = images[k]; local
155 BasicImageProfileResult* image = images[k]; local
204 BasicImageProfileResult* image = images[k]; local
246 GetImageProfileResult(SharedImage* image, image_id id, ImageProfileResult*& _imageResult) argument
284 BasicImageProfileResult* image = static_cast<BasicImageProfileResult*>( local
320 BasicImageProfileResult* image = NULL; local
[all...]
/haiku/src/system/boot/platform/u-boot/
H A Dstart.cpp107 preloaded_elf32_image *image = static_cast<preloaded_elf32_image *>( local
143 start_netbsd(struct board_info *bd, struct image_header *image, argument
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp103 BScreenSaver *instantiate_screen_saver(BMessage *msg, image_id image) argument
/haiku/src/servers/app/decorator/
H A DDecorManager.cpp291 image_id image = load_add_on(path.Path()); local
/haiku/src/add-ons/translators/avif/
H A DAVIFTranslator.cpp274 avifImage* image = avifImageCreate(width, height, depth, format); local
[all...]
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp163 our_image(image_info& image) argument
/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp34 equals_image_name(image_t* image, const char* name) argument
67 patch_defined_symbol(image_t* image, const char* name, void** symbol, argument
81 patch_undefined_symbol(image_t* rootImage, image_t* image, const char* name, image_t** foundInImage, void** symbol, int32* type) argument
108 find_symbol(image_t* image, const SymbolLookupInfo& lookupInfo, bool allowLocal) argument
228 find_symbol(image_t* image, const SymbolLookupInfo& lookupInfo, void **_location) argument
248 find_symbol_breadth_first(image_t* image, const SymbolLookupInfo& lookupInfo, image_t** _foundInImage, void** _location) argument
308 find_undefined_symbol_beos(image_t* rootImage, image_t* image, const SymbolLookupInfo& lookupInfo, image_t** foundInImage) argument
348 find_undefined_symbol_global(image_t* rootImage, image_t* image, const SymbolLookupInfo& lookupInfo, image_t** _foundInImage) argument
395 find_undefined_symbol_add_on(image_t* rootImage, image_t* image, const SymbolLookupInfo& lookupInfo, image_t** _foundInImage) argument
479 resolve_symbol(image_t* rootImage, image_t* image, elf_sym* sym, SymbolLookupCache* cache, addr_t* symAddress, image_t** symbolImage) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageListView.cpp106 Image* image = fImages.ItemAt(rowIndex); local
197 ImageListView::SetImage(Image* image) argument
[all...]
/haiku/src/servers/mail/
H A DDeskbarView.cpp64 our_image(image_info& image) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp604 userlandfs_create_file_system(const char* fsName, image_id image, argument
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp91 const char *symbol, *image; local
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp92 const char *symbol, *image; local
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp93 SlideShowSaver::SlideShowSaver(BMessage *archive, image_id image) argument
[all...]
/haiku/src/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.cpp73 ElfSymbolPatchInfo::Entry::Create(image_id image, void*** targets, argument
104 ElfSymbolPatchInfo::Entry::Entry(image_id image, void*** targets, argument
210 ElfSymbolPatchInfo::SetOriginalAddress(void* address, image_id image) argument
218 ElfSymbolPatchInfo::CreateEntry(image_id image, BList* targets) argument
235 DeleteEntry(image_id image) argument
256 EntryFor(image_id image) argument
282 ImageAdded(ElfImage* image) argument
288 ImageRemoved(ElfImage* image) argument
329 ElfImage* image = _ImageAt(i); local
343 ElfImage* image = _ImageForID(info.id); local
424 UpdateSymbolPatchInfo(ElfSymbolPatchInfo* info, ElfImage* image) argument
446 ElfImage* image = new(std::nothrow) ElfImage; local
601 ImageAdded(ElfImage* image) argument
615 ImageRemoved(ElfImage* image) argument
[all...]
/haiku/src/kits/storage/
H A DResources.cpp182 BResources::SetToImage(image_id image, bool clobber) argument
/haiku/src/kits/mail/
H A DMailProtocol.cpp274 image_id image; local
/haiku/src/kits/debug/
H A DSymbolLookup.cpp224 SymbolLookup::SymbolLookup(team_id team, image_id image) argument
317 Image* image = _FindImageAtAddress(address); local
416 Image* image = _FindImageByID(imageID); local
514 Image* image; local
564 LoadedImage(SymbolLookup* symbolLookup, const image_t* image, int32 symbolCount) argument
[all...]
H A Ddebug_support.cpp348 debug_create_symbol_lookup_context(team_id team, image_id image, argument
397 debug_get_symbol(debug_symbol_lookup_context* lookupContext, image_id image, argument
[all...]
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp492 ThreadHandler::GetImageDebugInfo(Image* image, ImageDebugInfo*& _info) argument
828 Image* image = frame->GetImage(); local
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp105 Image* image = frame->GetImage(); local
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp36 our_image(image_info& image) argument
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp123 BMallocIO* image = fInfo.GetSplashScreen(); local
/haiku/src/kits/locale/
H A DLocaleRosterData.cpp387 image_id image = load_add_on(fullAddOnPath.String()); local

Completed in 153 milliseconds

12345678