Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 21 of 21) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8482/
Dpoc.c36 #define LOG(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) macro
163 LOG("[+] open %s OK", NVMAPDEV); in main()
169 LOG("[+] open %s OK", VICDEV); in main()
176 LOG("[+] NVMAP_IOC_CREATE succeeded, fd = %d", args.handle); in main()
186 LOG("[+] NVMAP_IOC_ALLOC succeeded"); in main()
193 LOG("[+] running..."); in main()
198 LOG("[-] passed :("); in main()
/cts/hostsidetests/packagemanager/extractnativelibs/apps/jni/
Dnative.cpp20 #define LOG(...) __android_log_write(ANDROID_LOG_INFO, "NativeLibOutput", __VA_ARGS__) macro
27 LOG("libtest_extract_native_libs is loaded"); in JNI_OnLoad()
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DJavaRecorder.java34 @SuppressWarnings("unused") private static final boolean LOG = true; field in JavaRecorder
95 if (LOG) { in setupStream()
131 if (LOG) { in setupStream()
162 if (LOG) { in startStream()
235 if (LOG) { in run()
241 if (LOG) { in run()
DJavaSinkHandler.java29 @SuppressWarnings("unused") private static final boolean LOG = false; field in JavaSinkHandler
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DReportExporter.java59 private static final Logger LOG = Logger.getLogger(ReportExporter.class.getName()); field in ReportExporter
110 LOG.log(Level.WARNING, "Error copying ReportLog file. IOException: " + ex); in copyFilesRecursively()
122 LOG.log(Level.WARNING, "External storage is not writable."); in doInBackground()
130 LOG.log(Level.WARNING, "Couldn't create test results report", e); in doInBackground()
163 LOG.log(Level.WARNING, "I/O exception writing report to storage.", e); in doInBackground()
188 LOG.log(Level.WARNING, "I/O exception writing report to internal storage.", e); in saveReportOnInternalStorage()
204 LOG.log(Level.WARNING, "Failed to load " + resultFileName + " from assets."); in copyFormattingFiles()
211 LOG.log(Level.WARNING, "Failed to write " + resultFileName + " to a file."); in copyFormattingFiles()
/cts/hostsidetests/statsdatom/apps/statsdapp/jni/
Dalloc_stress_activity.cpp24 #define LOG(...) __android_log_write(ANDROID_LOG_INFO, "ALLOC-STRESS", __VA_ARGS__) macro
42 LOG(ss.str().c_str()); in Java_com_android_server_cts_device_statsdatom_MemoryHogger_allocate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DReportExporter.java43 protected static final Logger LOG = Logger.getLogger(ReportExporter.class.getName()); field in ReportExporter
56 LOG.log(Level.WARNING, "External storage is not writable."); in doInBackground()
76 LOG.log(Level.WARNING, "I/O exception writing report to storage.", e); in doInBackground()
84 LOG.log(Level.WARNING, "I/O exception closing report.", e); in doInBackground()
/cts/tests/tests/nativemedia/resourceobserver/src/
DResourceObserverNativeTest.cpp64 LOG(INFO) << ::aidl::android::media::toString(event) << ", uid: " << uid in onStatusChanged()
155 LOG(INFO) << "testInvalidParameters"; in TEST_F()
192 LOG(INFO) << "testResourceObserverBusy"; in TEST_F()
198 LOG(INFO) << "testResourceObserverIdle"; in TEST_F()
204 LOG(INFO) << "testResourceObserverAll"; in TEST_F()
/cts/hostsidetests/jvmti/base/jni/
Dcts_agent.cpp65 LOG(FATAL) << "Could not get shared jvmtiEnv"; in Agent_OnLoad()
80 LOG(FATAL) << "Could not get shared jvmtiEnv"; in Agent_OnAttach()
Dtagging.cpp128 LOG(FATAL) << "Unexpected"; in Java_android_jvmti_cts_JvmtiTaggingTest_getTaggedObjects()
154 LOG(ERROR) << "Could not register natives for Main class"; in register_art_Main()
174 LOG(ERROR) << "Could not register natives for JvmtiTaggingTest class"; in register_android_jvmti_cts_JvmtiTaggingTest()
Dcts_logging.cpp63 LOG(ERROR) << "Could not register natives for JvmtiRedefineClassesTest class"; in register_android_jvmti_cts_JvmtiRunTestBasedTest()
Dredefine.cpp127 LOG(FATAL) << "Unable to allocate output buffer for " << name; in CommonClassFileLoadHookRetransformable()
207 LOG(ERROR) << "Could not register natives for JvmtiRedefineClassesTest class"; in register_android_jvmti_cts_JvmtiRedefineClassesTest()
Dtracking.cpp130 LOG(ERROR) << "Could not register natives for JvmtiTrackingTest class"; in register_android_jvmti_cts_JvmtiTrackingTest()
/cts/tests/tests/permission/jni/
DPermissionManagerNativeJniTest.cpp35 LOG(INFO) << "testCheckPermission: uid " << selfUid << ", pid" << selfPid; in TEST_F()
/cts/tests/tests/permission/nativeTests/src/
DPermissionManagerNativeTest.cpp44 LOG(INFO) << "testCheckPermission: uid " << selfUid << ", pid" << selfPid; in TEST_F()
/cts/hostsidetests/jvmti/attaching/app/jni/
Dcts_agent.cpp117 LOG(FATAL) << "Could not get shared jvmtiEnv"; in Agent_OnLoad()
132 LOG(FATAL) << "Could not get shared jvmtiEnv"; in Agent_OnAttach()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dpoc.c25 #define LOG(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) macro
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTestBase.java43 private static final Logger LOG = Logger.getLogger(MediaPlayerTestBase.class.getName()); field in MediaPlayerTestBase
177 LOG.warning("prepare() failed on try " + i + ", trying playback again"); in playVideoWithRetries()
218 LOG.warning("prepare() failed on try " + i + ", trying playback again"); in playVideoWithRetries()
DMediaPlayerDrmTestBase.java76 private static final Logger LOG = Logger.getLogger(MediaPlayerTestBase.class.getName()); field in MediaPlayerDrmTestBase
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
Dpoc.c29 #define LOG(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) macro
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebChromeClientTest.java381 ConsoleMessage.MessageLevel.LOG, in testOnConsoleMessage()
384 ConsoleMessage.MessageLevel.LOG, in testOnConsoleMessage()