core: Rename things called *Context to *Call.

This is part of an effort to clarify naming around contexts.  We are
going to rename ServerContext and security.Context to ServerCall and
security.Call respectively.  Now when people say "context" we will
know they mean context.T.

In a follow-up change I can try to change the variable names ctx and
context to call.  I also need to merge the security.Call interface into
ClientCall and remove redundant access to LocalPrincipal.

MultiPart: 2/11

Change-Id: Idc78b6e1c56a58bd0abc085fa306d27802d343b0
105 files changed
tree: be948210ab30479305096bd2a63765a37c419c13
  1. lib/
  2. profiles/
  3. runtimes/
  4. security/
  5. services/
  6. tools/