HomeSort by relevance Sort by last modified time
    Searched full:map_error (Results 1 - 3 of 3) sorted by null

  /external/clang/test/TableGen/
DiagnosticBase.inc 5 def MAP_ERROR : DiagMapping;
31 class Error<string str> : Diagnostic<str, CLASS_ERROR, MAP_ERROR>;
  /external/avahi/avahi-compat-libdns_sd/
compat.c 99 static DNSServiceErrorType map_error(int error) { function
560 sdref->service_browser_callback(sdref, 0, interface, map_error(avahi_client_errno(sdref->client)), NULL, NULL, NULL, sdref->context);
647 ret = map_error(error);
654 ret = map_error(avahi_client_errno(sdref->client));
720 sdref->service_resolver_callback(sdref, 0, interface, map_error(avahi_client_errno(sdref->client)), NULL, NULL, 0, 0, NULL, sdref->context);
760 ret = map_error(error);
767 ret = map_error(avahi_client_errno(sdref->client));
830 sdref->domain_browser_callback(sdref, 0, interface, map_error(avahi_client_errno(sdref->client)), domain, sdref->context);
872 ret = map_error(error);
881 ret = map_error(avahi_client_errno(sdref->client))
    [all...]
  /external/avahi/avahi-compat-howl/
compat.c 118 static sw_result map_error(int error) { function
382 result = map_error(error);
815 result = map_error(avahi_client_errno(self->client));
823 result = map_error(error);
910 result = map_error(avahi_client_errno(self->client));
1019 result = map_error(avahi_client_errno(self->client));
1111 result = map_error(avahi_client_errno(self->client));

Completed in 72 milliseconds