Searched defs:pobject (Results 1 - 2 of 2) sorted by relevance

/external/toolchain-utils/cros_utils/
H A Dcommand_executer.py516 'pobject' - The object used to control execution, for example, call
517 pobject.kill().
545 def __init__(self, pobject, fd, name, line_consumer):
546 self._pobject = pobject
562 pobject=self._pobject)
576 pobject=self._pobject)
588 pobject = None
590 pobject = subprocess.Popen( variable in class:CommandExecuter.RunCommand2.StreamHandler
606 outfd = pobject.stdout.fileno()
609 StreamHandler(pobject, outf
[all...]
/external/webrtc/webrtc/base/
H A Dsigslot.h1739 _connection0(dest_type* pobject, void (dest_type::*pmemfun)()) argument
1741 m_pobject = pobject;
1784 _connection1(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type)) argument
1786 m_pobject = pobject;
1829 _connection2(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, argument
1832 m_pobject = pobject;
1875 _connection3(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, argument
1878 m_pobject = pobject;
1923 _connection4(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, argument
1926 m_pobject = pobject;
1973 _connection5(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type)) argument
2027 _connection6(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, arg6_type)) argument
2081 _connection7(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, arg6_type, arg7_type)) argument
2136 _connection8(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, arg6_type, arg7_type, arg8_type)) argument
[all...]

Completed in 1739 milliseconds