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

  /ndk/tests/abcc/src/compiler/abcc/
AbccService.java 23 public class AbccService extends IntentService {
24 private static final String TAG = "AbccService";
31 private int mCurrentStatus = AbccService.STATUS_OKAY;
45 mCurrentStatus = AbccService.STATUS_WORKING;
47 mCurrentStatus = AbccService.STATUS_ERROR;
56 mCurrentStatus = AbccService.STATUS_ERROR;
64 mCurrentStatus = AbccService.STATUS_OKAY;
103 mCurrentStatus = AbccService.STATUS_WORKING;
214 public AbccService() {
215 super("AbccService");
    [all...]
  /ndk/tests/
run-tests.sh 596 run $ADB_CMD -s "$DEVICE" shell am startservice --user 0 -a ${COMPILER_PKGNAME}.BITCODE_COMPILE_TEST -n $COMPILER_PKGNAME/.AbccService -e working_dir $DSTDIR
    [all...]

Completed in 140 milliseconds