Searched defs:Whence (Results 1 – 12 of 12) sorted by relevance
/external/libbrillo/brillo/streams/ |
D | stream.h | 87 enum class Whence { FROM_BEGIN, FROM_CURRENT, FROM_END }; enum
|
D | input_stream_set.cc | 103 Whence /* whence */, in Seek() argument
|
D | stream_utils_unittest.cc | 101 using Whence = Stream::Whence; in TEST() typedef
|
D | fake_stream.cc | 175 Whence /* whence */, in Seek() argument
|
D | stream_unittest.cc | 36 using Whence = Stream::Whence; typedef
|
D | tls_stream.cc | 483 Whence /* whence */, in Seek() argument
|
/external/llvm/tools/llvm-cov/ |
D | CodeCoverage.cpp | 114 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() 124 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error() 128 void CodeCoverageTool::deferError(const Twine &Message, StringRef Whence) { in deferError() 133 void CodeCoverageTool::deferWarning(const Twine &Message, StringRef Whence) { in deferWarning()
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 39 static void exitWithError(const Twine &Message, StringRef Whence = "", in exitWithError() 50 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() 66 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 45 static void warn(Twine Message, std::string Whence = "", in warn() 55 static void exitWithError(Twine Message, std::string Whence = "", in exitWithError() 66 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() 82 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | CodeCoverage.cpp | 164 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() 174 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error() 180 void CodeCoverageTool::warning(const Twine &Message, StringRef Whence) { in warning()
|
/external/libchrome/base/files/ |
D | file.h | 111 enum Whence { enum
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | StreamChecker.cpp | 264 SVal Whence = state->getSVal(CE->getArg(2), C.getLocationContext()); in Fseek() local
|