/prebuilts/go/linux-x86/src/text/template/parse/ |
parse_test.go | 14 var debug = flag.Bool("debug", false, "show the errors produced by the main tests") var 103 if *debug { 311 if *debug {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pipes.py | 104 def debug(self, flag): member in class:Template 105 """t.debug(flag) turns debugging on or off."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pipes.py | 104 def debug(self, flag): member in class:Template 105 """t.debug(flag) turns debugging on or off."""
|
/toolchain/binutils/binutils-2.27/gold/ |
errors.cc | 209 Errors::debug(const char* format, ...) function in class:gold::Errors
|
parameters.h | 134 // This is just a copy of options().debug(). We make a copy so we 138 debug() const function in class:gold::Parameters 238 // argument is one of the flags from debug.h. 242 { return (parameters->debug() & type) != 0; }
|
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
slf4j-api-1.4.2.jar | |
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
Category.java | 35 * Log4j's <code>trace</code>, <code>debug()</code>, <code>info()</code>, 105 return Level.DEBUG; 200 slf4jLogger.debug(marker, m); 216 * Delegates to {@link org.slf4j.Logger#debug(String)} method of SLF4J. 218 public void debug(Object message) { method in class:Category 223 * Delegates to {@link org.slf4j.Logger#debug(String,Throwable)} method in 226 public void debug(Object message, Throwable t) { method in class:Category
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.6/ |
slf4j-api-1.7.6.jar | |
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.7/ |
slf4j-api-1.7.7.jar | |
/art/compiler/debug/ |
elf_debug_loc_writer.h | 25 #include "debug/dwarf/debug_info_entry_writer.h" 26 #include "debug/dwarf/register.h" 27 #include "debug/method_debug_info.h" 31 namespace debug { namespace in namespace:art 338 } // namespace debug
|
/device/google/wahoo/power-libperfmgr/ |
Power.cpp | 516 Return<void> Power::debug(const hidl_handle& handle, const hidl_vec<hidl_string>&) { function in class:android::hardware::power::V1_2::implementation::Power
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
suite.py | 72 def debug(self):
member in class:BaseTestSuite 75 test.debug()
88 def run(self, result, debug=False):
107 if not debug:
110 test.debug()
118 def debug(self):
member in class:TestSuite 120 debug = _DebugResult()
121 self.run(debug, True)
300 "Used by the TestSuite to hold previous class when running in debug."
|
/external/ImageMagick/MagickCore/ |
image-view.c | 77 debug; 122 clone_view->debug=image_view->debug; 750 image_view->debug=IsEventLogging(); 807 image_view->debug=IsEventLogging(); 75 debug; member in struct:_ImageView [all...] |
/external/ImageMagick/MagickWand/ |
pixel-iterator.c | 94 debug; 127 if (iterator->debug != MagickFalse) 135 iterator->debug=IsEventLogging(); 168 if (iterator->debug != MagickFalse) 186 clone_iterator->debug=iterator->debug; 187 if (clone_iterator->debug != MagickFalse) 221 if (iterator->debug != MagickFalse) 344 iterator->debug=IsEventLogging(); 345 if (iterator->debug != MagickFalse 91 debug; member in struct:_PixelIterator [all...] |
/external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
ASTPathCriterion.java | 69 public static boolean debug = Main.debug; field in class:ASTPathCriterion 132 if (debug) { 157 if (debug) { 179 if (debug) { 189 if (debug) { 202 if (debug) { [all...] |
GenericArrayLocationCriterion.java | 32 private static final boolean debug = false; field in class:GenericArrayLocationCriterion 95 if (debug) { 101 if (debug) { 193 if (debug) { 216 if (debug) { 223 if (debug) { 237 if (debug) { 275 TreeFinder.warn.debug("WARNING: wildcard bounds not allowed " 282 TreeFinder.warn.debug("WARNING: wildcard bounds not allowed " 353 if (debug) { [all...] |
InClassCriterion.java | 35 static boolean debug = false; field in class:InClassCriterion 99 debug("InClassCriterion.isSatisfiedBy:%n cname=%s%n tree=%s%n", cname, tree); 108 debug("false[COMPILATION_UNIT; bad declaredPackage = %s] InClassCriterion.isSatisfiedBy:%n cname=%s%n tree=%s%n", declaredPackage, cname, tree); 124 debug("InClassCriterion.isSatisfiedBy:%n cname=%s%n tree=%s%n", cname, tree); 130 debug("found local class: InClassCriterion.isSatisfiedBy:%n cname=%s%n tree=%s%n", cname, tree); 139 debug("empty getSimpleName: InClassCriterion.isSatisfiedBy:%n cname=%s%n tree=%s%n", cname, tree); 148 debug("true InClassCriterion.isSatisfiedBy:%n cname=%s%n tree=%s%n", cname, tree); 157 debug("false InClassCriterion.isSatisfiedBy:%n cname=%s%n tree=%s%n", cname, tree); 165 debug("InClassCriterion.isSatisfiedBy:%n cname=%s%n tree=%s%n", cname, tree); 178 debug("false InClassCriterion.isSatisfiedBy:%n cname=%s%n tree=%s%n", cname, tree) 274 private static void debug(String message, Object... args) { method in class:InClassCriterion [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
DFA.java | 55 public static final boolean debug = false; field in class:DFA 65 if ( debug ) { 72 if ( debug ) System.err.println("DFA "+decisionNumber+" state "+s+" LA(1)="+(char)input.LA(1)+"("+input.LA(1)+ 76 if ( debug ) { 81 if ( debug ) { 93 if ( debug ) System.err.println("accept; predict "+accept[s]+" from state "+s); 106 if ( debug ) System.err.println("EOT transition"); 124 if ( debug ) System.err.println("EOT transition"); 130 if ( debug ) System.err.println("accept via EOF; predict "+accept[eof[s]]+" from "+eof[s]); 134 if ( debug ) { [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
BlankDebugEventListener.java | 28 package org.antlr.runtime.debug; 35 * sensitive to updates to debug interface.
|
DebugEventListener.java | 28 package org.antlr.runtime.debug; 143 * without having to alter all the debug objects.
|
DebugTokenStream.java | 28 package org.antlr.runtime.debug;
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestHeteroAST.java | 34 protected boolean debug = false; field in class:TestHeteroAST 51 "a", "a", debug); 63 "a", "a", debug); 80 "a", "a", debug); 97 "a", "a", debug); 115 "a", "a", debug); 132 "a", "a", debug); 149 "a", "a", debug); 166 "a", "a", debug); 183 "a", "begin", debug); [all...] |
TestLexer.java | 37 protected boolean debug = false; field in class:TestLexer 52 "a", "\\t", debug); 66 "a", "-34", debug); 80 "a", "- 34", debug); 93 "a", "-34", debug); 107 "a", "-34", debug); 121 "a", "3.14159", debug); 134 "a", "hi 342", debug); 146 "a", "342", debug); 158 "a", "33 297", debug); [all...] |
TestRewriteTemplates.java | 36 protected boolean debug = false; field in class:TestRewriteTemplates 47 "a", "abc 34", debug); 60 "a", "abc 34", debug); 73 "a", "abc 34", debug); 86 "a", "abc 34", debug); 101 "a", "abc 34", debug); 116 "a", "abc 34", debug); 129 "a", "abc 34", debug); 146 "a", "abc 34", debug); 160 "a", "abc 34", debug); [all...] |
TestSets.java | 34 protected boolean debug = false; field in class:TestSets 50 "a", "34", debug); 59 "a", "x", debug); 68 "a", "zz", debug); 77 "a", "zz", debug); 86 "a", "zz", debug); 95 "a", "b", debug); 105 "a", "b", debug); 115 "a", "x", debug); 125 "a", "bc", debug); [all...] |