| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Change-Id: I2bb91e8a6f53fe0494a5da6f1e4901660aca7cd3
|
|
|
|
| |
Change-Id: Ib7cad077223371a774d24a114c9afe136bf84278
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ib2b7cdecde0d6408587580dad57591f70f37c33c
|
|
|
|
| |
Change-Id: Ib6e4efa49b9b75c6f4c002eec1acc57f12ed0295
|
|
|
|
| |
Change-Id: I8733b091f88ff333d7de1db9eb5485f796e6051a
|
|
|
|
| |
Change-Id: Ife5db533d7f9611e0788db4916511a6429458b4f
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Jack's exclude file is not deleted because of antlr generated files.
Change-Id: Ia9688b5eb75334448df024595a6d31fbed9386ae
|
|/
|
|
| |
Change-Id: Id693176ab9a6351a2bc59c90aadcc0c250114420
|
|
|
|
| |
Change-Id: I0520b0704c7b00fe6836d95e33270d879652405c
|
|
|
|
| |
Change-Id: I527ecc3bf9bac323e667b32fc8550401bf701689
|
|
|
|
| |
Change-Id: I3d61bc18bb937116ee6cc00d88e2e9824020b8b0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Change-Id: I9d5435c2b598a37f48c5fcbd0e7bb847f7ae6986
|
|
|
|
| |
Change-Id: I496ba52f902f7f030938a32633b837683daf9c2e
|
|
|
|
| |
Change-Id: Ia9216ca5f3b94127dd47cde957eb563439dfeb52
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Change-Id: Ic439604a1f030700d9049800fbf62422e0004d35
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
Change-Id: I953cf0a520195a7187d791b2885848ad0d5a9b43
|