summaryrefslogtreecommitdiffstats
path: root/sched
Commit message (Collapse)AuthorAgeFilesLines
...
* Add getInputVFile APIBenoit Lamarche2014-06-245-17/+96
| | | | Change-Id: I2bb91e8a6f53fe0494a5da6f1e4901660aca7cd3
* Remove useless parameters in InputStreamFileBenoit Lamarche2014-06-193-10/+5
| | | | Change-Id: Ib7cad077223371a774d24a114c9afe136bf84278
* Added support for resource content adaptation while obfuscating.delphinemartin2014-06-191-1/+1
| | | | | | | | | | When a type name is present in a resource, a shrobbing option is available to replace the type name by its obfuscated name. A new VFile was added to represent the modified resources. + updated resource tests to allow resources with multiple lines and modified test003. Change-Id: I1053c10bae41e4dc4280998967d5a656d0af388d
* Consider only specified markers when building Jayce files.Yohann Roussel2014-06-191-0/+24
| | | | Change-Id: Ib2b7cdecde0d6408587580dad57591f70f37c33c
* Remove all sched tests that fail.Jean-Marie Henaff2014-06-1012-969/+4
| | | | Change-Id: Ib6e4efa49b9b75c6f4c002eec1acc57f12ed0295
* Change eclipse setting to point to libs and tools generated by ant.Jean-Marie Henaff2014-06-032-8/+8
| | | | Change-Id: I8733b091f88ff333d7de1db9eb5485f796e6051a
* Inverse runnable hooks when running themmikaelpeltier2014-05-261-1/+4
| | | | Change-Id: Ife5db533d7f9611e0788db4916511a6429458b4f
* Merge "Use annotation instead of exclude file for FindBugs." into jack-wip-devYohann Roussel2014-05-239-55/+51
|\
| * Use annotation instead of exclude file for FindBugs.Yohann Roussel2014-05-239-55/+51
| | | | | | | | | | | | Jack's exclude file is not deleted because of antlr generated files. Change-Id: Ia9688b5eb75334448df024595a6d31fbed9386ae
* | Add VPath to abstract file system pathsBenoit Lamarche2014-05-234-5/+89
|/ | | | Change-Id: Id693176ab9a6351a2bc59c90aadcc0c250114420
* Replace abstract class AbstractMarkerManager by an interface.Yohann Roussel2014-04-2513-128/+174
| | | | Change-Id: I0520b0704c7b00fe6836d95e33270d879652405c
* Fix problem in ConfigDebug detecting false recursivity.Jean-Philippe Lesot2014-04-234-52/+43
| | | | Change-Id: I527ecc3bf9bac323e667b32fc8550401bf701689
* Add VDirPathFormatterBenoit Lamarche2014-04-153-0/+12
| | | | Change-Id: I3d61bc18bb937116ee6cc00d88e2e9824020b8b0
* Rework StreamFile, StreamFileCodec, Location and IO Exceptions.Jean-Philippe Lesot2014-04-0954-390/+859
| | | | | | | | | | | | | | | | - Split StreamFile into an {Input,Output}StreamFile to avoid bugs mixing wrong permissions and get{Input,Outpu,Print}Stream - Split StreamFileCodec into a {Input,Output}StreamFileCodec (remove permissions and one appendable boolean) - Use Location in com.android.sched.util.file.*Exception instead of File and boolean - Move all Location hierarchy in com.android.sched.util.location because location is not used exclusively by configuration anymore - Split FileLocation into FileOrDirLocation abstract based class and a DirectoryLocation - Add Standard{Input,Output}Location Change-Id: I16719d622572225ac244abe90f53fd41b33b17b9
* Add a property to switch on the compact version of itemset.toxtString().Jean-Philippe Lesot2014-04-081-0/+41
| | | | Change-Id: I9d5435c2b598a37f48c5fcbd0e7bb847f7ae6986
* Use ConcurrentIOException in StreamFile.Jean-Philippe Lesot2014-04-086-126/+92
| | | | Change-Id: I496ba52f902f7f030938a32633b837683daf9c2e
* Fix a concurency problem when no tracer is enabled (continued).Jean-Philippe Lesot2014-04-081-2/+2
| | | | Change-Id: Ia9216ca5f3b94127dd47cde957eb563439dfeb52
* Fix a concurency problem when no tracer is enabled.Jean-Philippe Lesot2014-04-072-18/+9
| | | | | | | | | | | - Replace newDummyInstance() by a getDummyInstance in StatisticId - Remove HashMap from DummyTracer to keep dummy instances This HashMap has to be synchronized, but we want to have a very light implementation of DummyTracer. So, we prefer to keep multiple instances of dummy statistics than having a ConcurrentHashMap. Change-Id: I4e8ec3aaf42ac6843626e4d2432db1212b03a0ed
* Initial Jack import part 2.Yohann Roussel2014-04-0777-1006/+2712
| | | | Change-Id: Ic439604a1f030700d9049800fbf62422e0004d35
* Fix various classpath issues in Jack projectsBenoit Lamarche2014-03-211-1/+1
| | | | | | | | | | | - Added dependency of Jack project to dexcomparator project instead of jar - Replace JUnit dependency of Scheduler and jack-tests to project JUnit - Added dependency of dexcomparator project to Dx project instead of jar Change-Id: I946ff30efee33e375cdb1448dd3f9539534c29a1
* Initial Jack import.Yohann Roussel2014-03-20420-0/+34327
Change-Id: I953cf0a520195a7187d791b2885848ad0d5a9b43