HomeSort by relevance Sort by last modified time
    Searched defs:debug (Results 126 - 150 of 1831) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/common/
servslkf.cpp 99 SimpleLocaleKeyFactory::debug(UnicodeString& result) const function in class:SimpleLocaleKeyFactory
101 LocaleKeyFactory::debug(result);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StringPrepDataReader.java 28 private final static boolean debug = ICUDebug.enabled("NormalizerDataReader"); field in class:StringPrepDataReader
37 if(debug) System.out.println("Bytes in buffer " + bytes.remaining());
42 if(debug) System.out.println("Bytes left in byteBuffer " + byteBuffer.remaining());
  /external/jcommander/src/test/java/com/beust/jcommander/args/
Args1.java 39 @Parameter(names = "-debug", description = "Debug mode")
40 public boolean debug = false; field in class:Args1
  /external/libchrome/base/debug/
debugger_posix.cc 5 #include "base/debug/debugger.h"
43 #include "base/debug/alias.h"
57 namespace debug { namespace in namespace:base
173 // We want to break into the debugger in Debug mode, and cause a crash dump in
184 // Linux: Debug mode if a debugger is attached, send SIGTRAP; otherwise send
238 #error "Don't know how to debug break on this architecture/OS"
249 base::debug::Alias(&static_variable_to_make_this_function_unique);
253 // For Android development we always build release (debug builds are
259 // Terminate the program after signaling the debug break.
264 } // namespace debug
    [all...]
proc_maps_linux.h 16 namespace debug { namespace in namespace:base
88 } // namespace debug
stack_trace.h 45 namespace debug { namespace in namespace:base
124 // reliable than StackTrace. It should work for debug and profiling builds,
207 } // namespace debug
task_annotator.cc 5 #include "base/debug/task_annotator.h"
9 #include "base/debug/activity_tracker.h"
10 #include "base/debug/alias.h"
16 namespace debug { namespace in namespace:base
57 debug::Alias(&task_backtrace);
72 } // namespace debug
thread_heap_usage_tracker.h 19 namespace debug { namespace in namespace:base
114 } // namespace debug
  /external/libgsm/tst/
cod2lin.c 17 int debug = 0; variable
cod2txt.c 17 int debug = 0; variable
gsm2cod.c 17 int debug = 0; variable
lin2cod.c 16 int debug = 0; variable
lin2txt.c 16 int debug = 0; variable
  /external/libvpx/libvpx/
webmenc.h 24 int debug; member in struct:WebmOutputContext
  /external/libxml2/
testRelax.c 48 static int debug = 0; variable
64 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
65 debug++;
128 if (debug)
169 printf("Usage : %s [--debug] [--noout] schemas XMLfiles ...\n",
173 printf("\t--debug : dump a debug tree of the in-memory document\n");
testSchemas.c 49 static int debug = 0; variable
64 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
65 debug++;
119 if (debug)
160 printf("Usage : %s [--debug] [--noout] schemas XMLfiles ...\n",
164 printf("\t--debug : dump a debug tree of the in-memory document\n");
testURI.c 21 static int debug = 0; variable
35 if (debug) {
90 ((!strcmp(argv[arg], "-debug")) || (!strcmp(argv[arg], "--debug")))) {
92 debug++;
  /external/mesa3d/src/compiler/glsl/
opt_dead_code.cpp 36 static bool debug = false; variable
67 if (debug) {
108 if (debug) {
159 if (debug) {
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_opt_algebraic.c 38 static bool debug; variable
43 if (!debug)
54 if (!debug)
vc4_opt_constant_folding.c 34 static bool debug; variable
39 if (!debug)
50 if (!debug)
vc4_opt_copy_propagation.c 67 bool debug = false; local
135 if (debug) {
144 if (debug) {
vc4_opt_dead_code.c 40 static bool debug; variable
45 if (debug) {
119 if (debug) {
vc4_opt_peephole_sf.c 33 static bool debug; variable
38 if (!debug)
49 if (!debug)
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
Debug.java 25 public class Debug {
72 public final static boolean debug = false; field in class:Debug
75 if (debug)
80 if (debug)
85 if (debug)
  /external/nanohttpd/samples/src/main/java/fi/iki/elonen/debug/
DebugServer.java 1 package fi.iki.elonen.debug;
63 sb.append("<head><title>Debug Server</title></head>");
65 sb.append("<h1>Debug Server</h1>");

Completed in 360 milliseconds

1 2 3 4 56 7 8 91011>>