/prebuilts/devtools/tools/lib/ |
commons-logging-1.1.1.jar | |
/prebuilts/tools/common/http-client/ |
commons-logging-1.1.1.jar | |
/prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/ |
commons-logging-1.1.1.jar | |
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest.cc | 629 // Returns the current OS stack trace as a String. 638 // trace but Bar() and CurrentOsStackTraceExceptTop() won't. 2808 TraceInfo trace; local 2914 const internal::TraceInfo& trace = node->element(); local [all...] |
/frameworks/base/core/java/android/content/res/ |
Resources.java | 32 import android.os.Trace; [all...] |
/bionic/libc/bionic/ |
malloc_debug_check.cpp | 229 /* Allocation header is probably corrupt, do not print stack trace */ 253 // trace. 262 /* check the guards to see if it's safe to dump a stack trace */
|
/external/bluetooth/bluedroid/bta/sys/ |
bta_sys_main.c | 58 /* trace level */ 59 /* TODO Bluedroid - Hard-coded trace levels - Needs to be configurable */ 698 ** Description Set trace level for BTA
|
/external/bluetooth/bluedroid/stack/bnep/ |
bnep_api.c | 716 ** Description This function sets the trace level for BNEP. If called with 717 ** a value of 0xFF, it simply reads the current trace level. 719 ** Returns the new (current) trace level
|
/external/bluetooth/bluedroid/stack/include/ |
gap_api.h | 712 ** Description This function sets the trace level for GAP. If called with 713 ** a value of 0xFF, it simply returns the current trace level. 715 ** Returns The new or current trace level [all...] |
pan_api.h | 434 ** Description This function sets the trace level for PAN. If called with 435 ** a value of 0xFF, it simply reads the current trace level. 437 ** Returns the new (current) trace level
|
port_api.h | 632 ** Description This function sets the trace level for RFCOMM. If called with 633 ** a value of 0xFF, it simply reads the current trace level. 635 ** Returns the new (current) trace level
|
sdp_api.h | 693 ** Description This function sets the trace level for SDP. If called with 694 ** a value of 0xFF, it simply reads the current trace level. 696 ** Returns the new (current) trace level
|
/external/chromium/chrome/browser/ui/webui/ |
gpu_internals_ui.cc | 590 // Ex: Multiple about:gpu traces can not trace simultaneously. 601 // trace a few times when it was going slow, and maybe switching 605 // Set to false now, since it turns out we never were the trace subscriber.
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoengine.h | 164 // Check whether the supplied trace should be ignored. 165 bool ShouldIgnoreTrace(const std::string& trace); 204 virtual void Print(webrtc::TraceLevel level, const char* trace, int length);
|
webrtcvoiceengine.h | 177 // Check whether the supplied trace should be ignored. 178 bool ShouldIgnoreTrace(const std::string& trace); 204 virtual void Print(webrtc::TraceLevel level, const char* trace, int length);
|
/external/chromium_org/tools/gn/ |
builder.cc | 13 #include "tools/gn/trace.h" 64 ScopedTrace trace(TraceItem::TRACE_DEFINE_TARGET, item->label()); 65 trace.SetToolchain(item->settings()->toolchain_label());
|
/external/chromium_org/tools/ |
licenses.py | 176 os.path.join('third_party', 'trace-viewer'): { 177 "Name": "trace-viewer", 178 "URL": "http://code.google.com/p/trace-viewer",
|
/external/eigen/Eigen/src/Eigenvalues/ |
ComplexSchur.h | 253 ComplexScalar trace = t.coeff(0,0) + t.coeff(1,1); local 254 ComplexScalar eival1 = (trace + disc) / RealScalar(2); 255 ComplexScalar eival2 = (trace - disc) / RealScalar(2);
|
/external/kernel-headers/original/asm-mips/sibyte/ |
sb1250_scd.h | 517 * Trace Buffer Config register 549 * Trace Event registers 586 * Trace Sequence registers
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
nfc_hal_main.c | 733 ** Description This function sets the trace level for HAL. If called with 734 ** a value of 0xFF, it simply returns the current trace level. 736 ** Returns The new or current trace level
|
/external/libnfc-nci/src/nfc/include/ |
llcp_api.h | 650 ** Description This function sets the trace level for LLCP. If called with 651 ** a value of 0xFF, it simply returns the current trace level. 653 ** Returns The new or current trace level
|
/external/libpng/contrib/gregbook/ |
rpng2-win.c | 118 /* #define DEBUG */ /* this enables the Trace() macros */ 553 Trace((stderr, "about to call readpng2_decode_data()\n")) 556 Trace((stderr, "done with readpng2_decode_data()\n")) 560 Trace((stderr, "done decoding PNG image\n")) 585 Trace((stderr, "about to call readpng2_cleanup()\n")) 604 Trace((stderr, "about to call rpng2_win_cleanup()\n")) 623 Trace((stderr, "beginning rpng2_win_init()\n")) 624 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes)) 625 Trace((stderr, " width = %ld\n", rpng2_info.width)) 626 Trace((stderr, " height = %ld\n", rpng2_info.height) [all...] |
/external/qemu/android/config/linux-x86/linux/ |
kvm.h | 337 * kvm trace categories 343 * kvm trace action 374 * ioctls for kvm trace
|
/external/qemu/android/config/linux-x86_64/linux/ |
kvm.h | 337 * kvm trace categories 343 * kvm trace action 374 * ioctls for kvm trace
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
perf | 321 rm $my_perf_pattern*.trace 339 $DBG echo /omx/PERF_reader $my_perf*$2.trace "|" awk -f /omx/`echo $3 | sed "s/\+/ /g"` 340 /omx/PERF_reader $my_perf*$2.trace | awk -f /omx/`echo $3 | sed "s/\+/ /g"`
|