/sdk/files/ |
android.el | 118 (defun android-debug-activity (package class)
|
/prebuilts/tools/common/m2/internal/org/slf4j/slf4j-simple/1.7.2/ |
slf4j-simple-1.7.2.jar | |
/libcore/dalvik/src/test/java/dalvik/system/profiler/ |
SamplingProfilerTest.java | 281 OutputStream debug = new FileOutputStream(file); local 282 debug.write(bytes); 283 debug.close();
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlTree.java | 119 private static final boolean DEBUG = false; 301 // debug data. Clients should fix their code so that the endpoints from 304 StringBuilder debug = new StringBuilder("Returning unbalanced HTML:\n"); local 305 debug.append(getHtml()); 306 debug.append("\nfromNode: ").append(fromNode); 307 debug.append("\ntoNode: ").append(toNode); 308 debug.append("\nNum nodes_: ").append(getNumNodes()); 310 debug.append("\nChunk:\n").append(chunk); 312 logger.severe(debug.toString()); 381 if (DEBUG) { 1004 private static final void debug(String str) { method [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugEventHub.java | 28 package org.antlr.runtime.debug; 36 /** Broadcast debug events to multiple listeners. Lets you debug and still
|
DebugEventRepeater.java | 28 package org.antlr.runtime.debug; 35 * debug events w/o interrupting the debugger. Just subclass the repeater
|
DebugTreeAdaptor.java | 28 package org.antlr.runtime.debug; 43 * The debug listener has to deal with tree node IDs for which it did 79 // to simulate what dupTree has done. dupTree does not call this debug
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestAutoAST.java | 34 protected boolean debug = false; field in class:TestAutoAST 45 "a", "abc 34", debug); 58 "a", "abc 34", debug); 71 "a", "abc 34", debug); 84 "a", "34 abc", debug); 97 "a", "abc 34 dag 4532", debug); 110 "a", "a 1 b", debug); 123 "a", "void foo;", debug); 136 "a", "void foo;", debug); 149 "a", "void foo;", debug); [all...] |
TestCompositeGrammars.java | 37 protected boolean debug = false; field in class:TestCompositeGrammars 62 "s", "b", debug); 82 "s", "b", debug); 102 "s", "b", debug); 121 "s", "b", debug); 143 "s", "b", debug); 180 "s", "aa", debug); 510 "a", "c", debug); 535 "prog", "float x = 3;", debug); 559 "a", "c", debug); [all...] |
TestTreeGrammarRewriteAST.java | 45 protected boolean debug = false; field in class:TestTreeGrammarRewriteAST [all...] |
TestTrees.java | 40 protected boolean debug = false; field in class:TestTrees
|
/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"). 110 /** "Debug" level logging. */ 225 } else if("debug".equalsIgnoreCase(lvl)) { 290 case SimpleLog.LOG_LEVEL_DEBUG: buf.append("[DEBUG] "); break; 367 * @see org.apache.commons.logging.Log#debug(Object) 369 public final void debug(Object message) { method in class:SimpleLog 383 * @see org.apache.commons.logging.Log#debug(Object, Throwable) 385 public final void debug(Object message, Throwable t) { method in class:SimpleLog 549 * <p> Are debug messages currently enabled? </p [all...] |
/external/checkpolicy/ |
checkpolicy.c | 388 unsigned int binary = 0, debug = 0; local 403 {"debug", no_argument, NULL, 'd'}, 432 debug = 1; 622 if (!debug) {
|
/external/chromium_org/net/url_request/ |
url_request.h | 11 #include "base/debug/leak_tracker.h" 42 namespace debug { namespace in namespace:base 44 } // namespace debug 671 // Allows to setting debug info into the URLRequest. 672 void set_stack_trace(const base::debug::StackTrace& stack_trace); 673 const base::debug::StackTrace* stack_trace() const; [all...] |
/external/chromium_org/third_party/lcov/bin/ |
geninfo | 198 sub debug($); 239 our $debug = 0; 355 "debug" => \$debug, 987 debug("chdir($base_dir)\n"); 3428 sub debug($) subroutine [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
call_main.cc | 269 bool debug = FLAG_d; local 292 if (debug) { 302 Print(("Cannot open debug log " + log + "\n").c_str()); 484 if (debug) {
|
/external/chromium_org/third_party/libxml/src/ |
testSAX.c | 53 static int debug = 0; variable 243 * Debug Handlers * 999 * Debug * 1042 * Debug callback 1088 * Debug callback 1136 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug"))) 1137 debug++;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_rast.c | 48 #ifdef DEBUG 80 #ifdef DEBUG 579 #ifdef DEBUG 605 /* debug */ 671 /* Debug/Perf flags: 804 boolean debug = false; local 808 if (debug) 830 if (debug) 846 if (debug)
|
/external/eigen/Eigen/src/Core/ |
GeneralProduct.h | 88 static void debug() function in struct:Eigen::internal::product_type 571 internal::product_type<Derived,OtherDerived>::debug();
|
/external/elfutils/libdwfl/ |
libdwflP.h | 156 struct dwfl_file main, debug; member in struct:Dwfl_Module 163 struct dwfl_file *symfile; /* Either main or debug. */ 249 When DEBUG is false, apply partial relocation to all sections. */ 250 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug) 295 extern int __libdwfl_open_by_build_id (Dwfl_Module *mod, bool debug, 413 #define DEFAULT_DEBUGINFO_PATH ":.debug:/usr/lib/debug"
|
/external/iputils/Modules/ |
pg3.c | 129 int debug; variable 575 if (debug) 634 if(debug)
|
/external/iputils/ |
rarpd.c | 35 int debug; variable 582 ++debug; 666 if (!debug) {
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
BinaryExporter.java | 162 public static boolean debug = false; field in class:BinaryExporter 290 if (debug ) {
|
/external/linux-tools-perf/scripts/python/ |
netdev-times.py | 8 # debug: work with debug mode. It shows buffer status. 45 debug = 0; variable 154 global debug 166 elif arg == 'debug': 167 debug = 1 216 if debug: 217 print "debug buffer status"
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoder.c | 31 #define debug(s) do { x86DisassemblerDebug(__FILE__, __LINE__, s); } while (0) macro 33 #define debug(s) do { } while (0) macro 129 debug("Corrupt table! Unknown modrm_type"); 398 debug("Unhandled override"); 1036 debug("Cannot have Mod = 0b11 and a SIB byte"); [all...] |