Lines Matching full:forward
19 to ensure that forward/backward compatibility tests run properly.
24 This is necessary since forward compatibility unit tests are chosen at compile
28 Generates an Android.mk file for forward compatibility testing.
131 # Only affects forward compatibility tests.
167 # For use with forward compatibility testing
429 """Returns the target name for a forward compatibility build tool name."""
436 """Returns location of directory for forward compatibility testing."""
442 """Returns location of src directory for forward compatibility testing."""
447 """Returns the location of the Makefile for forward compatibility testing."""
453 """Returns AndroidManifest.xml location for forward compatibility testing."""
459 """Returns Java version file location for forward compatibility testing."""
465 """Writes forward compatibility AndroidManifest.xml to gen_file."""
499 ' android:label="RenderScript Forward Compatibility Tests" />\n'
505 """Writes forward compatibility Java class with tools version as String."""
516 """Writes the Makefile for forward compatibility testing.
519 for forward compatibility testing based on the unit test list at the
556 """Returns the location of the file with all forward compatibility targets."""
561 """Writes forward compatibility make target names to gen_file."""
569 """Generates the necessary file for forward compatibility testing."""
577 print ('Generated forward compatibility Makefile at {}'
582 print ('Generated forward compatibility AndroidManifest.xml at {}'
586 print ('Generated forward compatibility RSForwardVersion.java at {}'
590 print ('Generated forward compatibility targets at {}'
703 print >> sys.stderr, ('Usage: {} [forward] [backward] [backward19] [help|-h|--help]\n'
705 print >> sys.stderr, ('[forward]: write forward compatibility Makefile to\n {}\n'
733 elif arg == 'forward':