OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trace
(Results
526 - 550
of
2719
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/llvm/include/llvm/Support/
Signals.h
38
/// process, print a stack
trace
and then exit.
39
/// @brief Print a stack
trace
if a fatal signal occurs.
42
/// \brief Print the stack
trace
using the given \c FILE object.
/external/qemu/
android-trace_common.h
36
// The
trace
identifier string must be less than 16 characters.
64
// Define a
trace
record for addresses that miss in the cache
70
// Define a
trace
record for the start time of each instruction
/external/qemu/hw/
android_arm.c
144
/* Init
trace
device if either tracing, or memory checking is enabled. */
153
D( "
Trace
file name is set to %s\n", trace_filename );
155
D("
Trace
file name is not set\n");
goldfish_trace.h
19
/*
trace
device registers */
92
/* the virtual
trace
device state */
104
* interfaces to
trace
module to signal kernel events
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
crashmon
40
inotifywait -q -m --format '%f' --exclude '.
trace
.html$' -e close_write "${coredir}" | \
61
printf "<br/><hr><b>Stack
Trace
:</b><hr><br/>\n<pre>"
67
) > "/var/www/svn_${rev}.${coredump}.
trace
.html"
/external/webrtc/src/system_wrappers/source/
trace_impl.h
18
#include "system_wrappers/interface/
trace
.h"
44
class TraceImpl : public
Trace
85
friend class
Trace
;
/ndk/sources/cxx-stl/gabi++/src/
terminate.cc
38
// a complete stack
trace
explaining the failure.
41
//
trace
in the log, that can later be processed with ndk-stack
46
// be recorded in a Minidump, which contains a stack
trace
to be
/external/apache-xml/src/main/java/org/apache/xpath/
XPathException.java
32
* all the traces of the nested exceptions, not just the
trace
171
* Print the the
trace
of methods from where the error
172
* originated. This will
trace
all nested exception
250
* Print the the
trace
of methods from where the error
251
* originated. This will
trace
all nested exception
293
s.println("Could not print stack
trace
...");
/external/blktrace/
README
15
The target
trace
needs to run on a kernel at least that new.
45
-k Kill running
trace
.
47
-a Only
trace
specific actions (use more -a options to add actions).
61
-A Give the
trace
mask directly as a number.
75
-i Input file containing
trace
data, or '-' for stdin.
83
-q Quiet. Don't display any stats at the end of the
trace
.
/external/chromium/base/debug/
trace_event_win_unittest.cc
167
// Build the
trace
event buffer we expect will result from this.
214
TraceLog::
Trace
(kName,
228
TraceLog::
Trace
(static_cast<const char*>(kName),
240
TraceLog::
Trace
(static_cast<const char*>(kName),
253
TraceLog::
Trace
(NULL,
266
TraceLog::
Trace
(NULL,
/external/mockito/src/org/mockito/internal/util/reflection/
FieldInitializer.java
188
throw new MockitoException("the default constructor of type '" + field.getType().getSimpleName() + "' has raised an exception (see the stack
trace
for cause): " + e.getTargetException().toString(), e);
190
throw new MockitoException("InstantiationException (see the stack
trace
for cause): " + e.toString(), e);
192
throw new MockitoException("IllegalAccessException (see the stack
trace
for cause): " + e.toString(), e);
246
throw new MockitoException("the constructor of type '" + field.getType().getSimpleName() + "' has raised an exception (see the stack
trace
for cause): " + e.getTargetException().toString(), e);
248
throw new MockitoException("InstantiationException (see the stack
trace
for cause): " + e.toString(), e);
250
throw new MockitoException("IllegalAccessException (see the stack
trace
for cause): " + e.toString(), e);
/external/v8/test/mjsunit/
stack-traces.js
115
// in the stack
trace
produced when running the given function.
136
// Test that the error constructor is not shown in the
trace
149
// Test that the explicit constructor call is shown in the
trace
166
// If an error occurs while the stack
trace
is being formatted it should
203
// stack
trace
.
215
// stack
trace
.
/external/valgrind/main/none/tests/
cmdline1.stdout.exp
12
--
trace
-children=no|yes Valgrind-ise child processes (follow execve)? [no]
13
--
trace
-children-skip=patt1,patt2,... specifies a list of executables
14
that --
trace
-children=yes should not
trace
into
15
--
trace
-children-skip-by-arg=patt1,patt2,... same as --
trace
-children-skip=
/libcore/luni/src/main/java/javax/xml/transform/
TransformerException.java
276
* Print the the
trace
of methods from where the error
277
* originated. This will
trace
all nested exception
285
* Print the the
trace
of methods from where the error
286
* originated. This will
trace
all nested exception
295
* Print the the
trace
of methods from where the error
296
* originated. This will
trace
all nested exception
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java
58
* Construct a GL
Trace
file parser.
59
* @param path path to
trace
file
145
monitor.beginTask("Parsing OpenGL
Trace
File",
156
// counters that maintain some statistics about the
trace
messages
249
* Retrieve the
trace
object constructed from messages in the
trace
file.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
Antlr3.Runtime.Tests (VS2005).csproj
21
<DefineConstants>
TRACE
;DEBUG;STRONG_NAME;DOTNET2</DefineConstants>
29
<DefineConstants>
TRACE
;STRONG_NAME;DOTNET2</DefineConstants>
Antlr3.Runtime.Tests (VS2008).csproj
26
<DefineConstants>
TRACE
;DEBUG;STRONG_NAME;DOTNET2</DefineConstants>
34
<DefineConstants>
TRACE
;STRONG_NAME;DOTNET2</DefineConstants>
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/
Antlr3.Utility (VS2005).csproj
19
<DefineConstants>
TRACE
;DEBUG;STRONG_NAME;DOTNET2</DefineConstants>
34
<DefineConstants>
TRACE
;STRONG_NAME;DOTNET2</DefineConstants>
Antlr3.Utility (VS2008).csproj
24
<DefineConstants>
TRACE
;DEBUG;STRONG_NAME;DOTNET2</DefineConstants>
39
<DefineConstants>
TRACE
;STRONG_NAME;DOTNET2</DefineConstants>
/external/chromium-trace/trace-viewer/src/importer/linux_perf/
cpufreq_parser.js
6
* @fileoverview Parses cpufreq events in the Linux event
trace
format.
14
* Parses linux cpufreq
trace
events.
exynos_parser.js
6
* @fileoverview Parses exynos events in the Linux event
trace
format.
14
* Parses linux exynos
trace
events.
kfunc_parser.js
7
* the Linux kernel's function graph
trace
.
16
* kernel's function graph
trace
.
sched_parser.js
6
* @fileoverview Parses scheduler events in the Linux event
trace
format.
14
* Parses linux sched
trace
events.
workqueue_parser.js
6
* @fileoverview Parses workqueue events in the Linux event
trace
format.
14
* Parses linux workqueue
trace
events.
/external/compiler-rt/lib/asan/
asan_stack.cc
12
// Code for ASan stack
trace
.
27
stack->PrintStack(stack->
trace
, stack->size, flags()->symbolize,
Completed in 388 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>