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

<<111112113114115116117118119120>>

  /external/iputils/
traceroute6.c 63 * traceroute host - trace the route ip packets follow going to "host".
65 * Attempt to trace the route an ip packet would follow to some
  /external/libpcap/
pcap-dos.c 848 * If dbug_init() was called, we should trace packets sent.
909 * order to open debug/trace-file properly
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java 702 // Reset the trace value.
    [all...]
  /external/smack/src/org/jivesoftware/smack/
XMPPConnection.java     [all...]
  /external/tcpdump/
tcpdump.c 844 * trace file, as that might let the user read other
845 * people's trace files (especially if we're set-UID
    [all...]
  /external/valgrind/main/callgrind/
bbcc.c 469 * a run, i.e. when Callgrind was not able to trace the
850 /* Handle conditional jumps followed, i.e. trace arcs
  /frameworks/av/services/audioflinger/
FastMixer.cpp 32 #include <utils/Trace.h>
432 // I wish we had formatted trace names
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 485 property_get("dalvik.vm.stack-trace-file", stackTraceFileBuf, "");
652 /* with -Xcheck:jni, this provides a JNI function call trace */
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
classes_index_additions.html 311 <A HREF="pkg_android.os.html#Trace" class="hiddenlink" target="rightframe"><b>Trace</b></A><br>
  /frameworks/base/docs/html/tools/debugging/
debugging-memory.jd 160 currently limited by a 512-entry ring buffer. Click on a line to see the stack trace that led to
161 the allocation. The trace shows you not only what type of object was allocated, but also in which
  /frameworks/base/docs/html/tools/help/
emulator.jd 104 <td>F9 (only with <code>-trace</code> startup option)</td>
289 <td><code>-trace &lt;name&gt;</code></td>
  /hardware/ti/wlan/mac80211/ti-utils/ini_files/127x/
TQS_D_1.0.ini 31 RxTraceInsertionLoss_2_4G = 00 # Length: 1; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter indicates the printed circuit board (PCB) trace insertion loss
37 RxTraceInsertionLoss_5G = 00 00 00 00 00 00 00 # Length: 7; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter indicates the printed circuit board (PCB) trace insertion loss
TQS_D_1.7.ini 31 RxTraceInsertionLoss_2_4G = 00 # Length: 1; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter indicates the printed circuit board (PCB) trace insertion loss
37 RxTraceInsertionLoss_5G = 00 00 00 00 00 00 00 # Length: 7; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter indicates the printed circuit board (PCB) trace insertion loss
  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 222 * DELETE} and {@code TRACE}) can be used with {@link #setRequestMethod}.
272 "TRACE"
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-ld.1 222 precede the option name; for example, \fB\-trace\-symbol\fR and
223 \&\fB\-\-trace\-symbol\fR are equivalent. Note\-\-\-there is one exception to
233 \&\fB\-\-trace\-symbol foo\fR and \fB\-\-trace\-symbol=foo\fR are equivalent.
763 .IP "\fB\-\-trace\fR" 4
764 .IX Item "--trace"
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-ld.1 222 precede the option name; for example, \fB\-trace\-symbol\fR and
223 \&\fB\-\-trace\-symbol\fR are equivalent. Note\-\-\-there is one exception to
233 \&\fB\-\-trace\-symbol foo\fR and \fB\-\-trace\-symbol=foo\fR are equivalent.
763 .IP "\fB\-\-trace\fR" 4
764 .IX Item "--trace"
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-ld.1 222 precede the option name; for example, \fB\-trace\-symbol\fR and
223 \&\fB\-\-trace\-symbol\fR are equivalent. Note\-\-\-there is one exception to
233 \&\fB\-\-trace\-symbol foo\fR and \fB\-\-trace\-symbol=foo\fR are equivalent.
763 .IP "\fB\-\-trace\fR" 4
764 .IX Item "--trace"
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-ld.1 222 precede the option name; for example, \fB\-trace\-symbol\fR and
223 \&\fB\-\-trace\-symbol\fR are equivalent. Note\-\-\-there is one exception to
233 \&\fB\-\-trace\-symbol foo\fR and \fB\-\-trace\-symbol=foo\fR are equivalent.
763 .IP "\fB\-\-trace\fR" 4
764 .IX Item "--trace"
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 611 /* RPC pool for temporary trace message buffers. */
1104 /* This is set to show debug trace messages for the power manager. */
    [all...]
  /external/chromium_org/tools/
bisect-perf-regression.py     [all...]
  /external/libnfc-nci/src/include/
bt_target.h 250 /* RPC pool for temporary trace message buffers. */
838 /* This is set to show debug trace messages for the power manager. */
    [all...]
  /frameworks/base/docs/html/about/versions/
jelly-bean.jd 544 to profile the performance of your app. You can now collect trace data from
549 <p>Android 4.3 also includes new Trace APIs that you can use in your apps to mark
550 specific sections of code to trace using Systrace <strong>begin/end
552 begin/end events to the trace log. There's minimal impact on the performance of
557 file and analyze the events in the context of other kernel and user space trace
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]

Completed in 1747 milliseconds

<<111112113114115116117118119120>>