HomeSort by relevance Sort by last modified time
    Searched defs:GetResult (Results 1 - 13 of 13) sorted by null

  /external/toolchain-utils/bestflags/
mock_task.py 48 self._cost == other.GetResult(self._stage))
64 def GetResult(self, stage):
task.py 145 def GetResult(self, stage):
  /external/pdfium/core/fpdfapi/render/
cpdf_imagerenderer.h 42 bool GetResult() const { return m_Result; }
  /art/compiler/
elf_writer_quick.cc 73 std::vector<uint8_t>* GetResult() {
267 builder_->WriteSection(".gnu_debugdata", debug_info_task_->GetResult());
image_writer.cc 798 ALWAYS_INLINE bool GetResult() const {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bidispl.h 87 virtual HRESULT WINAPI GetResult(HRESULT *phr) = 0;
99 HRESULT (WINAPI *GetResult)(IBidiRequest *This,HRESULT *phr);
113 #define IBidiRequest_GetResult(This,phr) (This)->lpVtbl->GetResult(This,phr)
oledb.h     [all...]
  /external/pdfium/core/fxcrt/
fx_basic.h 157 CFX_WideStringC GetResult() const { return m_Buffer.AsStringC(); }
173 CFX_ByteStringC GetResult() const { return m_Buffer.AsStringC(); }
  /external/python/cpython2/Modules/_ctypes/
callproc.c 918 static PyObject *GetResult(PyObject *restype, void *result, PyObject *checker)
952 _ctypes_add_traceback("GetResult", "_ctypes/callproc.c", __LINE__-2);
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.cc 63 std::string NACKStringBuilder::GetResult() {
718 TRACE_STR_COPY(stringBuilder.GetResult().c_str()));
    [all...]
  /test/vts/runners/target/gtest/
gtest_main.cpp 130 TestResult GetResult() const { return result_; }
184 return test_list_[test_id].GetResult();
    [all...]
  /bionic/tests/
gtest_main.cpp 160 TestResult GetResult() const { return result_; }
212 return test_list_[test_id].GetResult();
    [all...]
  /external/v8/src/debug/
liveedit.cc 328 Handle<JSArray> GetResult() {
541 Handle<JSArray> GetResult() {
542 return array_writer_.GetResult();
573 return output.GetResult();
    [all...]

Completed in 505 milliseconds