/external/emma/core/res/com/vladium/emma/data/ |
merge_usage.res | 43 '[<debug trace level>]', 49 '<debug trace class mask>',
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
kernelcapi.h | 36 * flag > 2 => trace also data 37 * flag & 1 => show trace
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kernelcapi.h | 36 * flag > 2 => trace also data 37 * flag & 1 => show trace
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kernelcapi.h | 36 * flag > 2 => trace also data 37 * flag & 1 => show trace
|
/sdk/emulator/qtools/ |
bb2sym.cpp | 54 TraceReader<> *trace = new TraceReader<>; local 55 trace->Open(trace_filename); 56 trace->ReadKernelSymbols(elf_file); 57 trace->SetRoot(root); 59 TraceHeader *header = trace->GetHeader(); 67 trace->ReadStatic(&blocks[ii].bb); 72 trace->ReadStaticInsns(blocks[ii].bb.num_insns, insns); 82 if (GetNextValidEvent(trace, &event, &ignored, &sym))
|
profile_trace.cpp | 56 TraceReader<symbol> *trace = new TraceReader<symbol>; local 57 trace->Open(trace_filename); 58 trace->SetDemangle(demangle); 59 trace->ReadKernelSymbols(elf_file); 60 trace->SetRoot(root); 72 bool eof = GetNextValidEvent(trace, &event, &first_ignored_event, &sym); 95 symbol_type *syms = trace->GetSymbols(&nsyms); 128 delete trace;
|
/dalvik/vm/mterp/mips/ |
OP_MONITOR_ENTER.S | 10 EXPORT_PC() # export PC so we can grab stack trace
|
/external/dropbear/ |
cli-auth.c | 44 TRACE(("enter cli_auth_getmethods")) 56 TRACE(("leave cli_auth_getmethods")) 66 TRACE(("enter recv_msg_userauth_banner")) 68 TRACE(("leave recv_msg_userauth_banner: banner after auth done")) 76 TRACE(("recv_msg_userauth_banner: bannerlen too long: %d", bannerlen)) 98 TRACE(("leave recv_msg_userauth_banner")) 144 TRACE(("<- MSG_USERAUTH_FAILURE")) 145 TRACE(("enter recv_msg_userauth_failure")) 166 TRACE(("setting auth_interact_failed = 1")) 183 TRACE(("Methods (len %d): '%s'", methlen, methods) [all...] |
cli-channel.c | 39 TRACE(("enter recv_msg_channel_extended_data")) 44 TRACE(("leave recv_msg_channel_extended_data: chantype is wrong")) 51 TRACE(("leave recv_msg_channel_extended_data: wrong datatype: %d", 58 TRACE(("leave recv_msg_channel_extended_data"))
|
cli-tcpfwd.c | 65 TRACE(("enter setup_localtcp")) 68 TRACE(("cli_opts.localfwds == NULL")) 84 TRACE(("leave setup_localtcp")) 94 TRACE(("enter cli_localtcp: %d %s %d", listenport, remoteaddr, 117 TRACE(("leave cli_localtcp: %d", ret)) 126 TRACE(("enter send_msg_global_request_remotetcp")) 143 TRACE(("leave send_msg_global_request_remotetcp")) 150 TRACE(("enter setup_remotetcp")) 153 TRACE(("cli_opts.remotefwds == NULL")) 162 TRACE(("leave setup_remotetcp") [all...] |
/external/openssh/regress/ |
envpass.sh | 15 trace "pass env, don't accept" 26 trace "don't pass env, accept" 37 trace "pass single env, accept single env" 48 trace "pass multiple env, accept multiple env"
|
keygen-convert.sh | 8 trace "generating $t key" 12 trace "export $t private to rfc4716 public" 16 trace "export $t public to rfc4716 public" 23 trace "import $t rfc4716 public"
|
/frameworks/base/keystore/java/android/security/ |
KeyChainException.java | 26 * current stack trace. 33 * trace and the specified detail message. 44 * trace, the specified detail message and the specified cause. 57 * trace and the specified cause.
|
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
UnimplementedWebViewApi.java | 44 StackTraceElement[] trace = new Throwable().getStackTrace(); local 45 // The stack trace [0] index is this method (invoke()). 46 StackTraceElement unimplementedMethod = trace[1]; 47 StackTraceElement caller = trace[2];
|
/libcore/luni/src/main/java/java/lang/ |
Error.java | 35 * Constructs a new {@code Error} that includes the current stack trace. 41 * Constructs a new {@code Error} with the current stack trace and the 52 * Constructs a new {@code Error} with the current stack trace, the 65 * Constructs a new {@code Error} with the current stack trace and the
|
Exception.java | 34 * Constructs a new {@code Exception} that includes the current stack trace. 40 * Constructs a new {@code Exception} with the current stack trace and the 51 * Constructs a new {@code Exception} with the current stack trace, the 64 * Constructs a new {@code Exception} with the current stack trace and the
|
IllegalArgumentException.java | 30 * current stack trace. 37 * trace and the specified detail message. 48 * trace, the specified detail message and the specified cause. 62 * trace and the specified cause.
|
IllegalStateException.java | 30 * stack trace. 37 * trace and the specified detail message. 48 * trace, the specified detail message and the specified cause. 62 * trace and the specified cause.
|
RuntimeException.java | 33 * trace. 39 * Constructs a new {@code RuntimeException} with the current stack trace 50 * Constructs a new {@code RuntimeException} with the current stack trace, 63 * Constructs a new {@code RuntimeException} with the current stack trace
|
SecurityException.java | 29 * stack trace. 35 * Constructs a new {@code SecurityException} with the current stack trace 46 * Constructs a new {@code SecurityException} with the current stack trace, 60 * Constructs a new {@code SecurityException} with the current stack trace
|
UnsupportedOperationException.java | 29 * current stack trace. 36 * stack trace and the specified detail message. 47 * stack trace, the specified detail message and the specified cause. 61 * stack trace and the specified cause.
|
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
clock_parser.js | 8 * @fileoverview Parses trace_marker events that were inserted in the trace by 19 * Parses linux trace mark events that were inserted in the trace by userland.
|
/external/chromium_org/chrome/browser/resources/extensions/ |
extension_error.html | 33 <details class="extension-error-stack-trace"> 34 <summary class="extension-error-stack-trace-label" 36 <ul class="extension-error-stack-trace-list"></ul>
|
/external/chromium_org/testing/perf/ |
perf_test.h | 16 // "_browser"; |trace| is a description of the particular data point, e.g. 23 // string to specify a particular graph and the |trace| to identify a trace 27 const std::string& trace, 33 const std::string& trace, 41 const std::string& trace, 50 const std::string& trace, 58 const std::string& trace, 68 const std::string& trace, 76 const std::string& trace, [all...] |
/external/webrtc/src/system_wrappers/source/ |
unittest_utilities_unittest.cc | 14 #include "system_wrappers/interface/trace.h" 21 ScopedTracing trace(true); 28 ScopedTracing trace(false);
|