HomeSort by relevance Sort by last modified time
    Searched defs:debug (Results 426 - 450 of 742) sorted by null

<<11121314151617181920>>

  /ndk/build/core/
definitions-graph.mk 25 # Set this to true if you want to debug the functions here.
29 # Use $(call -ndk-mod-debug,<message>) to print a debug message only
34 -ndk-mod-debug = $(info $1)
36 -ndk-mod-debug := $(empty)
40 -ndk-topo-debug = $(info $1)
42 -ndk-topo-debug = $(empty)
342 $(call -ndk-topo-debug,-ndk-mod-topo-sort: wq='$(_ndk_mod_wq)' list='$(_ndk_mod_list)')\
349 $(call -ndk-topo-debug,-ndk-mod-topo-sort: deps='$(_ndk_mod_depends)')\
461 $(call -ndk-mod-debug,-ndk-mod-bfs-recursive wq='$(_ndk_mod_wq)' list='$(_ndk_mod_list)' visited='$(_ndk_mod_tree_visito (…)
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /bionic/libc/kernel/common/linux/
pkt_sched.h 252 __u32 debug; member in struct:tc_htb_glob
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 691 if (args.debug) {
778 if (args.debug) {
832 if (args.debug) {
1151 public boolean debug = false; field in class:Main.Arguments
    [all...]
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 197 __u32 debug; member in struct:tc_htb_glob
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 57 private boolean debug = false; field in class:Tool
207 else if (args[i].equals("-debug")) {
257 NFAToDFAConverter.debug = true;
734 System.err.println(" -debug generate a parser that emits debugging events");
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAToDFAConverter.java 57 public static boolean debug = false; field in class:NFAToDFAConverter
276 if ( debug ) {
458 if ( debug ) {
598 if ( debug ){
620 if ( debug ) {
663 if ( debug ) {
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 126 protected boolean debug; field in class:CodeGenerator
199 if ( debug && grammar.type!=Grammar.LEXER ) {
239 if ( debug && grammar.type!=Grammar.LEXER ) {
255 else if ( debug && grammar.type!=Grammar.LEXER ) {
    [all...]
  /external/chromium_org/base/debug/
trace_event.h 144 // class MyData : public base::debug::ConvertableToTraceFormat {
195 #include "base/debug/trace_event_impl.h"
196 #include "base/debug/trace_event_memory.h"
197 #include "base/debug/trace_event_system_stats_monitor.h"
1466 namespace debug { namespace in namespace:base
    [all...]
trace_event_unittest.cc 5 #include "base/debug/trace_event_unittest.h"
11 #include "base/debug/trace_event.h"
26 using base::debug::HighResSleepForTraceTest;
29 namespace debug { namespace in namespace:base
147 base::debug::TraceResultBuffer trace_buffer_;
148 base::debug::TraceResultBuffer::SimpleOutput json_output_;
866 public base::debug::TraceLog::EnabledStateObserver {
948 : public base::debug::TraceLog::EnabledStateObserver {
953 // base::debug::TraceLog::EnabledStateObserver overrides:
979 : public base::debug::TraceLog::EnabledStateObserver
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptSource.js     [all...]
  /external/chromium_org/third_party/libxml/src/
xmllint.c 126 static int debug = 0; variable
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.h 330 } debug; member in struct:svga_context
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.h 129 const char *name; /* for debug */
431 struct radeon_debug debug; member in struct:radeon_context
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 304 BIO_printf(bio_err," -debug - extra output\n");
402 int debug; /* copy from c_debug */ member in struct:srp_arg_st
458 if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1)
471 if (srp_arg->debug)
732 else if (strcmp(*argv,"-debug") == 0)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c 300 static int debug=0; variable
326 fprintf(stderr," -d - debug output\n");
556 debug = 0;
611 debug=1;
1048 if (debug)
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 34 #include "debug.h"
647 #ifdef DEBUG
2184 Debug* debug = isolate->debug(); local
    [all...]
d8.cc 65 #include "d8-debug.h"
66 #include "debug.h"
668 v8::Debug::ProcessDebugMessages();
777 // utility, evaluation and debug context can all access each other.
789 i::Debug* debug = reinterpret_cast<i::Isolate*>(isolate)->debug(); local
790 debug->Load();
792 = i::Handle<i::JSObject>(debug->debug_context()->global_object());
793 utility_context->Global()->Set(String::NewFromUtf8(isolate, "$debug"),
    [all...]
debug.h 34 #include "debug-agent.h"
46 #include "../include/v8-debug.h"
84 // Must match Debug.BreakPositionAlignment in debug-debugger.js
214 // Linked list holding debug info objects. The debug info objects are kept as
215 // weak handles to avoid a debug info object to keep a function alive.
226 // Global (weak) handle to the debug info object.
236 // This class controls the debug info for all functions which currently have
237 // active breakpoints in them. This debug info is held in the heap root objec
1027 Debug* debug = isolate->debug(); local
    [all...]
ic.cc 42 #ifdef DEBUG
116 #endif // DEBUG
140 #ifdef DEBUG
167 ASSERT(Debug::HasDebugInfo(shared));
168 Code* original_code = Debug::GetDebugInfo(shared)->original_code();
481 // Don't clear debug break inline cache as it will remove the break point.
679 Debug* debug = isolate()->debug(); local
680 if (debug->StepInActive())
    [all...]
isolate.h 31 #include "../include/v8-debug.h"
98 class Debug;
312 #ifdef DEBUG
975 Debug* debug() { function in class:v8::internal::Isolate
    [all...]
  /external/elfutils/src/
unstrip.c 1 /* Combine stripped files with separate symbols and debug information.
87 N_("Create output for modules that have no separate debug information"),
924 find_alloc_sections_prelink (Elf *debug, Elf_Data *debug_shstrtab,
1055 while ((scn = elf_nextscn (debug, scn)) != NULL)
1999 Elf *debug = dwarf_getelf (dwfl_module_getdwarf (mod, &bias)); local
2102 const char *debug; local
    [all...]
  /external/iptables/libiptc/
libiptc.c 50 #ifdef DEBUG
51 #define debug(x, args...) fprintf(stderr, x, ## args) macro
53 #define debug(x, args...) macro
348 debug("WARNING: handle->chain_index_sz == 0\n");
356 debug("bsearch Find chain:%s (pos:%d end:%d) (offset:%d)\n",
366 debug("bsearch Index[%d] name:%s ",
375 debug("head_offset:[%d] foot_offset:[%d] ",
386 debug("res:%d ", res);
393 debug("[found] Direct hit pos:%d end:%d\n", pos, end);
401 debug("[found] Reached first array elem (end%d)\n",end)
    [all...]
  /external/iputils/
rdisc.c 178 int debug = 0; variable
305 debug = 1;
633 if (debug) {
1021 if (debug)
1064 if (debug)
1211 if (debug)
1220 if (debug)
1405 if (debug)
    [all...]

Completed in 589 milliseconds

<<11121314151617181920>>