Lines Matching refs:ALOGE
69 ALOGE("Missing pCacheDir and/or pResName"); in loadScript()
74 ALOGE("No bitcode supplied! (bitcode: %p, size of bitcode: %zu)", in loadScript()
96 ALOGE("Unable to acquire the read lock for %s! (%s)", output_path.c_str(), in loadScript()
119 ALOGE("Unable to acquire the read lock on %s for reading %s! (%s)", in loadScript()
228 ALOGE("Failed to link script '%s' with Renderscript runtime!", pScriptName); in compileScript()
242 ALOGE("Unable to acquire the lock for writing %s! (%s)", in compileScript()
253 ALOGE("Unable to open %s for write! (%s)", pOutputPath, in compileScript()
262 ALOGE("Failed to setup config for RS compiler to compile %s!", in compileScript()
270 ALOGE("Failed to config the RS compiler for %s! (%s)",pOutputPath, in compileScript()
295 ALOGE("Unable to compile the source to file %s! (%s)", pOutputPath, in compileScript()
312 ALOGE("Failed to open the info file %s for write! (%s)", in compileScript()
319 ALOGE("Unable to acquire the lock for writing %s! (%s)", in compileScript()
326 ALOGE("Failed to sync the RS info file %s!", info_path.string()); in compileScript()
347 ALOGE("Invalid parameter passed to RSCompilerDriver::build()! (cache dir: " in build()
354 ALOGE("No bitcode supplied! (bitcode: %p, size of bitcode: %u)", in build()
387 ALOGE("Out of memory when create Script object for '%s'! (output: %s)", in build()