/system/core/logwrapper/ |
D | logwrapper.c | 27 void fatal(const char *msg) { in fatal() function 34 fatal( in usage()
|
/system/sepolicy/ |
D | hwservice_contexts.mk | 17 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_SVC_FILES) > $@ 45 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_SVC_FILES) > $@ 73 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_SVC_FILES) > $@ 101 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_SVC_FILES) > $@
|
D | mac_permissions.mk | 15 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $^ > $@ 49 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $^ > $@ 77 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $^ > $@ 105 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $^ > $@
|
D | service_contexts.mk | 17 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_SVC_FILES) > $@ 46 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_SVC_FILES) > $@ 77 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_SVC_FILES) > $@
|
D | file_contexts.mk | 33 $(hide) m4 --fatal-warnings -s $(PRIVATE_FC_FILES) > $@.tmp 61 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_FC_FILES) > $@.tmp 89 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_FC_FILES) > $@.tmp 117 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_FC_FILES) > $@.tmp
|
D | property_contexts.mk | 20 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_PC_FILES) > $@ 47 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_PC_FILES) > $@ 75 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_PC_FILES) > $@ 104 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_PC_FILES) > $@
|
D | definitions.mk | 5 $(hide) m4 --fatal-warnings $(PRIVATE_ADDITIONAL_M4DEFS) \
|
D | Android.mk | 1123 $(hide) m4 --fatal-warnings -s $^ > $@ 1137 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $^ > $@ 1150 $(hide) m4 --fatal-warnings -s $^ > $@ 1219 $(hide) m4 --fatal-warnings -s $(PRIVATE_ADDITIONAL_M4DEFS) $(PRIVATE_SVC_FILES) > $@
|
/system/tools/aidl/ |
D | aidl_language.h | 99 AidlError(bool fatal, const std::string& filename) : AidlError(fatal) { os_ << filename << ": "; } in AidlError() argument 100 AidlError(bool fatal, const AidlLocation& location) : AidlError(fatal) { in AidlError() argument 103 AidlError(bool fatal, const AidlNode& node) : AidlError(fatal, node.location_) {} in AidlError() argument 104 AidlError(bool fatal, const AidlNode* node) : AidlError(fatal, *node) {} in AidlError() argument 107 AidlError(bool fatal, const std::unique_ptr<T>& node) : AidlError(fatal, *node) {} in AidlError() argument 116 AidlError(bool fatal);
|
D | aidl_language.cpp | 73 AidlError::AidlError(bool fatal) : os_(std::cerr), fatal_(fatal) { in AidlError() argument
|
/system/core/debuggerd/handler/ |
D | debuggerd_handler.cpp | 123 static void __noreturn __printflike(1, 2) fatal(const char* fmt, ...) { in fatal() function 137 fatal("%s: %s", buf, strerror(err)); in fatal_errno() 287 fatal("intermediate process didn't exit cleanly in double fork (status = %d)", status); in create_vm_process() 289 fatal("second clone failed: %s", strerror(WEXITSTATUS(status))); in create_vm_process() 364 fatal("failed to write crash info, wrote %zd bytes, expected %zd", rc, expected); in debuggerd_dispatch_pseudothread()
|
/system/extras/latencytop/ |
D | latencytop.c | 46 …tency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal); 230 …ency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal) { in read_thread_stats() argument 240 if (fatal) { in read_thread_stats() 254 if (fatal) { in read_thread_stats()
|
/system/core/libnetutils/ |
D | packet.c | 40 int fatal(); 48 return fatal("socket(PF_PACKET)"); in open_raw_socket() 59 return fatal("Cannot bind raw socket to interface"); in open_raw_socket()
|
D | dhcpclient.c | 79 int fatal(const char *reason) in fatal() function 406 return fatal("cannot obtain interface address"); in dhcp_init_ifc() 409 return fatal("cannot obtain interface index"); in dhcp_init_ifc() 469 return fatal("poll failed"); in dhcp_init_ifc()
|
/system/core/libcutils/ |
D | ashmem-dev.cpp | 270 static int __ashmem_is_ashmem(int fd, int fatal) in __ashmem_is_ashmem() argument 302 if (fatal) { in __ashmem_is_ashmem()
|
/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
D | ErrorsTest.java | 57 public void fatal() { in fatal() method in ErrorsTest
|
/system/core/debuggerd/ |
D | crash_dump.cpp | 459 bool fatal = thread == g_target_thread; in main() local 460 LOG(fatal ? FATAL : WARNING) << error; in main()
|
/system/tools/hidl/ |
D | CompoundType.h | 184 bool fatal) const;
|
D | CompoundType.cpp | 214 bool fatal) const { in emitSafeUnionUnknownDiscriminatorError() 215 if (fatal) { in emitSafeUnionUnknownDiscriminatorError() 1330 static void emitJavaSafeUnionUnknownDiscriminatorError(Formatter& out, bool fatal) { in emitJavaSafeUnionUnknownDiscriminatorError() argument 1333 if (fatal) { in emitJavaSafeUnionUnknownDiscriminatorError()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 312 Expected: SetLockState(UNLOCKED) doesn't generate new fatal failures in the current thread.
|