Home
last modified time | relevance | path

Searched defs:message (Results 1 – 6 of 6) sorted by relevance

/system/core/include/ctest/
Dctest.h36 #define assertTrue(value, message) assertTrueWithSource(value, __FILE__, __LINE__, message); argument
41 #define assertFalse(value, message) assertTrueWithSource(!value, __FILE__, __LINE__, message); argument
44 #define fail(message) assertTrueWithSource(0, __FILE__, __LINE__, message); argument
/system/core/vold/
Dvold.c209 int send_msg(char* message) in send_msg()
225 int send_msg_with_data(char *message, char *data) in send_msg_with_data()
DProcessKiller.c152 static boolean CheckSymLink(int pid, const char* mountPoint, const char* name, const char* message) in CheckSymLink()
/system/core/include/cutils/
Dlogprint.h51 const char * message; member
/system/core/libctest/
Dctest.c150 void assertTrueWithSource(int value, const char* file, int line, char* message) { in assertTrueWithSource()
/system/core/libacc/
Dacc.cpp6203 char* message = script->compiler.getErrorMessage(); in accGetScriptInfoLog() local