HomeSort by relevance Sort by last modified time
    Searched refs:child_result (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/native_client_sdk/src/tools/
httpd.py 191 child_result = 0
194 child_result = self.conn.recv()
199 return child_result
209 child_result = 0
213 child_result = 0
216 child_result = self.conn.recv()
223 return child_result
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 323 BrowserAccessibility* child_result = NULL; local
341 if (result == child && !child_result)
342 child_result = result;
347 if (child_result && descendant_result)
359 if (child_result)
360 return child_result;
  /external/chromium_org/third_party/pexpect/
pexpect.py 269 child_result = ''.join(child_result_list)
272 return (child_result, child.exitstatus)
274 return child_result
    [all...]
  /external/lldb/test/pexpect-2.4/
pexpect.py 256 child_result = ''.join(child_result_list)
259 return (child_result, child.exitstatus)
261 return child_result
    [all...]

Completed in 86 milliseconds