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

1 2 3

  /external/libunwind/doc/
unw_backtrace.tex 8 \begin{Name}{3}{unw\_backtrace}{David Mosberger-Tang}{Programming Library}{unw\_backtrace}unw\_backtrace -- return backtrace for the calling program
35 \section{Return Value}
38 \Var{buffer}. The return value may be zero to indicate that no addresses were
unw_init_local.tex 46 \section{Return Value}
unw_init_remote.tex 41 \section{Return Value}
unw_resume.tex 25 \Func{unw\_resume}() does not return in this case. Restoring the
40 for local unwinding, \Func{unw\_resume} will always return for remote
61 \section{Return Value}
63 For local unwinding, \Func{unw\_resume}() does not return on success.
unw_strerror.tex 22 \section{Return Value}
unw_flush_cache.tex 34 \section{Return Value}
37 return a value.
unw_get_accessors.tex 30 \section{Return Value}
unw_get_fpreg.tex 37 \section{Return Value}
55 In addition, \Func{unw\_get\_fpreg}() may return any error returned by
unw_get_proc_info.tex 23 return the information. The \Type{unw\_proc\_info\_t} has the
61 may return an undefined value in this member. \\
67 may return an undefined value in this member.\\
74 may return an undefined value in this member.\\
84 \section{Return Value}
105 In addition, \Func{unw\_get\_proc\_info}() may return any error
unw_get_proc_info_by_ip.tex 34 type \Type{unw\_proc\_info\_t} which is used to return the info.
50 \section{Return Value}
71 In addition, \Func{unw\_get\_proc\_info}() may return any error
unw_get_proc_name.tex 22 that is at least \Var{len} bytes long. This buffer is used to return
24 word that is used to return the byte-offset of the instruction-pointer
29 return a value of 0x80 in the word pointed to by \Var{offp} (assuming
37 may return the name of a label or a preceeding (nearby) procedure.
43 \section{Return Value}
65 In addition, \Func{unw\_get\_proc\_name}() may return any error
unw_get_reg.tex 38 \section{Return Value}
56 In addition, \Func{unw\_get\_reg}() may return any error returned by
unw_getcontext.tex 40 \section{Return Value}
unw_is_fpreg.tex 25 \section{Return Value}
unw_is_signal_frame.tex 32 \section{Return Value}
unw_regname.tex 25 \section{Return Value}
unw_set_caching_policy.tex 48 \section{Return Value}
unw_set_fpreg.tex 37 \section{Return Value}
57 In addition, \Func{unw\_set\_fpreg}() may return any error returned by
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_Copy16x16_s.s 11 ; * Return Value:
39 Return RN 0
140 MOV Return,#OMX_Sts_NoErr
omxVCCOMM_Copy8x8_s.s 11 ; * Return Value:
38 Return RN 0
64 MOV Return,#OMX_Sts_NoErr
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_manager_wrapper.cc 28 return static_cast<UdpSocketManager*>(new UdpSocket2ManagerWindows());
30 return new UdpSocketManagerPosix();
46 return impl;
52 return UdpSocketManager::StaticInstance(kAddRef, id, numOfWorkThreads);
55 void UdpSocketManager::Return()
68 return _numOfWorkThreads;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 42 ; * Return Value:
90 Return RN 0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_Copy8x8_s.s 11 ; * Return Value:
34 Return RN 0
61 MOV Return,#OMX_Sts_NoErr
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 42 ; * Return Value:
90 Return RN 0
  /external/clang/utils/TableGen/
ClangCommentCommandInfoEmitter.cpp 67 std::string Return;
68 raw_string_ostream(Return) << "return &Commands[" << i << "];";
69 Matches.push_back(StringMatcher::StringPair(Name, Return));
75 OS << " return NULL;\n"
106 return Mangled;

Completed in 304 milliseconds

1 2 3