HomeSort by relevance Sort by last modified time
    Searched refs:VERBOSE (Results 1 - 25 of 871) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/
log_severity.h 22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5;
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
49 if (VERBOSE) {
66 if (VERBOSE) {
84 if (VERBOSE) {
103 if (VERBOSE) {
117 if (VERBOSE) {
  /frameworks/base/core/tests/coretests/src/android/util/
LogTest.java 49 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
56 // Set the log level to be VERBOSE for this tag.
57 SystemProperties.set(PROPERTY_TAG, "VERBOSE");
59 // Test to make sure all log levels >= VERBOSE are loggable.
60 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.VERBOSE));
71 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
82 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
93 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
104 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
115 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
    [all...]
  /art/test/075-verification-error/src/
Main.java 25 public static final boolean VERBOSE = false;
42 if (VERBOSE) System.out.println("--- " + ie);
58 if (VERBOSE) System.out.println("--- " + nsfe);
65 if (VERBOSE) System.out.println("--- " + nsfe);
72 if (VERBOSE) System.out.println("--- " + nsme);
79 if (VERBOSE) System.out.println("--- " + nsme);
94 if (VERBOSE) System.out.println("--- " + iae);
102 if (VERBOSE) System.out.println("--- " + iae);
110 if (VERBOSE) System.out.println("--- " + iae);
118 if (VERBOSE) System.out.println("--- " + iae)
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
CameraTestThread.java 31 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
50 if (VERBOSE) Log.v(TAG, "start loopRun");
58 if (VERBOSE) Log.v(TAG, "createLooperThread: finished");
62 if (VERBOSE) Log.v(TAG, "start waiting for looper");
78 if (VERBOSE) Log.v(TAG, "Terminate looper thread");
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
CameraThread.java 37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
57 if (VERBOSE) Log.v(TAG, "start loopRun");
65 if (VERBOSE) Log.v(TAG, "createLooperThread: finished");
69 if (VERBOSE) Log.v(TAG, "start waiting for looper");
85 if (VERBOSE) Log.v(TAG, "Terminate looper thread");
  /frameworks/base/core/java/android/hardware/camera2/utils/
CloseableLock.java 41 private static final boolean VERBOSE = false;
113 if (VERBOSE) {
144 if (VERBOSE) {
176 if (VERBOSE) {
196 if (VERBOSE) {
211 if (VERBOSE) {
244 if (VERBOSE) {
269 if (VERBOSE) {
284 if (VERBOSE) {
337 if (VERBOSE) {
    [all...]
TaskDrainer.java 55 private final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
113 if (VERBOSE) {
144 if (VERBOSE) {
166 if (VERBOSE) {
175 if (VERBOSE) {
193 if (VERBOSE) {
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
BlockingInputAllocation.java 38 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
93 if (VERBOSE) Log.v(TAG, "waitForBufferAndReceive - begin");
98 if (VERBOSE) Log.v(TAG, "waitForBufferAndReceive - Allocation#ioReceive");
120 if (VERBOSE) Log.v(TAG, "receiveLatestAvailableBuffers - updated = " + updatedBuffers);
184 if (VERBOSE) Log.v(TAG, "waiting for next buffer");
199 if (VERBOSE) Log.v(TAG, "new buffer in allocation available");
ScriptYuvMeans2dTo1d.java 39 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
67 if (VERBOSE) Log.v(TAG, "executeUnchecked - forEach_means_yuvf_420");
71 if (VERBOSE) Log.v(TAG, "executeUnchecked - forEach_means_yuvx_444");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/libexec/gcc/x86_64-linux/4.6/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
158 if test $VERBOSE -gt 0; then
165 if test $VERBOSE -gt 0
199 if test $VERBOSE -gt 1
219 if test $VERBOSE -gt
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 36 if (Log.isLoggable(TAG, Log.VERBOSE)) {
44 if (Log.isLoggable(TAG, Log.VERBOSE)) {
51 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /external/chromium_org/third_party/skia/experimental/webtry/sys/
webtry_init 35 # Load the VERBOSE setting and other rcS variables
103 [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
106 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
107 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
111 [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
114 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
115 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
  /external/owasp/sanitizer/tools/
upload_jars_to_googlecode_downloads.sh 4 echo "Usage: $0 [-go] [-verbose] [-force]"
10 echo " -verbose: More verbose logging."
17 # 1 for verbose logging
18 export VERBOSE="0"
24 -verbose)
25 VERBOSE="1"
50 if (( $VERBOSE )) || ! (( $EFFECT )); then
  /external/skia/experimental/webtry/sys/
webtry_init 35 # Load the VERBOSE setting and other rcS variables
103 [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
106 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
107 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
111 [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
114 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
115 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
  /ndk/tests/abcc/jni/device/
main.cpp 22 #if VERBOSE
53 #if VERBOSE
61 #if VERBOSE
  /external/compiler-rt/make/
config.mk 26 VERBOSE := 0
32 # Adjust settings for verbose mode
33 ifneq ($(VERBOSE),1)
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 36 private static final boolean VERBOSE = false; /* STOP SHIP if true */
55 if (VERBOSE) log("new SipConnection");
60 if (VERBOSE) log("init SipConnection, connection: " + connection);
72 if (VERBOSE) log("onAudioStateChanged: " + state);
80 if (VERBOSE) log("onStateChanged, state: " + Connection.stateToString(state));
85 if (VERBOSE) log("onPlayDtmfTone");
93 if (VERBOSE) log("onStopDtmfTone");
101 if (VERBOSE) log("onDisconnect");
115 if (VERBOSE) log("onSeparate");
127 if (VERBOSE) log("onAbort")
    [all...]
SipBroadcastReceiver.java 33 private static final boolean VERBOSE = false; /* STOP SHIP if true */
40 if (VERBOSE) log("SIP VOIP not supported: " + action);
51 if (VERBOSE) log("SIP_REMOVE_PHONE " +
55 if (VERBOSE) log("onReceive, action not processed: " + action);
60 if (VERBOSE) log("takeCall, intent: " + intent);
  /system/core/fastbootd/
debug.h 27 #define VERBOSE 3
  /external/qemu/
android-rebuild.sh 13 VERBOSE=0
24 --verbose)
25 VERBOSE=$(( $VERBOSE + 1 ))
34 VERBOSE=2
45 if [ "$VERBOSE" -ge 1 ]; then
  /cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java 56 private static final boolean VERBOSE = false; // lots of logging
279 if (VERBOSE) Log.d(TAG, "video format: " + outputVideoFormat);
287 if (VERBOSE) Log.d(TAG, "video found codec: " + videoEncoderName);
302 if (VERBOSE) Log.d(TAG, "audio found codec: " + audioEncoderName);
362 if (VERBOSE) Log.d(TAG, "releasing extractor, decoder, encoder, and muxer");
593 if (VERBOSE) {
607 if (VERBOSE) {
689 if (VERBOSE) {
727 if (VERBOSE) Log.d(TAG, "no video decoder input buffer");
730 if (VERBOSE) {
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraCaptureSessionImpl.java 43 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
130 if (VERBOSE) Log.v(TAG, mIdString + "Created session successfully");
156 if (VERBOSE) {
178 if (VERBOSE) {
199 if (VERBOSE) {
221 if (VERBOSE) {
235 if (VERBOSE) {
246 if (VERBOSE) {
289 if (VERBOSE) Log.v(TAG, mIdString + "replaceSessionClose")
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 175 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
221 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
237 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
242 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
257 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
278 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
287 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
302 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
307 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
318 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
    [all...]

Completed in 1277 milliseconds

1 2 3 4 5 6 7 8 91011>>