HomeSort by relevance Sort by last modified time
    Searched full:errorstream (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Tooling/
CompilationDatabase.cpp 40 std::stringstream ErrorStream;
50 ErrorStream << It->getName() << ": " << DatabaseErrorMessage << "\n";
52 ErrorMessage = ErrorStream.str();
59 std::stringstream ErrorStream;
69 ErrorStream << "No compilation database found in " << Directory.str()
76 ErrorMessage = ErrorStream.str();
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 128 llvm::raw_string_ostream ErrorStream(ErrorInfo);
130 if (llvm::verifyModule(pModule, &ErrorStream)) {
132 ErrorStream.str().c_str());
  /external/ImageMagick/Magick++/lib/Magick++/
Exception.h 200 class MagickPPExport ErrorStream: public Error
203 explicit ErrorStream(const std::string& what_);
204 explicit ErrorStream(const std::string& what_,Exception *nested_);
205 ~ErrorStream() throw();
  /external/ImageMagick/Magick++/lib/
Exception.cpp 319 Magick::ErrorStream::ErrorStream(const std::string& what_)
324 Magick::ErrorStream::ErrorStream(const std::string& what_,Exception *nested_)
329 Magick::ErrorStream::~ErrorStream() throw()
788 return new ErrorStream(message);
964 throw ErrorStream(message,nestedException);
  /cts/tests/camera/libctscamera2jni/
dng-validate-jni.cpp 423 std::stringstream errorStream;
429 errorStream.write(readBuf, count);
444 while(std::getline(errorStream, line, '\n')) {
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
HttpURLConnection.java 112 * sun.net.http.errorstream.enableBuffering = <boolean>
129 * sun.net.http.errorstream.timeout = <int>
133 * sun.net.http.errorstream.bufferSize = <int>
221 "sun.net.http.errorstream.enableBuffering")).booleanValue();
224 "sun.net.http.errorstream.timeout", 300)).intValue();
231 "sun.net.http.errorstream.bufferSize", 4096)).intValue();
285 private InputStream errorStream = null;
    [all...]
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/
NativeCodeGenerator.java 289 InputStream errorStream = process.getErrorStream();
291 while ((c = errorStream.read()) != -1) {
  /external/ImageMagick/www/Magick++/
Exception.html 437 <p align="center"><font size="2">ErrorStream</font></p>
  /external/ImageMagick/Magick++/
ChangeLog 125 ErrorRegistry, WarningRegistry, ErrorStream, WarningStream,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 550 milliseconds