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

  /external/pdfium/core/fxcrt/
cfx_utf8decoder.h 20 WideStringView GetResult() const { return m_Buffer.AsStringView(); }
fx_string.cpp 52 // The data returned by GetResult() is invalidated when this is modified by
54 ByteStringView GetResult() const {
71 return ByteString(encoder.GetResult());
  /external/tensorflow/tensorflow/core/lib/strings/
scanner.cc 44 bool Scanner::GetResult(StringPiece* remaining, StringPiece* capture) {
  /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 47 bool GetResult() const { return m_Result; }
  /art/dex2oat/linker/
elf_writer_quick.cc 81 std::vector<uint8_t>* GetResult() {
283 builder_->WriteSection(".gnu_debugdata", debug_info_task_->GetResult());
image_writer.cc 800 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...]
  /art/openjdkjvmti/
ti_method.cc 600 virtual jvmtiError GetResult() {
692 virtual jvmtiError GetResult() REQUIRES_SHARED(art::Locks::mutator_lock_) {
698 return CommonLocalVariableClosure::GetResult();
804 return c.GetResult();
    [all...]
  /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/python/cpython3/Modules/_ctypes/
callproc.c 886 static PyObject *GetResult(PyObject *restype, void *result, PyObject *checker)
920 _PyTraceback_Add("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 164 TestResult GetResult() const { return result_; }
216 return test_list_[test_id].GetResult();
    [all...]
  /external/golang-protobuf/_conformance/conformance_proto/
conformance.pb.go 291 func (m *ConformanceResponse) GetResult() isConformanceResponse_Result {
299 if x, ok := m.GetResult().(*ConformanceResponse_ParseError); ok {
306 if x, ok := m.GetResult().(*ConformanceResponse_SerializeError); ok {
313 if x, ok := m.GetResult().(*ConformanceResponse_RuntimeError); ok {
320 if x, ok := m.GetResult().(*ConformanceResponse_ProtobufPayload); ok {
327 if x, ok := m.GetResult().(*ConformanceResponse_JsonPayload); ok {
334 if x, ok := m.GetResult().(*ConformanceResponse_Skipped); ok {
    [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 1576 milliseconds