/external/openssh/regress/ |
multiplex.sh | 19 trace "start master, fork to background" 27 trace "env passing over multiplexed connection" 37 trace "ssh transfer over multiplexed connection and check result" 43 trace "ssh transfer over multiplexed connection and check result" 49 trace "sftp transfer over multiplexed connection and check result" 56 trace "scp transfer over multiplexed connection and check result" 64 trace "exit status $s over multiplexed connection" 73 trace "exit status $s with early close over multiplexed connection" 82 trace "test check command" 85 trace "test exit command [all...] |
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
tcmalloc_snapshot_view.css | 41 .trace-bytes { 48 /* Trace allocation count. */ 49 .trace-allocs { 56 /* Trace name, inline so it appears to the right of the byte count. */ 57 .trace-name {
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
OverrideLog.cpp | 42 ** BT_TRACE_LEVEL_NONE 0 * No trace messages to be generated 43 ** BT_TRACE_LEVEL_ERROR 1 * Error condition trace messages 44 ** BT_TRACE_LEVEL_WARNING 2 * Warning condition trace messages 68 //trace level; it does not change any trace level
|
/external/libnfc-nci/src/adaptation/ |
OverrideLog.cpp | 40 ** BT_TRACE_LEVEL_NONE 0 * No trace messages to be generated 41 ** BT_TRACE_LEVEL_ERROR 1 * Error condition trace messages 42 ** BT_TRACE_LEVEL_WARNING 2 * Warning condition trace messages 66 //trace level; it does not change any trace level
|
/external/valgrind/main/massif/tests/ |
deep.c | 3 // - In deep-A.vgtest, the stack trace is larger than the asked-for depth 4 // (12 vs. 8) so not all of the trace is shown. 7 // trace, which is more than the initial overestimate of 3. 9 // ends up with an empty stack trace after removing all the alloc-fns. 12 // stack trace with a single "(below main)" entry.
|
/external/webrtc/src/system_wrappers/source/ |
thread_unittest.cc | 14 #include "system_wrappers/interface/trace.h" 48 Trace::CreateTrace(); 49 Trace::SetLevelFilter(webrtc::kTraceAll); 50 Trace::SetTraceCallback(&trace_); 56 Trace::ReturnTrace();
|
unittest_utilities.h | 20 #include "system_wrappers/interface/trace.h" 64 Trace::CreateTrace(); 65 Trace::SetLevelFilter(webrtc::kTraceAll); 66 Trace::SetTraceCallback(&trace_); 72 Trace::ReturnTrace();
|
/sdk/emulator/qtools/tests/ |
macros.h | 4 /* the base address of trace device */ 7 /*the register addresses of the trace device */ 31 /* write a word to a trace device register */ 44 /* dump name and path of threads executed before trace device created */ 50 /* dump exec mapping of threads executed before trace device created */
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/common/ |
PerfTraceEvent.java | 32 * not to a trace file. 37 * support an implicit trace name based on the callstack. 44 /** The event types understood by the perf trace scripts. */ 50 // The string understood by the trace scripts. 67 // A list of performance trace event strings. 91 * Disabling of perf tracing will dump trace data to the system log. 143 * It is safe to call trace methods without checking if PerfTraceEvent 151 * Record an "instant" perf trace event. E.g. "screen update happened". 164 * Record an "begin" perf trace event. 165 * Begin trace events should have a matching end event [all...] |
/external/chromium/chrome/browser/resources/gpu_internals/ |
tracing_controller.js | 7 * @fileoverview State and UI for trace data collection. 65 * Called by info_view to empty the trace buffer 76 console.log('Beginning to trace...'); 130 * Callbed by gpu c++ code when new GPU trace data arrives. 133 this.statusDiv_.textContent = 'Processing trace...'; 145 this.statusDiv_.textContent = 'Ending trace...'; 146 console.log('Finishing trace'); 147 this.statusDiv_.textContent = 'Downloading trace data...'; 180 * Tells browser to put up a load dialog and load the trace file 187 * Called by the browser when a trace file is loaded [all...] |
/external/chromium_org/content/public/browser/ |
tracing_controller.h | 23 // trace status and collect trace data. Only the browser UI thread is allowed 74 // Child processes typically are caching trace data and only rarely flush 75 // and send trace data back to the browser process. That is because it may be 76 // an expensive operation to send the trace data over IPC, and we would like 78 // asynchronously ask all child processes to flush any pending trace data. 84 // Trace data will be written into |result_file_path| if it is not empty, or 88 // If |result_file_path| is empty and |callback| is null, trace data won't be 127 // Child processes typically are caching trace data and only rarely flush 128 // and send trace data back to the browser process. That is because it may b [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
collector.py | 16 # Because of poor implementations of trace-function-manipulating tools, 17 # the Python trace function must be kept very simple. In particular, there 18 # must be only one function ever set as the trace function, both through 19 # sys.settrace, and as the return value from the trace function. Put 20 # another way, the trace function must always return itself. It cannot 24 # The trace manipulator that introduced this restriction is DecoratorTools, 25 # which sets a trace function, and then later restores the pre-existing one 28 # Systems that use DecoratorTools (or similar trace manipulations) must use 45 """The trace function passed to sys.settrace.""" 47 #print("trace event: %s %r @%d" % [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_trace.py | 7 import trace namespace 8 from trace import CoverageResults, Trace 105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0) 178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0) 195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0) 219 self.tracer = Trace(count=0, trace=0, countfuncs=1 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_trace.py | 7 import trace namespace 8 from trace import CoverageResults, Trace 105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0) 178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0) 195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0) 219 self.tracer = Trace(count=0, trace=0, countfuncs=1 [all...] |
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeNfcSecureElement.cpp | 98 TRACE("SE Handle: %lu", hSecureElement); 126 TRACE("Discovered %d secure elements", uNofRemoteDev); 131 TRACE("Multiple Protocol supported\n"); 134 TRACE("Protocol %d handle=%x type=%d", i, psRemoteDevList[i].hTargetDev, 152 TRACE("Secure Element Handle: 0x%08x", secureElementHandle); 161 TRACE("Store Secure Element Info\n"); 164 TRACE("Discovered secure element: tech=%d", SecureElementTech); 223 TRACE("Open Secure Element"); 237 TRACE("phLibNfc_Mgt_IoCtl()"); 273 TRACE("phLibNfc_SE_GetSecureElementList()") [all...] |
/external/dropbear/ |
cli-authpasswd.c | 53 TRACE(("enter gui_getpass")) 58 TRACE(("leave gui_getpass: no askpass program")) 63 TRACE(("error creating child pipe")) 70 TRACE(("fork error")) 78 TRACE(("error redirecting stdout")) 83 TRACE(("execlp error")) 111 TRACE(("leave gui_getpass")) 121 TRACE(("enter cli_auth_password")) 151 TRACE(("leave cli_auth_password"))
|
rsa.c | 52 TRACE(("enter buf_get_rsa_pub_key")) 65 TRACE(("leave buf_get_rsa_pub_key: failure")) 74 TRACE(("leave buf_get_rsa_pub_key: success")) 90 TRACE(("enter buf_get_rsa_priv_key")) 94 TRACE(("leave buf_get_rsa_priv_key: pub: ret == DROPBEAR_FAILURE")) 105 TRACE(("leave buf_get_rsa_priv_key: d: ret == DROPBEAR_FAILURE")) 117 TRACE(("leave buf_get_rsa_priv_key: p: ret == DROPBEAR_FAILURE")) 122 TRACE(("leave buf_get_rsa_priv_key: q: ret == DROPBEAR_FAILURE")) 134 TRACE(("leave buf_get_rsa_priv_key")) 142 TRACE(("enter rsa_key_free") [all...] |
cli-chansession.c | 62 TRACE(("enter cli_chansessreq")) 69 TRACE(("got exit-status of '%d'", cli_ses.retval)) 71 TRACE(("got exit-signal, ignoring it")) 73 TRACE(("unknown request '%s'", type)) 112 TRACE(("enter cli_pty_setup")) 115 TRACE(("leave cli_tty_setup: already in raw mode!")) 143 TRACE(("leave cli_tty_setup")) 148 TRACE(("enter cli_tty_cleanup")) 151 TRACE(("leave cli_tty_cleanup: not in raw mode")) 161 TRACE(("leave cli_tty_cleanup") [all...] |
/external/qemu/docs/ |
ANDROID-TRACING.TXT | 1 This document details how the Android-specific -trace <name> instruction works. 6 to the emulator (e.g. context switches, forks, execs, etc...). Used by both -trace 9 trace.c/trace.h: 16 - a header included by "trace.h" but also by the sources of the trace file processor 40 (see trace.c, some of these miss a declaration in trace.h) 45 (implemented in trace.c). This does not account for dynamic data interlocks or
|
/frameworks/base/docs/html/tools/debugging/ |
systrace.jd | 14 <li><a href="#limit-trace">Limiting trace data</a></li> 15 <li><a href="#config-categories">Configuring trace data categories</a></li> 16 <li><a href="#running">Running a trace</a></li> 66 <p>In order to create a trace of your application, you must perform a few setup steps. First, you 69 system and install your application. Some types of trace information, specifically disk activity 74 <h3 id="limit-trace">Limiting trace data</h3> 81 <li>Limit the amount of time covered by the trace with the {@code -t, --time} option. The default 82 length of a trace is 5 seconds.</li [all...] |
/sdk/emulator/qtools/ |
coverage.cpp | 87 TraceReader<symbol> *trace = new TraceReader<symbol>; local 88 trace->Open(trace_filename); 89 trace->SetDemangle(demangle); 90 trace->ReadKernelSymbols(elf_file); 91 trace->SetRoot(root); 98 if (GetNextValidEvent(trace, &event, &ignored, &function)) 108 pStack = new CallStackType(event.pid, kNumStackFrames, trace); 122 symbol_type *syms = trace->GetSymbols(&nsyms); 150 delete trace;
|
/external/chromium_org/ppapi/examples/video_effects/ |
video_effects.html | 72 function trace(text) { 81 trace("Received local stream"); 90 trace("Requesting local stream"); 107 trace(message_event.data); 134 trace("Starting call"); 137 trace("Created local peer connection object pc1"); 140 trace("Created remote peer connection object pc2"); 145 trace("Adding Local Stream to peer connection"); 152 trace("Offer from pc1 \n" + desc.sdp); 165 trace("Answer from pc2 \n" + desc.sdp) [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
trace2.test | 26 ifcapable !trace { finish_test ; return } 30 proc trace {zSql} { lappend ::trace $zSql } 33 db trace trace 36 # Test that the list of string passed to the trace callback when $sql 39 set ::trace [list] 41 uplevel do_test $tn [list {set ::trace}] [list [list {*}$expected]] 48 # Now execute each SQL statement passed to the trace callback in the 50 # passed to the trace callback again. i.e. that executing the outpu [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gpu_tracer.cc | 53 class Trace : public base::RefCounted<Trace> { 55 explicit Trace(const std::string& name) : name_(name) {} 71 virtual ~Trace() {} 74 friend class base::RefCounted<Trace>; 78 DISALLOW_COPY_AND_ASSIGN(Trace); 81 class GLARBTimerTrace : public Trace { 109 class NoopTrace : public Trace { 111 explicit NoopTrace(const std::string& name) : Trace(name) {} 146 // Create a new trace [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
utrace.h | 40 * Trace severity levels. Higher levels increase the verbosity of the trace output. 47 /** Trace error conditions only @stable ICU 2.8*/ 49 /** Trace errors and warnings @stable ICU 2.8*/ 51 /** Trace opens and closes of ICU services @stable ICU 2.8*/ 53 /** Trace an intermediate number of ICU operations @stable ICU 2.8*/ 55 /** Trace the maximum number of ICU operations @stable ICU 2.8*/ 93 * Setter for the trace level. 101 * Getter for the trace level. 108 /* Trace function pointers types ----------------------------- * [all...] |