Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 153) sorted by relevance

1234567

/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp552 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 …]
Dinstalld_cache_test.cpp136 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()
Dinstalld_service_test.cpp123 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/
DLogNullabilityTest.java40 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/
Dkmsg.txt2 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
Dkmsg.txt.gz1[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/
Dcommon_unittest.cc92 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/
DTransportUtils.java70 @IntDef({Priority.VERBOSE, Priority.DEBUG, Priority.INFO, Priority.WARN, Priority.WTF})
75 int INFO = Log.INFO; field
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
Dbuffer_transport_benchmark.cpp166 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/
DCodecServiceRegistrant.cpp28 LOG(INFO) << "Creating software Codec2 service..."; in RegisterCodecServices()
40 LOG(INFO) << in RegisterCodecServices()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiMhlLocalDeviceStub.java11 private static final HdmiDeviceInfo INFO = new HdmiDeviceInfo( field in HdmiMhlLocalDeviceStub
25 return INFO; in getInfo()
/frameworks/av/media/libstagefright/rtsp/
DMyTransmitter.h352 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/
Dmain_codecservice.cpp41 LOG(INFO) << "mediacodecservice starting"; in main()
58 LOG(INFO) << "IOmx HAL service created."; in main()
Dmain_swcodecservice.cpp38 LOG(INFO) << "media swcodec service starting"; in main()
/frameworks/multidex/library/test/src/android/util/
DLog.java41 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/
DSensorManager.cpp167 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/
Dutil_log.py33 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/
DStagedRollbackTest.java75 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/
DTestMain.cpp78 LOG(INFO) << "test(useCpuOnly = " << useCpuOnly << ", computeMode = " << computeModeText() in test()
86 LOG(INFO) << "SKIPPED PASS"; in test()
/frameworks/base/telecomm/java/android/telecom/
DLog.java56 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/
DH2BGraphicBufferProducer.cpp383 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/
DLog.java67 @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()
DSlog.java53 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/
DAndroidConfig.java39 rootLogger.setLevel(Level.INFO); in AndroidConfig()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
DLog.java83 if (isLoggable(tag, android.util.Log.INFO)) { in i()
89 if (isLoggable(tag, android.util.Log.INFO)) { in i()

1234567