/frameworks/base/cmds/idmap2/tests/data/overlay/ |
D | build | 17 aapt2 compile --dir res -o compiled.flata 24 compiled.flata 32 compiled.flata 39 compiled.flata 46 compiled.flata 48 rm compiled.flata
|
/frameworks/base/libs/androidfw/tests/data/out_of_order_types/ |
D | build | 20 aapt2 compile --dir res -o compiled.flata 21 aapt2 link --manifest AndroidManifest.xml -o out_of_order_types.apk compiled.flata 22 rm compiled.flata
|
/frameworks/base/libs/androidfw/tests/data/system/ |
D | build | 20 aapt2 compile --dir res -o compiled.flata 21 aapt2 link --manifest AndroidManifest.xml -A assets -o system.apk compiled.flata 22 rm compiled.flata
|
/frameworks/base/libs/androidfw/tests/data/app/ |
D | build | 20 aapt2 compile --dir res -o compiled.flata 26 compiled.flata 27 rm compiled.flata
|
/frameworks/layoutlib/bridge/tests/ |
D | run_tests_mac.sh | 35 mkdir ${TMP_DIR}/compiled 43 …"*.9.png" -print0 | xargs -0 ${TMP_DIR}/build-tools/android-*/aapt2 compile -o ${TMP_DIR}/compiled/ 44 …find ${TMP_DIR}/compiled -name "*.flat" -print0 | xargs -0 ${TMP_DIR}/build-tools/android-*/aapt2 … 46 unzip -qo ${TMP_DIR}/compiled.apk -d ${TMP_DIR} 47 rm -r ${TMP_DIR}/compiled/* 48 rm ${TMP_DIR}/compiled.apk
|
D | run_tests.sh | 31 mkdir ${TMP_DIR}/compiled 37 …"*.9.png" -print0 | xargs -0 ${TMP_DIR}/build-tools/android-*/aapt2 compile -o ${TMP_DIR}/compiled/ 38 find ${TMP_DIR}/compiled -name "*.flat" -print0 | xargs -0 -s 1000000 ${TMP_DIR}/build-tools/androi… 39 unzip -q ${TMP_DIR}/compiled.apk -d ${TMP_DIR}
|
/frameworks/base/libs/androidfw/tests/data/overlayable/ |
D | build | 22 aapt2 compile --dir res -o compiled.flata 23 aapt2 link -I $FRAMEWORK_RES_APK --manifest AndroidManifest.xml -o overlayable.apk compiled.flata \ 25 rm compiled.flata
|
/frameworks/base/libs/androidfw/tests/data/loader/ |
D | build | 23 aapt2 compile --dir res -o compiled.flata 24 aapt2 link -I $FRAMEWORK_RES_APK --manifest AndroidManifest.xml -o loader.apk compiled.flata 27 rm compiled.flata
|
/frameworks/base/libs/androidfw/tests/data/sparse/ |
D | build | 22 aapt2 compile --dir res -o compiled.flata 23 …AndroidManifest.xml -I $PATH_TO_FRAMEWORK_RES -o sparse.apk --enable-sparse-encoding compiled.flata 24 aapt2 link --manifest AndroidManifest.xml -I $PATH_TO_FRAMEWORK_RES -o not_sparse.apk compiled.flata
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/ |
D | BitmapTest.java | 45 InputStream compiled = in testNinePatchChunk() local 47 Bitmap compiledBitmap = BitmapFactory.decodeStream(compiled, null, null); in testNinePatchChunk() 58 InputStream compiled = in testNativeBitmap() local 60 Bitmap compiledBitmap = BitmapFactory.decodeStream(compiled, null, null); in testNativeBitmap()
|
/frameworks/base/libs/androidfw/tests/data/basic/ |
D | build | 22 aapt2 compile --dir res -o compiled.flata 32 compiled.flata 33 rm compiled.flata
|
/frameworks/base/libs/androidfw/tests/data/overlay/ |
D | build | 22 aapt2 compile --dir res -o compiled.flata 23 aapt2 link -I $FRAMEWORK_RES_APK --manifest AndroidManifest.xml -o overlay.apk compiled.flata \ 25 rm compiled.flata
|
/frameworks/base/libs/androidfw/tests/data/styles/ |
D | build | 7 aapt2 compile -o compiled.flata --dir res 8 aapt2 link -o styles.apk --manifest AndroidManifest.xml -I $PATH_TO_FRAMEWORK_RES compiled.flata
|
/frameworks/base/libs/androidfw/tests/data/feature/ |
D | build | 22 aapt2 compile --dir res -o compiled.flata 28 compiled.flata
|
/frameworks/base/cmds/idmap2/tests/data/target/ |
D | build | 15 aapt2 compile --dir res -o compiled.flata 16 aapt2 link --manifest AndroidManifest.xml -A assets -o target.apk compiled.flata 17 rm compiled.flata
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 47 GLint compiled = 0; in loadShader() local 48 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled); in loadShader() 49 if (!compiled) { in loadShader()
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 47 GLint compiled = 0; in loadShader() local 48 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled); in loadShader() 49 if (!compiled) { in loadShader()
|
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/ |
D | GL2JavaView.java | 100 int[] compiled = new int[1]; in loadShader() local 101 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0); in loadShader() 102 if (compiled[0] == 0) { in loadShader()
|
/frameworks/base/config/ |
D | README.md | 3 * boot-image-profile.txt: A list of methods from the boot classpath to be compiled by dex2oat. 5 * boot-profile.txt: An ordered list of methods from the boot classpath to be compiled by
|
/frameworks/av/cmds/screenrecord/ |
D | Program.cpp | 148 GLint compiled = 0; in compileShader() local 149 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled); in compileShader() 150 if (!compiled) { in compileShader()
|
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/ |
D | TestLatencyView.java | 174 int[] compiled = new int[1]; in loadShader() local 175 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0); in loadShader() 176 if (compiled[0] == 0) { in loadShader()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | fill_common.cpp | 38 GLint compiled = 0; in loadShader() local 39 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled); in loadShader() 40 if (!compiled) { in loadShader()
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
D | MyGLSurfaceView.java | 240 int[] compiled = new int[1]; in loadShader() local 241 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0); in loadShader() 242 if (compiled[0] == 0) { in loadShader()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLDepthTestActivity.java | 269 int[] compiled = new int[1]; in loadShader() local 270 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0); in loadShader() 271 if (compiled[0] == 0) { in loadShader()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 88 GLint compiled = 0; in loadShader() local 89 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled); in loadShader() 90 if (!compiled) { in loadShader()
|