HomeSort by relevance Sort by last modified time
    Searched full:trace (Results 401 - 425 of 2719) sorted by null

<<11121314151617181920>>

  /external/openssh/regress/
try-ciphers.sh 16 trace "proto 2 cipher $c mac $m"
27 trace "proto 1 cipher $c"
43 trace "proto 2 $c mac $m"
  /frameworks/av/libvideoeditor/osal/inc/
LV_Macros.h 36 * to errValue and jumps to the label <fct>_cleanUp. A trace is displayed
53 * @note This macro checks the value err. If it is not NULL, a trace is displayed
74 * A trace is displayed signalling the error, the function name and the line number.
  /frameworks/av/libvideoeditor/osal/src/
M4PSW_DebugTrace.c 19 * @brief Default trace function for debugging macros
20 * @note This file gives the default implementation of the trace function
40 * @brief This function implements the trace for debug tests
  /frameworks/base/core/jni/
android_os_Trace.cpp 17 #define LOG_TAG "Trace"
25 #include <cutils/trace.h>
123 int res = jniRegisterNativeMethods(env, "android/os/Trace",
  /libcore/luni/src/main/java/java/lang/
StringIndexOutOfBoundsException.java 30 * the current stack trace.
37 * stack trace and a detail message that is based on the specified invalid
49 * stack trace and the specified detail message.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java 115 MessageDialog.openError(shell, "GL Trace",
125 MessageDialog.openError(shell, "Setup GL Trace",
136 MessageDialog.openError(shell, "Setup GL Trace",
194 * @return if given trace file is already open, then a reference to that editor part,
244 "OpenGL Trace",
245 "Unable to connect to remote GL Trace Server: " + e.getMessage());
250 // create channel to send trace commands to device
258 "OpenGL Trace",
259 "Unexpected error while setting trace options: " + e.getMessage());
265 // create trace writer that writes to a trace fil
    [all...]
OpenGLTraceAction.java 62 fd.setText("Open Trace File");
84 "Error opening GL Trace File",
85 "Unexpected error while opening GL Trace file: " + e.getMessage());
  /sdk/emulator/qtools/
read_pid.cpp 13 TraceReaderBase *trace = new TraceReaderBase; local
14 trace->Open(trace_filename);
18 if (trace->ReadPidEvent(&event))
  /system/core/libcutils/
process_name.c 73 // If the emulator was started with the "-trace file" command line option
74 // then we want to record the process name in the trace even if we are
77 // this code if we are just running in the emulator without the "-trace"
  /external/strace/
strace.1 42 strace \- trace system calls and signals
126 they do not need to be recompiled in order to trace them.
135 Each line in the trace contains the system call name, followed
274 Trace child processes as they are created by currently traced
303 option is in effect, each processes trace is written to
331 Prefix each line of the trace with the time of day.
365 A qualifying expression which modifies which events to trace
366 or how to trace them. The format of the expression is:
375 .BR trace ,
387 .BR trace
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiScrollable.java 66 Tracer.trace();
77 Tracer.trace();
117 Tracer.trace(childPattern, text);
139 Tracer.trace(childPattern, text, allowScrollSearch);
163 Tracer.trace(childPattern, instance);
188 Tracer.trace(childPattern, text);
209 Tracer.trace(childPattern, text, allowScrollSearch);
229 Tracer.trace(text);
242 Tracer.trace(obj.getSelector());
257 Tracer.trace(selector)
    [all...]
  /external/dropbear/
packet.c 55 TRACE(("enter write_packet"))
68 TRACE(("leave writepacket: EINTR"))
89 TRACE(("leave write_packet"))
101 TRACE(("enter read_packet"))
114 TRACE(("leave read_packet: packetinit done"))
131 TRACE(("leave read_packet: EINTR or EAGAIN"))
146 TRACE(("leave read_packet"))
179 TRACE(("leave read_packet_init: EINTR"))
234 TRACE(("enter decrypt_packet"))
310 TRACE(("leave decrypt_packet")
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
ServerLog.java 53 * Log file wrapper class. Log messages into the message trace file and also write the log into
54 * the debug file if needed. This class keeps an XML formatted trace around for later access via
55 * RMI. The trace can be viewed with a trace viewer (see tools.traceviewerapp).
70 * Name of the log file in which the trace is written out (default is null)
80 * Set auxililary information to log with this trace.
98 // Set a descriptive name for the message trace logger.
169 * default trace level
203 + "Use the Trace Viewer in src/tools/tracesviewer to"
204 + " view this trace \n
    [all...]
  /external/v8/src/
jsregexp.cc 704 // manipulation in an object called the Trace. The Trace object can record a
707 // to be emitted it can flush the Trace or update it. Flushing the Trace
716 // The virtual state found in the Trace affects code generation. For example
720 // string. Therefore code generated for a non-trivial trace is specialized
721 // to that trace. The code generator therefore has the ability to generate
725 // trace is flushed and a generic version of the code for a node is emitted.
727 // trace is not recorded in the node and so it cannot currently be reused in
728 // the event that code generation is requested for an identical trace
    [all...]
  /dalvik/vm/compiler/codegen/x86/
Translator.h 25 /* initialization for trace-based JIT */
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_PERIODIC_PROFILING.S 2 * Increment profile counter for this trace, and decrement
  /dalvik/vm/compiler/template/mips/
TEMPLATE_PERIODIC_PROFILING.S 2 * Increment profile counter for this trace, and decrement
  /dalvik/vm/mterp/armv5te/
OP_GOTO.S 19 bmi common_testUpdateProfile @ (r0) check for trace hotness
entry.S 67 /* Entry is always a possible trace start */
79 cmp r3, #kSVSTraceSelect @ hot trace following?
80 moveq r2,#kJitTSelectRequestHot @ ask for trace selection
81 beq common_selectTrace @ go build the trace
  /dalvik/vm/mterp/mips/
OP_GOTO.S 20 bltz a1, common_testUpdateProfile # (a0) check for trace hotness
  /dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp 90 * Get a stack trace as an array of StackTraceElement objects. Returns
98 ArrayObject* trace; local
100 trace = dvmDdmGetStackTraceById(threadId);
101 RETURN_PTR(trace);
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t047treeparserWalker.g 1 // @@ANTLR Tool Options@@: -trace
  /external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/
simplecalc.pl 23 print $ex->trace, "\n";
  /external/blktrace/btt/
Android.mk 5 latency.c misc.c output.c proc.c seek.c trace.c \
  /external/bluetooth/bluedroid/stack/include/
hidh_api.h 190 ** Description This function initializes the control block and trace variable
210 ** Description This function sets the trace level for HID Host. If called with
211 ** a value of 0xFF, it simply reads the current trace level.
213 ** Returns the new (current) trace level

Completed in 568 milliseconds

<<11121314151617181920>>