Home
last modified time | relevance | path

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

/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/proto_logging/stats/enums/stats/connectivity/
Dnetwork_stack.proto210 // Forced nud probe after roaming from IpReachabilityMonitor, neighbor is unreachable;
212 // Forced nud probe after roaming from IpReachabilityMonitor, neighbor is unreachable and
216 // unreachable;
219 // unreachable and IP provisioning lost;
221 // Neighbor unreachable notification from kernel;
223 // Neighbor unreachable notification from kernel, and IP provisioning is also lost;
/frameworks/av/services/mediametrics/
DMediaMetricsService.cpp248 bool unreachable = false; in dump() local
299 unreachable = true; in dump()
368 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.proto317 SYS_ENETUNREACH = 101; // Network is unreachable
329 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/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp484 const bool unreachable = in updateSnapshots() local
489 const bool destroySnapshot = (unreachable && isClone) || layerIsDestroyed; in updateSnapshots()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp506 mcld::unreachable(mcld::diag::unrecognized_output_file) << module_.name(); in TranslateArguments()