Lines Matching full:deqp
3 package="com.drawelements.deqp"
6 <application android:label="dEQP Tests"
8 <activity android:name="com.drawelements.deqp.execserver.ExecServerActivity"
10 android:label="dEQP ExecServer"
14 <activity android:name="com.drawelements.deqp.execserver.ServiceStarter"
16 android:label="dEQP ExecServer Launcher"
20 <service android:name="com.drawelements.deqp.execserver.ExecService"
21 android:label="dEQP ExecServer Service"
26 android:label="dEQP Test Process"
31 android:value="deqp" />
45 <instrumentation android:label="dEQP-Instrumentation"
46 android:name="com.drawelements.deqp.testercore.DeqpInstrumentation"
47 android:targetPackage="com.drawelements.deqp" />
48 <instrumentation android:label="dEQP-PlatformCapabilityQueryInstrumentation"
49 android:name="com.drawelements.deqp.platformutil.DeqpPlatformCapabilityQueryInstrumentation"
50 android:targetPackage="com.drawelements.deqp" />