Searched refs:into (Results 101 - 125 of 206) sorted by path

123456789

/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Daddmul_1.S66 add %i0,%g5,%i0 ! combine into low 64 bits of result
H A Dmul_1.S68 add %i0,%g5,%i0 ! combine into low 64 bits of result
H A Dsubmul_1.S65 add %i0,%g5,%i0 ! combine into low 64 bits of result
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstrfile.h30 Merge into libio.h ?
/haiku/src/tests/servers/app/archived_view/
H A Dmain.cpp24 virtual status_t Archive(BMessage* into, bool deep = true) const;
114 TestView::Archive(BMessage* into, bool deep) const argument
116 status_t ret = BView::Archive(into, deep);
119 ret = into->AddInt32("data", fData);
122 ret = into->AddString("add_on", kAppSignature);
125 ret = into->AddString("class", "TestView");
/haiku/headers/build/os/support/
H A DArchivable.h55 virtual status_t Archive(BMessage* into, bool deep = true) const;
/haiku/headers/os/interface/
H A DGradient.h56 status_t Archive(BMessage* into,
H A DMenuField.h95 virtual status_t AllArchived(BMessage* into) const;
H A DTabView.h114 virtual status_t Archive(BMessage* into,
/haiku/headers/os/support/
H A DString.h77 BString& CopyInto(BString& into, int32 fromOffset,
79 void CopyInto(char* into, int32 fromOffset,
82 BString& CopyCharsInto(BString& into, int32 fromCharOffset,
84 bool CopyCharsInto(char* into, int32* intoLength,
161 BString& MoveInto(BString& into, int32 from, int32 length);
162 void MoveInto(char* into, int32 from, int32 length);
164 BString& MoveCharsInto(BString& into, int32 fromCharOffset,
166 bool MoveCharsInto(char* into, int32* intoLength,
/haiku/headers/private/interface/
H A DColumnTypes.h36 virtual void GetColumnName(BString* into) const;
/haiku/headers/private/netservices/
H A DNetworkCookie.h77 virtual status_t Archive(BMessage* into,
H A DNetworkCookieJar.h64 virtual status_t Archive(BMessage* into,
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DBitFieldTesters.h28 virtual status_t Archive(BMessage* into,
40 virtual status_t Archive(BMessage* into,
59 virtual status_t Archive(BMessage* into,
79 virtual status_t Archive(BMessage* into,
103 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DCommandActuators.h58 virtual status_t Archive(BMessage* into, bool deep = true)
71 virtual status_t Archive(BMessage* into, bool deep = true)
100 virtual status_t Archive(BMessage* into, bool deep = true)
106 // This class will insert a string of keystrokes into the input stream.
119 virtual status_t Archive(BMessage* into, bool deep = true)
143 // This class will insert a string of keystrokes into the input stream.
157 virtual status_t Archive(BMessage * into,
174 virtual status_t Archive(BMessage* into, bool deep = true)
201 virtual status_t Archive(BMessage* into, bool deep = true)
221 virtual status_t Archive(BMessage* into,
[all...]
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp651 ActivityView::Archive(BMessage* into, bool deep) const argument
655 status = BView::Archive(into, deep);
659 status = into->AddString("add_on", kSignature);
663 status = SaveState(*into);
H A DActivityView.h62 virtual status_t Archive(BMessage* into, bool deep = true) const;
/haiku/src/apps/deskcalc/
H A DCalcView.cpp1313 // insert into expression text
1468 CalcView::_FetchAppIcon(BBitmap* into) argument
1475 status = appInfo.GetIcon(into, B_MINI_ICON);
1478 memset(into->Bits(), 0, into->BitsLength());
H A DCalcView.h114 void _FetchAppIcon(BBitmap* into);
/haiku/src/apps/haikudepot/model/
H A DAccessToken.cpp10 // These are keys that are used to store this object's data into a BMessage instance.
124 AccessToken::Archive(BMessage* into, bool deep) const argument
127 if (result == B_OK && into == NULL)
130 result = into->AddString(KEY_TOKEN, fToken);
132 result = into->AddUInt64(KEY_EXPIRY_TIMESTAMP, fExpiryTimestamp);
H A DAccessToken.h43 status_t Archive(BMessage* into, bool deep = true) const;
H A DCaptcha.cpp11 // These are keys that are used to store this object's data into a BMessage
87 Captcha::Archive(BMessage* into, bool deep) const argument
90 if (result == B_OK && into == NULL)
93 result = into->AddString(KEY_TOKEN, fToken);
95 result = into->AddData(KEY_PNG_IMAGE_DATA, B_ANY_TYPE,
H A DCaptcha.h33 status_t Archive(BMessage* into, bool deep = true) const;
H A DCreateUserDetail.cpp7 // These are keys that are used to store this object's data into a BMessage
159 CreateUserDetail::Archive(BMessage* into, bool deep) const argument
163 result = into->AddString(KEY_NICKNAME, fNickname);
165 result = into->AddString(KEY_PASSWORD_CLEAR, fPasswordClear);
167 result = into->AddBool(KEY_IS_PASSWORD_REPEATED, fIsPasswordRepeated);
169 result = into->AddString(KEY_EMAIL, fEmail);
171 result = into->AddString(KEY_CAPTCHA_TOKEN, fCaptchaToken);
173 result = into->AddString(KEY_CAPTCHA_RESPONSE, fCaptchaResponse);
175 result = into->AddString(KEY_LANGUAGE_ID, fLanguageId);
177 result = into
[all...]
H A DCreateUserDetail.h45 status_t Archive(BMessage* into, bool deep = true) const;

Completed in 280 milliseconds

123456789