Home
last modified time | relevance | path

Searched refs:unreachable (Results 1 – 10 of 10) sorted by relevance

/frameworks/proto_logging/stats/enums/stats/connectivity/
Dnetwork_stack.proto189 // Forced nud probe after roaming from IpReachabilityMonitor, neighbor is unreachable;
191 // Forced nud probe after roaming from IpReachabilityMonitor, neighbor is unreachable and
195 // unreachable;
198 // unreachable and IP provisioning lost;
200 // Neighbor unreachable notification from kernel;
202 // Neighbor unreachable notification from kernel, and IP provisioning is also lost;
/frameworks/compile/mclinker/include/mcld/Support/
DMsgHandling.h28 MsgHandler unreachable(unsigned int pID);
41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID) { in unreachable() function
/frameworks/av/services/mediametrics/
DMediaMetricsService.cpp246 bool unreachable = false; in dump() local
297 unreachable = true; in dump()
366 if (unreachable) { in dump()
/frameworks/compile/mclinker/lib/LD/
DELFReaderIf.cpp110 unreachable(diag::unreachable_invalid_section_idx) in getSymFragmentRef()
DGNUArchiveReader.cpp290 unreachable(diag::err_unsupported_archive); in readSymbolTable()
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp132 unreachable(diag::err_cannot_trace_file) in normalize()
/frameworks/proto_logging/stats/enums/stats/dnsresolver/
Ddns_resolver.proto315 SYS_ENETUNREACH = 101; // Network is unreachable
327 SYS_EHOSTUNREACH = 113; // Host is unreachable
/frameworks/base/packages/SystemUI/scripts/token_alignment/
Dtsconfig.json97 …// "allowUnreachableCode": true, /* Disable error reporting for unreachable co…
/frameworks/base/tools/aapt2/
Dreadme.md159 - SDK version resource filtering: Resources with an SDK version qualifier that is unreachable
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp506 mcld::unreachable(mcld::diag::unrecognized_output_file) << module_.name(); in TranslateArguments()