/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 24 stack(), trace() - get info about frames on the stack or in a traceback 1056 def trace(context=1): function [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 241 """Define a trace callback for the variable. 250 self._tk.call("trace", "variable", self._name, mode, cbname) 252 trace = trace_variable variable in class:Variable 254 """Delete the trace callback for a variable. 257 CBNAME is the name of the callback returned from trace_variable or trace. 259 self._tk.call("trace", "vdelete", self._name, mode, cbname) 262 """Return all trace callback information.""" 264 self._tk.call("trace", "vinfo", self._name))) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
inspect.py | 24 stack(), trace() - get info about frames on the stack or in a traceback 1056 def trace(context=1): function [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 241 """Define a trace callback for the variable. 250 self._tk.call("trace", "variable", self._name, mode, cbname) 252 trace = trace_variable variable in class:Variable 254 """Delete the trace callback for a variable. 257 CBNAME is the name of the callback returned from trace_variable or trace. 259 self._tk.call("trace", "vdelete", self._name, mode, cbname) 262 """Return all trace callback information.""" 264 self._tk.call("trace", "vinfo", self._name))) [all...] |
/system/core/adb/ |
adb.c | 84 * from the ADB_TRACE environment variable and build the trace 965 // read the trace mask from persistent property persist.adb.trace_mask [all...] |
/system/core/sh/ |
expand.c | 445 TRACE(("expbackq: read returns %d\n", i)); 472 TRACE(("evalbackq: size=%d: \"%.*s\"\n",
|
/art/compiler/dex/quick/ |
mir_to_lir.h | [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerTest.java | 212 fail("Test is stuck, see ANR stack trace for more info. You may need to" + [all...] |
/dalvik/libdex/ |
DexFile.h | 334 * "debugInfo" is used when displaying an exception stack trace or
|
/dalvik/vm/ |
AllocTracker.cpp | 63 /* stack trace elements; unused entries have method==NULL */
|
/dalvik/vm/compiler/ |
Loop.cpp | 199 /* Unconditional goto - continue to trace up the predecessor chain */
|
/dalvik/vm/mterp/c/ |
opcommon.cpp | [all...] |
/device/generic/goldfish/camera/ |
EmulatedCamera.cpp | 34 /* Defines whether we should trace parameter changes. */ [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3tokenstream.c | 1085 // Slightly convoluted as we must trace back to the lexer's input source
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/ |
basic.rb | 664 compile_options :trace => true
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ThreadTest.java | 940 fail("class and method not found in stack trace");
|
/external/ceres-solver/internal/ceres/ |
dogleg_strategy.cc | 416 const double trB = subspace_B_.trace();
|
/external/chromium/base/third_party/dynamic_annotations/ |
dynamic_annotations.h | 300 /* Request to trace every access to "address". */
|
/external/chromium/net/tools/flip_server/ |
epoll_server.cc | 295 // Remove all trace of the registration, and just keep the node alive long
|
/external/chromium/testing/gmock/src/ |
gmock-spec-builders.cc | 220 Log(WARNING, ss.str(), -1); // -1 means "don't print stack trace".
|
/external/chromium-trace/trace-viewer/src/tracing/importer/ |
linux_perf_importer_test.js | 202 '<title>Android System Trace</title>',
|
/external/chromium_org/base/message_loop/ |
message_loop.h | 494 // Creates a process-wide unique ID to represent this task in trace events.
|
/external/chromium_org/base/third_party/dynamic_annotations/ |
dynamic_annotations.h | 299 /* Request to trace every access to "address". */
|
/external/chromium_org/chrome/browser/metrics/ |
thread_watcher.h | 17 // then stack trace.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_transfer_controller.js | 834 'Stack trace: ', new Error().stack);
|