Searched refs:ref (Results 1 - 25 of 722) sorted by path

1234567891011>>

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex49 Section \ref{file-formats} explains how the resources format is embedded in
50 different file formats. Section \ref{resources-format} discusses the resources
51 format itself. In section \ref{implementations} we focus on robustness of
176 \ref{file-formats}), it may be decided to use the x86 resource file format
179 subsection \ref{resources-header}).
185 \ref{fig:resources-layout}.
321 Contains special data as described in section \ref{resources-unknown}.
335 Contains special data as described in section \ref{resources-unknown}.
345 Contains special data as described in section \ref{resources-unknown}.
383 \ref{resource
[all...]
/haiku/headers/build/os/app/
H A DMessage.h123 status_t AddRef(const char *name, const entry_ref *ref);
172 status_t FindRef(const char *name, entry_ref *ref) const;
173 status_t FindRef(const char *name, int32 index, entry_ref *ref) const;
218 status_t ReplaceRef( const char *name,const entry_ref *ref);
219 status_t ReplaceRef( const char *name, int32 index, const entry_ref *ref);
/haiku/headers/build/os/storage/
H A DStatable.h28 status_t GetNodeRef(node_ref *ref) const;
/haiku/headers/build/private/storage/
H A DMergedDirectory.h44 virtual status_t GetNextRef(entry_ref* ref);
/haiku/headers/cpp/std/
H A Dbastring.cc62 p->ref = 1;
90 return (rep ()->ref > 1
/haiku/headers/libs/mapm/
H A Dm_apm.h340 ref(myVal);
349 static void ref(M_APM val) function in class:MAPM
413 {myVal=(M_APM)m.cval();ref(myVal);}
415 {myVal=(M_APM)m;ref(myVal);}
/haiku/headers/os/add-ons/mail_daemon/
H A DMailFilter.h24 virtual BMailFilterAction HeaderFetched(entry_ref& ref, BFile& file,
26 virtual void BodyFetched(const entry_ref& ref, BFile& file,
31 virtual void MessageReadyToSend(const entry_ref& ref,
33 virtual void MessageSent(const entry_ref& ref, BFile& file);
H A DMailProtocol.h92 BMailFilterAction ProcessHeaderFetched(entry_ref& ref,
94 void NotifyBodyFetched(const entry_ref& ref,
96 BMailFilterAction ProcessMessageFetched(entry_ref& ref,
98 void NotifyMessageReadyToSend(const entry_ref& ref,
100 void NotifyMessageSent(const entry_ref& ref,
110 BMailFilterAction _ProcessHeaderFetched(entry_ref& ref,
112 void _NotifyBodyFetched(const entry_ref& ref,
134 virtual status_t FetchBody(const entry_ref& ref,
136 virtual status_t MarkMessageAsRead(const entry_ref& ref,
140 const entry_ref& ref, status_
[all...]
/haiku/headers/os/add-ons/network_settings/
H A DNetworkProfile.h20 BNetworkProfile(const entry_ref& ref);
25 status_t SetTo(const entry_ref& ref);
/haiku/headers/os/app/
H A DNotification.h63 status_t AddOnClickRef(const entry_ref* ref);
/haiku/headers/os/device/
H A DJoystick.h50 bool EnterEnhancedMode(const entry_ref* ref = NULL);
/haiku/headers/os/locale/
H A DLocaleRoster.h86 const entry_ref& ref,
106 status_t _PrepareCatalogEntry(const entry_ref& ref,
/haiku/headers/os/mail/
H A DE-mail.h132 status_t AddEnclosure(entry_ref* ref,
H A DMailAttachment.h22 virtual status_t SetTo(entry_ref *ref) = 0;
39 BSimpleMailAttachment(entry_ref *ref);
45 virtual status_t SetTo(entry_ref *ref);
86 BAttributedMailAttachment(entry_ref *ref);
92 virtual status_t SetTo(entry_ref *ref);
H A DMailDaemon.h32 status_t MarkAsRead(int32 account, const entry_ref& ref,
34 status_t FetchBody(const entry_ref& ref,
H A DMailMessage.h39 BEmailMessage(const entry_ref* ref,
101 void Attach(entry_ref* ref,
H A DMailSettings.h90 void SetAddOnRef(const entry_ref& ref);
114 int32 AddFilterSettings(const entry_ref* ref = NULL);
175 const char* name, entry_ref& ref);
/haiku/headers/os/media/
H A DMediaFile.h47 // To write a file you construct a BMediaFile with an entry ref and an id as
57 BMediaFile(const entry_ref* ref);
60 BMediaFile(const entry_ref* ref, int32 flags);
64 BMediaFile(const entry_ref* ref,
85 status_t SetTo(const entry_ref* ref);
H A DMediaFiles.h32 const entry_ref& ref);
41 const char* item, const entry_ref& ref);
H A DMediaTheme.h27 bool GetRef(entry_ref* ref);
H A DSoundFile.h26 BSoundFile(const entry_ref* ref,
32 status_t SetTo(const entry_ref* ref, uint32 openMode);
74 status_t _ref_to_file(const entry_ref* ref);
/haiku/headers/os/package/
H A DInstallationLocationInfo.h31 status_t SetBaseDirectoryRef(const node_ref& ref);
34 status_t SetPackagesDirectoryRef(const node_ref& ref);
/haiku/headers/os/storage/
H A DDirectory.h23 BDirectory(const entry_ref *ref);
31 status_t SetTo(const entry_ref *ref);
50 virtual status_t GetNextRef(entry_ref *ref);
H A DEntry.h24 entry_ref(const entry_ref& ref);
29 bool operator==(const entry_ref& ref) const;
30 bool operator!=(const entry_ref& ref) const;
31 entry_ref& operator=(const entry_ref& ref);
44 BEntry(const entry_ref* ref,
59 status_t SetTo(const entry_ref* ref,
64 status_t GetRef(entry_ref* ref) const;
115 status_t get_ref_for_path(const char* path, entry_ref* ref);
H A DEntryList.h29 virtual status_t GetNextRef(entry_ref* ref) = 0;

Completed in 140 milliseconds

1234567891011>>