Searched refs:self (Results 101 - 125 of 130) sorted by relevance

123456

/haiku-fatelf/src/apps/deskbar/
H A DExpandoMenuBar.cpp118 BMessenger self(this);
120 TBarApp::Subscribe(self, &teamList);
204 BMessenger self(this);
206 message.AddMessenger("messenger", self);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dppcnbsd-tdep.c267 ppcnbsd_sigtramp_cache_init (const struct tramp_frame *self, argument
/haiku-fatelf/src/kits/tracker/
H A DFSUtils.h330 static WellKnowEntryList* self; member in class:BPrivate::WellKnowEntryList
H A DDialogPane.cpp51 AddSelf(BView* self, BView* to) argument
53 to->AddChild(self);
H A DFindPanel.cpp695 BMessenger self(this);
697 FindPanel::AddRecentQueries(fRecentQueries, true, &self,
756 BMessenger self(this);
759 self, B_FOLLOW_LEFT | B_FOLLOW_BOTTOM);
H A DFSUtils.cpp3780 if (!self)
3781 self = new WellKnowEntryList();
3783 return self->MatchEntryCommon(node);
3801 delete self;
3802 self = NULL;
3897 WellKnowEntryList* WellKnowEntryList::self = NULL; member in class:BPrivate::WellKnowEntryList
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp158 TeamWindow* self = new TeamWindow(team, listener); local
161 self->_Init();
163 delete self;
167 return self;
H A DSourceView.cpp1663 SourceView* self = new SourceView(team, listener); local
1666 self->_Init();
1668 delete self;
1672 return self;
H A DVariablesView.cpp1379 VariablesView* self = new VariablesView(listener); local
1382 self->_Init();
1384 delete self;
1388 return self;
/haiku-fatelf/src/kits/interface/
H A DStatusBar.cpp727 _ReservedStatusBar1__10BStatusBar(BStatusBar* self, float value, argument
730 self->BStatusBar::SetTo(value, text, trailingText);
/haiku-fatelf/src/servers/net/
H A DServices.cpp648 Services* self = (Services*)_self; local
649 return self->_Listener();
/haiku-fatelf/src/documentation/docbook-xsl/slides/browser/
H A DxbCollapsibleLists.js208 self.status = '';
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1541 KDiskDeviceManager::_CheckMediaStatusDaemon(void* self) argument
1543 return ((KDiskDeviceManager*)self)->_CheckMediaStatus();
/haiku-fatelf/src/servers/input/
H A DInputServer.cpp1398 InputServer* self = (InputServer*)arg; local
1399 self->_EventLoop();
/haiku-fatelf/src/apps/activitymonitor/
H A DActivityView.cpp1558 ActivityView::_RefreshThread(void* self) argument
1560 ((ActivityView*)self)->_Refresh();
/haiku-fatelf/src/kits/support/
H A DString.cpp2569 __ls__7BStringR7BString(BString* self, BString& string) argument
2571 return self->operator<<(string);
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Darmdbg.h742 typedef Dbg_Error Dbg_AccessFn(Dbg_MCState *state, int write, Dbg_Value *self, Dbg_Constant *c);
743 /* <write> == 0: read a vs_filtered value, updating the value self.
745 <self> allows use of the same Dbg_AccessFn for several different entities
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A DxsltInternals.h1740 xsltFormatNumberConversion(xsltDecimalFormatPtr self,
/haiku-fatelf/src/libs/pdflib/
H A Dconfigure5040 # gcc --version < 3.0 without binutils cannot create self contained
5055 *** create self contained shared libraries on Solaris systems, without
6144 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
6147 if (self)
6149 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
6150 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
6151 /* dlclose (self); */
6241 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
6244 if (self)
6246 if (dlsym (self,"fnor
[all...]
/haiku-fatelf/docs/user/
H A Dapidoc.dox546 tidy and self contained. If you use code examples, make sure your
/haiku-fatelf/src/apps/soundrecorder/
H A DRecorderWindow.cpp1071 BMediaTrack *self, media_format *inout_format);
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.osf1r5881 other_non_function_keys OTko str ko - - -B-G- list of self-mapped keycaps
H A DCaps.uwin697 other_non_function_keys OTko str ko - - -B-G- list of self-mapped keycaps
H A DCaps871 other_non_function_keys OTko str ko - - -B-G- list of self-mapped keycaps
/haiku-fatelf/src/bin/bash/
H A DMANIFEST694 examples/scripts/self-repro f

Completed in 384 milliseconds

123456