Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 69) sorted by relevance

123

/packages/providers/ContactsProvider/qc/
Dqc7 pass=""
14 pass="$pass -$opt"
28 $(dirname "$0")/qdb $pass /data/$user_path/com.android.providers.contacts/databases/$file "$*"
/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecAlgorithmTest.java99 } catch (IllegalArgumentException pass) { in checkAuthKeyAndTruncLenValidation()
105 } catch (IllegalArgumentException pass) { in checkAuthKeyAndTruncLenValidation()
111 } catch (IllegalArgumentException pass) { in checkAuthKeyAndTruncLenValidation()
121 } catch (IllegalArgumentException pass) { in checkCryptKeyLenValidation()
153 } catch (IllegalArgumentException pass) { in testTruncLenValidation()
166 } catch (IllegalArgumentException pass) { in testLenValidation()
175 } catch (IllegalArgumentException pass) { in testAlgoNameValidation()
/packages/modules/NeuralNetworks/
DTEST_MAPPING26 // pass consisting of:
30 // The value here is a bitmask indicating only "pass 2"
43 // // pass consisting of:
47 // // The value here is a bitmask indicating only "pass 2"
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_act.cc289 } else if (opcode == AVRC_OP_PASS_THRU && p_msg->pass.p_pass_data != NULL) { in bta_av_rc_msg_cback()
290 p_data_src = p_msg->pass.p_pass_data; in bta_av_rc_msg_cback()
291 data_len = (uint16_t)p_msg->pass.pass_len; in bta_av_rc_msg_cback()
314 p_buf->msg.pass.p_pass_data = p_data_dst; in bta_av_rc_msg_cback()
1005 if (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VENDOR) { in bta_av_rc_msg()
1009 p_data->rc_msg.msg.pass.pass_len, in bta_av_rc_msg()
1010 p_data->rc_msg.msg.pass.p_pass_data, is_inquiry); in bta_av_rc_msg()
1011 } else if (((p_data->rc_msg.msg.pass.op_id == AVRC_ID_VOL_UP) || in bta_av_rc_msg()
1012 (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VOL_DOWN)) && in bta_av_rc_msg()
1017 bta_av_op_supported(p_data->rc_msg.msg.pass.op_id, is_inquiry); in bta_av_rc_msg()
[all …]
/packages/modules/Virtualization/docs/debug/
Dgdb_userspace.md14 **Note:** We need to pass `--chroot .` to skip verifying device, because
15 microdroid doesn't match with the host's lunch target. We need to also pass
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java60 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()
DManageCacheDrawer.java65 public int renderSlot(GLCanvas canvas, int index, int pass, int width, int height) { in renderSlot() argument
/packages/services/Car/FrameworkPackageStubs/
DREADME.md19 5. Add & pass [CarFrameworkPackageStubsTest].
20 6. Validate the build targets can pass the relevant CTS and sample apps will not
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_api.cc853 msg.pass.op_id = (AVRC_PASS_OP_ID_MASK & *p_data); in avrc_msg_cback()
855 msg.pass.state = true; in avrc_msg_cback()
857 msg.pass.state = false; in avrc_msg_cback()
859 msg.pass.pass_len = *p_data++; in avrc_msg_cback()
860 if (msg.pass.pass_len != p_pkt->len - 5) in avrc_msg_cback()
861 msg.pass.pass_len = p_pkt->len - 5; in avrc_msg_cback()
862 if (msg.pass.pass_len) in avrc_msg_cback()
863 msg.pass.p_pass_data = p_data; in avrc_msg_cback()
865 msg.pass.p_pass_data = NULL; in avrc_msg_cback()
/packages/modules/adb/daemon/
Djdwp_service.cpp337 bool pass = false; member
368 if (!jdwp->pass) { in jdwp_socket_ready()
374 jdwp->pass = true; in jdwp_socket_ready()
392 s->pass = false; in create_jdwp_service_socket()
/packages/modules/Bluetooth/system/stack/test/fuzzers/avrc/
Dfuzz_avrc.cc171 msg.pass.p_pass_data = (uint8_t*)&data[2]; in LLVMFuzzerTestOneInput()
172 msg.pass.pass_len = size - 2; in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/stack/mmc/
DREADME.md35 * `init`: set up `ConfigParam` and pass it to `CodecClient`.
36 * `transcode`: pass input and output buffer, and specify the input data size
/packages/services/Car/tests/CarFrameworkPackageStubsTest/
DREADME.md3 These are integration tests for [Car FrameworkPackageStubs]. Run and pass them
/packages/modules/GeoTZ/apex/com.android.geotz/resources/
Dofflineltzprovider.properties10 # The namespace to pass to android.provider.DeviceConfig for server-pushed configuration.
/packages/modules/GeoTZ/app/resources/
Dofflineltzprovider.properties14 # The namespace to pass to android.provider.DeviceConfig for server-pushed configuration.
/packages/apps/Dialer/java/com/android/dialer/callintent/
Dcall_specific_app_data.proto14 // Dialer. The system will pass this data to the InCallUi which can use it
/packages/modules/Bluetooth/system/device/fuzzer/
DREADME.md11 Fuzzer assigns values to the following parameters to pass on to libbtdevice:
/packages/modules/Virtualization/docs/
Dhugepages.md47 Alternatively, the `vm` command can also pass `--hugepages`.
/packages/modules/Bluetooth/
DREADME.md62 to change this, just pass in `--bootstrap-dir` to the script.
157 binary directly. By default, it will try to run on hci0 but you can pass it
/packages/apps/Dialer/java/com/android/contacts/common/widget/
Dselect_phone_account_dialog_options.proto34 // The call ID to pass back to the callback
/packages/modules/Bluetooth/system/btcore/fuzzer/
DREADME.md11 Fuzzers assigns values to the following parameters to pass on to libbtcore:
/packages/apps/ManagedProvisioning/studio-dev/
DREADME.md33 update the SDK. In either case, you should pass the `--update-sdk` flag.
45 it exists, otherwise it will attempt to pull the SDK from the attached device. You can pass
55 instead you can pass `--pull-sdk`.
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc148 const WaitForAllAclConnectionsToDrain* pass) { in IsFirstPass() argument
149 return pass == &first_pass; in IsFirstPass()
393 const WaitForAllAclConnectionsToDrain* pass = in bta_dm_wait_for_acl_to_drain_cback() local
397 WaitForAllAclConnectionsToDrain::IsFirstPass(pass)) { in bta_dm_wait_for_acl_to_drain_cback()
/packages/apps/Car/DebuggingRestrictionController/
Dgradlew.bat16 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
/packages/modules/AdServices/adservices/libraries/health/runners/concurrent-longevity/adservices/src/android/adservices/test/longevity/concurrent/
Dconcurrent_profile.proto47 // Extra arguments to pass to the CUJ.

123