Home
last modified time | relevance | path

Searched refs:cause (Results 1 – 25 of 113) sorted by relevance

12345

/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DPatchFormatException.java31 public PatchFormatException(String message, Throwable cause) { in PatchFormatException() argument
33 initCause(cause); in PatchFormatException()
/system/timezone/distro/core/src/main/com/android/timezone/distro/
DDistroException.java28 public DistroException(String message, Throwable cause) { in DistroException() argument
29 super(message, cause); in DistroException()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp117 std::string cause; in dump_probable_cause() local
120 cause = StringPrintf("null pointer dereference"); in dump_probable_cause()
122 cause = "call to kuser_helper_version"; in dump_probable_cause()
124 cause = "call to kuser_get_tls"; in dump_probable_cause()
126 cause = "call to kuser_cmpxchg"; in dump_probable_cause()
128 cause = "call to kuser_memory_barrier"; in dump_probable_cause()
130 cause = "call to kuser_cmpxchg64"; in dump_probable_cause()
132 cause = get_stack_overflow_cause(reinterpret_cast<uint64_t>(si->si_addr), regs->sp(), maps); in dump_probable_cause()
138 cause = "execute-only (no-read) memory access error; likely due to data in .text."; in dump_probable_cause()
140 cause = get_stack_overflow_cause(fault_addr, regs->sp(), maps); in dump_probable_cause()
[all …]
/system/sepolicy/prebuilts/api/29.0/public/
Dflags_health_check.te25 # cause bad server configurable flags synced back to device.
30 # cause bad server configurable flags synced back to device.
/system/sepolicy/prebuilts/api/30.0/public/
Dflags_health_check.te29 # cause bad server configurable flags synced back to device.
34 # cause bad server configurable flags synced back to device.
/system/sepolicy/public/
Dflags_health_check.te10 # cause bad server configurable flags synced back to device.
/system/sepolicy/prebuilts/api/30.0/private/
Dapp.te8 # Apps can cause selinux denials by accessing CE storage
10 # not the cause of the failure, but just a symptom that
Dsurfaceflinger.te138 # cause the kernel to kill the process.
/system/sepolicy/private/
Dapp.te19 # Apps can cause selinux denials by accessing CE storage
21 # not the cause of the failure, but just a symptom that
Dflags_health_check.te26 # cause bad server configurable flags synced back to device.
Dsurfaceflinger.te137 # cause the kernel to kill the process.
/system/gatekeeper/
DAndroid.bp40 // Currently, if enabled, these flags will cause an internal error in Clang.
/system/bt/
DBUILD.gn19 # resolved or known not to exist (which will cause the build to fail). So if
/system/core/cli-test/
DREADME.md66 expected to be empty, and any output will cause a test failure. (The support is
84 to be able to specify tests that would cause us to *skip* a test. An example
/system/timezone/input_data/android/
Dtelephonylookup.txt26 # operate in the country the MCC would suggest and therefore cause problems when
/system/libbase/
Dexpected_test.cpp49 int cause; member
50 E(const std::string& message, int cause) : message(message), cause(cause) {} in E()
576 EXPECT_EQ(-1, divide(10, 0).error().cause); in TEST()
/system/bt/gd/packet/parser/
Dlanguage_l.ll37 * rules are a superset of other rules and will cause the sub rules to
/system/core/liblog/
DAndroid.bp83 // TODO: This is to work around b/24465209. Remove after root cause is fixed
/system/core/fs_mgr/libsnapshot/update_engine/
Dupdate_metadata.proto31 // system/update_engine/update_metadata.proto. Doing so will cause a compiler
/system/sepolicy/prebuilts/api/26.0/private/
Dsurfaceflinger.te109 # cause the kernel to kill the process.
/system/sepolicy/prebuilts/api/27.0/private/
Dsurfaceflinger.te108 # cause the kernel to kill the process.
/system/sepolicy/prebuilts/api/29.0/private/
Dsurfaceflinger.te119 # cause the kernel to kill the process.
/system/sepolicy/prebuilts/api/28.0/private/
Dsurfaceflinger.te117 # cause the kernel to kill the process.
/system/bpf/bpfloader/
Dbpfloader.rc41 # cause netd crashloop and thus system server crashloop... and the only
/system/extras/libfec/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices

12345