Tag Archives: AOSP

AOSP Code Growth

~11 million lines of Java in Marshmellow release 1 (tag 6.0.1_r1)!

aosplinesofcodewwatermark

The XML trend line is linear and both Java and CPP are polynomial to the 2nd order. Is it possible there will be ~20 million lines of Java by release ‘O’?

aospcodegrowthtrendlineswatermark

 

AOSP lines of code Donut through Marshmallow

First Gist/Wordpress embedded shortcode post… #oldnews #newdata

ipython
import rglob

android-1.6_r1.4

rglob.lcount("/home/chris/aosp_android-1.6_r1.4/", "*.java")
2687649
rglob.lcount("/home/chris/aosp_android-1.6_r1.4/", "*.cpp")
1994029
rglob.lcount("/home/chris/aosp_android-1.6_r1.4/", "*.xml")
1926342

android-2.3.6_r1

rglob.lcount("/home/chris/aosp_android-2.3.6_r1/", "*.java")
3875476
rglob.lcount("/home/chris/aosp_android-2.3.6_r1/", "*.cpp")
2366776
rglob.lcount("/home/chris/aosp_android-2.3.6_r1/", "*.xml")
4640773

android-4.1.2_r1

rglob.lcount("/home/chris/android/google", "*.java")
6172018
rglob.lcount("/home/chris/android/google", "*.xml")
8299084
rglob.lcount("/home/chris/android/google", "*.cpp")
4565380

android-4.4.2_r1

rglob.lcount("/home/chris/android/google", "*.java")
7473838
rglob.lcount("/home/chris/android/google", "*.xml")
6592088
rglob.lcount("/home/chris/android/google", "*.cpp")
6394997

android-5.1.1_r1

rglob.lcount("/home/chris/android-5.1.1_r1/", "*.java")
9118187
rglob.lcount("/home/chris/aosp_android-5.1.1_r1/", "*.cpp")
8886230
rglob.lcount("/home/chris/aosp_android-5.1.1_r1/", "*.xml")
7589145


android-5.1.1_r33

rglob.lcount("/home/chris/aosp_android-5.1.1_r33/", "*.java")
9118930
rglob.lcount("/home/chris/aosp_android-5.1.1_r33/", "*.cpp")
8886171
rglob.lcount("/home/chris/aosp_android-5.1.1_r33/", "*.xml")
7589235

android-6.0.1_r1

rglob.lcount("/home/chris/aosp_android-6.0.1_r1/", "*.java")
11152748
rglob.lcount("/home/chris/aosp_android-6.0.1_r1/", "*.cpp")
7474792
rglob.lcount("/home/chris/aosp_android-6.0.1_r1/", "*.xml")
8541919

android-7.1.1_r6

rglob.lcount("/home/chris/aosp_android-7.1.1_r6/", "*.java")
13791434
rglob.lcount("/home/chris/aosp_android-7.1.1_r6/", "*.cpp")
9293002
rglob.lcount("/home/chris/aosp_android-7.1.1_r6/", "*.xml")
10426189

android-8.0.0_r36

rglob.lcount("/home/chris/aosp_android-8.0.0_r36/", "*.java")
14834273
rglob.lcount("/home/chris/aosp_android-8.0.0_r36/", "*.cpp")
11164833
rglob.lcount("/home/chris/aosp_android-8.0.0_r36/", "*.xml")
8723334