Searched defs:Debug (Results 1 - 5 of 5) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h45 Debug, enumerator in enum:mcld::DiagnosticEngine::Severity
H A DLDFileFormat.h36 Debug, enumerator in enum:mcld::LDFileFormat::Kind
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DDebug.java19 public class Debug { class
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk7 # example, Debug and Release builds, or builds with and without
26 Configs := Debug Release Profile
43 CFLAGS.Debug := $(CFLAGS) -g
53 OPTIMIZED.Debug := 0
/frameworks/base/core/java/android/os/
H A DDebug.java51 * <p>Debug can create log files that give details about an application, such as
58 public final class Debug class
60 private static final String TAG = "Debug";
81 private Debug() {} method in class:Debug
993 * Debug.InstructionCount icount = new Debug.InstructionCount();
1220 * this method, Debug.setFieldsOn(). Example:
1224 * import android.os.Debug;
1232 * @Debug.DebugProperty
1234 * @@Debug
[all...]

Completed in 93 milliseconds