HomeSort by relevance Sort by last modified time
    Searched full:abcc (Results 1 - 25 of 31) sorted by null

1 2

  /ndk/
.gitignore 13 tests/abcc/prebuilts/
  /ndk/tests/abcc/
AndroidManifest.xml 3 package="compiler.abcc"
12 <action android:name="compiler.abcc.BITCODE_COMPILE" />
13 <action android:name="compiler.abcc.BITCODE_COMPILE_TEST" />
AndroidManifest.xml.debug 3 package="compiler.abcc"
11 <action android:name="compiler.abcc.BITCODE_COMPILE" />
12 <action android:name="compiler.abcc.BITCODE_COMPILE_TEST" />
build-abcc.sh 17 # Build a abcc package. This exploits build-on-device-toolchain.sh and
35 register_var_option "--abcc-dir=<path>" ABCC_DIR "Compiler app directory"
60 register_option "--testing" do_testing_option "Package all prebuilts into abcc for testing"
70 "This script can be used to build abcc, which contains all toolchain
79 ABCC=`basename $ABCC_DIR`
135 run cp -a $ABCC_DIR $ABCC
137 run cd $BUILD_DIR/$ABCC
153 run cp -a bin/$ABCC-debug.apk $OUT_DIR/$ABCC-$ABI.apk
157 run cp -a bin/$ABCC-release-unsigned.apk $OUT_DIR/$ABCC-$ABI-unsigned.ap
    [all...]
  /ndk/tests/abcc/jni/device/
Abcc_device.h 24 #include "Abcc.h"
39 namespace abcc { namespace
77 } // namespace abcc
main.cpp 20 using namespace abcc;
23 long long abcc::llc_usec;
Abcc_device.cpp 26 using namespace abcc;
  /ndk/tests/abcc/jni/host/
Abcc_host.h 21 #include "Abcc.h"
34 namespace abcc { namespace
71 } // namespace abcc
main.cpp 20 using namespace abcc;
Abcc_host.cpp 19 using namespace abcc;
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
basic.rb 185 rewrite( "abcc", "axbfoo" ) do |stream|
192 rewrite( "abcc", "axbfoo" ) do |stream|
206 rewrite( "abcc", "bar" ) do |stream|
213 rewrite( "abcc", "barc" ) do |stream|
220 rewrite( "abcc", "abar" ) do |stream|
227 lexer = SimpleRewriting::Lexer.new( 'abcc' )
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Pattern2Test.java 190 m = p.matcher("abcc");
201 m = p.matcher("abcc");
212 m = p.matcher("abcc");
223 m = p.matcher("abcc");
229 m = p.matcher("abcc");
237 m = p.matcher("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") {
  /ndk/tests/abcc/jni/
Abcc.h 25 // Always use latest llvm for on-device abcc
32 namespace abcc { namespace
209 } // namespace abcc
211 // FIXME: We use LOGV, LOGE in Abcc.cpp, how to prevent this anti dependency?
Android.mk 26 Abcc.cpp \
Abcc.cpp 24 #include "Abcc.h"
34 using namespace abcc;
52 assert (false && "Unknown abi for abcc. Check your --abi flag.");
  /external/antlr/antlr-3.4/runtime/Python/tests/
t048rewrite.py 326 tokens = self._parse("abcc")
335 tokens = self._parse("abcc")
350 tokens = self._parse("abcc")
359 tokens = self._parse("abcc")
368 tokens = self._parse("abcc")
386 tokens = self._parse("abcc")
395 tokens = self._parse("abcc")
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTokenRewriteStream.java 654 CharStream input = new ANTLRStringStream("abcc");
671 CharStream input = new ANTLRStringStream("abcc");
695 CharStream input = new ANTLRStringStream("abcc");
712 CharStream input = new ANTLRStringStream("abcc");
729 CharStream input = new ANTLRStringStream("abcc");
763 CharStream input = new ANTLRStringStream("abcc");
780 CharStream input = new ANTLRStringStream("abcc");
  /ndk/build/tools/
build-llvm.sh 285 run cp -a $NDK_DIR/tests/abcc/jni/*.cpp $SRC_DIR/$TOOLCHAIN/llvm/tools/ndk-bc2native
286 run cp -a $NDK_DIR/tests/abcc/jni/Abcc.h $SRC_DIR/$TOOLCHAIN/llvm/tools/ndk-bc2native
287 run cp -a $NDK_DIR/tests/abcc/jni/host/*.cpp $SRC_DIR/$TOOLCHAIN/llvm/tools/ndk-bc2native
288 run cp -a $NDK_DIR/tests/abcc/jni/host/*.h $SRC_DIR/$TOOLCHAIN/llvm/tools/ndk-bc2native
289 run cp -a $NDK_DIR/tests/abcc/jni/llvm_${LLVM_VERSION_MAJOR}${LLVM_VERSION_MINOR}.h $SRC_DIR/$TOOLCHAIN/llvm/tools/ndk-bc2native/llvm_version.h
290 run cp -a $NDK_DIR/tests/abcc/jni/mman-win32/mman.[ch] $SRC_DIR/$TOOLCHAIN/llvm/tools/ndk-bc2native
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
re_tests.py 135 ('^abc$', 'abcc', FAIL),
136 ('^abc', 'abcc', SUCCEED, 'found', 'abc'),
309 ('^abc$', 'abcc', FAIL),
310 ('^abc', 'abcc', SUCCEED, 'found', 'abc'),
437 ('(?i)^abc$', 'ABCC', FAIL),
438 ('(?i)^abc', 'ABCC', SUCCEED, 'found', 'ABC'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
re_tests.py 135 ('^abc$', 'abcc', FAIL),
136 ('^abc', 'abcc', SUCCEED, 'found', 'abc'),
309 ('^abc$', 'abcc', FAIL),
310 ('^abc', 'abcc', SUCCEED, 'found', 'abc'),
437 ('(?i)^abc$', 'ABCC', FAIL),
438 ('(?i)^abc', 'ABCC', SUCCEED, 'found', 'ABC'),
  /external/icu/icu4c/source/test/testdata/
icuio.txt 161 { "%[a-c]", "abccdefg", "S", "abcc" }
re_tests.txt 60 ^abc$ abcc n - -
61 ^abc abcc y $& abc
291 '^abc$'i ABCC n - -
292 '^abc'i ABCC y $& ABC
  /ndk/tests/
run-tests.sh 598 local COMPILER_PKGNAME="compiler.abcc"
600 dump "ERROR: No abcc found for unknown arch testing"
    [all...]
  /external/pcre/dist/testdata/
testinput8     [all...]

Completed in 626 milliseconds

1 2