HomeSort by relevance Sort by last modified time
    Searched full:trace_info (Results 1 - 20 of 20) sorted by null

  /external/nist-sip/java/gov/nist/core/
LogLevels.java 12 public static final int TRACE_INFO = 16;
15 public static final int TRACE_MESSAGES = TRACE_INFO;
LogWriter.java 392 // this.traceLevel = TRACE_INFO;
407 // ll = TRACE_INFO;
424 // } else if (traceLevel == TRACE_INFO) {
555 // if ( this.traceLevel == TRACE_INFO ) {
569 // if ( traceLevel == TRACE_INFO ) {
  /external/chromium_org/third_party/cld/base/
crash.h 28 char trace_info[512]; member in struct:base::CrashReason
  /external/chromium_org/build/android/pylib/host_driven/
test_runner.py 30 trace_info = ''.join(traceback.format_exception(exc_type, exc_value,
32 log_msg = 'Exception:\n' + trace_info
  /external/chromium_org/build/android/pylib/linker/
test_runner.py 34 trace_info = ''.join(traceback.format_exception(exc_type, exc_value,
36 log_msg = 'Exception:\n' + trace_info
  /external/blktrace/
blkrawverify.c 31 struct trace_info { struct
39 static struct trace_info traces[] = {
54 #define N_TRACES (sizeof(traces) / sizeof(struct trace_info))
  /hardware/ti/omap4-aah/security/tee_client_api/
tee_client_api_linux_driver.c 97 #define TRACE_INFO(...)
102 #define TRACE_INFO(format, ...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, format, __VA_ARGS__)
126 static void TRACE_INFO(const char* format, ...)
172 TRACE_INFO("scxExchangeMessage[0x%X]\n",pContext);
248 TRACE_INFO("scxExchangeMessage[0x%X]: Ioctl returned error: 0x%x (0x%x - %d)\n",pContext,nResult,errno,errno);
370 TRACE_INFO("TEEC_GetTimeLimit(0x%X, %u ms)", sContext, nTimeout);
381 TRACE_INFO("GetTimeLimit %ld\n",nTimeLimit);
453 TRACE_INFO("TEEC_FinalizeContext[0x%X]", pContext);
525 TRACE_INFO("TEEC_RegisterSharedMemory0 (%p, %p)",context, sharedMem);
556 TRACE_INFO("TEEC_RegisterSharedMemory (%p)",context)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
Logging.java 52 TRACE_INFO(0x1000),
  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c 278 static MD_INLINE void TRACE_INFO(const char* format, ...)
329 static MD_INLINE void TRACE_INFO(const char* format, ...)
392 static MD_INLINE void TRACE_INFO(const char* format, ...)
699 TRACE_INFO(">Partition %1X: read sector 0x%08X into workspace at offset 0x%08X",
783 TRACE_INFO(">Partition %1X: write sector 0x%X from workspace at offset 0x%X",
    [all...]
smc_properties_parser.c 79 #define TRACE_INFO(...)
102 static void TRACE_INFO(const char* format, ...)
582 TRACE_INFO("Processing configuration file '%s'", pConfigFilename);
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 97 #define TRACE_INFO(...)
119 static void TRACE_INFO(const char* format, ...)
164 TRACE_INFO("scxExchangeMessage[0x%X]\n",pContext);
240 TRACE_INFO("scxExchangeMessage[0x%X]: Ioctl returned error: 0x%x (0x%x - %d)\n",pContext,nResult,errno,errno);
362 TRACE_INFO("TEEC_GetTimeLimit(0x%X, %u ms)", sContext, nTimeout);
373 TRACE_INFO("GetTimeLimit %ld\n",nTimeLimit);
445 TRACE_INFO("TEEC_FinalizeContext[0x%X]", pContext);
517 TRACE_INFO("TEEC_RegisterSharedMemory0 (%p, %p)",context, sharedMem);
548 TRACE_INFO("TEEC_RegisterSharedMemory (%p)",context);
561 TRACE_INFO("TEEC_AllocateSharedMemory (%p)",context)
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 239 static MD_INLINE void TRACE_INFO(const char* format, ...)
286 static MD_INLINE void TRACE_INFO(const char* format, ...)
349 static MD_INLINE void TRACE_INFO(const char* format, ...)
656 TRACE_INFO(">Partition %1X: read sector 0x%08X into workspace at offset 0x%08X",
700 TRACE_INFO(">Partition %1X: write sector 0x%X from workspace at offset 0x%X",
1011 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError);
1017 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d pSize=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nPartitionSize, nError);
1040 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d sid=%d woff=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nSectorID, nWorkspaceOffset, nError);
1059 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d sid=%d woff=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nSectorID, nWorkspaceOffset, nError);
1064 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError)
    [all...]
smc_properties_parser.c 78 #define TRACE_INFO(...)
101 static void TRACE_INFO(const char* format, ...)
531 TRACE_INFO("Processing configuration file '%s'", pConfigFilename);
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
VideoEngine.java 30 TRACE_INFO(0x1000),
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java 620 this.sipStack.getStackLogger().logStackTrace(StackLogger.TRACE_INFO);
622 this.sipStack.getStackLogger().logStackTrace(StackLogger.TRACE_INFO);
686 this.sipStack.getStackLogger().logStackTrace(StackLogger.TRACE_INFO);
    [all...]
IOHandler.java 172 sipStack.getStackLogger().logStackTrace(StackLogger.TRACE_INFO);
SIPTransactionStack.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-readelf.1 157 \fB\-\-debug\-dump\fR[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index]]
351 .IP "\fB\-\-debug\-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index]\fR" 4
352 .IX Item "--debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index]"
x86_64-w64-mingw32-objdump.1 161 \fB\-\-dwarf\fR[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index]]
590 .IP "\fB\-\-dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames\-interp,=str,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index]\fR" 4
591 .IX Item "--dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index]"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
binutils.info     [all...]

Completed in 834 milliseconds