/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 552 LOG(INFO) << "DexoptSecondaryCe"; in TEST_F() 558 LOG(INFO) << "DexoptSecondaryCeLink"; in TEST_F() 564 LOG(INFO) << "DexoptSecondaryCeWithContext"; in TEST_F() 571 LOG(INFO) << "DexoptSecondaryDe"; in TEST_F() 577 LOG(INFO) << "DexoptSecondaryDeWithContext"; in TEST_F() 584 LOG(INFO) << "DexoptSecondaryDoesNotExist"; in TEST_F() 593 LOG(INFO) << "DexoptSecondaryStorageValidationError"; in TEST_F() 602 LOG(INFO) << "DexoptSecondaryAppOwnershipValidationError"; in TEST_F() 611 LOG(INFO) << "DexoptSecondaryAcessViaDifferentUidError"; in TEST_F() 620 LOG(INFO) << "DexoptPrimaryPublic"; in TEST_F() [all …]
|
D | installd_cache_test.cpp | 136 LOG(INFO) << "FreeCache_All"; in TEST_F() 158 LOG(INFO) << "FreeCache_Age"; in TEST_F() 180 LOG(INFO) << "FreeCache_Tombstone"; in TEST_F() 212 LOG(INFO) << "FreeCache_Group"; in TEST_F() 230 LOG(INFO) << "FreeCache_GroupTombstone"; in TEST_F()
|
D | installd_service_test.cpp | 123 LOG(INFO) << "FixupAppData_Upgrade"; in TEST_F() 142 LOG(INFO) << "FixupAppData_Moved"; in TEST_F() 166 LOG(INFO) << "HashSecondaryDex"; in TEST_F() 190 LOG(INFO) << "HashSecondaryDex_NoSuch"; in TEST_F() 201 LOG(INFO) << "HashSecondaryDex_Unreadable"; in TEST_F() 216 LOG(INFO) << "HashSecondaryDex_WrongApp"; in TEST_F()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | LogNullabilityTest.java | 40 Log.println(Log.INFO, null, ""); in nullTag() 53 Log.printlns(Log.LOG_ID_MAIN, Log.INFO, null, "", new Throwable()); in nullTagWithThrowable() 93 Log.println(Log.INFO, "", null); in nullMessage() 111 Log.printlns(Log.LOG_ID_MAIN, Log.INFO, "", null, new Throwable()); in nullMessageWithThrowable() 129 Log.printlns(Log.LOG_ID_MAIN, Log.INFO, "", "", null); in nullThrowable() 153 Log.printlns(Log.LOG_ID_MAIN, Log.INFO, "", null, null); in nullMessageWithNullThrowable() 161 Log.isLoggable(null, Log.INFO); in nullTagIsLoggable()
|
/frameworks/base/cmds/incidentd/testdata/ |
D | kmsg.txt | 2 B - 626409 - [INFO][XBL]: Bypass appsbl verification on DEVELOPMENT device 3 B - 729255 - [INFO][XBL]: Bypass appsbl verification on DEVELOPMENT device 42 ^@B - 736605 - [INFO][XBL]: Bypass appsbl verification on DEVELOPMENT device 43 B - 839451 - [INFO][XBL]: Bypass appsbl verification on DEVELOPMENT device
|
D | kmsg.txt.gz | 1[0] bldr_log_init: bldr_log_base=0x83600000, bldr_log_size=458752
2B - 626409 - ... |
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | common_unittest.cc | 92 GOOGLE_LOG(INFO ) << "A message."; in TEST() 108 GOOGLE_LOG(INFO ) << "A message."; in TEST() 143 int line1 = __LINE__; GOOGLE_LOG(INFO) << "Visible1"; in TEST() 145 GOOGLE_LOG(INFO) << "Not visible."; in TEST() 147 GOOGLE_LOG(INFO) << "Not visible."; in TEST() 149 GOOGLE_LOG(INFO) << "Not visible."; in TEST() 151 int line2 = __LINE__; GOOGLE_LOG(INFO) << "Visible2"; in TEST()
|
/frameworks/base/services/backup/java/com/android/server/backup/transport/ |
D | TransportUtils.java | 70 @IntDef({Priority.VERBOSE, Priority.DEBUG, Priority.INFO, Priority.WARN, Priority.WTF}) 75 int INFO = Log.INFO; field
|
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/ |
D | buffer_transport_benchmark.cpp | 166 LOG(INFO) << "Binder server is ready for client."; in Start() 263 LOG(INFO) << "Reader Thread Running..."; in Start() 287 LOG(INFO) << "Reader Thread Exiting..."; in Start() 441 LOG(INFO) << "Transport backend running, transport=" << transport << "."; in SetUp() 450 LOG(INFO) << "Surface initialized on thread " << i << "."; in SetUp() 459 LOG(INFO) << "Tear down benchmark."; in TearDown() 538 LOG(INFO) << "Binder server running..."; in runBinderServer() 548 LOG(INFO) << "Service Exiting..."; in runBinderServer() 586 LOG(INFO) << "Benchmark process pid: " << pid; in main()
|
/frameworks/av/services/mediacodec/registrant/ |
D | CodecServiceRegistrant.cpp | 28 LOG(INFO) << "Creating software Codec2 service..."; in RegisterCodecServices() 40 LOG(INFO) << in RegisterCodecServices()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiMhlLocalDeviceStub.java | 11 private static final HdmiDeviceInfo INFO = new HdmiDeviceInfo( field in HdmiMhlLocalDeviceStub 25 return INFO; in getInfo()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | MyTransmitter.h | 352 LOG(INFO) << "connection request completed with result " in onMessageReceived() 373 LOG(INFO) << "ANNOUNCE completed with result " in onMessageReceived() 386 LOG(INFO) << "FAILED to authenticate"; in onMessageReceived() 445 LOG(INFO) << "recv returned " << n << " bytes of data."; in onMessageReceived() 461 LOG(INFO) << "SETUP completed with result " in onMessageReceived() 491 LOG(INFO) << "transport = '" << transport << "'"; in onMessageReceived() 518 LOG(INFO) << "sending data to " in onMessageReceived() 551 LOG(INFO) << "RECORD completed with result " in onMessageReceived() 602 LOG(INFO) << "OPTIONS completed with result " in onMessageReceived() 694 LOG(INFO) << "That's enough, pausing."; in onMessageReceived() [all …]
|
/frameworks/av/services/mediacodec/ |
D | main_codecservice.cpp | 41 LOG(INFO) << "mediacodecservice starting"; in main() 58 LOG(INFO) << "IOmx HAL service created."; in main()
|
D | main_swcodecservice.cpp | 38 LOG(INFO) << "media swcodec service starting"; in main()
|
/frameworks/multidex/library/test/src/android/util/ |
D | Log.java | 41 public static final int INFO = 4; field in Log 110 return println(LOG_ID_MAIN, INFO, tag, msg); in i() 121 return println(LOG_ID_MAIN, INFO, tag, msg + '\n' + getStackTraceString(tr)); in i()
|
/frameworks/native/services/sensorservice/hidl/ |
D | SensorManager.cpp | 167 LOG(INFO) << POLL_THREAD_NAME << " started."; in getLooper() 172 LOG(INFO) << POLL_THREAD_NAME << ": requested to stop"; in getLooper() 175 LOG(INFO) << POLL_THREAD_NAME << ": spurious wake up, back to work"; in getLooper() 188 LOG(INFO) << POLL_THREAD_NAME << " is terminated."; in getLooper()
|
/frameworks/rs/tests/lldb/tests/harness/ |
D | util_log.py | 33 def initialise(identifier, level=logging.INFO, print_to_stdout=False, 110 def log_and_print(self, msg, level=logging.INFO):
|
/frameworks/base/tests/RollbackTest/StagedRollbackTest/src/com/android/tests/rollback/host/ |
D | StagedRollbackTest.java | 75 CLog.logAndDisplay(LogLevel.INFO, "testBadApkOnlyTriggerRollback is expected to fail"); in testBadApkOnly() 118 CLog.logAndDisplay(LogLevel.INFO, "Sleep and expect to fail while sleeping"); in testNetworkFailedRollback()
|
/frameworks/ml/nn/runtime/test/ |
D | TestMain.cpp | 78 LOG(INFO) << "test(useCpuOnly = " << useCpuOnly << ", computeMode = " << computeModeText() in test() 86 LOG(INFO) << "SKIPPED PASS"; in test()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Log.java | 56 public static boolean INFO = isLoggable(android.util.Log.INFO); field in Log 103 if (INFO) { in i() 109 if (INFO) { in i() 351 INFO = isLoggable(android.util.Log.INFO); in setTag()
|
/frameworks/native/libs/gui/bufferqueue/2.0/ |
D | H2BGraphicBufferProducer.cpp | 383 LOG(INFO) << "setSidebandStream: not supported."; in setSidebandStream() 445 LOG(INFO) << "setSharedBufferMode: not supported."; in setSharedBufferMode() 453 LOG(INFO) << "setAutoRefresh: not supported."; in setAutoRefresh() 478 LOG(INFO) << "getLastQueuedBuffer: not supported."; in getLastQueuedBuffer() 483 LOG(INFO) << "getFrameTimestamps: not supported."; in getFrameTimestamps() 497 LOG(INFO) << "getConsumerUsage: not supported."; in getConsumerUsage()
|
/frameworks/base/core/java/android/util/ |
D | Log.java | 67 @IntDef({ASSERT, ERROR, WARN, INFO, DEBUG, VERBOSE}) 84 public static final int INFO = 4; field in Log 176 return println_native(LOG_ID_MAIN, INFO, tag, msg); in i() 187 return printlns(LOG_ID_MAIN, INFO, tag, msg, tr); in i()
|
D | Slog.java | 53 return Log.println_native(Log.LOG_ID_SYSTEM, Log.INFO, tag, msg); in i() 57 return Log.println_native(Log.LOG_ID_SYSTEM, Log.INFO, tag, in i()
|
/frameworks/base/core/java/com/android/internal/logging/ |
D | AndroidConfig.java | 39 rootLogger.setLevel(Level.INFO); in AndroidConfig()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/ |
D | Log.java | 83 if (isLoggable(tag, android.util.Log.INFO)) { in i() 89 if (isLoggable(tag, android.util.Log.INFO)) { in i()
|