HomeSort by relevance Sort by last modified time
    Searched defs:abcc (Results 1 - 4 of 4) sorted by null

  /ndk/tests/abcc/jni/device/
Abcc_device.h 24 #include "Abcc.h"
39 namespace abcc { namespace
77 } // namespace abcc
  /ndk/tests/abcc/jni/host/
Abcc_host.h 21 #include "Abcc.h"
34 namespace abcc { namespace
71 } // namespace abcc
  /ndk/tests/abcc/src/compiler/abcc/
AbccService.java 1 package compiler.abcc;
218 // Usage: adb shell am startservice -a compiler.abcc.BITCODE_COMPILE_TEST -n compiler.abcc/compiler.abcc.AbccService -e working_dir /data/local/tmp/test
222 if (intent.getAction() != "compiler.abcc.BITCODE_COMPILE_TEST") {
235 if (intent.getAction() != "compiler.abcc.BITCODE_COMPILE") {
270 if (new File("/data/data/compiler.abcc/lib/libjni_abcc.so").exists())
  /ndk/tests/abcc/jni/
Abcc.h 25 namespace abcc { namespace
201 } // namespace abcc
203 // FIXME: We use LOGV, LOGE in Abcc.cpp, how to prevent this anti dependency?

Completed in 92 milliseconds