HomeSort by relevance Sort by last modified time
    Searched defs:getError (Results 1 - 25 of 415) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/perf-tests/
Dataset.pm 64 # is desribed as getMean() +/- getError().
65 sub getError {
  /frameworks/base/opengl/java/android/opengl/
GLException.java 43 int getError() {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
CustomErrorEditText.java 35 public CharSequence getError() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallStateException.java 50 public int getError() {
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 61 public String getError() {
  /external/deqp/framework/opengl/
gluDefs.hpp 36 #define GLU_CHECK_GLW_MSG(GL, MSG) GLU_EXPECT_NO_ERROR((GL).getError(), MSG)
38 #define GLU_CHECK_GLW_CALL(GL, CALL) do { (GL).CALL; GLU_EXPECT_NO_ERROR((GL).getError(), #CALL); } while (deGetFalse())
55 int getError (void) const { return m_error; }
  /external/icu/icu4c/source/test/perf/perldriver/
Dataset.pm 67 # is desribed as getMean() +/- getError().
68 sub getError {
  /external/icu/icu4j/perf-tests/perldriver/
Dataset.pm 65 # is desribed as getMean() +/- getError().
66 sub getError {
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVError.h 81 SPIRVErrorCode getError(std::string& ErrMsg) {
  /external/deqp/framework/egl/
egluDefs.hpp 28 #define EGLU_CHECK(EGLW) eglu::checkError((EGLW).getError(), DE_NULL, __FILE__, __LINE__)
29 #define EGLU_CHECK_MSG(EGLW, MSG) eglu::checkError((EGLW).getError(), MSG, __FILE__, __LINE__)
30 #define EGLU_CHECK_CALL(EGLW, CALL) do { (EGLW).CALL; eglu::checkError((EGLW).getError(), #CALL, __FILE__, __LINE__); } while (deGetFalse())
45 deUint32 getError (void) const { return m_error; }
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 118 EGLint egl_tls_t::getError() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 71 const std::string &getError() const { return Error; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/Refactoring/
AtomicChange.h 71 const std::string &getError() const { return Error; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/Refactoring/
AtomicChange.h 71 const std::string &getError() const { return Error; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 71 const std::string &getError() const { return Error; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/Refactoring/
AtomicChange.h 71 const std::string &getError() const { return Error; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/Refactoring/
AtomicChange.h 71 const std::string &getError() const { return Error; }
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 199 std::error_code getError() const { return EC; }
  /frameworks/compile/libbcc/lib/
FileBase.h 126 inline const std::error_code &getError() const
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ErrorOr.h 52 /// if (error_code ec = buffer.getError())
172 std::error_code getError() const {
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
286 return Err.getError() == Code;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ErrorOr.h 52 /// if (error_code ec = buffer.getError())
172 std::error_code getError() const {
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
286 return Err.getError() == Code;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/
AtomicChange.h 80 const std::string &getError() const { return Error; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ErrorOr.h 52 /// if (error_code ec = buffer.getError())
172 std::error_code getError() const {
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
286 return Err.getError() == Code;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
AtomicChange.h 80 const std::string &getError() const { return Error; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ErrorOr.h 52 /// if (error_code ec = buffer.getError())
172 std::error_code getError() const {
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
286 return Err.getError() == Code;

Completed in 484 milliseconds

1 2 3 4 5 6 7 8 91011>>