/cts/tests/tests/media/src/android/media/cts/ |
EncoderTest.java | 35 private static final boolean VERBOSE = false; 227 if (VERBOSE) { 238 if (VERBOSE) { 258 if (VERBOSE) { 264 if (VERBOSE) { 270 if (VERBOSE) {
|
MediaMuxerTest.java | 39 private static final boolean VERBOSE = false; 222 if (VERBOSE) { 237 if (VERBOSE) {
|
PresentationSyncTest.java | 40 private static final boolean VERBOSE = false; // lots of logging
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
genrb.c | 43 VERBOSE, 176 "\t-v or --verbose print extra information when processing files\n" 219 if(options[VERBOSE].doesOccur) {
|
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
makeconv.c | 80 UBool VERBOSE = FALSE; 141 if(VERBOSE) 164 if(VERBOSE) 236 "\t-v or --verbose Turn on verbose output\n", 257 VERBOSE = options[OPT_VERBOSE].doesOccur; 290 printFilename = (UBool) (argc > 2 || VERBOSE);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_sanity.c | 50 #define VERBOSE (R200_DEBUG & RADEON_VERBOSE) 53 #define VERBOSE 0 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_sanity.c | 46 #define VERBOSE (RADEON_DEBUG & RADEON_VERBOSE) 49 #define VERBOSE 0 437 if (VERBOSE || (NORMAL && (changed || !ever_seen))) 449 if (VERBOSE || (NORMAL && (changed || !ever_seen))) 462 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) 481 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) 546 if (VERBOSE) 572 if (VERBOSE) 600 if (VERBOSE) 634 if (VERBOSE) [all...] |
/external/icu4c/tools/genrb/ |
genrb.c | 44 VERBOSE, 188 "\t-v or --verbose print extra information when processing files\n" 230 if(options[VERBOSE].doesOccur) {
|
/external/icu4c/tools/makeconv/ |
makeconv.c | 80 UBool VERBOSE = FALSE; 141 if(VERBOSE) 164 if(VERBOSE) 236 "\t-v or --verbose Turn on verbose output\n", 257 VERBOSE = options[OPT_VERBOSE].doesOccur; 290 printFilename = (UBool) (argc > 2 || VERBOSE);
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_sanity.c | 50 #define VERBOSE (R200_DEBUG & RADEON_VERBOSE) 53 #define VERBOSE 0 [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_sanity.c | 46 #define VERBOSE (RADEON_DEBUG & RADEON_VERBOSE) 49 #define VERBOSE 0 437 if (VERBOSE || (NORMAL && (changed || !ever_seen))) 449 if (VERBOSE || (NORMAL && (changed || !ever_seen))) 462 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) 481 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) 546 if (VERBOSE) 572 if (VERBOSE) 600 if (VERBOSE) 634 if (VERBOSE) [all...] |
/frameworks/native/libs/binder/ |
IMemory.cpp | 35 #define VERBOSE 0 246 if (VERBOSE) { 404 ALOGD_IF(VERBOSE, 437 ALOGD_IF(VERBOSE,
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
Constants.java | 243 * Verbose level logging 245 public static final boolean VERBOSE = false;
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
TestingCamera2.java | 53 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); 153 if (VERBOSE) Log.v(TAG, String.format("onResume")); 166 if (VERBOSE) Log.v(TAG, String.format("onPause")); 179 if (VERBOSE) { 188 if (VERBOSE) { 204 if (VERBOSE) { 228 if (VERBOSE) { 246 if (VERBOSE) {
|
CameraRecordingStream.java | 43 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); 247 if (VERBOSE) { 255 if (VERBOSE) { 283 if (VERBOSE) { 297 if (VERBOSE) { 395 if (VERBOSE) { 415 if (VERBOSE) { 431 if (VERBOSE) { 453 if (VERBOSE) { [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ihooks.py | 64 VERBOSE = 0 75 def __init__(self, verbose = VERBOSE): 76 self.verbose = verbose 79 return self.verbose 81 def set_verbose(self, verbose): 82 self.verbose = verbose 87 if self.verbose [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ihooks.py | 64 VERBOSE = 0 75 def __init__(self, verbose = VERBOSE): 76 self.verbose = verbose 79 return self.verbose 81 def set_verbose(self, verbose): 82 self.verbose = verbose 87 if self.verbose [all...] |
/system/core/libnetutils/ |
dhcpclient.c | 43 #define VERBOSE 2 45 static int verbose = 1; variable 49 #if VERBOSE 237 #if VERBOSE 344 #if VERBOSE > 1 354 if (verbose) ALOGD("netcfg: Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE); 358 if (verbose) ALOGD("netcfg: Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY); 362 if (verbose) ALOGD("netcfg: Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid), 367 if (verbose) ALOGD("netcfg: Wrong Htype %d != %d\n", reply->htype, msg->htype); 371 if (verbose) ALOGD("netcfg: Wrong Hlen %d != %d\n", reply->hlen, msg->hlen) [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraDeviceTest.java | 51 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); 296 if (VERBOSE) { 339 if (VERBOSE) {
|
ImageReaderTest.java | 58 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); 159 if (VERBOSE) Log.v(TAG, "Testing size " + sz.toString() + " for camera " + cameraId); 177 if (VERBOSE) Log.v(TAG, "new image available"); 195 if (VERBOSE) 216 if (VERBOSE) Log.v(TAG, "Preparing ImageReader size " + sz.toString()); 252 if (VERBOSE) Log.v(TAG, "Waiting for an Image"); 255 if (VERBOSE) Log.v(TAG, "Got next image"); 270 if (VERBOSE) Log.v(TAG, "Stopping capture and waiting for idle"); 312 if(VERBOSE) Log.v(TAG, "validating Image") [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_pair_regalloc.c | 44 #define VERBOSE 0 46 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) 126 if (VERBOSE) { 427 #if VERBOSE
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_pair_regalloc.c | 44 #define VERBOSE 0 46 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) 126 if (VERBOSE) { 427 #if VERBOSE
|
/frameworks/base/location/java/com/android/internal/location/ |
GpsNetInitiatedHandler.java | 45 private static final boolean VERBOSE = false;
|
/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
SoundPoolTest.java | 41 private static final boolean VERBOSE = false;
|
/ndk/ |
ndk-gdb.py | 64 VERBOSE = False 101 global VERBOSE 102 if VERBOSE: 110 global VERBOSE, DEBUG_PORT, DELAY, DEVICE_SERIAL 125 parser.add_argument( '--verbose', 126 help='Enable verbose mode', action='store_true', dest='verbose') 205 VERBOSE = args.verbose 680 Try using the --verbose option and look at its output for details.''' [all...] |