/art/test/003-omnibus-opcodes/ |
info.txt | 1 This is a smoke test of many Dalvik opcodes.
|
/dalvik/tests/003-omnibus-opcodes/ |
info.txt | 1 This is a smoke test of many Dalvik opcodes.
|
/dalvik/dx/tests/100-local-mismatch/ |
info.txt | 1 This is a smoke test that makes sure that dx complains when a local
|
/frameworks/base/tests/SmokeTestApps/ |
README | 2 to trigger the smoke tests to fail. They are otherwise not useful.
|
/dalvik/dx/tests/040-dex-constructor/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/113-old-style-inner-class/ |
info.txt | 1 This is a smoke test of dex conversion, which makes sure that
|
/external/jmonkeyengine/engine/src/test/jme3test/effect/ |
TestSoftParticles.java | 94 ParticleEmitter smoke = new ParticleEmitter("Smoke", ParticleMesh.Type.Triangle, 30); local 95 smoke.setMaterial(material); 96 smoke.setShape(new EmitterSphereShape(Vector3f.ZERO, 5)); 97 smoke.setImagesX(1); 98 smoke.setImagesY(1); // 2x2 texture animation 99 smoke.setStartColor(new ColorRGBA(0.1f, 0.1f, 0.1f,1f)); // dark gray 100 smoke.setEndColor(new ColorRGBA(0.5f, 0.5f, 0.5f, 0.3f)); // gray 101 smoke.setStartSize(3f); 102 smoke.setEndSize(5f) [all...] |
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/smoke/ |
SmokeTest.java | 17 package android.test.suitebuilder.examples.smoke; 19 import android.test.suitebuilder.annotation.Smoke; 22 @Smoke
|
/dalvik/dx/tests/035-dex-instance-var/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/036-dex-static-var/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/037-dex-static-final-var/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/038-dex-instance-method/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/039-dex-static-method/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/041-dex-abstract-method/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/042-dex-ignore-result/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/043-dex-two-classes/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/044-dex-math-ops/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/045-dex-switch-ops/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/046-dex-exceptions/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/047-dex-wide-args/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/048-dex-new-array/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/049-dex-instanceof/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/050-dex-checkcast/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/052-dex-static-var-access/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/053-dex-instance-var-access/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|