Searched refs:std (Results 226 - 250 of 2002) sorted by relevance

1234567891011>>

/haiku/src/kits/support/
H A DArchitecture.cpp42 std::min(count, kMaxArchitectureCount), _architectures);
52 std::min(count, kMaxArchitectureCount), _architectures);
/haiku/src/apps/haikudepot/textview/
H A DParagraphStyleData.cpp75 ParagraphStyleData* ret = new(std::nothrow) ParagraphStyleData(*this);
90 ParagraphStyleData* ret = new(std::nothrow) ParagraphStyleData(*this);
105 ParagraphStyleData* ret = new(std::nothrow) ParagraphStyleData(*this);
120 ParagraphStyleData* ret = new(std::nothrow) ParagraphStyleData(*this);
135 ParagraphStyleData* ret = new(std::nothrow) ParagraphStyleData(*this);
150 ParagraphStyleData* ret = new(std::nothrow) ParagraphStyleData(*this);
165 ParagraphStyleData* ret = new(std::nothrow) ParagraphStyleData(*this);
180 ParagraphStyleData* ret = new(std::nothrow) ParagraphStyleData(*this);
/haiku/src/tests/kits/support/
H A DDateTimeTest.cpp16 DateTimeTest(std::string name = "");
22 DateTimeTest::DateTimeTest(std::string name)
/haiku/src/apps/debugger/user_interface/gui/settings/
H A DDebuggerUiSettingsFactory.cpp37 sDefaultInstance = new(std::nothrow) DebuggerUiSettingsFactory();
64 settings = new(std::nothrow) GuiTeamUiSettings();
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DStringValueHandler.cpp47 ValueFormatter* formatter = new(std::nothrow) StringValueFormatter;
71 = new(std::nothrow) TableCellFormattedValueRenderer(formatter);
/haiku/src/kits/media/
H A DChunkCache.h32 typedef std::queue<chunk_buffer*> ChunkQueue;
33 typedef std::deque<chunk_buffer*> ChunkList;
H A DTimeSourceObjectManager.h31 typedef std::map<media_node_id, BTimeSource*> NodeMap;
/haiku/src/kits/debugger/dwarf/
H A DCfaRuleSet.cpp31 fRegisterRules = new(std::nothrow) CfaRule[registerCount];
44 CfaRuleSet* other = new(std::nothrow) CfaRuleSet;
/haiku/src/system/libroot/os/arch/sparc/
H A Dbyteorder.S28 std %d0, [%o0]
/haiku/src/tests/kits/net/service/
H A DTestServer.h40 status_t Start(const std::vector<std::string>& args);
/haiku/src/apps/haikudepot/packagemanagement/
H A DInstallPackageProcess.h22 typedef std::set<PackageInfoRef> PackageInfoSet;
66 std::vector<DownloadProgress>
/haiku/headers/build/private/storage/mime/
H A DMimeUpdateThread.h51 std::list< std::pair<dev_t, bool> > fAttributeSupportList;
/haiku/headers/private/storage/sniffer/
H A DErr.h32 Err(const std::string &msg, const ssize_t pos);
38 status_t SetTo(const std::string &msg, const ssize_t pos);
/haiku/src/servers/registrar/mime/
H A DMimeUpdateThread.h52 std::list< std::pair<dev_t, bool> > fAttributeSupportList;
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.h42 status_t Start(const std::vector<std::string>& args);
/haiku/src/servers/registrar/
H A DRecentApps.cpp38 /*! \var std::list<std::string> RecentApps::fAppList
93 std::list<std::string>::iterator i;
168 std::list<std::string>::iterator item;
202 std::list<std::string>::iterator item;
221 std::list<std
[all...]
H A DRecentEntries.h46 std::string sig;
72 std::list<recent_entry*> fEntryList;
H A DRecentApps.h66 std::list<std::string> fAppList;
/haiku/headers/tools/cppunit/
H A DTestCase.h12 BTestCase(std::string Name = "");
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DGlobalBlockerPool.cpp14 BlockerPool* pool = new(std::nothrow) BlockerPool;
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DBufferMixer.h25 std::map<int32, BBuffer *> groupedBuffers;
/haiku/src/apps/sudoku/
H A DSudokuSolver.h31 typedef std::vector<SudokuField*> SudokuList;
/haiku/src/tests/kits/app/bapplication/
H A DAppRunTester.h26 AppRunTester(std::string name) : TestCase(name) {;}
/haiku/src/tests/kits/app/bhandler/
H A DBHandlerTester.h26 TBHandlerTester(std::string name) : TestCase(name) {;}
/haiku/src/tests/kits/app/bmessagerunner/
H A DBMessageRunnerTester.h26 TBMessageRunnerTester(std::string name) : TestCase(name) {;}

Completed in 217 milliseconds

1234567891011>>