/external/chromium_org/third_party/freetype/include/freetype/config/ |
ftoption.h | 389 /* FreeType can be compiled in debug or trace mode. In debug mode, */ 390 /* errors are reported through the `ftdebug' component. In trace */ 395 /* Define FT_DEBUG_LEVEL_TRACE to build it in trace mode. */ [all...] |
/external/freetype/include/freetype/config/ |
ftoption.h | 389 /* FreeType can be compiled in debug or trace mode. In debug mode, */ 390 /* errors are reported through the `ftdebug' component. In trace */ 395 /* Define FT_DEBUG_LEVEL_TRACE to build it in trace mode. */ [all...] |
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_api.c | [all...] |
/external/libnfc-nci/src/nfa/p2p/ |
nfa_p2p_api.c | [all...] |
/external/libnfc-nci/src/nfc/nfc/ |
nfc_main.c | [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
abap.php | 1182 'trace-file', 1183 'trace-table', [all...] |
/external/llvm/lib/Target/AArch64/Utils/ |
AArch64BaseInfo.cpp | 199 // Trace registers 258 // Trace registers 531 // Trace registers [all...] |
/external/strace/ |
NEWS | 177 * Introduce "-e trace=desc". 263 * Trace an unbounded number of processes. 346 * new useful tracing names like file and process to trace whole
|
strace.c | 125 static int trace(void); 189 options: trace, abbrev, verbose, raw, signal, read, or write\n\ 190 -o file -- send trace output to FILE instead of stderr\n\ 192 -p pid -- trace process with process id PID, may be repeated\n\ 300 * popen child process from other processes we trace, and standard popen(3) 481 /* INTERRUPTED is going to be checked at the top of TRACE. */ 485 * It is our grandparent we trace, not a -p PID. 790 qualify("trace=all"); 1059 if (trace() < 0) 2072 trace() function 2398 trace() function [all...] |
strace.spec | 40 This package provides the `strace64' program to trace 64-bit processes. 186 - Don't display inappropriate syscalls for -e trace=file (#159340). 187 - New selector type -e trace=desc for file-descriptor using calls (#159400).
|
/external/wpa_supplicant_8/hostapd/ |
Android.mk | 118 OBJS += src/utils/trace.c 119 HOBJS += src/utils/trace.c 878 OBJS_c += src/utils/trace.c
|
/frameworks/base/tests/CoreTests/android/core/ |
TestWebServer.java | 104 * @param log Set true if you want trace output 113 * @param log Set true if you want trace output 124 * @param log Set true if you want trace output
|
/system/core/sh/ |
TOUR | 350 write debugging information to the file $HOME/trace. Most of 351 this is done using the TRACE macro, which takes a set of printf 353 "TRACE(("n=%d0, n))". The double parenthesis are necessary be-
|
exec.c | 151 TRACE(("shellexec failed for %s, errno %d, vforked %d, suppressint %d\n", 531 TRACE(("searchexec \"%s\": no change\n", name)); 571 TRACE(("searchexec \"%s\" returns \"%s\"\n", name, fullname));
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BaseRecognizer.cs | [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BaseRecognizer.cs | [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/res/ |
XSLTErrorResources.java | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/ |
peerconnection_jni.cc | 77 #include "webrtc/system_wrappers/interface/trace.h" [all...] |
/external/webrtc/src/modules/audio_processing/test/ |
unit_test.cc | 22 #include "trace.h" 36 using webrtc::Trace; 55 Trace::CreateTrace(); 58 ASSERT_EQ(0, Trace::SetTraceFile(trace_filename.c_str())); 62 Trace::ReturnTrace(); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pdb.py | 100 self.commands_silent = {} # for each bp num, tells if the stack trace 881 # the Python interpreter's stack trace. 920 Print a stack trace, with the most recent frame at the bottom. 931 Move the current frame one level down in the stack trace 939 Move the current frame one level up in the stack trace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pdb.py | 100 self.commands_silent = {} # for each bp num, tells if the stack trace 881 # the Python interpreter's stack trace. 920 Print a stack trace, with the most recent frame at the bottom. 931 Move the current frame one level down in the stack trace 939 Move the current frame one level up in the stack trace [all...] |
/art/runtime/ |
check_jni.cc | 62 // Ensure that we get a native stack trace for this thread. 116 #define kFlag_ForceTrace 0x80000000 // Add this to a JNI function's flags if you want to trace every call. 132 // If both "-Xcheck:jni" and "-Xjnitrace:" are enabled, we print trace messages 138 if (!vm->trace.empty() && class_name.find(vm->trace) != std::string::npos) { 404 if (has_method_ && (!soa_.Vm()->trace.empty() || VLOG_IS_ON(third_party_jni))) { 522 JniAbortF(function_name_, "unknown trace format specifier: %c", ch); [all...] |
/dalvik/vm/compiler/codegen/x86/ |
LowerInvoke.cpp | 99 /* method is already resolved in trace-based JIT */ 148 /* method is already resolved in trace-based JIT */ 199 /* method is already resolved in trace-based JIT */ 236 /* method is already resolved in trace-based JIT */ 289 /* for trace-based JIT, pDvmDex is a constant at JIT time 293 /* for trace-based JIT, method is a constant at JIT time [all...] |
/dalvik/vm/interp/ |
Interp.cpp | 661 * Actively building a trace? If so, end it now. The trace [all...] |
/external/chromium_org/v8/src/ |
d8.js | 492 case 'trace': [all...] |