HomeSort by relevance Sort by last modified time
    Searched refs:trace (Results 676 - 700 of 1247) sorted by null

<<21222324252627282930>>

  /external/wpa_supplicant_8/hostapd/
Android.mk 116 OBJS += src/utils/trace.c
117 HOBJS += src/utils/trace.c
952 OBJS_c += src/utils/trace.c
  /external/ceres-solver/internal/ceres/
dogleg_strategy.cc 420 const double trB = subspace_B_.trace();
  /external/eigen/Eigen/src/Core/
Redux.h 355 * \sa trace(), prod(), mean()
368 * \sa trace(), prod(), sum()
382 * \sa sum(), mean(), trace()
393 /** \returns the trace of \c *this, i.e. the sum of the coefficients on the main diagonal.
401 MatrixBase<Derived>::trace() const function in class:Eigen::MatrixBase
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 454 Scalar t = mat.trace();
  /external/javasqlite/src/main/java/SQLite/
Database.java 582 * Set trace function. Only available in SQLite 2.7.6 and above,
585 * @param tr the trace function
588 public void trace(Trace tr) { method in class:Database
594 private native void _trace(Trace tr);
623 * @param pr the trace function
  /external/llvm/lib/Target/Hexagon/
BitTracker.h 45 void trace(bool On = false) { Trace = On; } function in struct:llvm::BitTracker
68 bool Trace; // Enable tracing for debugging.
  /external/strace/
strace.spec 41 This package provides the `strace64' program to trace 64-bit processes.
244 - Don't display inappropriate syscalls for -e trace=file (#159340).
245 - New selector type -e trace=desc for file-descriptor using calls (#159400).
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.h 134 // Check whether the supplied trace should be ignored.
135 bool ShouldIgnoreTrace(const std::string& trace);
  /frameworks/native/services/sensorservice/
mat.h 298 // Calculate the trace of a matrix
299 template <typename TYPE, size_t C> static TYPE trace(const mat<TYPE, C, C>& m) { function in namespace:android
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 413 trace() const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 413 trace() const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 413 trace() const;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 413 trace() const;
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 4650 TraceInfo trace; local
4916 const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; local
    [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 69 // Map thread trace when context is created.
71 internal_snprintf(name, sizeof(name), "trace %u", tid);
74 internal_snprintf(name, sizeof(name), "trace header %u", tid);
75 MapThreadTrace(hdr, sizeof(Trace), name);
76 new((void*)hdr) Trace();
77 // We are going to use only a small part of the trace with the default
78 // value of history_size. However, the constructor writes to the whole trace.
80 uptr hdr_end = hdr + sizeof(Trace);
83 if (hdr_end < hdr + sizeof(Trace))
84 UnmapOrDie((void*)hdr_end, hdr + sizeof(Trace) - hdr_end)
501 unsigned trace = (thr->fast_state.epoch() \/ kTracePartSize) % TraceParts(); local
    [all...]
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /external/guice/lib/build/
junit.jar 
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 179 hb_auto_trace_t<HB_DEBUG_SANITIZE, bool> trace \
392 hb_auto_trace_t<HB_DEBUG_SERIALIZE, bool> trace \
  /external/jsr330/lib/
junit.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-util-3.3.jar 
  /external/slf4j/integration/lib/
junit-3.8.1.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
junit-3.8.1.jar 

Completed in 1400 milliseconds

<<21222324252627282930>>