Searched refs:Log (Results 1 – 7 of 7) sorted by relevance
/ndk/tests/abcc/src/compiler/abcc/ |
D | AbccService.java | 15 import android.util.Log; 41 Log.i(TAG, "WorkingThread run"); in run() 53 Log.i(TAG, "mWorkingDir for genLibs: " + mWorkingDir); in run() 62 Log.i(TAG, "WorkingThread run okay"); in run() 66 Log.i(TAG, "WorkingThread run done"); in run() 76 Log.e(TAG, "Process doesn't exist. Error!"); in onTransact() 84 Log.e(TAG, "Should get some information from the Parcel."); in onTransact() 89 Log.e(TAG, "onTransact but no working_dir provided?"); in onTransact() 100 Log.i(TAG, "compileForBinder"); in compileForBinder() 105 Log.i(TAG, "compileForBinder done"); in compileForBinder() [all …]
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_debug.h | 19 void Log(const char* fmt, ...); 22 #define LOG(...) ::crazy::Log(__VA_ARGS__)
|
D | crazy_linker_debug.cpp | 49 void Log(const char* fmt, ...) { in Log() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | xml_log_formatter.ipp | 12 // Description : implements XML Log formatter
|
D | compiler_log_formatter.ipp | 12 // Description : implements compiler like Log formatter
|
D | unit_test_log.ipp | 12 // Description : implemets Unit Test Log
|
/ndk/docs/text/ |
D | STABLE-APIS.text | 104 ### Android-specific Log Support:
|