Home
last modified time | relevance | path

Searched refs:compiled (Results 1 – 25 of 204) sorted by relevance

123456789

/frameworks/base/cmds/idmap2/tests/data/overlay/
Dbuild17 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/
Dbuild20 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/
Dbuild20 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/
Dbuild20 aapt2 compile --dir res -o compiled.flata
26 compiled.flata
27 rm compiled.flata
/frameworks/layoutlib/bridge/tests/
Drun_tests_mac.sh35 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
Drun_tests.sh31 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/
Dbuild22 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/
Dbuild23 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/
Dbuild22 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/
DBitmapTest.java45 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/
Dbuild22 aapt2 compile --dir res -o compiled.flata
32 compiled.flata
33 rm compiled.flata
/frameworks/base/libs/androidfw/tests/data/overlay/
Dbuild22 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/
Dbuild7 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/
Dbuild22 aapt2 compile --dir res -o compiled.flata
28 compiled.flata
/frameworks/base/cmds/idmap2/tests/data/target/
Dbuild15 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/
Dgl_code.cpp47 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/
Dgl_code.cpp47 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/
DGL2JavaView.java100 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/
DREADME.md3 * 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/
DProgram.cpp148 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/
DTestLatencyView.java174 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/
Dfill_common.cpp38 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/
DMyGLSurfaceView.java240 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/
DGLDepthTestActivity.java269 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/
Dgl2_yuvtex.cpp88 GLint compiled = 0; in loadShader() local
89 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled); in loadShader()
90 if (!compiled) { in loadShader()

123456789