Searched
full:trace (Results
901 -
925 of
3884) sorted by null
<<31323334353637383940>>
/hardware/ti/omap3/dspbridge/inc/ |
dbreg.h | 55 *! 22-Jul-1996 gp: Added Trace key name. 84 #define TRACE "Trace" /* GT Trace settings. */
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
ThreadSampler.java | 34 * Return a stack trace for the current thread limited by the
|
/libcore/luni/src/main/java/java/io/ |
InvalidObjectException.java | 31 * Constructs an {@code InvalidObjectException} with its stack trace and
|
SyncFailedException.java | 29 * Constructs a new {@code SyncFailedException} with its stack trace and
|
/libcore/luni/src/main/java/java/lang/ |
StackTraceElement.java | 85 * <li>{@code obj} must be a stack trace element,</li> 86 * <li>the method names of this stack trace element and of {@code obj} must 89 * stack trace element and of {@code obj} must be equal.</li> 197 * @return {@code true} if the method in which this stack trace element is
|
/libcore/luni/src/main/java/java/text/ |
ParseException.java | 30 * Constructs a new instance of this class with its stack trace, detail
|
/libcore/luni/src/main/java/java/util/ |
EmptyStackException.java | 32 * Constructs a new {@code EmptyStackException} with the stack trace filled
|
FormatterClosedException.java | 32 * Constructs a new {@code FormatterClosedException} with the stack trace
|
/packages/apps/Nfc/src/com/android/nfc/ |
LlcpException.java | 27 * Constructs a new LlcpException with the current stack trace and the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
flat.h | 54 #define FLAT_FLAG_KTRACE 0x0010 /* output useful kernel trace for debugging */
|
ptrace.h | 41 /* Wait extended result codes for the above trace options. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
flat.h | 54 #define FLAT_FLAG_KTRACE 0x0010 /* output useful kernel trace for debugging */
|
ptrace.h | 41 /* Wait extended result codes for the above trace options. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
flat.h | 54 #define FLAT_FLAG_KTRACE 0x0010 /* output useful kernel trace for debugging */
|
ptrace.h | 41 /* Wait extended result codes for the above trace options. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/ |
GLCall.java | 32 * into the trace file corresponding to original protocol buffer message. If full image data 33 * is required, the protocol buffer message can be recreated by reading the trace at the 49 /** Index of this call in the trace. */ 55 /** Offset of the protobuf message corresponding to this call in the trace file. */
|
GLFrame.java | 30 * @param frameIndex index of this frame in the trace.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/ |
FrameSummaryView.java | 30 super("Open a GL Trace file to view the framebuffer contents.");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
DetailsPage.java | 60 public DetailsPage(GLTrace trace) { 61 mTrace = trace; 64 public void setInput(GLTrace trace) { 65 mTrace = trace;
|
ICallDetailProvider.java | 30 void updateControl(GLTrace trace, GLCall call);
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMException.java | 284 * Print the the trace of methods from where the error 285 * originated. This will trace all nested exception 293 * Print the the trace of methods from where the error 294 * originated. This will trace all nested exception 303 * Print the the trace of methods from where the error 304 * originated. This will trace all nested exception 354 s.println("Could not print stack trace...");
|
/external/chromium_org/courgette/ |
adjustment_method_2.cc | 188 std::vector<uint32> positions_; // Offsets into the trace of references. 199 typedef std::vector<LabelInfo*> Trace; 363 // in a Trace. A Shingle may occur many times. We repesent the Shingle by the 364 // position of one of the occurrences in the Trace. 375 static Shingle* Find(const Trace& trace, size_t position, 378 owning_set->insert(Shingle(trace, position)); 409 Shingle(const Trace& trace, size_t exemplar_position) 410 : trace_(trace), [all...] |
/external/chromium_org/tools/gn/ |
loader.cc | 20 #include "tools/gn/trace.h" 250 ScopedTrace trace(TraceItem::TRACE_FILE_EXECUTE, file_name.value()); 251 trace.SetToolchain(settings->toolchain_label()); 258 trace.Done(); 286 ScopedTrace trace(TraceItem::TRACE_FILE_EXECUTE, 288 trace.SetToolchain(settings->toolchain_label()); 294 trace.Done();
|
/external/chromium_org/v8/test/mjsunit/ |
stack-traces.js | 127 // in the stack trace produced when running the given function. 148 // Test that the error constructor is not shown in the trace 161 // Test that the explicit constructor call is shown in the trace 178 // If an error occurs while the stack trace is being formatted it should 215 // stack trace. 227 // stack trace. 313 // Check that throwing exception in a custom stack trace formatting function
|
/external/openssh/regress/ |
test-exec.sh | 178 trace "wait for sshd to exit" 191 trace () function 193 echo "trace: $@" >>$TEST_SSH_LOGFILE 262 trace "adding sshd_config option $TEST_SSH_SSHD_CONFOPTS" 292 trace "adding ssh_config option $TEST_SSH_SSHD_CONFOPTS" 298 trace "generate keys" 382 trace "wait for sshd"
|
Completed in 870 milliseconds
<<31323334353637383940>>