HomeSort by relevance Sort by last modified time
    Searched full:trace (Results 1426 - 1450 of 3884) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/sqlite/src/src/
test_vfstrace.c 21 ** An instance of this structure is attached to the each trace VFS to
29 const char *zVfsName; /* Name of this trace-VFS */
30 sqlite3_vfs *pTraceVfs; /* Pointer back to the trace VFS */
34 ** The sqlite3_file object for the trace VFS
39 vfstrace_info *pInfo; /* The trace-VFS to which this file belongs */
99 ** Send trace output defined by zFormat and subsequent arguments.
707 ** Clients invoke this routine to construct a new trace-vfs shim.
  /external/strace/
defs.h 338 /* Trace Control Block */
484 #define TRACE_FILE 001 /* Trace file-related syscalls. */
485 #define TRACE_IPC 002 /* Trace IPC-related syscalls. */
486 #define TRACE_NETWORK 004 /* Trace network-related syscalls. */
487 #define TRACE_PROCESS 010 /* Trace process-related syscalls. */
488 #define TRACE_SIGNAL 020 /* Trace signal-related syscalls. */
489 #define TRACE_DESC 040 /* Trace file descriptor-related syscalls. */
  /prebuilts/tools/common/m2/internal/org/slf4j/slf4j-simple/1.7.2/
slf4j-simple-1.7.2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 103 /** Display OpenGL function trace in a tabular view. */
185 throw new PartInitException("GL Function Trace View: unsupported input type.");
256 "Error parsing OpenGL Trace File",
393 mTreeRefresherJob = new Job("Refresh GL Trace View Tree") {
496 mSaveAsToolItem.setToolTipText("Export Trace");
902 "Export trace file.",
903 "Unexpected error exporting trace file.",
    [all...]
  /external/chromium/net/disk_cache/
rankings.cc 236 Trace("Insert 0x%x l %d", node->address().value(), list);
306 Trace("Remove 0x%x (0x%x 0x%x) l %d", node->address().value(),
618 Trace("CompleteTransaction 0x%x", node_addr.value());
634 Trace("FinishInsert h:0x%x t:0x%x", my_head.value(), my_tail.value());
637 Trace("RevertRemove h:0x%x t:0x%x", my_head.value(), my_tail.value());
737 Trace("CheckLinks 0x%x (0x%x 0x%x)", node_addr,
745 Trace("node 0x%x out of list %d", node_addr, list);
825 Trace("Changing list %d to %d", *list, i);
837 Trace("Changing list %d to %d", *list, i);
  /external/chromium_org/net/disk_cache/
rankings.cc 245 Trace("Insert 0x%x l %d", node->address().value(), list);
316 Trace("Remove 0x%x (0x%x 0x%x) l %d", node->address().value(),
640 Trace("CompleteTransaction 0x%x", node_addr.value());
655 Trace("FinishInsert h:0x%x t:0x%x", my_head.value(), my_tail.value());
658 Trace("RevertRemove h:0x%x t:0x%x", my_head.value(), my_tail.value());
751 Trace("CheckLinks 0x%x (0x%x 0x%x)", node_addr,
759 Trace("node 0x%x out of list %d", node_addr, list);
859 Trace("Changing list %d to %d", *list, i);
871 Trace("Changing list %d to %d", *list, i);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ConsoleMessage.js 100 case WebInspector.ConsoleMessage.MessageType.Trace:
101 this._messageElement = this._format(this._parameters || ["console.trace()"]);
179 var dumpStackTrace = !!this._stackTrace && this._stackTrace.length && (this.source === WebInspector.ConsoleMessage.MessageSource.Network || this.level === WebInspector.ConsoleMessage.MessageLevel.Error || this.type === WebInspector.ConsoleMessage.MessageType.Trace);
189 if (this.type === WebInspector.ConsoleMessage.MessageType.Trace)
236 // FIXME(62725): stack trace line/column numbers are one-based.
254 // FIXME(62725): stack trace line/column numbers are one-based.
    [all...]
  /frameworks/base/core/java/android/view/
LayoutInflater.java 22 import android.os.Trace;
427 Trace.traceBegin(Trace.TRACE_TAG_VIEW, "inflate");
526 Trace.traceEnd(Trace.TRACE_TAG_VIEW);
555 Trace.traceBegin(Trace.TRACE_TAG_VIEW, name);
626 Trace.traceEnd(Trace.TRACE_TAG_VIEW);
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 31 import SQLite.Trace;
582 db.trace((Trace) t);
684 db.trace((Trace) t);
818 db.trace((Trace) t);
1025 public void trace(String stmt) { method in class:OldDatabaseTest.TestTrace
    [all...]
  /dalvik/vm/
Exception.cpp 28 trace. The trouble is that we need the current value of the program
32 The exception mechanism requires that the current stack trace be associated
555 * Print the stack trace of the current exception on stderr. This is called
561 * Exceptions thrown during the course of printing the stack trace are
587 ALOGW("NOTE: exception thrown while printing stack trace: %s",
805 * We have to carry the exception's stack trace around, but in many cases
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 115 * to be compiled happens to be at a trace start.
209 movne r2,#kJitTSelectRequestHot @ ask for trace selection
226 * trace start).
316 * Common code to update potential trace start counter, and initiate
317 * a trace-build if appropriate.
345 mov r2,#kJitTSelectRequest @ ask for trace selection
348 moveq r2,#kJitTSelectRequest @ ask for trace selection
378 * Call out to validate trace-building request. If successful,
379 * rIBASE will be swapped to to send us into single-stepping trace
    [all...]
  /external/bluetooth/bluedroid/stack/include/
bnep_api.h 435 ** Description This function sets the trace level for BNEP. If called with
436 ** a value of 0xFF, it simply reads the current trace level.
438 ** Returns the new (current) trace level
  /external/chromium/testing/gtest/test/
gtest_output_test.py 108 return re.sub(r'Stack trace:(.|\n)*?\n\n',
109 'Stack trace: (omitted)\n\n', output)
116 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
  /external/chromium-trace/trace-viewer/src/tracing/
trace_model.js 36 * @param {Object=} opt_eventData Data from a single trace to be imported into
211 * The primary trace is provided via the eventData variable. If multiple
216 * eventData should correspond to a single trace file and will be handled by
  /external/chromium_org/testing/gtest/test/
gtest_output_test.py 108 return re.sub(r'Stack trace:(.|\n)*?\n\n',
109 'Stack trace: (omitted)\n\n', output)
116 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
  /external/chromium_org/third_party/icu/source/test/cintltst/
tracetst.c 106 * define trace functions for use in this test.
290 * trace data formatter operation.
373 /* Restore the trace function settings to their original values. */
  /external/dropbear/
svr-main.c 269 TRACE(("error creating child pipe"))
402 TRACE(("listensockets: %d to try\n", svr_opts.portcount))
406 TRACE(("listening on '%s:%s'", svr_opts.addresses[i], svr_opts.ports[i]))
  /external/eigen/doc/
C02_TutorialMatrixArithmetic.dox 190 The \em trace of a matrix, as returned by the function \link MatrixBase::trace() trace()\endlink, is the sum of the diagonal coefficients and can also be computed as efficiently using <tt>a.diagonal().sum()</tt>, as we will see later on.
  /external/gtest/test/
gtest_output_test.py 108 return re.sub(r'Stack trace:(.|\n)*?\n\n',
109 'Stack trace: (omitted)\n\n', output)
116 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
  /external/icu4c/test/cintltst/
tracetst.c 106 * define trace functions for use in this test.
290 * trace data formatter operation.
373 /* Restore the trace function settings to their original values. */
  /external/jpeg/
change.log 29 djpeg's trace mode reports JFIF 1.02 thumbnail images as such, rather
91 djpeg's trace capability now dumps DQT tables in natural order, not zigzag
92 order. This allows the trace output to be made into a "-qtables" file
  /external/kernel-headers/original/asm-mips/sibyte/
bcm1480_scd.h 370 * Trace Event Registers (Table 47)
375 * Trace Sequence Control Registers (Table 48)
390 * Trace Control Register (Table 49)
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 563 ** Description This function sets the trace level for P2P. If called with
564 ** a value of 0xFF, it simply returns the current trace level.
566 ** Returns The new or current trace level
nfa_snep_api.h 451 ** Description This function sets the trace level for SNEP. If called with
452 ** a value of 0xFF, it simply returns the current trace level.
454 ** Returns The new or current trace level
  /external/linux-tools-perf/util/
trace-event-read.c 41 #include "trace-event.h"
498 die("no trace data in the file");
502 die("not a trace file (missing 'tracing' tag)");

Completed in 841 milliseconds

<<51525354555657585960>>