Searched refs:std (Results 1 - 25 of 2002) sorted by relevance

1234567891011>>

/haiku/headers/build/gcc-2.95.3/
H A Dnew.h8 using std::new_handler;
9 using std::set_new_handler;
/haiku/src/system/libroot/posix/glibc/locale/
H A Dcategories.def46 DEFINE_ELEMENT (_NL_COLLATE_NRULES, "collate-nrules", std, word)
47 DEFINE_ELEMENT (_NL_COLLATE_RULESETS, "collate-rulesets", std, string)
48 DEFINE_ELEMENT (_NL_COLLATE_TABLEMB, "collate-tablemb", std, wstring)
49 DEFINE_ELEMENT (_NL_COLLATE_WEIGHTMB, "collate-weightmb", std, wstring)
50 DEFINE_ELEMENT (_NL_COLLATE_EXTRAMB, "collate-extramb", std, wstring)
51 DEFINE_ELEMENT (_NL_COLLATE_INDIRECTMB, "collate-indirectmb", std, wstring)
52 DEFINE_ELEMENT (_NL_COLLATE_TABLEWC, "collate-tablewc", std, wstring)
53 DEFINE_ELEMENT (_NL_COLLATE_WEIGHTWC, "collate-weightwc", std, wstring)
54 DEFINE_ELEMENT (_NL_COLLATE_EXTRAWC, "collate-extrawc", std, wstring)
55 DEFINE_ELEMENT (_NL_COLLATE_INDIRECTWC, "collate-indirectwc", std, wstrin
[all...]
/haiku/headers/tools/cppunit/cppunit/
H A DNotEqualException.h22 NotEqualException( std::string expected,
23 std::string actual,
25 std::string additionalMessage = "" );
28 NotEqualException( std::string expected,
29 std::string actual,
31 std::string fileName );
39 std::string expectedValue() const;
41 std::string actualValue() const;
43 std::string additionalMessage() const;
58 std
[all...]
H A DTextTestResult.h28 virtual void print( std::ostream &stream );
29 virtual void printFailures( std::ostream &stream );
30 virtual void printHeader( std::ostream &stream );
34 std::ostream &stream );
36 std::ostream &stream );
38 std::ostream &stream );
40 std::ostream &stream );
42 std::ostream &stream );
44 std::ostream &stream );
45 virtual void printFailureWarning( std
[all...]
H A DXmlOutputter.h39 std::ostream &stream,
40 std::string encoding = "ISO-8859-1" );
59 Node( std::string elementName,
60 std::string content ="" );
61 Node( std::string elementName,
65 void addAttribute( std::string attributeName,
66 std::string value );
67 void addAttribute( std::string attributeName,
71 std::string toString() const;
74 typedef std
[all...]
H A DAsserter.h47 void CPPUNIT_API fail( std::string message,
57 std::string message,
67 void CPPUNIT_API failNotEqual( std::string expected,
68 std::string actual,
70 std::string additionalMessage ="" );
82 std::string expected,
83 std::string actual,
85 std::string additionalMessage ="" );
H A DPortability.h67 class OStringStream : public std::ostringstream
81 class OStringStream : public std::ostrstream
84 std::string str()
87 std::string msg(std::ostrstream::str());
88 std::ostrstream::freeze(false);
H A DSourceLine.h35 SourceLine( const std::string &fileName,
45 std::string fileName() const;
51 std::string m_fileName;
H A DException.h17 class CPPUNIT_API Exception : public std::exception
24 Type( std::string type ) : m_type ( type ) {}
31 const std::string m_type;
35 Exception( std::string message = "",
39 Exception( std::string message,
41 std::string fileName );
58 static const std::string UNKNOWNFILENAME;
71 typedef std::exception SuperClass;
73 std::string m_message;
/haiku/headers/private/storage/mime/
H A DSupportingApps.h44 std::map<std::string, std::set<std::string> > fSupportedTypes; // app sig => set of supported types
45 std::map<std::string, std::set<std::string> > fSupportingApps; // mime type => set of supporting apps
46 std::map<std
[all...]
H A DAssociatedTypes.h50 std::string PrepExtension(const char *extension) const;
52 std::map<std::string, std::set<std::string> > fFileExtensions; // mime type => set of associated file extensions
53 std::map<std::string, std::set<std::string> > fAssociatedTypes; // file extension => set of associated mime types
/haiku/src/libs/stdc++/legacy/
H A Dstdexcepti.cc15 throw std::out_of_range (s);
20 throw std::length_error (s);
/haiku/src/bin/debug/strace/
H A Dsignals.h14 std::string signal_name(int signal);
15 std::string signal_info(siginfo_t& info);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestFactory.cpp26 *request = new(std::nothrow) InitConnectionRequest;
29 *request = new(std::nothrow) InitConnectionReply;
32 *request = new(std::nothrow) MountRequest;
35 *request = new(std::nothrow) MountReply;
38 *request = new(std::nothrow) UnmountRequest;
41 *request = new(std::nothrow) ReadVNodeRequest;
44 *request = new(std::nothrow) ReadVNodeReply;
47 *request = new(std::nothrow) WriteStatRequest;
50 *request = new(std::nothrow) WriteStatReply;
53 *request = new(std
[all...]
/haiku/headers/tools/cppunit/
H A DThreadedTestCase.h14 BThreadedTestCase(std::string Name = "", std::string progressSeparator = ".");
36 void InitThreadInfo(thread_id id, std::string threadName);
40 std::vector<std::string>& AcquireUpdateList();
46 std::string fProgressSeparator;
49 std::string name;
52 std::map<thread_id, ThreadSubTestInfo*> fNumberMap;
53 std::vector<std
[all...]
H A DTestSuite.h16 BTestSuite(std::string name = "");
21 virtual std::string getName() const;
22 virtual std::string toString() const;
24 virtual void addTest(std::string name, CppUnit::Test *test);
27 const std::map<std::string, CppUnit::Test*> &getTests() const;
30 std::map<std::string, CppUnit::Test*> fTests;
31 const std::string fName;
/haiku/src/kits/network/libnetservices2/
H A DHttpBuffer.h22 using HttpTransferFunction = std::function<size_t(const std::byte*, size_t)>;
31 std::optional<size_t> maxSize = std::nullopt);
33 std::optional<size_t> maxSize = std::nullopt);
35 std::optional<size_t> maxSize = std::nullopt);
36 std::optional<BString> GetNextLine();
43 std
[all...]
H A DHttpBuffer.cpp23 static constexpr std::array<std::byte, 2> kNewLine = {std::byte('\r'), std::byte('\n')};
44 HttpBuffer::ReadFrom(BDataIO* source, std::optional<size_t> maxSize)
87 HttpBuffer::WriteTo(HttpTransferFunction func, std::optional<size_t> maxSize)
113 \retval std::nullopt There are no more lines in the buffer.
116 std::optional<BString>
120 auto result = std::search(offset, fBuffer.cend(), kNewLine.cbegin(), kNewLine.cend());
122 return std
[all...]
/haiku/headers/tools/cppunit/cppunit/extensions/
H A DTypeInfoHelper.h24 static std::string getClassName( const std::type_info &info );
/haiku/headers/private/storage/sniffer/
H A DPattern.h28 Pattern(const std::string &string, const std::string &mask);
29 Pattern(const std::string &string);
38 status_t SetTo(const std::string &string, const std::string &mask);
45 std::string fString;
46 std::string fMask;
H A DCharStream.h29 CharStream(const std::string &string);
33 status_t SetTo(const std::string &string);
38 const std::string& String() const;
44 std::string fString;
/haiku/src/bin/mkfs/
H A DFsCreator.cpp78 std::cerr << kProgramName << ": Failed to get disk device for path "
79 << fPath << ": " << strerror(status) << std::endl;
87 std::cerr << kProgramName << ": Could not register file device for "
88 "path " << fPath << ": " << strerror(status) << std::endl;
96 std::cerr << kProgramName << ": Cannot find registered file device "
98 << std::endl;
105 std::cerr << kProgramName << ": Cannot initialize read-only device.\n";
111 std::cerr << kProgramName << ": Cannot initialize mounted device.\n";
117 std::cerr << kProgramName << ": " << fType
125 std
[all...]
/haiku/src/apps/cortex/Persistence/
H A DImportContext.h65 std::list<BString>& errors);
77 std::list<BString>& errors() const;
98 std::list<BString>& m_errors;
100 std::list<BString> m_elementStack;
101 typedef std::pair<const char*, IPersistent*> object_entry;
102 std::list<object_entry> m_objectStack;
/haiku/src/build/libroot/
H A Dfs_impl.h12 status_t get_path(int fd, const char *name, std::string &path);
/haiku/src/tests/system/kernel/unit/lock/
H A DLockTestSuite.cpp15 TestSuite* suite = new(std::nothrow) TestSuite("lock");

Completed in 92 milliseconds

1234567891011>>