Searched defs:message (Results 1 – 6 of 6) sorted by relevance
/system/core/include/ctest/ |
D | ctest.h | 36 #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/ |
D | vold.c | 209 int send_msg(char* message) in send_msg() 225 int send_msg_with_data(char *message, char *data) in send_msg_with_data()
|
D | ProcessKiller.c | 152 static boolean CheckSymLink(int pid, const char* mountPoint, const char* name, const char* message) in CheckSymLink()
|
/system/core/include/cutils/ |
D | logprint.h | 51 const char * message; member
|
/system/core/libctest/ |
D | ctest.c | 150 void assertTrueWithSource(int value, const char* file, int line, char* message) { in assertTrueWithSource()
|
/system/core/libacc/ |
D | acc.cpp | 6203 char* message = script->compiler.getErrorMessage(); in accGetScriptInfoLog() local
|