/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | IpSecAlgorithmTest.java | 98 } catch (IllegalArgumentException pass) { in checkAuthKeyAndTruncLenValidation() 104 } catch (IllegalArgumentException pass) { in checkAuthKeyAndTruncLenValidation() 110 } catch (IllegalArgumentException pass) { in checkAuthKeyAndTruncLenValidation() 120 } catch (IllegalArgumentException pass) { in checkCryptKeyLenValidation() 154 } catch (IllegalArgumentException pass) { in testTruncLenValidation() 167 } catch (IllegalArgumentException pass) { in testLenValidation() 176 } catch (IllegalArgumentException pass) { in testAlgoNameValidation()
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_act.cc | 256 } else if (opcode == AVRC_OP_PASS_THRU && p_msg->pass.p_pass_data != NULL) { in bta_av_rc_msg_cback() 257 p_data_src = p_msg->pass.p_pass_data; in bta_av_rc_msg_cback() 258 data_len = (uint16_t)p_msg->pass.pass_len; in bta_av_rc_msg_cback() 281 p_buf->msg.pass.p_pass_data = p_data_dst; in bta_av_rc_msg_cback() 873 if (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VENDOR) { in bta_av_rc_msg() 877 p_data->rc_msg.msg.pass.pass_len, in bta_av_rc_msg() 878 p_data->rc_msg.msg.pass.p_pass_data, is_inquiry); in bta_av_rc_msg() 879 } else if (((p_data->rc_msg.msg.pass.op_id == AVRC_ID_VOL_UP) || in bta_av_rc_msg() 880 (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VOL_DOWN)) && in bta_av_rc_msg() 885 bta_av_op_supported(p_data->rc_msg.msg.pass.op_id, is_inquiry); in bta_av_rc_msg() [all …]
|
/packages/modules/NeuralNetworks/ |
D | TEST_MAPPING | 21 // pass consisting of: 25 // The value here is a bitmask indicating only "pass 2"
|
/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_api.cc | 857 msg.pass.op_id = (AVRC_PASS_OP_ID_MASK & *p_data); in avrc_msg_cback() 859 msg.pass.state = true; in avrc_msg_cback() 861 msg.pass.state = false; in avrc_msg_cback() 863 msg.pass.pass_len = *p_data++; in avrc_msg_cback() 864 if (msg.pass.pass_len != p_pkt->len - 5) in avrc_msg_cback() 865 msg.pass.pass_len = p_pkt->len - 5; in avrc_msg_cback() 866 if (msg.pass.pass_len) in avrc_msg_cback() 867 msg.pass.p_pass_data = p_data; in avrc_msg_cback() 869 msg.pass.p_pass_data = NULL; in avrc_msg_cback()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | SlotView.java | 60 public int renderSlot(GLCanvas canvas, int index, int pass, int width, int height); in renderSlot() argument 286 for (int pass = 1; requestCount != 0; ++pass) { in render() 290 requestedSlot[i], pass, paperActive); in render() 314 GLCanvas canvas, int index, int pass, boolean paperActive) { in renderItem() argument 326 canvas, index, pass, rect.right - rect.left, rect.bottom - rect.top); in renderItem()
|
D | ManageCacheDrawer.java | 65 public int renderSlot(GLCanvas canvas, int index, int pass, int width, int height) { in renderSlot() argument
|
D | AlbumSlotRenderer.java | 104 public int renderSlot(GLCanvas canvas, int index, int pass, int width, int height) { in renderSlot() argument
|
D | AlbumSetSlotRenderer.java | 131 public int renderSlot(GLCanvas canvas, int index, int pass, int width, int height) { in renderSlot() argument
|
/packages/modules/adb/daemon/ |
D | jdwp_service.cpp | 330 bool pass = false; member 361 if (!jdwp->pass) { in jdwp_socket_ready() 367 jdwp->pass = true; in jdwp_socket_ready() 385 s->pass = false; in create_jdwp_service_socket()
|
/packages/apps/TimeZoneData/oem_template/xts/ |
D | README.oem | 12 To pass, OEMs must provide their own OEM-specific signed time zone data app .apks under the
|
/packages/modules/GeoTZ/apex/com.android.geotz/resources/ |
D | offlineltzprovider.properties | 8 # The namespace to pass to android.provider.DeviceConfig for server-pushed configuration.
|
/packages/apps/Dialer/java/com/android/dialer/callintent/ |
D | call_specific_app_data.proto | 14 // Dialer. The system will pass this data to the InCallUi which can use it
|
/packages/modules/Bluetooth/floss/build/ |
D | README.md | 20 If you want to run the build more quickly (or pass other commands), run
|
/packages/modules/Bluetooth/system/device/fuzzer/ |
D | README.md | 11 Fuzzer assigns values to the following parameters to pass on to libbtdevice:
|
/packages/modules/Bluetooth/ |
D | README.md | 61 to change this, just pass in `--bootstrap-dir` to the script. 176 binary directly. By default, it will try to run on hci0 but you can pass it
|
/packages/modules/GeoTZ/ |
D | README.md | 26 location and the `geotz_lookup` APIs to obtain the time zone IDs to pass to
|
/packages/modules/Bluetooth/system/btcore/fuzzer/ |
D | README.md | 11 Fuzzers assigns values to the following parameters to pass on to libbtcore:
|
/packages/apps/Dialer/java/com/android/contacts/common/widget/ |
D | select_phone_account_dialog_options.proto | 34 // The call ID to pass back to the callback
|
/packages/modules/Bluetooth/android/leaudio/ |
D | gradlew.bat | 16 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
|
/packages/apps/Car/DebuggingRestrictionController/ |
D | gradlew.bat | 16 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
|
/packages/inputmethods/LatinIME/ |
D | gradlew.bat | 11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
|
/packages/services/Telephony/testapps/TestSliceApp/ |
D | gradlew.bat | 35 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
|
/packages/providers/MediaProvider/tools/photopicker-gradle/ |
D | gradlew.bat | 35 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingController.java | 373 int pass = Integer.parseInt(passkey); in onPair() local
|
/packages/modules/Bluetooth/system/service/doc/ |
D | IBluetoothGattServer.txt | 56 * of success, the application should pass in "0". Otherwise this should
|