Searched refs:image (Results 1 - 25 of 399) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php52 // size of the java applet, must match the default resolution of the image.
78 // default arguments: no network, emulate tablet, readonly image file.
91 // absolute path to the image.
92 define("QEMU_IMAGE_PATH", "/home/revol/haiku.image");
93 // BAD: let's one download the image
94 //define("QEMU_IMAGE_PATH", dirname($_SERVER['SCRIPT_FILENAME']) . "/haiku.image");
823 <link rel="shortcut icon" href="http://www.haiku-os.org/sites/haiku-os.org/themes/shijin/favicon.ico" type="image/x-icon" />
/haiku/headers/build/os/kernel/
H A Dimage.h1 #include <../os/kernel/image.h>
/haiku/headers/libs/print/libprint/
H A DTransport.h9 #include <image.h>
/haiku/headers/os/
H A DKernelKit.h11 #include <image.h>
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h10 #include <image.h>
127 BNetworkSettingsAddOn(image_id image,
150 image_id image, BNetworkSettings& settings);
/haiku/headers/os/add-ons/screen_saver/
H A DScreenSaver.h11 #include <image.h>
/haiku/headers/os/media/
H A DMediaFile.h9 #include <image.h>
/haiku/headers/os/storage/
H A DResources.h11 #include <image.h>
46 status_t SetToImage(image_id image,
/haiku/headers/os/support/
H A DArchivable.h9 #include <image.h>
/haiku/headers/posix/
H A Ddlfcn.h35 extern int dlclose(void *image);
38 extern void *dlsym(void *image, const char *symbolName);
/haiku/headers/private/debug/
H A Ddebug_support.h65 status_t debug_create_symbol_lookup_context(team_id team, image_id image,
68 // desired, otherwise a valid image id is expected.
74 image_id image, const char* name, int32 symbolType,
/haiku/headers/private/debugger/arch/
H A DArchitecture.h83 virtual status_t CreateStackFrame(Image* image,
97 // with the image/function corresponding
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h84 virtual void ImageDebugInfoRequested(Image* image);
H A DThreadHandler.h83 virtual status_t GetImageDebugInfo(Image* image,
/haiku/headers/private/debugger/debug_info/
H A DGlobalTypeLookup.h10 #include <image.h>
H A DImageDebugInfoProvider.h19 virtual status_t GetImageDebugInfo(Image* image,
H A DSpecificImageDebugInfo.h62 virtual status_t CreateFrame(Image* image,
/haiku/headers/private/debugger/model/
H A DBreakpoint.h22 Breakpoint(Image* image, target_addr_t address);
H A DImage.h8 #include <image.h>
H A DImageInfo.h8 #include <image.h>
18 ImageInfo(team_id team, image_id image,
25 void SetTo(team_id team, image_id image,
H A DStackFrame.h66 void SetImage(Image* image);
H A DTeam.h140 void RemoveImage(Image* image);
237 void NotifyImageDebugInfoChanged(Image* image);
289 void _NotifyImageAdded(Image* image);
290 void _NotifyImageRemoved(Image* image);
342 ImageEvent(uint32 type, Image* image);
H A DType.h9 #include <image.h>
/haiku/headers/private/debugger/user_interface/
H A DUserInterface.h116 virtual void ImageDebugInfoRequested(Image* image) = 0;
/haiku/headers/private/debugger/user_interface/util/
H A DUiUtils.h11 #include <image.h>

Completed in 205 milliseconds

1234567891011>>