Home
last modified time | relevance | path

Searched defs:DoAdd (Results 1 – 25 of 73) sorted by relevance

123

/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-generics/tests/
H A Dtests.generics.stack.pas26 procedure DoAdd(aCount: Integer); procedure
69 procedure DoAdd(aID: Integer); procedure
115 procedure TTestSingleObjectStack.DoAdd(aID : Integer); procedure
196 procedure TTestSimpleStack.DoAdd(aCount : Integer); procedure
H A Dtests.generics.queue.pas26 procedure DoAdd(aCount: Integer; aOffset: Integer=0); procedure
69 procedure DoAdd(aID: Integer); procedure
105 procedure TTestSingleObjectQueue.DoAdd(aID : Integer); procedure
186 procedure TTestSimpleQueue.DoAdd(aCount : Integer; aOffset : Integer=0); procedure
H A Dtests.generics.dictionary.pas28 procedure DoAdd(aCount: Integer; aOffset: Integer=0); procedure
96 procedure TTestSimpleDictionary.DoAdd(aCount : Integer; aOffset : Integer=0); procedure
/dports/lang/fpc-rtl-generics/fpc-3.2.2/packages/rtl-generics/tests/
H A Dtests.generics.queue.pas26 procedure DoAdd(aCount: Integer; aOffset: Integer=0); procedure
69 procedure DoAdd(aID: Integer); procedure
105 procedure TTestSingleObjectQueue.DoAdd(aID : Integer); procedure
186 procedure TTestSimpleQueue.DoAdd(aCount : Integer; aOffset : Integer=0); procedure
H A Dtests.generics.stack.pas26 procedure DoAdd(aCount: Integer); procedure
69 procedure DoAdd(aID: Integer); procedure
115 procedure TTestSingleObjectStack.DoAdd(aID : Integer); procedure
196 procedure TTestSimpleStack.DoAdd(aCount : Integer); procedure
H A Dtests.generics.dictionary.pas28 procedure DoAdd(aCount: Integer; aOffset: Integer=0); procedure
96 procedure TTestSimpleDictionary.DoAdd(aCount : Integer; aOffset : Integer=0); procedure
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dtuple_unittest.cc14 void DoAdd(int a, int b, int c, int* res) { in DoAdd() function
20 void DoAdd(int a, int b, int c, int d, int* res) { in DoAdd() function
27 void DoAdd(int a, int b, int c, int d, int e, int* res) { in DoAdd() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dtuple_unittest.cc14 void DoAdd(int a, int b, int c, int* res) { in DoAdd() function
20 void DoAdd(int a, int b, int c, int d, int* res) { in DoAdd() function
27 void DoAdd(int a, int b, int c, int d, int e, int* res) { in DoAdd() function
/dports/astro/phd2/phd2-2.6.10/
H A Dconfigdialog.cpp43 void ConfigDialogPane::DoAdd(wxSizer *pSizer) in DoAdd() function in ConfigDialogPane
48 void ConfigDialogPane::DoAdd(wxWindow *pWindow) in DoAdd() function in ConfigDialogPane
53 void ConfigDialogPane::DoAdd(wxWindow *pWindow, const wxString& toolTip) in DoAdd() function in ConfigDialogPane
73 void ConfigDialogPane::DoAdd(const wxString& label, wxWindow *pControl, const wxString& toolTip, wx… in DoAdd() function in ConfigDialogPane
/dports/audio/libgpod/libgpod-0.8.3/bindings/mono/libgpod-sharp/
H A DPhotoDB.cs76 …protected override void DoAdd(int index, Artwork item) { } // TODO: How do I make itdb_photodb_add… in DoAdd() method in GPod.PhotoDBArtworkList
87 …protected override void DoAdd(int index, PhotoAlbum item) { Itdb_PhotoDB.itdb_photodb_photoalbum_a… in DoAdd() method in GPod.PhotoDBPhotoAlbumList
H A DChapterData.cs58 protected override void DoAdd(int index, Chapter item) { in DoAdd() method in GPod.ChapterList
H A DITDB.cs101 …protected override void DoAdd(int index, Track item) { Itdb_iTunesDB.itdb_track_add(this.handle, i… in DoAdd() method in GPod.ITDBTrackList
112 …protected override void DoAdd(int index, Playlist item) { Itdb_iTunesDB.itdb_playlist_add(this.han… in DoAdd() method in GPod.ITDBPlaylistList
H A DGPodList.cs92 protected abstract void DoAdd(int index, T item); in DoAdd() method in GPod.GPodList
/dports/audio/libgpod-sharp/libgpod-0.8.3/bindings/mono/libgpod-sharp/
H A DPhotoDB.cs76 …protected override void DoAdd(int index, Artwork item) { } // TODO: How do I make itdb_photodb_add… in DoAdd() method in GPod.PhotoDBArtworkList
87 …protected override void DoAdd(int index, PhotoAlbum item) { Itdb_PhotoDB.itdb_photodb_photoalbum_a… in DoAdd() method in GPod.PhotoDBPhotoAlbumList
H A DChapterData.cs58 protected override void DoAdd(int index, Chapter item) { in DoAdd() method in GPod.ChapterList
H A DITDB.cs101 …protected override void DoAdd(int index, Track item) { Itdb_iTunesDB.itdb_track_add(this.handle, i… in DoAdd() method in GPod.ITDBTrackList
112 …protected override void DoAdd(int index, Playlist item) { Itdb_iTunesDB.itdb_playlist_add(this.han… in DoAdd() method in GPod.ITDBPlaylistList
H A DGPodList.cs92 protected abstract void DoAdd(int index, T item); in DoAdd() method in GPod.GPodList
/dports/games/exult/exult-snapshot-v1.7.0.20211128/tools/
H A Dcmanip.cc40 enum DoOps { DoAdd, DoRem, DoGet }; enumerator
/dports/irc/anope/anope-2.0.9/modules/commands/
H A Dns_access.cpp17 void DoAdd(CommandSource &source, NickCore *nc, const Anope::string &mask) in DoAdd() function in CommandNSAccess
H A Dbs_bot.cpp17 void DoAdd(CommandSource &source, const std::vector<Anope::string> &params) in DoAdd() function in CommandBSBot
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dexternaldepsdlg.cpp97 #define DoAdd(listbox,message) \ macro
/dports/net-im/coccinella/Coccinella-0.96.20Src/jabber/
H A DJUser.tcl270 proc ::JUser::DoAdd {token} { procedure
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/docview/
H A Ddoc.h124 bool DoAdd() { m_doc->AddDoodleSegment(m_segment); return true; } in DoAdd() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/docview/
H A Ddoc.h124 bool DoAdd() { m_doc->AddDoodleSegment(m_segment); return true; } in DoAdd() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/docview/
H A Ddoc.h124 bool DoAdd() { m_doc->AddDoodleSegment(m_segment); return true; } in DoAdd() function

123