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

  /external/chromium_org/chromeos/dbus/
fake_cryptohome_client.cc 276 google::protobuf::io::CodedOutputStream result_output(&result_stream);
302 result_output.WriteVarint32(kVarLengthTag2);
303 result_output.WriteVarint32(attr.size());
304 result_output.WriteRaw(attr.data(), attr.size());
  /external/lldb/examples/darwin/heap_find/
heap.py 549 result_output = ''
551 result_output += description
553 result_output += ' %s' % (derefed_dynamic_value)
557 result_output += '\n%s' % (desc)
558 if result_output:
559 result.AppendMessage(result_output)
    [all...]

Completed in 61 milliseconds