OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRACE_ERROR
(Results
1 - 5
of
5
) sorted by null
/external/nist-sip/java/gov/nist/core/
LogLevels.java
10
public static final int
TRACE_ERROR
= 4;
16
public static final int TRACE_EXCEPTION =
TRACE_ERROR
;
/hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.c
76
#define
TRACE_ERROR
(...)
81
static void
TRACE_ERROR
(const char* format, ...)
197
TRACE_ERROR
("%s already exist !\n",pNode->pName);
210
TRACE_ERROR
("Trying to insert a NULL node name !\n");
411
TRACE_ERROR
("Configuration file: wrong service UUID: %s\n", pValueZ);
414
TRACE_ERROR
("Out of memory\n");
417
TRACE_ERROR
("Configuration file: service \"%s\" not found\n", pNameZ);
435
TRACE_ERROR
("static_readFile: fopen(%s) failed [%d]", pFilename, GET_LAST_ERR);
441
TRACE_ERROR
("static_readFile: fseek(%s) failed [%d]", pFilename, GET_LAST_ERR);
448
TRACE_ERROR
("static_readFile: ftell(%s) failed [%d]", pFilename, GET_LAST_ERR)
[
all
...]
delegation_client.c
197
static MD_INLINE void
TRACE_ERROR
(const char* format, ...)
276
static MD_INLINE void
TRACE_ERROR
(const char* format, ...)
321
static MD_INLINE void
TRACE_ERROR
(const char* format, ...)
[
all
...]
/hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c
95
#define
TRACE_ERROR
(...)
99
static void
TRACE_ERROR
(const char* format, ...)
399
TRACE_ERROR
("scxOpen: open() failed 0x%x\n", errno);
416
TRACE_ERROR
("scxOpen: Not expected driver version: 0x%x instead of 0x%x\n", nVersion,SM_DRIVER_VERSION);
435
TRACE_ERROR
("scxOpen failed 0x%x\n", nError);
678
TRACE_ERROR
("TEEC_ReadSignatureFile: realpath failed [%d]", errno);
694
TRACE_ERROR
("TEEC_ReadSignatureFile: fseek(%s) failed [%d]",
703
TRACE_ERROR
("TEEC_ReadSignatureFile: ftell(%s) failed [%d]",
716
TRACE_ERROR
("TEEC_ReadSignatureFile: Heap - Out of memory for %u bytes",
727
TRACE_ERROR
("TEEC_ReadSignatureFile: fread failed [%d]", errno)
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java
227
if (this.getSIPStack().getStackLogger().isLoggingEnabled(ServerLogger.
TRACE_ERROR
)) {
Completed in 622 milliseconds