/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 320 trace(msg); 653 //trace("consumeUntil("+bitSet.toStringFromTokens(tokenNames)+")"); 656 //trace("consume during recover LA(1)="+tokenNames[input.LA(1)]); 766 trace("!!!!!!!!! memo array is null for "+ grammarFileName); 769 trace("!!!!!!!!! memo size is "+state.ruleMemo.length+", but rule index is "+ruleIndex); 792 trace("enter "+ruleName+" "+inputSymbol); 794 trace(" backtracking="+state.backtracking); 796 trace(); 803 trace("exit "+ruleName+" "+inputSymbol); 805 trace(" backtracking="+state.backtracking) [all...] |
/art/runtime/gc/accounting/ |
card_table.cc | 61 ScopedTrace trace(__PRETTY_FUNCTION__);
|
/build/core/ |
config_sanitizers.mk | 82 my_cflags += -fsanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
pytracer.py | 20 # Because of poor implementations of trace-function-manipulating tools, 21 # the Python trace function must be kept very simple. In particular, there 22 # must be only one function ever set as the trace function, both through 23 # sys.settrace, and as the return value from the trace function. Put 24 # another way, the trace function must always return itself. It cannot 28 # The trace manipulator that introduced this restriction is DecoratorTools, 29 # which sets a trace function, and then later restores the pre-existing one 32 # Systems that use DecoratorTools (or similar trace manipulations) must use 63 """The trace function passed to sys.settrace.""" 78 # Entering a new function context. Decide if we should trace [all...] |
/external/compiler-rt/lib/lsan/ |
lsan_common_linux.cc | 96 return stack.trace[1];
|
/external/compiler-rt/lib/tsan/dd/ |
dd_rtl.cc | 29 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip));
|
/external/curl/src/ |
tool_cfgable.h | 230 char *trace_dump; /* file to dump the network trace to */ 233 trace tracetype;
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixFunctionAtomic.h | 75 m_avgEival = A.trace() / Scalar(RealScalar(m_Arows));
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
PeriodFormatterData.java | 40 public static boolean trace = false; field in class:PeriodFormatterData 126 if (trace) { 516 if (trace) { 596 if (trace && count == 0) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
PeriodFormatterData.java | 38 public static boolean trace = false; field in class:PeriodFormatterData 124 if (trace) { 514 if (trace) { 594 if (trace && count == 0) {
|
/external/mesa3d/src/gallium/targets/libgl-xlib/ |
Makefile | 45 $(TOP)/src/gallium/drivers/trace/libtrace.a \
|
/external/mesa3d/src/gallium/targets/xa-vmwgfx/ |
Makefile | 24 $(TOP)/src/gallium/drivers/trace/libtrace.a \
|
/external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/ |
SLF4JBridgeHandler.java | 49 * FINEST -> TRACE 228 slf4jLogger.trace(i18nMessage, record.getThrown());
|
/external/webrtc/webrtc/tools/loopback_test/ |
adapter.js | 21 function trace(text) { function
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
Tracer.java | 33 * that needs to be traced should include a call to Tracer.trace in the 46 * Enum that determines where the trace output goes. It can go to either 101 * parameters before the trace is collected. 113 * Sets where the trace output will go. Can be either be logcat or a file or 126 "attempting write trace to a file"); 137 "attempting write trace to a file"); 195 * trace. The trace will include the method thats is being called, it's 198 * output a trace entry. Only calls from outise the UiAutomator package will 202 * to this function. Like String[] or Integer[]. The trace function will print thei 209 public static void trace(Object... arguments) { method in class:Tracer [all...] |
/frameworks/base/core/jni/ |
android_os_Trace.cpp | 17 #define LOG_TAG "Trace" 28 #include <cutils/trace.h> 137 int res = jniRegisterNativeMethods(env, "android/os/Trace",
|
/frameworks/native/cmds/atrace/ |
atrace.rc | 1 ## Permissions to allow system-wide tracing to the kernel trace buffer. 5 # Allow writing to the kernel trace log. 61 # Allow only the shell group to read and truncate the kernel trace. 62 chown root shell /sys/kernel/debug/tracing/trace 63 chmod 0660 /sys/kernel/debug/tracing/trace
|
/frameworks/native/libs/ui/tests/ |
mat_test.cpp | 113 EXPECT_EQ(4, trace(m0));
|
/hardware/libhardware/modules/camera/ |
CameraHAL.cpp | 28 #include <cutils/trace.h>
|
/system/core/libcutils/ |
trace-dev.c | 28 #include <cutils/trace.h> 30 #define LOG_TAG "cutils-trace" 34 * Maximum size of a message that can be logged to the trace buffer. 36 * Names should be kept short to get the most use of the trace buffer. 129 ALOGE("Error parsing trace property: Not a number: %s", value); 132 ALOGE("Error parsing trace property: Number too large: %s", value); 171 ALOGE("Error opening trace file: %s (%d)", strerror(errno), errno);
|
/art/test/044-proxy/src/ |
BasicTest.java | 54 Trace trace = (Trace) proxy; local 55 trace.getTrace(); 103 new Class[] { Quads.class, Colors.class, Trace.class }); 164 interface Trace { 261 if (method.getDeclaringClass() == Trace.class) { 276 if (method.getDeclaringClass() == Trace.class) {
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ASTParser.stg | 44 <! trace("<ruleName> returns "+((CommonTree)retval.tree).toStringTree()); !>
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
SimpleLog.java | 41 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal"). 45 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal"). 113 /** "Trace" level logging. */ 228 } else if("trace".equalsIgnoreCase(lvl)) { 280 * @param t The exception whose stack trace should be logged 294 case SimpleLog.LOG_LEVEL_TRACE: buf.append("[TRACE] "); break; 318 // Append stack trace if not null 403 * @see org.apache.commons.logging.Log#trace(Object) 405 public final void trace(Object message) { method in class:SimpleLog 419 * @see org.apache.commons.logging.Log#trace(Object, Throwable 421 public final void trace(Object message, Throwable t) { method in class:SimpleLog [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
timeline_based_measurement.py | 13 from telemetry.value import trace namespace 249 TimelineBasedMeasurement object collects a trace that includes both these 282 trace_value = trace.TraceValue(results.current_page, trace_result) 323 'No timeline interaction records were recorded in the trace. '
|
/external/jdiff/src/jdiff/ |
APIHandler.java | 66 if (trace) 361 private static boolean trace = false; field in class:APIHandler
|