History log of /external/dexmaker/src/test/java/com/google/dexmaker/examples/FibonacciMaker.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7ff2c5291c7e0840ef62842372df0c2ecd5979f4 12-Mar-2015 Andrew Yousef <ayousef@crittercism.com> -Added instructions to README.md on how to run unit tests.
-Modified DexMakerTest.getDataDirectory() and FibonacciMaker.getDataDirectory() to use code that does not rely on Android framework jars being in the class path. This makes unit testing much simpler.

(cherry picked from commit ca746698b33f9263839c99c1109e3758fc693d16)

Change-Id: I9a4ae8fd6390f39e0c8c5dc99810cf566c7e6b68
/external/dexmaker/src/test/java/com/google/dexmaker/examples/FibonacciMaker.java
5692b3b0303c55524ff206dc7840ffdb1fa47628 10-Jan-2012 Jesse Wilson <jessewilson@google.com> Update Javadocs.
/external/dexmaker/src/test/java/com/google/dexmaker/examples/FibonacciMaker.java
23abc2fe89ec3713645d64bdb74415a9090084f4 06-Jan-2012 Jesse Wilson <jessewilson@google.com> Use 'new Label()' rather than 'Code.newLabel()' to make it clear that allocating a label is a free operation, not depending on the current state of the Code instance.
/external/dexmaker/src/test/java/com/google/dexmaker/examples/FibonacciMaker.java
ff314e1f06b974be78de3356a71072dbf0a450cd 06-Jan-2012 Jesse Wilson <jessewilson@google.com> Use one dex directory instead of two.
/external/dexmaker/src/test/java/com/google/dexmaker/examples/FibonacciMaker.java
0e49fb9243b7463835ab80ef7cc62435f55846ce 06-Jan-2012 Jesse Wilson <jessewilson@google.com> Add a big example in DexMaker on its use. Also fix up some of the problems encountered while writing the example:

- Type should be TypeId
- Result targets should be in a consistent position in the instruction parameter list. I decided to go with first because methods have parameters in varargs that must be last.
/external/dexmaker/src/test/java/com/google/dexmaker/examples/FibonacciMaker.java