HomeSort by relevance Sort by last modified time
    Searched full:debug_mode (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/tests/RenderScriptTests/PerfTest/res/menu/
loader_menu.xml 25 <item android:id="@+id/debug_mode"
26 android:title="@string/debug_mode" />
  /frameworks/base/tests/RenderScriptTests/PerfTest/res/values/
strings.xml 24 <string name="debug_mode">Debug Mode</string>
  /external/regex-re2/util/
logging.h 40 #define DEBUG_MODE 0
43 #define DEBUG_MODE 1
  /external/doclava/src/com/google/doclava/
Doclava2.java 24 private static final boolean DEBUG_MODE = false;
26 if (DEBUG_MODE) {
  /frameworks/base/media/libdrm/mobile1/include/xml/
xml_tinyParser.h 32 #ifdef DEBUG_MODE
34 #endif /* DEBUG_MODE */
  /packages/inputmethods/LatinIME/java/res/xml/
prefs_for_debug.xml 37 android:key="debug_mode"
  /hardware/invensense/libsensors_iio/software/core/mllite/
data_builder.c 66 int debug_mode; member in struct:inv_data_builder_t
90 inv_data_builder.debug_mode = RD_RECORD;
99 inv_data_builder.debug_mode = RD_NO_DEBUG;
193 if (inv_data_builder.debug_mode == RD_RECORD) {
210 if (inv_data_builder.debug_mode == RD_RECORD) {
229 if (inv_data_builder.debug_mode == RD_RECORD) {
248 if (inv_data_builder.debug_mode == RD_RECORD) {
282 if (inv_data_builder.debug_mode == RD_RECORD) {
379 if (inv_data_builder.debug_mode == RD_RECORD) {
402 if (inv_data_builder.debug_mode == RD_RECORD)
    [all...]
  /external/chromium/base/
logging_unittest.cc 58 kExpectedDebugOrReleaseCalls + (DEBUG_MODE ? kExpectedDebugCalls : 0);
67 const bool kIsDebugMode = (DEBUG_MODE != 0);
logging.h 585 // DEBUG_MODE is for uses like
586 // if (DEBUG_MODE) foo.CheckThatFoo();
593 enum { DEBUG_MODE = ENABLE_DLOG };
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TouchScreenRegulator.java 32 private static boolean DEBUG_MODE = LatinImeLogger.sDBG;
146 if (DEBUG_MODE)
  /external/chromium/crypto/
openssl_util.cc 99 if (logging::DEBUG_MODE && VLOG_IS_ON(1)) {
  /external/regex-re2/re2/testing/
random_test.cc 28 if (DEBUG_MODE) {
exhaustive_tester.cc 151 if (DEBUG_MODE && FLAGS_quick_debug_mode) {
possible_match_test.cc 227 if (DEBUG_MODE) {
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBench.java 116 case R.id.debug_mode:
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DebugSettings.java 38 public static final String PREF_DEBUG_MODE = "debug_mode";
  /frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c 684 #ifdef DEBUG_MODE
698 #ifdef DEBUG_MODE
706 #ifdef DEBUG_MODE
  /external/chromium/googleurl/base/
logging.h 231 // DEBUG_MODE is for uses like
232 // if (DEBUG_MODE) foo.CheckThatFoo();
245 enum { DEBUG_MODE = 1 };
350 enum { DEBUG_MODE = 0 };
  /external/linux-tools-perf/
builtin-script.c 19 static bool debug_mode; variable
358 if (debug_mode) {
403 if (debug_mode)
977 OPT_BOOLEAN('d', "debug-mode", &debug_mode,
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DebuggerConnector.java 99 DebugUITools.launch(config, ILaunchManager.DEBUG_MODE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 46 private static boolean DEBUG_MODE = LatinImeLogger.sDBG || DEBUG_EVENT;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchAction.java 76 final String mode = info.isDebugMode() ? ILaunchManager.DEBUG_MODE :
  /dalvik/tests/
run-test 50 debug_mode="no"
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 44 private static final String PREF_DEBUG_MODE = "debug_mode";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 176 DebugUITools.launch(config, ILaunchManager.DEBUG_MODE);
287 * <code>DEBUG_MODE</code>.
312 launchInfo.setDebugMode(mode.equals(ILaunchManager.DEBUG_MODE));
    [all...]

Completed in 3760 milliseconds

1 2