HomeSort by relevance Sort by last modified time
    Searched refs:GetError (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /ndk/sources/android/crazy_linker/src/
crazy_linker_thread_unittest.cpp 21 const char* error = data->GetError();
30 EXPECT_STREQ("World", data->GetError());
37 EXPECT_STREQ("", data->GetError());
40 TEST(Thread, GetError) {
44 const char* error = data->GetError();
47 error = data->GetError();
54 EXPECT_STREQ("Hello", data->GetError());
57 EXPECT_STREQ("", data->GetError());
60 EXPECT_STREQ("World", data->GetError());
63 EXPECT_STREQ("", data->GetError());
    [all...]
crazy_linker_thread.h 26 const char* GetError() const { return dlerror_; }
  /external/lldb/scripts/Python/interface/
SBError.i 80 GetError () const;
107 __swig_getmethods__["value"] = GetError
108 if _newclass: value = property(GetError, None, doc='''A read only property that returns the same result as GetError().''')
SBCommandReturnObject.i 36 GetError ();
48 GetError (bool if_no_immediate);
SBWatchpoint.i 35 GetError();
  /external/lldb/test/python_api/default-constructor/
sb_error.py 12 obj.GetError()
  /external/lldb/include/lldb/Core/
DataBufferMemoryMap.h 84 GetError() const;
Error.h 148 GetError () const;
  /external/lzma/C/
Threads.c 10 static WRes GetError()
16 WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetError(); }
17 WRes BOOLToWRes(BOOL v) { return v ? 0 : GetError(); }
23 return GetError();
  /external/lldb/include/lldb/API/
SBCommandReturnObject.h 45 GetError ();
99 GetError (bool only_if_no_immediate);
SBError.h 41 GetError () const;
SBWatchpoint.h 36 GetError();
  /external/lldb/source/Core/
ValueObjectCast.cpp 119 if (m_error.Success() && m_parent->GetError().Fail())
120 m_error = m_parent->GetError();
  /external/lldb/test/lang/objc/objc-property/
TestObjCProperty.py 89 nonexistant_error = nonexistant_value.GetError()
103 nonexistant_error = nonexistant_change.GetError()
118 backed_error = backed_value.GetError()
125 unbacked_error = unbacked_value.GetError()
129 idWithProtocol_error = idWithProtocol_value.GetError()
  /external/lldb/tools/debugserver/source/MacOSX/ppc/
DNBArchImpl.cpp 78 if (force || m_state.GetError(e_regSetGPR, Read))
83 return m_state.GetError(e_regSetGPR, Read);
89 if (force || m_state.GetError(e_regSetFPR, Read))
94 return m_state.GetError(e_regSetFPR, Read);
100 if (force || m_state.GetError(e_regSetEXC, Read))
105 return m_state.GetError(e_regSetEXC, Read);
111 if (force || m_state.GetError(e_regSetVEC, Read))
116 return m_state.GetError(e_regSetVEC, Read);
123 return m_state.GetError(e_regSetGPR, Write);
130 return m_state.GetError(e_regSetFPR, Write)
    [all...]
DNBArchImpl.h 108 kern_return_t GetError (int set, uint32_t err_idx) const
159 return GetError(set, Read) == KERN_SUCCESS;
  /external/lldb/source/Utility/
StringExtractorGDBRemote.h 100 GetError();
  /external/lldb/test/expression_command/call-throws/
TestCallThatThrows.py 73 self.assertTrue (value.GetError().Success() == False)
86 self.assertTrue (value.IsValid() and value.GetError().Success() == False)
98 self.assertTrue (value.IsValid() and value.GetError().Success() == False)
106 self.assertTrue (value.IsValid() and value.GetError().Success() == False)
  /external/lldb/source/API/
SBCommandReturnObject.cpp 91 SBCommandReturnObject::GetError ()
98 log->Printf ("SBCommandReturnObject(%p)::GetError () => \"%s\"", m_opaque_ap.get(),
105 log->Printf ("SBCommandReturnObject(%p)::GetError () => NULL", m_opaque_ap.get());
145 return ::fprintf (fh, "%s", GetError());
259 strm.Printf ("\nError Message:\n%s", GetError());
311 SBCommandReturnObject::GetError (bool only_if_no_immediate)
316 return GetError();
SBError.cpp 100 SBError::GetError () const
106 err = m_opaque_ap->GetError();
109 log->Printf ("SBError(%p)::GetError () => 0x%8.8x", m_opaque_ap.get(), err);
  /external/lldb/test/expression_command/call-restarts/
TestCallThatRestarts.py 90 self.assertTrue (value.GetError().Success() == True)
104 self.assertTrue (value.IsValid() and value.GetError().Success() == True)
114 self.assertTrue (value.IsValid() and value.GetError().Success() == True)
122 self.assertTrue (value.IsValid() and value.GetError().Success() == True)
133 self.assertTrue (value.IsValid() and value.GetError().Success() == False)
  /external/lldb/test/expression_command/timeout/
TestCallWithTimeout.py 67 self.assertTrue (value.GetError().Success() == False)
81 self.assertTrue (value.GetError().Success() == True)
  /external/lldb/tools/debugserver/source/MacOSX/
MachVMRegion.h 51 GetError ()
  /external/skia/tools/timer/
GpuTimer.cpp 63 SK_GL_RET_NOERRCHECK(*fContext, error, GetError());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
parser.h 67 DWORD GetError() { return m_dwError; }

Completed in 344 milliseconds

1 2 3 4