/external/llvm/runtime/libprofile/ |
BasicBlockTracing.c | 11 |* instrumentation pass. This should be used with the -trace-basic-blocks 22 /* WriteAndFlushBBTraceData - write out the currently accumulated trace data 31 * data and free the trace buffer. 47 * handler and allocating the trace buffer.
|
/external/openssh/regress/ |
broken-pipe.sh | 7 trace "protocol $p"
|
keyscan.sh | 12 trace "keyscan type $t"
|
proto-mismatch.sh | 12 trace "sshd prints ${banner}"
|
/external/proguard/docs/manual/retrace/ |
introduction.html | 16 When an obfuscated program throws an exception, the resulting stack trace 48 <td class="whiteblock">Readable stack trace</td> 50 <td class="whiteblock">Obfuscated stack trace</td> 55 ReTrace can read an obfuscated stack trace and restore it to what it would
|
usage.html | 28 while obfuscating the application that produced the stack trace.</dd> 32 <dd>Optionally specifies the name of the file containing the stack trace. If 33 no file is specified, a stack trace is read from the standard input. Blank 47 stack trace. Specifying a different regular expression allows to 84 The restored stack trace is printed to the standard output. The completeness 85 of the restored stack trace depends on the presence of line number tables in 90 ReTrace will be able to restore the stack trace completely. 95 possible original method names for each line in the stack trace. The user 96 can then try to deduce the actual stack trace manually, based on the logic
|
/external/webkit/Source/ThirdParty/ANGLE/src/common/ |
debug.cpp | 22 void trace(const char *format, ...) function in namespace:gl
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
debug.cpp | 20 void Trace(const char *format, ...) {
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_Random.c | 19 * @brief Trace function for trace macros 20 * @note This file gives the implementation of the trace function used 21 * in the trace instrumentation macros
|
/libcore/dalvik/src/main/java/dalvik/system/ |
VMStack.java | 62 * Retrieves the stack trace from the specified thread. 66 * @return an array of stack trace elements, or null if the thread 67 * doesn't have a stack trace (e.g. because it exited) 72 * Retrieves a partial stack trace from the specified thread into
|
/libcore/luni/src/test/java/libcore/java/lang/ |
ThreadTest.java | 91 StackTraceElement trace = traces[traces.length - 2]; local 93 // Expect to find MyThread.doSomething in the trace 94 assertTrue(trace.getClassName().contains("ThreadTest") 95 && trace.getMethodName().equals("doSomething"));
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeLlcpConnectionlessSocket.cpp | 36 TRACE("RECEIVE UI_FRAME FROM SAP %d OK \n", ssap); 80 TRACE("phLibNfc_Llcp_SendTo()"); 94 TRACE("phLibNfc_Llcp_SendTo() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); 157 TRACE("phLibNfc_Llcp_RecvFrom(), Socket Handle = 0x%02x, Link LIU = %d", hLlcpSocket, linkMiu); 174 TRACE("phLibNfc_Llcp_RecvFrom() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret)); 189 TRACE("Data Received From SSAP = %d\n, length = %d", ssap, sReceiveBuffer.length); 211 TRACE("Close Connectionless socket"); 216 TRACE("phLibNfc_Llcp_Close()"); 222 TRACE("phLibNfc_Llcp_Close() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/retrace/ |
usage.html | 39 while obfuscating the application that produced the stack trace.</dd> 43 <dd>Optionally specifies the name of the file containing the stack trace. If 44 no file is specified, a stack trace is read from the standard input. Blank 58 stack trace. Specifying a different regular expression allows to 95 The restored stack trace is printed to the standard output. The completeness 96 of the restored stack trace depends on the presence of line number tables in 101 ReTrace will be able to restore the stack trace completely.</li> 105 possible original method names for each line in the stack trace. The user 106 can then try to deduce the actual stack trace manually, based on the logic
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
GLCallGroups.java | 129 * @param trace trace to look at 137 public static List<GLCallNode> constructCallHierarchy(GLTrace trace, int start, int end, 139 if (trace == null) { 143 if (contextToGroup < 0 || contextToGroup > trace.getContexts().size()) { 144 return flatHierarchy(trace, start, end); 147 List<GLCall> calls = trace.getGLCalls(); 192 private static List<GLCallNode> flatHierarchy(GLTrace trace, int start, int end) { 195 List<GLCall> calls = trace.getGLCalls();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/ |
plugin.xml | 9 extensions="trace"
|
/sdk/emulator/qtools/ |
read_trace.cpp | 56 TraceReader<> *trace = new TraceReader<>; local 57 trace->Open(trace_filename); 58 trace->SetDemangle(demangle); 59 trace->ReadKernelSymbols(elf_file); 60 trace->SetRoot(root); 68 if (GetNextValidEvent(trace, &event, &ignored, &sym)) 86 ProcessState *process = trace->GetCurrentProcess(); 109 uint64_t sim_time = trace->ReadInsnTime(event.time); 163 delete trace;
|
/external/webrtc/src/system_wrappers/source/ |
trace_impl.cc | 76 kHighestPriority, "Trace")), 473 const char warning_msg[] = "WARNING MISSING TRACE MESSAGES\n"; 739 void Trace::CreateTrace() 744 void Trace::ReturnTrace() 749 WebRtc_Word32 Trace::SetLevelFilter(WebRtc_UWord32 filter) 755 WebRtc_Word32 Trace::LevelFilter(WebRtc_UWord32& filter) 761 WebRtc_Word32 Trace::TraceFile(char fileName[FileWrapper::kMaxFileNameSize]) 763 TraceImpl* trace = TraceImpl::GetTrace(); local 764 if(trace) 766 int retVal = trace->TraceFileImpl(fileName) 776 TraceImpl* trace = TraceImpl::GetTrace(); local 788 TraceImpl* trace = TraceImpl::GetTrace(); local 802 TraceImpl* trace = TraceImpl::GetTrace(level); local [all...] |
/external/webrtc/test/functional_test/ |
webrtc_test.html | 55 function trace(txt) { 62 trace(wtxt); 67 trace(etxt); 71 trace("Changing call state: " + callState + " -> " + state); 89 trace("User has granted access to local media. url = " + url); 103 trace("Requested access to local media"); 211 trace("Creating PeerConnection object"); 228 trace("Adding stream"); 236 trace("Sending BYE to " + remoteName + " (ID " + remoteId + ")"); 242 trace("Stopping showing remote stream") [all...] |
/external/blktrace/ |
blkiomon.c | 2 * I/O monitor based on block queue trace data 44 struct trace { struct 47 struct trace *next; 79 static struct trace *vacant_traces_list = NULL; 83 struct trace *thash[TRACE_HASH_SIZE] = {}; 106 static void dump_bit(struct trace *t, const char *descr) 129 static void dump_bits(struct trace *t1, struct trace *t2, const char *descr) 338 static struct trace *blkiomon_alloc_trace(void) 340 struct trace *t = vacant_traces_list [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
libEGL.cpp | 82 TRACE("()"); 96 TRACE("(EGLNativeDisplayType display_id = 0x%0.8p)", display_id); 123 TRACE("(EGLDisplay dpy = 0x%0.8p, EGLint *major = 0x%0.8p, EGLint *minor = 0x%0.8p)", 155 TRACE("(EGLDisplay dpy = 0x%0.8p)", dpy); 180 TRACE("(EGLDisplay dpy = 0x%0.8p, EGLint name = %d)", dpy, name); 215 TRACE("(EGLDisplay dpy = 0x%0.8p, EGLConfig *configs = 0x%0.8p, " 252 TRACE("(EGLDisplay dpy = 0x%0.8p, const EGLint *attrib_list = 0x%0.8p, " 291 TRACE("(EGLDisplay dpy = 0x%0.8p, EGLConfig config = 0x%0.8p, EGLint attribute = %d, EGLint *value = 0x%0.8p)", 320 TRACE("(EGLDisplay dpy = 0x%0.8p, EGLConfig config = 0x%0.8p, EGLNativeWindowType win = 0x%0.8p, " 387 TRACE("(EGLDisplay dpy = 0x%0.8p, EGLConfig config = 0x%0.8p, const EGLint *attrib_list = 0x%0.8p)" [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
libGLESv2.cpp | 35 TRACE("(GLenum texture = 0x%X)", texture); 59 TRACE("(GLuint program = %d, GLuint shader = %d)", program, shader); 108 TRACE("(GLuint program = %d, GLuint index = %d, const GLchar* name = 0x%0.8p)", program, index, name); 151 TRACE("(GLenum target = 0x%X, GLuint buffer = %d)", target, buffer); 180 TRACE("(GLenum target = 0x%X, GLuint framebuffer = %d)", target, framebuffer); 212 TRACE("(GLenum target = 0x%X, GLuint renderbuffer = %d)", target, renderbuffer); 236 TRACE("(GLenum target = 0x%X, GLuint texture = %d)", target, texture); 272 TRACE("(GLclampf red = %f, GLclampf green = %f, GLclampf blue = %f, GLclampf alpha = %f)", 297 TRACE("(GLenum modeRGB = 0x%X, GLenum modeAlpha = 0x%X)", modeRGB, modeAlpha); 341 TRACE("(GLenum srcRGB = 0x%X, GLenum dstRGB = 0x%X, GLenum srcAlpha = 0x%X, GLenum dstAlpha = 0x%X)" [all...] |
/external/dropbear/ |
cli-session.c | 142 TRACE(("enter cli_sessionloop")) 154 TRACE(("leave cli_sessionloop: done with KEXINIT_RCVD")) 166 TRACE(("leave cli_sessionloop: kex_state != KEX_NOTHING")) 173 TRACE(("XXX XXX might be bad! leave cli_sessionloop: haven't donefirstkex")) 184 TRACE(("leave cli_sessionloop: sent userauth service req")) 191 TRACE(("leave cli_sessionloop: sent userauth methods req")) 197 TRACE(("leave cli_sessionloop: cli_auth_try")) 204 TRACE(("leave cli_sessionloop: sent ssh-connection service req")) 209 TRACE(("leave cli_sessionloop: cli_send_chansess_request")) 241 TRACE(("leave cli_sessionloop: running") [all...] |
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
Tracer.java | 33 * that needs to be traced should include a call to Tracer.trace in the 46 * Enum that determines where the trace output goes. It can go to either 101 * parameters before the trace is collected. 113 * Sets where the trace output will go. Can be either be logcat or a file or 126 "attempting write trace to a file"); 137 "attempting write trace to a file"); 195 * trace. The trace will include the method thats is being called, it's 198 * output a trace entry. Only calls from outise the UiAutomator package will 202 * to this function. Like String[] or Integer[]. The trace function will print thei 209 public static void trace(Object... arguments) { method in class:Tracer [all...] |
/hardware/ti/omap4xxx/domx/mm_osal/inc/ |
timm_osal_trace.h | 61 * Debug Trace defines 79 * The OSAL debug trace level can be set at runtime by defining the environment 82 * Level 0 - No trace 87 * Level 5 - Trace ["ENTERING <function>" and "EXITING <function>" statements] 94 * Information about the trace location/type, passed as a single pointer to 95 * internal trace function. Not part of the public API 107 * Trace implementation function. Not part of public API. Default 109 * alternative trace system at runtime. 115 * Internal trace macro. Not part of public API. 153 ** New Trace to be used by Application [all...] |
/external/quake/quake/src/QW/client/ |
pmove.c | 116 pmtrace_t trace; local 135 trace = PM_PlayerMove (pmove.origin, end); 137 if (trace.startsolid || trace.allsolid) 143 if (trace.fraction > 0) 145 VectorCopy (trace.endpos, pmove.origin); 149 if (trace.fraction == 1) 153 pmove.touchindex[pmove.numtouch] = trace.ent; 156 if (trace.plane.normal[2] > 0.7) 160 if (!trace.plane.normal[2] 237 pmtrace_t trace; local 331 pmtrace_t trace; local 451 pmtrace_t trace; local [all...] |