Searched defs:Return (Results 1 - 25 of 39) sorted by relevance

12

/external/libunwind/doc/
H A Dunw_backtrace.tex35 \section{Return Value}
H A Dunw_init_local.tex46 \section{Return Value}
H A Dunw_init_remote.tex41 \section{Return Value}
H A Dunw_resume.tex61 \section{Return Value}
H A Dunw_strerror.tex22 \section{Return Value}
H A Dunw_flush_cache.tex34 \section{Return Value}
H A Dunw_get_accessors.tex30 \section{Return Value}
H A Dunw_get_fpreg.tex37 \section{Return Value}
H A Dunw_get_proc_info.tex84 \section{Return Value}
H A Dunw_get_proc_info_by_ip.tex50 \section{Return Value}
H A Dunw_get_proc_name.tex43 \section{Return Value}
H A Dunw_get_reg.tex38 \section{Return Value}
H A Dunw_getcontext.tex40 \section{Return Value}
H A Dunw_is_fpreg.tex25 \section{Return Value}
H A Dunw_is_signal_frame.tex32 \section{Return Value}
H A Dunw_regname.tex25 \section{Return Value}
H A Dunw_set_caching_policy.tex48 \section{Return Value}
H A Dunw_set_fpreg.tex37 \section{Return Value}
H A Dunw_set_reg.tex38 \section{Return Value}
H A Dunw_step.tex22 \section{Return Value}
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_manager_wrapper.cc55 void UdpSocketManager::Return() function in class:webrtc::test::UdpSocketManager
/external/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp67 std::string Return; local
68 raw_string_ostream(Return) << "return &Commands[" << i << "];";
69 Matches.push_back(StringMatcher::StringPair(Name, Return));
/external/chromium_org/gin/
H A Darguments.h71 void Return(T val) { function in class:gin::Arguments
/external/clang/include/clang/Basic/
H A DABI.h180 ReturnAdjustment Return; member in struct:clang::ThunkInfo
191 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return, argument
193 : This(This), Return(Return), Method(Method) {}
196 return LHS.This == RHS.This && LHS.Return == RHS.Return &&
201 return This.isEmpty() && Return.isEmpty() && Method == nullptr;
/external/chromium_org/cc/layers/
H A Dtexture_layer.cc298 void TextureLayer::TextureMailboxHolder::Return(uint32 sync_point, function in class:cc::TextureLayer::TextureMailboxHolder
331 Return(sync_point, is_lost);

Completed in 242 milliseconds

12