HomeSort by relevance Sort by last modified time
    Searched defs:NameResolver (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc-java/core/src/main/java/io/grpc/
NameResolver.java 27 * <p>A {@code NameResolver} uses the URI's scheme to determine whether it can resolve it, and uses
33 * <p>A {@code NameResolver} does not need to automatically re-resolve on failure. Instead, the
41 public abstract class NameResolver {
48 * <strong>must</strong> keep it unchanged. {@code NameResolver}s created from the same factory
85 * Factory that creates {@link NameResolver} instances.
100 * Creates a {@link NameResolver} for the given target URI, or {@code null} if the given URI
110 public abstract NameResolver newNameResolver(URI targetUri, Attributes params);
  /build/soong/android/
namespace.go 77 // A NameResolver implements blueprint.NameInterface, and implements the logic to
80 type NameResolver struct {
96 func NewNameResolver(namespaceExportFilter func(*Namespace) bool) *NameResolver {
97 r := &NameResolver{
108 func (r *NameResolver) newNamespace(path string) *Namespace {
116 func (r *NameResolver) addNewNamespaceForModule(module *NamespaceModule, path string) error {
130 func (r *NameResolver) addNamespace(namespace *Namespace) (err error) {
148 func (r *NameResolver) namespaceAt(path string) (namespace *Namespace, found bool) {
157 func (r *NameResolver) findNamespace(path string) (namespace *Namespace) {
171 func (r *NameResolver) NewModule(ctx blueprint.NamespaceContext, moduleGroup blueprint.ModuleGroup, module blueprint.Mod (…)
    [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 
  /external/kotlinc/lib/
kotlin-reflect.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 476 milliseconds