OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debug_mode
(Results
1 - 25
of
54
) sorted by null
1
2
3
/external/chromium_org/third_party/cld/base/
log_severity.h
33
//
DEBUG_MODE
is for small !NDEBUG uses like
34
// if (
DEBUG_MODE
) foo.CheckThatFoo();
41
enum {
DEBUG_MODE
= 0 };
43
enum {
DEBUG_MODE
= 1 };
/frameworks/base/tests/RenderScriptTests/PerfTest/res/menu/
loader_menu.xml
25
<item android:id="@+id/
debug_mode
"
26
android:title="@string/
debug_mode
" />
/external/chromium_org/sync/util/
logging.h
30
::logging::
DEBUG_MODE
&& \
/frameworks/base/tests/RenderScriptTests/PerfTest/res/values/
strings.xml
24
<string name="
debug_mode
">Debug Mode</string>
/external/chromium_org/third_party/re2/util/
logging.h
45
#define
DEBUG_MODE
0
48
#define
DEBUG_MODE
1
/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
) {
/external/chromium_org/sync/engine/
traffic_logger.cc
23
if (::logging::
DEBUG_MODE
&& VLOG_IS_ON(1)) {
/packages/inputmethods/LatinIME/java/res/xml/
prefs_for_debug.xml
38
android:key="
debug_mode
"
/hardware/invensense/60xx/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);
/external/chromium_org/base/
logging_unittest.cc
60
kExpectedDebugOrReleaseCalls + (
DEBUG_MODE
? kExpectedDebugCalls : 0);
69
const bool kIsDebugMode = (
DEBUG_MODE
!= 0);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.c
49
int
debug_mode
;
member in struct:inv_data_builder_t
70
inv_data_builder.
debug_mode
= RD_RECORD;
79
inv_data_builder.
debug_mode
= RD_NO_DEBUG;
225
if (inv_data_builder.
debug_mode
== RD_RECORD) {
242
if (inv_data_builder.
debug_mode
== RD_RECORD) {
261
if (inv_data_builder.
debug_mode
== RD_RECORD) {
280
if (inv_data_builder.
debug_mode
== RD_RECORD) {
314
if (inv_data_builder.
debug_mode
== RD_RECORD) {
416
if (inv_data_builder.
debug_mode
== RD_RECORD) {
439
if (inv_data_builder.
debug_mode
== RD_RECORD)
[
all
...]
/external/chromium/crypto/
openssl_util.cc
99
if (logging::
DEBUG_MODE
&& VLOG_IS_ON(1)) {
/external/chromium_org/crypto/
openssl_util.cc
111
if (logging::
DEBUG_MODE
&& VLOG_IS_ON(1)) {
/external/chromium_org/third_party/re2/re2/testing/
random_test.cc
28
if (
DEBUG_MODE
) {
exhaustive_tester.cc
151
if (
DEBUG_MODE
&& FLAGS_quick_debug_mode) {
/external/regex-re2/re2/testing/
random_test.cc
28
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/settings/
DebugSettings.java
36
public static final String PREF_DEBUG_MODE = "
debug_mode
";
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.h
109
enum {
DEBUG_MODE
= 0 };
112
enum {
DEBUG_MODE
= 1 };
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.h
104
enum {
DEBUG_MODE
= 0 };
107
enum {
DEBUG_MODE
= 1 };
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java
50
private static boolean
DEBUG_MODE
= LatinImeLogger.sDBG || DEBUG_EVENT;
373
if (
DEBUG_MODE
) {
[
all
...]
/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/chromium_org/chrome/browser/resources/google_now/
utility.js
32
var
DEBUG_MODE
= localStorage['
debug_mode
'];
38
if (
DEBUG_MODE
) {
174
if (
DEBUG_MODE
)
Completed in 1514 milliseconds
1
2
3