/ndk/build/core/ |
build-binary.mk | 296 # only call dump-src-file-tags during debugging
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pprof | [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
pprof | [all...] |
/external/chromium_org/v8/src/ |
liveedit-debugger.js | 548 // Status explanation is used for debugging purposes and will be shown [all...] |
/external/iputils/ninfod/ |
configure | [all...] |
/external/v8/src/ |
liveedit-debugger.js | 531 // Status explanation is used for debugging purposes and will be shown [all...] |
/external/chromium_org/third_party/libxml/src/ |
configure | [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 334 /// needed for profiling and debugging and token stream rewriting. 774 /// For grammar debugging, you will want to override this to add more information [all...] |
Antlr.Runtime.Tree.pas | 419 /// the tree structure. When debugging we need unique nodes 749 // Debugging [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/java/ |
jni.h | 1754 jboolean debugging; member in struct:JDK1_1InitArgs [all...] |
/external/e2fsprogs/ |
configure | [all...] |
/external/blktrace/doc/ |
blktrace.tex | 217 very useful for debugging problems with programs talking directly to the [all...] |
/external/chromium_org/chrome_frame/ |
CFInstance.js | 25 // * determine what debugging APIs should be exposed and how they should be [all...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/srtp/ |
configure | 848 --disable-debug do not compile in dynamic debugging system 972 running configure, to aid debugging if configure makes a mistake. [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | 2 topics = {'assert': '\nThe ``assert`` statement\n************************\n\nAssert statements are a convenient way to insert debugging assertions\ninto a program:\n\n assert_stmt ::= "assert" expression ["," expression]\n\nThe simple form, ``assert expression``, is equivalent to\n\n if __debug__:\n if not expression: raise AssertionError\n\nThe extended form, ``assert expression1, expression2``, is equivalent\nto\n\n if __debug__:\n if not expression1: raise AssertionError(expression2)\n\nThese equivalences assume that ``__debug__`` and ``AssertionError``\nrefer to the built-in variables with those names. In the current\nimplementation, the built-in variable ``__debug__`` is ``True`` under\nnormal circumstances, ``False`` when optimization is requested\n(command line option -O). The current code generator emits no code\nfor an assert statement when optimization is requested at compile\ntime. Note that it is unnecessary to include the source code for the\nexpression that failed in the error message; it will be displayed as\npart of the stack trace.\n\nAssignments to ``__debug__`` are illegal. The value for the built-in\nvariable is determined when the interpreter starts.\n', [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | 2 topics = {'assert': '\nThe ``assert`` statement\n************************\n\nAssert statements are a convenient way to insert debugging assertions\ninto a program:\n\n assert_stmt ::= "assert" expression ["," expression]\n\nThe simple form, ``assert expression``, is equivalent to\n\n if __debug__:\n if not expression: raise AssertionError\n\nThe extended form, ``assert expression1, expression2``, is equivalent\nto\n\n if __debug__:\n if not expression1: raise AssertionError(expression2)\n\nThese equivalences assume that ``__debug__`` and ``AssertionError``\nrefer to the built-in variables with those names. In the current\nimplementation, the built-in variable ``__debug__`` is ``True`` under\nnormal circumstances, ``False`` when optimization is requested\n(command line option -O). The current code generator emits no code\nfor an assert statement when optimization is requested at compile\ntime. Note that it is unnecessary to include the source code for the\nexpression that failed in the error message; it will be displayed as\npart of the stack trace.\n\nAssignments to ``__debug__`` are illegal. The value for the built-in\nvariable is determined when the interpreter starts.\n', [all...] |
/external/elfutils/ |
configure | [all...] |
/external/marisa-trie/ |
configure | [all...] |
/external/stressapptest/ |
configure | [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | [all...] |
/external/chromium_org/third_party/icu/source/ |
configure | [all...] |
/external/grub/ |
configure | [all...] |
/external/icu4c/ |
configure | [all...] |