/cts/tests/tests/net/src/android/net/cts/ |
MailToTest.java | 47 Log.d("Trace", mailTo_1.toString()); 57 Log.d("Trace", mailTo_2.toString()); 70 Log.d("Trace", mailTo_3.toString()); 83 Log.d("Trace", mailTo_4.toString() + " " + mailTo_4.getBody()); 97 Log.d("Trace", mailTo_5.toString() + mailTo_5.getHeaders().toString() 112 Log.d("Trace", mailTo_6.toString() + mailTo_6.getHeaders().toString()
|
/external/chromium/base/debug/ |
stack_trace_win.cc | 51 // For the given trace, attempts to resolve the symbols, and output a trace 59 void OutputTraceToStream(const void* const* trace, 66 DWORD_PTR frame = reinterpret_cast<DWORD_PTR>(trace[i]); 95 (*os) << symbol->Name << " [0x" << trace[i] << "+" 99 (*os) << "(No symbol) [0x" << trace[i] << "]";
|
/external/openssh/regress/ |
cfgmatch.sh | 61 trace "match permitopen localhost proto $p" 70 trace "match permitopen proxy proto $p" 83 trace "match permitopen proxy w/key opts proto $p" 93 trace "match permitopen localhost proto $p" 107 trace "match permitopen proxy w/key opts proto $p" 122 trace "nomatch permitopen proxy w/key opts proto $p"
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
DatatypeConfigurationException.java | 92 * Print the the trace of methods from where the error 93 * originated. This will trace all nested exception 106 * Print the the trace of methods from where the error 107 * originated. This will trace all nested exception 121 * Print the the trace of methods from where the error 122 * originated. This will trace all nested exception
|
/frameworks/base/core/java/android/os/ |
Debug.java | 51 * <p><strong>Logging Trace Files</strong></p> 55 * information about reading trace files. To start logging trace files, call one 67 * trace key file. 96 * Default trace file path and file 101 private static final String DEFAULT_TRACE_EXTENSION = ".trace"; 488 * the qemu emulator; otherwise, this method will have no effect. The trace 491 * <code>emulator -trace foo</code><br /> 492 * will start running the emulator and create a trace file named "foo". This 493 * method simply enables writing the trace records to the trace file [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceOptionsDialogV1.java | 39 private static final String TITLE = "Android System Trace"; 41 "Settings to use while capturing system level trace"; 42 private static final String DEFAULT_TRACE_FNAME = "trace.html"; //$NON-NLS-1$ 125 lblTraceDurationseconds.setText("Trace duration (seconds): "); 133 lblTraceBufferSize.setText("Trace Buffer Size (kb): "); 147 grpTraceEvents.setText("Trace Events"); 168 grpTraceRootEvents.setText("Trace Events that require root privileges on device"); 181 grpTraceTags.setText("Trace Tags"); 225 "Changes to trace tags will likely need a restart of the Android framework to take effect:\n" 245 // validate trace destination pat [all...] |
SystraceOptionsDialogV2.java | 46 private static final String TITLE = "Android System Trace"; 48 "Settings to use while capturing system level trace"; 49 private static final String DEFAULT_TRACE_FNAME = "trace.html"; //$NON-NLS-1$ 105 lblTraceDurationseconds.setText("Trace duration (seconds): "); 113 lblTraceBufferSize.setText("Trace Buffer Size (kb): "); 181 // validate trace destination path 189 // validate the trace duration 191 setErrorMessage("Trace Duration should be a valid integer (seconds)"); 196 // validate the trace buffer size 198 setErrorMessage("Trace Buffer Size should be a valid integer (kilobytes)") [all...] |
/external/dropbear/ |
dbutil.c | 149 fprintf(stderr, "TRACE: "); 196 TRACE(("enter dropbear_listen")) 207 TRACE(("dropbear_listen: local loopback")) 210 TRACE(("dropbear_listen: all interfaces")) 228 TRACE(("leave dropbear_listen: failed resolving")) 245 TRACE(("socket() failed")) 262 TRACE(("bind(%s) failed", port)) 269 TRACE(("listen() failed")) 290 TRACE(("leave dropbear_listen: failure, %s", strerror(err))) 294 TRACE(("leave dropbear_listen: success, %d socks bound", nsock) [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stacktrace.cc | 133 CHECK(size == 0 && trace[0] == pc); 146 trace[size++] = (uptr) pc1; 157 trace[i] = trace[i + count]; 170 compressed[i] = stack->trace[i]; 181 uptr pc = stack->trace[i]; 220 CHECK_EQ(0, REAL(memcmp)(check_stack.trace, stack->trace, 236 stack->trace[i] = compressed[i]; 262 stack->trace[stack->size++] = pc [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceOptionsDialog.java | 49 /** Dialog displaying all the trace options before the user initiates tracing. */ 51 private static final String TITLE = "OpenGL ES Trace Options"; 54 private static final String PREF_APP_PACKAGE = "gl.trace.apppackage"; //$NON-NLS-1$ 55 private static final String PREF_ACTIVITY = "gl.trace.activity"; //$NON-NLS-1$ 56 private static final String PREF_TRACEFILE = "gl.trace.destfile"; //$NON-NLS-1$ 57 private static final String PREF_DEVICE = "gl.trace.device"; //$NON-NLS-1$ 88 * @param allowAppSelection true if user can change the application to trace 89 * @param appToTrace default application package to trace 152 mOkButton.setText("Trace"); 349 return new DialogStatus(false, "Specify the location where the trace will be saved.") [all...] |
/frameworks/native/opengl/libs/EGL/ |
egl.cpp | 64 * 1. libs/EGL/trace.cpp: Traces all functions to systrace. 66 * - set system property "debug.egl.trace" to "systrace" to trace all apps. 67 * 2. libs/EGL/trace.cpp: Logs a stack trace for GL errors after each function call. 69 * - set system property "debug.egl.trace" to "error" to trace all apps. 70 * 3. libs/EGL/trace.cpp: Traces all functions to logcat. 72 * - set system property "debug.egl.trace" to 1 to trace all apps [all...] |
/hardware/libhardware/tests/hwc/ |
cnativewindow.c | 45 #define TRACE(fmt...) _TRACE(3, fmt) 113 static void cnw_inc_ref(aBase *base) { TRACE("buf %p ref++\n",base); } 114 static void cnw_dec_ref(aBase *base) { TRACE("buf %p ref--\n",base); } 287 TRACE("query window width: %d\n", *value); 292 TRACE("query window height: %d\n", *value); 296 TRACE("query window format: %d\n", *value); 299 TRACE("query transform hint: 0\n"); 303 TRACE("query min undequeued buffers: 1\n"); 320 TRACE("set usage %d\n", va_arg(ap,int)); 328 TRACE("set buffers format %d\n", va_arg(ap,int)) [all...] |
/art/test/044-proxy/src/ |
BasicTest.java | 54 Trace trace = (Trace) proxy; local 55 trace.getTrace(); 101 new Class[] { Quads.class, Colors.class, Trace.class }); 161 interface Trace { 257 if (method.getDeclaringClass() == Trace.class) {
|
/hardware/ti/omap3/dspbridge/inc/ |
gt.h | 21 * There are two definitions that affect which portions of trace 23 * GT_TRACE is set to 0 then all trace statements (except for assertions) 31 *! 02-Feb-2000 rr: Renamed this file to gtce.h. GT CLASS and trace definitions 41 #define GT_TRACE 0 /* 0 = "trace compiled out"; 1 = "trace active" */ 129 * branch testing using trace. For example, 171 * sets trace mask according to settings
|
/sdk/emulator/qtools/ |
bbprof.cpp | 70 TraceReaderBase *trace = new TraceReaderBase; local 71 trace->Open(trace_filename); 72 TraceHeader *header = trace->GetHeader(); 80 trace->ReadStatic(&blocks[ii].bb); 87 trace->ReadStaticInsns(num_insns, blocks[ii].insns); 103 if (trace->ReadBB(&event)) 116 uint32_t sim_time = trace->ReadInsnTime(event.time);
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
xray.c | 138 /* Decrements the trace index, wrapping around if needed. */ 147 /* Increments the trace index, wrapping around if needed. */ 156 /* Returns true if the trace entry is an annotation string. */ 173 /* Calculate the next index value representing the next trace entry. */ 175 /* Annotations are strings embedded in the trace buffer. */ 176 /* An annotation string can span multiple trace entries. */ 204 /* Starting at index, return the index into the trace buffer */ 205 /* for the next trace entry. Index can wrap (ringbuffer) */ 245 /* Append a string to trace buffer. */ 272 /* Copies annotation from trace buffer to output string. * [all...] |
/external/v8/tools/ |
ll_prof.py | 55 This will produce a binary trace file (perf.data) that %prog can analyse. 67 $ %prog --log=foo.log --snapshot-log=snap-foo.log --trace=foo.data --snapshot 486 """Descriptor of a structure in the binary trace log.""" 504 def Read(self, trace, offset): 505 return self.ctype.from_buffer(trace, offset) 601 """Perf (linux-2.6/tools/perf) trace file reader.""" 607 self.trace = mmap.mmap(self.trace_file.fileno(), 0, mmap.MAP_PRIVATE) 608 self.trace_header = TRACE_HEADER_DESC.Read(self.trace, 0) 610 print >>sys.stderr, "Warning: unsupported trace header magic" 613 assert self.limit <= self.trace.size(), [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/common/ |
TraceEvent.java | 21 * Java mirror of Chrome trace event API. See base/debug/trace_event.h. Unlike the native version, 182 Class<?> traceClass = Class.forName("android.os.Trace"); 256 * It is safe to call trace methods without checking if TraceEvent 264 * Triggers the 'instant' native trace event with no arguments. 272 * Triggers the 'instant' native trace event. 291 * Triggers the 'start' native trace event with no arguments. 301 * Triggers the 'start' native trace event. 322 * Triggers the 'finish' native trace event with no arguments. 332 * Triggers the 'finish' native trace event. 353 * Triggers the 'begin' native trace event with no arguments [all...] |
/dalvik/vm/alloc/TEST/HeapBitmapTest/ |
main.c | 17 #define TRACE(...) printf(__VA_ARGS__) 19 #define TRACE(...) /**/ 400 TRACE("walk 0\n"); 407 TRACE("walk 1\n"); 414 TRACE("walk 2\n"); 433 TRACE("walk 3\n"); 442 TRACE("walk 4\n"); 451 TRACE("walk 5\n"); 457 TRACE("walk 6\n");
|
/frameworks/native/include/ui/ |
TMatHelpers.h | 55 inline int PURE trace(int v) { return v; } function in namespace:android::matrix 56 inline float PURE trace(float v) { return v; } function in namespace:android::matrix 57 inline double PURE trace(double v) { return v; } function in namespace:android::matrix 140 // trace. this handles matrices of matrices 142 typename MATRIX::value_type PURE trace(const MATRIX& m) { function in namespace:android::matrix 146 result += trace(m[r][r]); 150 // trace. this handles matrices of matrices 241 friend T PURE trace(const BASE<T>& m) { return matrix::trace(m); } function in class:android::TMatSquareFunctions
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
perf_unittest.c | 280 create_config_file("trace_file = " INVALID_PATH "trace\nmask = 0xFFFFFFFF\n"); 281 test_PERF("invalid trace file"); 286 create_config_file("trace_file = " INVALID_PATH "trace\ndelayed_open = 1\nmask = 0xFFFFFFFF\n"); 287 test_PERF("invalid trace file + delayed open"); 291 test_PERF("large trace buffer size"); 320 /* trace output */ 322 test_PERF("TRACE"); 324 /* trace, FILE and debug output */ 326 test_PERF("FILE, TRACE and DEBUG");
|
/art/runtime/native/ |
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 43 * Get a stack trace as an array of StackTraceElement objects. Returns 60 // Suspend thread to build stack trace. 64 jobject trace; local 67 trace = thread->CreateInternalStackTrace(soa); 71 return Thread::InternalStackTraceToStackTraceElementArray(env, trace);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ThrowableTest.java | 99 private String fixStacktrace(String trace) { 103 while (lastIndex < trace.length()) { 104 int index = trace.indexOf('\n', lastIndex); 106 index = trace.length(); 107 String line = trace.substring(lastIndex, index);
|
/external/chromium_org/base/debug/ |
trace_event_android.cc | 71 // Delete the buffered trace events as they have been sent to atrace. 83 // to trace android categories other than 'webview' and chromium categories. 184 // Android's kernel trace system has a trace_marker feature: this is a file on 185 // debugfs that takes the written data and pushes it onto the trace 187 // trace buffer.
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/ |
index.html | 37 <h2> Trace Walkthrough </h2> 53 then processes the MAP file and prints out a stack trace using the exception 62 to provide a better stack trace. Simply cut and paste the JSON object 84 <h2>Stack Trace</h2> 85 <textarea id="trace" rows="10" cols="130" readonly="readonly"></textarea>
|