rasta: wip
All checks were successful
/ test_checkout (push) Successful in 1m13s

This commit is contained in:
Jean-Marie Mineau 2025-08-13 00:44:25 +02:00
parent 5e512b585a
commit 01ce20ffda
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
7 changed files with 81 additions and 59 deletions

View file

@ -1,15 +1,20 @@
#let ADB = link(<acr-adb>)[ADB]
#let API = link(<acr-api>)[API]
#let APK = link(<acr-apk>)[APK]
#let APKs = link(<acr-apk>)[APKs]
#let ART = link(<acr-art>)[ART]
#let AXML = link(<acr-axml>)[AXML]
#let DEX = link(<acr-dex>)[DEX]
#let FR = link(<acr-fr>)[FR]
#let HPC = link(<acr-hpc>)[HPC]
#let MWE = link(<acr-mwe>)[MWE]
#let OAT = link(<acr-oat>)[OAT]
#let JAR = link(<acr-jar>)[JAR]
#let JNI = link(<acr-jni>)[JNI]
#let IDE = link(<acr-ide>)[IDE]
#let NDK = link(<acr-ndk>)[NDK]
#let SDK = link(<acr-sdk>)[SDK]
#let SDKs = link(<acr-sdk>)[SDKs]
#let XML = link(<acr-xml>)[XML]
#let ZIP = link(<acr-zip>)[ZIP]
@ -25,6 +30,9 @@
ART, [Android RunTime, the runtime environement that execute an Android application. The ART is the successor of the older Dalvik Virtual Machine <acr-art>],
AXML, [Android #XML. The specific flavor of #XML used by Android. The main specificity of AXML is that it can be compile in a binary version inside an APK <acr-axml>],
DEX, [Dalvik Executable, the file format for the bytecode used for applicatiobs by Android <acr-dex>],
FR, [Finishing Rate, the number of runs that finished over the number of total runs of an analysis <acr-fr>],
HPC, [High-Performance Computing, the use of supercomputers and computer clusers <acr-hpc>],
MWE, [Minimum Working Example, in this context, a small example that can be used to check if a tool is working <acr-mwe>],
IDE, [Integrated Development Environment, a software providing tools for software development <acr-ide>],
JAR, [Java ARchive file, the file format used to store several java class files. Sometimes used by Android to store #DEX files instead of java classes <acr-jar>],
JNI, [Java Native Interface, the native library used to interact with Java classes of the application and Android API <acr-jni>],