Home
last modified time | relevance | path

Searched refs:child_result (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Drun.py143 child_result = child.string_type().join(child_result_list)
146 return (child_result, child.exitstatus)
148 return child_result
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDIE.cpp196 if (DWARFDIE child_result = child.LookupDeepestBlock(address)) in LookupDeepestBlock() local
197 return child_result; in LookupDeepestBlock()
/external/autotest/client/common_lib/
Dpexpect.py264 child_result = ''.join(child_result_list)
267 return (child_result, child.exitstatus)
269 return child_result