Searched defs:DEBUG (Results 26 - 50 of 249) sorted by path

12345678910

/external/chromium_org/content/public/android/java/src/org/chromium/content/common/
H A DCleanupReference.java36 private static final boolean DEBUG = false; // Always check in as false! field in class:CleanupReference
51 if (DEBUG) Log.d(TAG, "removed one ref from GC queue");
101 if (DEBUG) Log.d(TAG, "will try and cleanup; max = " + sRefs.size());
132 if (DEBUG) Log.d(TAG, "+++ CREATED ONE REF");
156 if (DEBUG) Log.d(TAG, "runCleanupTaskInternal");
159 if (DEBUG) Log.i(TAG, "--- CLEANING ONE REF");
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DAudioManagerAndroid.java41 private static final boolean DEBUG = false; field in class:AudioManagerAndroid
47 * Is only utilized when DEBUG is set to true.
53 if (DEBUG) {
66 if (DEBUG) {
193 // the case. Only active when |DEBUG| is set to true.
242 if (DEBUG) logd("init");
243 if (DEBUG) logDeviceInfo();
251 if (DEBUG && !mHasModifyAudioSettingsPermission) {
256 if (DEBUG && !mHasRecordAudioPermission) {
275 if (DEBUG) reportUpdat
[all...]
H A DAudioRecordInput.java28 private static final boolean DEBUG = false; field in class:AudioRecordInput
191 if (DEBUG) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
H A Dirclib.py74 DEBUG = 0 variable
509 if DEBUG:
571 if DEBUG:
578 if DEBUG:
597 if DEBUG:
791 if DEBUG:
949 if DEBUG:
987 if DEBUG:
990 if DEBUG:
1011 if DEBUG
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DBuildExecutable.py10 DEBUG = True variable
39 if DEBUG:
/external/chromium_org/third_party/cython/src/pyximport/
H A Dpyxbuild.py19 DEBUG = 0 variable
51 if DEBUG or "--verbose" in script_args:
96 if DEBUG:
154 if DEBUG:
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnmfmtrt.cpp29 UBool NumberFormatRoundTripTest::DEBUG = FALSE; member in class:NumberFormatRoundTripTest
246 if(DEBUG)
251 if(DEBUG)
259 if(DEBUG)
H A Dnmfmtrt.h30 static UBool DEBUG; member in class:NumberFormatRoundTripTest
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dmakeconv.c39 #define DEBUG 0 macro
277 #if DEBUG
329 #if DEBUG
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
H A Dxfm.c215 #define DEBUG 0 macro
246 #if DEBUG
274 #if DEBUG
286 #if DEBUG
304 #if DEBUG
312 #if DEBUG
319 #if DEBUG
359 #if DEBUG
374 #if DEBUG
385 #if DEBUG
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c35 #define DEBUG macro
1159 #ifdef DEBUG
/external/chromium_org/third_party/markdown/
H A D__main__.py44 from logging import DEBUG, INFO, CRITICAL namespace
77 action="store_const", const=DEBUG, dest="verbose",
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h42 #if defined( _DEBUG ) && !defined( DEBUG )
43 #define DEBUG macro
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java31 private static final boolean DEBUG = false; field in class:ViEAndroidGLES20
149 if (DEBUG) {
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm-options.c37 #define DEBUG(x) fprintf ## x ; macro
39 #define DEBUG(x) macro
52 DEBUG((stderr, "parse_cmdline: entered\n"));
98 DEBUG((stderr, "parse_cmdline: finished\n"));
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm-options.c37 #define DEBUG(x) fprintf ## x ; macro
39 #define DEBUG(x) macro
52 DEBUG((stderr, "parse_cmdline: entered\n"));
156 DEBUG((stderr, "parse_cmdline: finished\n"));
/external/chromium_org/tools/
H A Dcheck_grd_for_unused_strings.py21 DEBUG = 0 variable
93 if DEBUG:
97 elif DEBUG > 1:
/external/chromium_org/tools/valgrind/asan/third_party/
H A Dasan_symbolize.py21 DEBUG = False variable
82 if DEBUG:
98 if DEBUG:
143 if DEBUG:
201 if DEBUG:
216 if DEBUG:
395 if DEBUG:
/external/chromium_org/v8/tools/
H A Dgrokdump.py65 DEBUG=False variable
69 if not DEBUG: return
/external/clang/unittests/AST/
H A DCommentParser.cpp33 const bool DEBUG = true; member in namespace:clang::comments::__anon19530
67 if (DEBUG) {
/external/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py20 DEBUG = False variable
73 if DEBUG:
89 if DEBUG:
131 if DEBUG:
189 if DEBUG:
204 if DEBUG:
377 if DEBUG:
/external/conscrypt/src/platform/java/org/conscrypt/
H A DCertPinManager.java41 private static final boolean DEBUG = false; field in class:CertPinManager
225 if (DEBUG) {
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java639 private static final boolean DEBUG = false; field in class:NativeCryptoTest
725 if (DEBUG) {
745 if (DEBUG) {
764 if (DEBUG) {
783 if (DEBUG) {
814 if (DEBUG) {
956 if (DEBUG) {
969 if (DEBUG) {

Completed in 1815 milliseconds

12345678910