| /cts/tests/tests/view/res/raw/ |
| D | gamepad_sensors_register.json | 19 {"code":0, "info": { // ABS_X number 27 {"code":1, "info": { // ABS_Y number 35 {"code":2, "info": { // ABS_Z number 43 {"code":3, "info": { // ABS_RX number 51 {"code":4, "info": { // ABS_RY number 59 {"code":5, "info": { // ABS_RZ number
|
| /cts/hostsidetests/input/app/res/raw/ |
| D | test_touchscreen_register.json | 23 {"code":0x2f, "info": { // ABS_MT_SLOT number 31 {"code":0x39, "info": { // ABS_MT_TRACKING_ID number 39 {"code":0x30, "info": { // ABS_MT_TOUCH_MAJOR number 47 {"code":0x35, "info": { // ABS_MT_POSITION_X number 55 {"code":0x36, "info": { // ABS_MT_POSITION_Y number
|
| /cts/tests/input/res/raw/ |
| D | test_touchscreen_register.json | 23 {"code":0x2f, "info": { // ABS_MT_SLOT number 31 {"code":0x39, "info": { // ABS_MT_TRACKING_ID number 39 {"code":0x30, "info": { // ABS_MT_TOUCH_MAJOR number 47 {"code":0x35, "info": { // ABS_MT_POSITION_X number 55 {"code":0x36, "info": { // ABS_MT_POSITION_Y number
|
| D | test_drawing_tablet_register.json | 23 {"code":0x2f, "info": { // ABS_MT_SLOT number 31 {"code":0x39, "info": { // ABS_MT_TRACKING_ID number 39 {"code":0x30, "info": { // ABS_MT_TOUCH_MAJOR number 47 {"code":0x35, "info": { // ABS_MT_POSITION_X number 55 {"code":0x36, "info": { // ABS_MT_POSITION_Y number
|
| D | test_capacitive_stylus_register.json | 26 {"code":0x2f, "info": { // ABS_MT_SLOT number 34 {"code":0x39, "info": { // ABS_MT_TRACKING_ID number 42 {"code":0x30, "info": { // ABS_MT_TOUCH_MAJOR number 50 {"code":0x35, "info": { // ABS_MT_POSITION_X number 58 {"code":0x36, "info": { // ABS_MT_POSITION_Y number
|
| /cts/tests/rotationresolverservice/src/android/rotationresolverservice/cts/ |
| D | CtsTestRotationResolverService.java | 55 public static void respondSuccess(int code) { in respondSuccess() 62 public static void respondFailure(int code) { in respondFailure()
|
| /cts/tests/tests/security/src/android/security/cts/ |
| D | CVE_2021_0521.java | 43 int code = -1; in getFunctionCode() local 75 int code = getFunctionCode(desciption + "$Stub"); in testPocCVE_2021_0521() local
|
| /cts/tests/attentionservice/src/android/attentionservice/cts/ |
| D | CtsTestAttentionService.java | 69 public static void respondSuccess(int code) { in respondSuccess() 76 public static void respondFailure(int code) { in respondFailure()
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/ |
| D | StreamingVideoActivity.java | 61 public final String code; field in StreamingVideoActivity.Stream 68 public Stream(String name, String code, String uri) { in Stream()
|
| /cts/hostsidetests/securitybulletin/src/android/security/cts/ |
| D | Poc17_04.java | 76 int code = AdbUtils.runCommandGetExitCode("/data/local/tmp/CVE-2017-0477", getDevice()); in testPocCVE_2017_0477() local
|
| /cts/tests/tests/media/audio/jni/ |
| D | OpenSLESUtils.cpp | 45 const char * getSLErrStr(int code) { in getSLErrStr()
|
| D | sl-utils.cpp | 62 const char *getSLErrStr(int code) { in getSLErrStr()
|
| /cts/tests/mediapc/src/android/mediapc/cts/ |
| D | Post.java | 44 public final int code; field in Post.Response 47 public Response(int code, byte[] body) { in Response()
|
| /cts/tests/framework/base/windowmanager/shared/src/android/server/wm/shared/ |
| D | BlockingResultReceiver.java | 42 protected void onReceiveResult(int code, Bundle data) { in onReceiveResult()
|
| /cts/tests/tests/nfc/src/android/nfc/cts/ |
| D | NfcFCardEmulationTest.java | 78 String code = "System Code"; in testGetSystemCodeForService() local 88 String code = "4000"; in testRegisterCodeForService() local
|
| /cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0226/ |
| D | poc.cpp | 36 uint32_t code = 2, flags = 0; in main() local
|
| /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/ |
| D | IcmpMessage.java | 27 int code; field in IcmpMessage
|
| /cts/tests/tests/security/src/android/security/cts/CVE_2022_20429/ |
| D | PocActivity.java | 46 int code = getInteger(R.integer.cve_2022_20429_enable); in onResume() local
|
| /cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39808/src/android/security/cts/CVE_2021_39808/ |
| D | PocService.java | 99 void createNotificationGroup(IBinder binder, int code) throws Exception { in createNotificationGroup()
|
| /cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39626/src/android/security/cts/CVE_2021_39626/ |
| D | PocActivity.java | 51 int code = REQUEST_ENABLE_BT; in onCreate() local
|
| /cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/ |
| D | TestAppSystemServiceFactory.java | 335 static String resultCodeToString(int code) { in resultCodeToString() 354 public final int code; field in TestAppSystemServiceFactory.Result
|
| /cts/hostsidetests/securitybulletin/test-apps/TestBluetoothDiscoverable/src/android/security/cts/TestBluetoothDiscoverable/ |
| D | PocActivity.java | 47 int code = getInteger(R.integer.enable); in onCreate() local
|
| /cts/tests/tests/binder_ndk/src/android/binder/cts/ |
| D | ILegacyBinder.java | 47 public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags) in onTransact()
|
| /cts/tests/tests/view/jni/ |
| D | android_view_cts_InputDeviceKeyLayoutMapTest.cpp | 48 std::string type, code, label, flags; in loadGenericKl() local
|
| /cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
| D | utilities.cpp | 40 binder_status_t SampleClassOnTransact(AIBinder* binder, transaction_code_t code, in SampleClassOnTransact()
|