HomeSort by relevance Sort by last modified time
    Searched refs:compile_result (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 307 Compiler::ErrorCode compile_result = mCompiler.compile(pScript, local
315 if (compile_result != Compiler::kSuccess) {
317 Compiler::GetErrorString(compile_result));
  /ndk/tests/
run-tests.sh 611 if [ -n "`$ADB_CMD -s "$DEVICE" shell ls $DSTDIR | grep compile_result`" ]; then
618 ret="`$ADB_CMD -s "$DEVICE" shell cat $DSTDIR/compile_result`"
844 run rm -f $SRCDIR/compile_result
    [all...]

Completed in 642 milliseconds