/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
LogTest.java | 72 assertLogged(Log.VERBOSE, "tag", "msg", null); 81 assertLogged(Log.VERBOSE, "tag", "msg", throwable); 143 assertFalse(Log.isLoggable("FOO", Log.VERBOSE)); 157 assertTrue(Log.isLoggable("FOO", Log.VERBOSE));
|
/frameworks/base/core/java/android/util/ |
TimingLogger.java | 71 * least the Log.VERBOSE level for that tag at creation time then 83 * least the Log.VERBOSE level for that tag at creation time then 98 * Log.isLoggable is not enabled to at least the Log.VERBOSE 103 mDisabled = !Log.isLoggable(mTag, Log.VERBOSE); 117 * Log.isLoggable was not enabled to at least the Log.VERBOSE for 131 * not enabled to at least the Log.VERBOSE for the specified tag at
|
Slog.java | 28 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag, msg); 32 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag,
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
OneShotScheduler.java | 42 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
|
AsyncRunner.java | 143 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); 155 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
NormFilter.java | 33 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
AverageFilter.java | 31 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
|
FloatArrayToSizeFilter.java | 33 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
|
FloatArrayToStrFilter.java | 34 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
|
/ndk/build/awk/ |
gen-cygwin-deps-converter.awk | 124 # build/core/init.mk defines VERBOSE to 1 when it needs to dump the 130 if (VERBOSE == 1) {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapReceiver.java | 45 private static final boolean V = BluetoothPbapService.VERBOSE;
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
LogUtil.java | 34 public static final int VERBOSE = android.util.Log.VERBOSE; 39 // VERBOSE logs. 71 * Send a {@link #VERBOSE} log message. 77 println(android.util.Log.VERBOSE, tag, msg); 81 * Send a {@link #VERBOSE} log message. 88 println(android.util.Log.VERBOSE, tag, msg + '\n' 252 * Returns text as is if {@value #BUGLE_TAG}'s log level is set to DEBUG or VERBOSE;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
UserUtils.java | 30 public static final boolean VERBOSE_LOGGING = Log.isLoggable(TAG, Log.VERBOSE);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_commands.py | 65 self.assertTrue(re.match(pat, commands.getstatus("/."), re.VERBOSE))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_commands.py | 65 self.assertTrue(re.match(pat, commands.getstatus("/."), re.VERBOSE))
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
SipEditor.java | 49 private static final boolean VERBOSE = false; /* STOP SHIP if true */ 113 if (VERBOSE) { 151 if (VERBOSE) log("onCreate, start profile editor"); 181 if (VERBOSE) log("onPause, finishing: " + isFinishing()); 285 if (VERBOSE) log("Home button clicked, don't show dialog: " + message); 446 if (VERBOSE) log("loadPreferencesFromProfile, existing profile: " + p.getProfileName()); 467 if (VERBOSE) log("loadPreferencesFromProfile, edit a new profile"); 509 if (VERBOSE) log("checkIfDisplayNameSet, displayName set: " + mDisplayNameSet); 564 if (VERBOSE) { 581 if (VERBOSE) log("AdvancedSettings.onPreferenceClick") [all...] |
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/ |
CameraOps.java | 60 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); 250 if (VERBOSE) { 262 if (VERBOSE) { 266 if (VERBOSE) { 278 if (VERBOSE) { 292 if (VERBOSE) { 572 if (VERBOSE) { 579 if (VERBOSE) { 600 if (VERBOSE) { [all...] |
/frameworks/base/media/java/android/media/ |
MediaHTTPConnection.java | 44 private static final boolean VERBOSE = false; 73 if (VERBOSE) { 334 if (VERBOSE) { 349 if (VERBOSE) { 354 if (VERBOSE) {
|
/frameworks/base/core/java/android/accounts/ |
ChooseTypeAndAccountActivity.java | 135 if (Log.isLoggable(TAG, Log.VERBOSE)) { 184 if (Log.isLoggable(TAG, Log.VERBOSE)) { 239 if (Log.isLoggable(TAG, Log.VERBOSE)) { 283 if (Log.isLoggable(TAG, Log.VERBOSE)) { 347 if (Log.isLoggable(TAG, Log.VERBOSE)) { 355 if (Log.isLoggable(TAG, Log.VERBOSE)) { 416 if (Log.isLoggable(TAG, Log.VERBOSE)) { 424 if (Log.isLoggable(TAG, Log.VERBOSE)) { 572 if (Log.isLoggable(TAG, Log.VERBOSE)) {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
SapMessage.java | 30 public static final boolean VERBOSE = SapService.VERBOSE; 364 if(VERBOSE) Log.i(TAG, "Parsing message with paramCount: " + paramCount); 464 if(VERBOSE) Log.i(TAG, "parsing paramId: " + paramId + " with length: " + paramLength); [all...] |
/ndk/build/tools/ |
ndk-common.sh | 79 VERBOSE=${VERBOSE-yes} 128 if [ "$VERBOSE" = "yes" ] ; then 139 if [ "$VERBOSE" = "yes" ] ; then 163 elif [ "$VERBOSE" = "yes" ] ; then 183 elif [ "$VERBOSE" = "yes" ]; then
|
/system/core/libnetutils/ |
dhcpclient.c | 43 #define VERBOSE 2 45 static int verbose = 1; variable 49 #if VERBOSE 237 #if VERBOSE 346 #if VERBOSE > 1 356 if (verbose) ALOGD("Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE); 360 if (verbose) ALOGD("Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY); 364 if (verbose) ALOGD("Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid), 369 if (verbose) ALOGD("Wrong Htype %d != %d\n", reply->htype, msg->htype); 373 if (verbose) ALOGD("Wrong Hlen %d != %d\n", reply->hlen, msg->hlen) [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
ImageReaderTest.java | 66 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); 319 if (VERBOSE) { 435 // Dump files if running in verbose mode 594 if (VERBOSE) { 629 if (VERBOSE) { 634 if (VERBOSE) { 639 if (VERBOSE) { 694 if (VERBOSE) { [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowLog.java | 53 addLog(Log.VERBOSE, tag, msg, throwable); 103 case Log.VERBOSE:c = 'V'; break;
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/ |
Log.java | 26 * adb shell setprop log.tag.CAM2PORT_ VERBOSE 95 if (isLoggable(tag, android.util.Log.VERBOSE)) { 101 if (isLoggable(tag, android.util.Log.VERBOSE)) { 121 // Override system log level and output. VERBOSE is smaller than
|