HomeSort by relevance Sort by last modified time
    Searched defs:withDebug (Results 1 - 2 of 2) sorted by null

  /external/libxml2/win32/
configure.js 47 var withDebug = true;
133 txt += " xml_debug: Enable XML debbugging module (" + (withDebug? "yes" : "no") + ")\n";
244 vf.WriteLine("WITH_DEBUG=" + (withDebug? "1" : "0"));
339 of.WriteLine(s.replace(/\@WITH_DEBUG\@/, withDebug? "1" : "0"));
486 withDebug = strToBool(arg.substring(opt.length + 1, arg.length));
669 txtOut += " Debugging module: " + boolToStr(withDebug) + "\n";
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 89 milliseconds