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

<<11121314151617181920>>

  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeP2pDevice.cpp 144 TRACE("phLibNfc_RemoteDev_Connect(P2P)");
153 TRACE("phLibNfc_RemoteDev_Connect(P2P) returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
172 TRACE("General Bytes Length = %d", sGeneralBytes.length);
173 TRACE("General Bytes =");
176 TRACE("0x%02x ", sGeneralBytes.buffer[i]);
218 TRACE("Disconnecting from target (handle = 0x%x)", handle);
225 TRACE("phLibNfc_RemoteDev_Disconnect()");
244 TRACE("phLibNfc_RemoteDev_Disconnect() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
291 TRACE("Transceive data to target (handle = 0x%x)", handle);
296 TRACE("Buffer Length = %d\n", buflen)
    [all...]
  /external/dropbear/
svr-chansession.c 70 TRACE(("sesscheckclose, pid is %d", chansess->exit.exitpid))
90 TRACE(("enter sigchld handler"))
92 TRACE(("sigchld handler: pid %d", pid))
98 TRACE(("found match session"));
107 TRACE(("using lastexit"));
141 TRACE(("leave sigchld handler"))
186 TRACE(("send_msg_chansess_exitsignal %d", chansess->exit.exitsignal))
259 TRACE(("enter closechansess"))
264 TRACE(("leave closechansess: chansess == NULL"))
296 TRACE(("closing pid %d", svr_ses.childpids[i].pid)
    [all...]
  /external/bluetooth/bluedroid/main/
bte_logmsg.c 40 /* always enable trace framework */
190 /* map by default BTE trace levels onto android trace levels */
351 ** Purpose: set or reads the different Trace Levels of layer IDs (see bt_trace.h,
354 ** Input Parameters: Array with trace layers to set to a given level or read. a layer ID of 0
359 ** input array with trace levels for given layer id
375 printf("BTA_SysSetTraceLevel - trace id in map start = %d end= %d, paramter id = %d\r\n", p_f_map->layer_id_start, p_f_map->layer_id_end, p_l->layer_id );
397 /* set/read next trace level by getting out ot map loop */
506 /* read and set trace levels by calling the different XXX_SetTraceLevel().
525 ALOGI("[bttrc] using compile default trace settings")
    [all...]
  /external/chromium_org/ppapi/c/dev/
ppb_trace_event_dev.h 21 * to be used in plugins as the API that trace macros from trace_event.h use.
30 * A trace event timestamp.
53 * Adds a trace event to the platform tracing system. This function call is
55 * the category of the particular trace are enabled. It is not advisable to
57 * trace macros.
86 * Get the current clock value. Since this uses the same function as the trace
  /external/clang/tools/libclang/
CLog.h 42 bool Trace;
57 bool trace = isStackTracingEnabled()) {
59 return new Logger(name, trace);
63 explicit Logger(llvm::StringRef name, bool trace)
64 : Name(name), Trace(trace), LogOS(Msg) { }
  /external/linux-tools-perf/scripts/perl/
check-perf-trace.pl 10 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib";
11 use lib "./Perf-Trace-Util/lib";
12 use Perf::Trace::Core;
13 use Perf::Trace::Context;
14 use Perf::Trace::Util;
62 # print trace fields not included in handler args
  /external/openssh/regress/
agent.sh 11 trace "start agent"
21 trace "overwrite authorized keys"
46 trace "simple connect via agent"
54 trace "agent forwarding"
67 trace "delete all agent keys"
73 trace "kill agent"
banner.sh 10 trace "test missing banner file"
31 trace "test banner size $s"
38 trace "test suppress banner (-q)"
forcecommand.sh 14 trace "forced command in key option proto $p"
28 trace "forced command in sshd_config overrides key option proto $p"
39 trace "forced command with match proto $p"
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DebugLogUtils.java 40 * Get the string representation of the current stack trace, for debugging purposes.
41 * @return a readable, carriage-return-separated string for the current stack trace.
48 * Get the string representation of the current stack trace, for debugging purposes.
50 * @return a readable, carriage-return-separated string for the current stack trace.
67 * Get the stack trace contained in an exception as a human-readable string.
69 * @return the human-readable stack trace
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileWriter.java 28 /** A class that streams data received from a socket into the trace file. */
38 * Construct a trace file writer.
39 * @param fos output stream to write trace data to
40 * @param is input stream from which trace data is read
50 mReceiverThread.setName("GL Trace Receiver");
78 * The GLTraceReceiverTask collects trace data from the device and writes it
  /external/blktrace/doc/
blktrace.8 16 major components: a kernel component, a utility to record the i/o trace
18 trace information. This man page describes blktrace, which records the i/o event
19 trace information for a specific block device to a file.
75 a running trace -- via the \fB\-k\fR option.
112 Adds \fIdev\fR as a device to trace
119 Adds the devices found in \fIfile\fR as devices to trace
126 Kill on-going trace
190 \fInotify\fR: trace messages
206 To trace the i/o on the device \fI/dev/hda\fR and parse the output to human
219 To trace the i/o on a device and save the output for later processing wit
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
decode_dump.py 8 Currently this produces a simple stack trace.
152 """Convert a decoded core.json dump to a simple stack trace.
159 trace = []
162 trace.append(scope)
163 return trace
165 def PrintTrace(self, trace, out):
166 """Print a trace to a file like object.
169 trace: A list of [filename, lineno, function] (deepest first).
170 out: file like object to output the trace to.
172 for scope in trace
    [all...]
  /external/chromium_org/v8/src/
flag-definitions.h 219 "trace pretenuring decisions of HAllocate instructions")
259 DEFINE_bool(trace_check_elimination, false, "trace check elimination phase")
260 DEFINE_bool(trace_hydrogen, false, "trace generated hydrogen to file")
262 DEFINE_bool(trace_hydrogen_stubs, false, "trace generated hydrogen for stubs")
263 DEFINE_string(trace_hydrogen_file, NULL, "trace hydrogen to given file name")
264 DEFINE_string(trace_phase, "HLZ", "trace generated IR for specified phases")
265 DEFINE_bool(trace_inlining, false, "trace inlining decisions")
266 DEFINE_bool(trace_load_elimination, false, "trace load elimination")
267 DEFINE_bool(trace_alloc, false, "trace register allocator")
268 DEFINE_bool(trace_all_uses, false, "trace all use positions"
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/include/
OverrideLog.h 55 ** BT_TRACE_LEVEL_NONE 0 * No trace messages to be generated
56 ** BT_TRACE_LEVEL_ERROR 1 * Error condition trace messages
57 ** BT_TRACE_LEVEL_WARNING 2 * Warning condition trace messages
  /external/libnfc-nci/src/include/
OverrideLog.h 55 ** BT_TRACE_LEVEL_NONE 0 * No trace messages to be generated
56 ** BT_TRACE_LEVEL_ERROR 1 * Error condition trace messages
57 ** BT_TRACE_LEVEL_WARNING 2 * Warning condition trace messages
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Util.pm 1 package Perf::Trace::Util;
68 Perf::Trace::Util - Perl extension for perf script
72 use Perf::Trace::Util;
  /libcore/luni/src/main/java/java/lang/
ArrayIndexOutOfBoundsException.java 30 * 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.
ClassNotFoundException.java 31 * stack trace.
39 * trace and the specified detail message.
50 * trace, the specified detail message and the exception that occurred when
ExceptionInInitializerError.java 31 * current stack trace.
39 * stack trace and the specified detail message.
51 * stack trace and the specified cause. The exception should be the one
InstantiationError.java 32 * stack trace.
38 * Constructs a new {@code InstantiationError} with the current stack trace
49 * Constructs a new {@code InstantiationError} with the current stack trace
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
48 base_type::trace();
50 m_rc.trace();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rc_binomial_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
48 base_type::trace();
50 m_rc.trace();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rc_binomial_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
48 base_type::trace();
50 m_rc.trace();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
48 base_type::trace();
50 m_rc.trace();

Completed in 747 milliseconds

<<11121314151617181920>>