/packages/services/Car/tools/bootio/ |
D | bootio.cpp | 54 LOG(ERROR) << "Failed to create data collector"; in PrintBootIo() 62 LOG(ERROR) << "Kernel doesn't support I/O profiling."; in StartDataCollection() 76 LOG(ERROR) << "Invalid value in start file." << start; in StartDataCollection() 82 LOG(INFO) << "No profiling requested. Exiting"; in StartDataCollection() 87 LOG(ERROR) << "Boot I/O: failed to parse string:" << start; in StartDataCollection() 92 LOG(ERROR) << "Bad values for bootio. timeout=" << timeout << in StartDataCollection() 97 LOG(INFO) << "Boot I/O: collecting data. samples=" << samples << "timeout=" << timeout; in StartDataCollection() 102 LOG(ERROR) << "Failed to create data collector"; in StartDataCollection() 113 LOG(INFO) << "Bootio started"; in main() 128 LOG(ERROR) << "Invalid option: " << option_name; in main() [all …]
|
D | bootio_collector.cpp | 40 #define die(...) { LOG(ERROR) << (__VA_ARGS__); exit(EXIT_FAILURE); } 63 LOG(ERROR) << "failed to remove the file " << path << " " << err; in ClearPreviousResults() 213 LOG(ERROR) << "Failed to read /proc/uptime"; in GetUptime() 353 LOG(ERROR) << "Failed to serialize"; in StartDataCollection() 357 LOG(ERROR) << "Failed to write samples"; in StartDataCollection()
|
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/ |
D | bt_binder_facade.cpp | 55 LOG(ERROR) << sl4n::kTagStr << " IBluetooth interface not initialized"; in SharedValidator() 61 LOG(ERROR) << sl4n::kTagStr << " IBluetooth interface not enabled"; in SharedValidator() 69 LOG(ERROR) << sl4n::kTagStr << ": IBluetooth interface not enabled"; in BtBinderEnable() 75 LOG(ERROR) << sl4n::kTagStr << ": Failed to enable the Bluetooth service"; in BtBinderEnable() 100 LOG(ERROR) << sl4n::kTagStr << ": Failed to get device name"; in BtBinderGetName() 117 LOG(ERROR) << sl4n::kTagStr << ": Failed to set device name"; in BtBinderSetName() 126 LOG(ERROR) << "Failed to get service binder: '" << kServiceName in BtBinderInitInterface() 140 LOG(ERROR) << sl4n::kTagStr << ": Failed to register BLE"; in BtBinderRegisterBLE() 163 LOG(ERROR) << sl4n::kTagStr << in BtBinderSetAdvSettings() 187 LOG(ERROR) << sl4n::kTagStr << in BtBinderSetAdvSettings() [all …]
|
/packages/apps/Test/connectivity/sl4n/facades/wifi/ |
D | wifi_facade.cpp | 77 LOG(ERROR) << sl4n::kTagStr << ": Can not get Wi-Fi interfaces"; in WifiGetInterfaces() 82 LOG(ERROR) << sl4n::kTagStr << ": Negative number of interfaces"; in WifiGetInterfaces() 87 LOG(ERROR) << sl4n::kTagStr in WifiGetInterfaces() 93 LOG(ERROR) << sl4n::kTagStr in WifiGetInterfaces() 103 LOG(ERROR) << sl4n::kTagStr in WifiGetInterfaces() 119 LOG(ERROR) << sl4n::kTagStr << "HAL handle not initialized"; in SharedValidator() 124 LOG(ERROR) << sl4n::kTagStr << "HAL interfaces not initialized"; in SharedValidator() 129 LOG(ERROR) << sl4n::kTagStr << kWlanInterface << " interface not found"; in SharedValidator()
|
/packages/apps/Test/connectivity/sl4n/ |
D | main.cpp | 61 LOG(ERROR) << sl4n::kTagStr << in SockTest() 69 LOG(ERROR) << sl4n::kTagStr << ": Failed to setup the passive socket." in SockTest() 76 LOG(ERROR) << sl4n::kTagStr << ": Failed to accept the socket." in SockTest() 85 LOG(FATAL) << sl4n::kTagStr << ": Failed to write to the socket." in SockTest() 98 LOG(FATAL) << sl4n::kTagStr << ": Failed to write to the socket." in SockTest() 110 LOG(ERROR) << "Failed to set up logging"; in main()
|
/packages/screensavers/Basic/src/com/android/dreams/basic/ |
D | Colors.java | 36 public static void LOG(String fmt, Object... args) { in LOG() method in Colors 78 LOG("onSurfaceTextureAvailable(%s, %d, %d)", surface, width, height); in onSurfaceTextureAvailable() 95 LOG("onSurfaceTextureSizeChanged(%s, %d, %d)", surface, width, height); in onSurfaceTextureSizeChanged() 109 LOG("onSurfaceTextureDestroyed(%s)", surface); in onSurfaceTextureDestroyed() 125 LOG("Error while waiting for renderer", e); in onSurfaceTextureDestroyed() 133 LOG("onSurfaceTextureUpdated(%s)", surface); in onSurfaceTextureUpdated()
|
D | ColorsGLRenderer.java | 52 private static void LOG(String fmt, Object... args) { in LOG() method in ColorsGLRenderer 122 LOG("frame %d fps=%d", mFrameNum, fps); in doFrame() 125 LOG("JANK! (%d ms)", dt); in doFrame()
|
/packages/apps/Test/connectivity/sl4n/facades/test/ |
D | test_facade.cpp | 142 LOG(ERROR) << sl4n::kTagStr << ": Expected String input for name"; in test_string_max_return_wrapper() 173 LOG(ERROR) << sl4n::kTagStr << ": Expected member " << string_member; in test_specific_param_naming_wrapper() 179 LOG(ERROR) << sl4n::kTagStr << ": Expected String input for " in test_specific_param_naming_wrapper() 188 LOG(ERROR) << sl4n::kTagStr << ": Expected member " << int_member; in test_specific_param_naming_wrapper() 194 LOG(ERROR) << sl4n::kTagStr << ": Expected Int input for " in test_specific_param_naming_wrapper()
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
D | Compatibility.java | 50 private final static boolean LOG = Log.isLoggable(TAG, Log.DEBUG); field in Compatibility 240 if (LOG) { in log()
|
/packages/apps/Test/connectivity/sl4n/utils/ |
D | common_utils.cpp | 26 LOG(ERROR) << sl4n::kTagStr << ": Invalid parameter length - found: " in IsParamLengthMatching()
|
/packages/apps/Gallery2/jni/filters/ |
D | filters.h | 36 #define LOG(msg...) __android_log_print(ANDROID_LOG_VERBOSE, "NativeFilters", msg) macro
|
/packages/apps/Settings/src/com/android/settings/search/ |
D | DatabaseResultLoader.java | 38 private static final String LOG = "DatabaseResultLoader"; field in DatabaseResultLoader
|