HomeSort by relevance Sort by last modified time
    Searched full:debugflag (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Support/
Debug.cpp 35 bool llvm::DebugFlag; // DebugFlag - Exported boolean set by the -debug option
41 cl::location(DebugFlag));
59 DebugFlag |= !Val.empty();
93 /// option were specified. Note that DebugFlag also needs to be set to true for
108 (!EnableDebugBuffering || !DebugFlag) ? 0 : DebugBufferSize) {
109 if (EnableDebugBuffering && DebugFlag && DebugBufferSize != 0)
  /external/llvm/include/llvm/Support/
Debug.h 40 /// DebugFlag - This boolean is set to true if the '-debug' command line option
44 extern bool DebugFlag;
53 /// option were specified. Note that DebugFlag also needs to be set to true for
68 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
  /system/core/run-as/
package.c 446 * <pkgName> <uid> <debugFlag> <dataDir> <seinfo>
451 * <debugFlag> is 1 if the package is debuggable, or 0 otherwise
463 int uid, debugFlag;
486 debugFlag = parse_positive_decimal(&p, end);
487 switch (debugFlag) {
  /external/llvm/docs/
CommandLine.rst     [all...]
ProgrammersManual.rst 306 disable it directly in gdb. Just use "``set DebugFlag=0``" or "``set
307 DebugFlag=1``" from the gdb if the program is running. If the program hasn't
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 307 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls();
llvm-objdump.cpp 346 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls();
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 13 #define DEBUGME (DebugFlag && isCurrentDebugType(DEBUG_TYPE))
    [all...]
  /external/bison/
ChangeLog-1998     [all...]
  /frameworks/base/services/java/com/android/server/pm/
Settings.java     [all...]

Completed in 700 milliseconds