Home
last modified time | relevance | path

Searched defs:available (Results 1 – 25 of 2614) sorted by relevance

12345678910>>...105

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/
Davailable_instructions_test.cpp166 auto available = no_instructions.GetAvailableBeforeInstruction(i); in TEST() local
176 auto available = all_instructions.GetAvailableBeforeInstruction(i1); in TEST() local
183 auto available = all_instructions.GetAvailableBeforeInstruction(i2); in TEST() local
193 auto available = all_instructions.GetAvailableBeforeInstruction(i3); in TEST() local
203 auto available = all_instructions.GetAvailableBeforeInstruction(i6); in TEST() local
225 auto available = vector_instructions.GetAvailableBeforeInstruction(i4); in TEST() local
233 auto available = vector_instructions.GetAvailableBeforeInstruction(i5); in TEST() local
241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST() local
254 auto available = in TEST() local
261 auto available = in TEST() local
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/
H A Davailable_instructions_test.cpp166 auto available = no_instructions.GetAvailableBeforeInstruction(i); in TEST() local
176 auto available = all_instructions.GetAvailableBeforeInstruction(i1); in TEST() local
183 auto available = all_instructions.GetAvailableBeforeInstruction(i2); in TEST() local
193 auto available = all_instructions.GetAvailableBeforeInstruction(i3); in TEST() local
203 auto available = all_instructions.GetAvailableBeforeInstruction(i6); in TEST() local
225 auto available = vector_instructions.GetAvailableBeforeInstruction(i4); in TEST() local
233 auto available = vector_instructions.GetAvailableBeforeInstruction(i5); in TEST() local
241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST() local
254 auto available = in TEST() local
261 auto available = in TEST() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Davailable_instructions_test.cpp166 auto available = no_instructions.GetAvailableBeforeInstruction(i); in TEST() local
176 auto available = all_instructions.GetAvailableBeforeInstruction(i1); in TEST() local
183 auto available = all_instructions.GetAvailableBeforeInstruction(i2); in TEST() local
193 auto available = all_instructions.GetAvailableBeforeInstruction(i3); in TEST() local
203 auto available = all_instructions.GetAvailableBeforeInstruction(i6); in TEST() local
225 auto available = vector_instructions.GetAvailableBeforeInstruction(i4); in TEST() local
233 auto available = vector_instructions.GetAvailableBeforeInstruction(i5); in TEST() local
241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST() local
254 auto available = in TEST() local
261 auto available = in TEST() local
[all …]
/aosp_15_r20/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
H A DHostTestHelper.java119 RollbackInfo available = RollbackUtils.getAvailableRollback(TestApp.A); in testApkOnlyStagedRollback_Phase2_RollBack() local
182 RollbackInfo available = RollbackUtils.getAvailableRollback(TestApp.A); in testApkOnlyMultipleStagedRollback_Phase2_RollBack() local
270 RollbackInfo available = RollbackUtils.getAvailableRollback(TestApp.A); in testApkOnlyMultipleStagedPartialRollback_Phase2_RollBack() local
345 RollbackInfo available = RollbackUtils.getAvailableRollback(SHIM_APEX_PACKAGE_NAME); in testApexOnlyStagedRollback_Phase3_RollBack() local
406 RollbackInfo available = RollbackUtils.getAvailableRollback(SHIM_APEX_PACKAGE_NAME); in testApexOnlySystemVersionStagedRollback_Phase2_RollBack() local
479 RollbackInfo available = RollbackUtils.getAvailableRollback(SHIM_APEX_PACKAGE_NAME); in testApexAndApkStagedRollback_Phase3_RollBack() local
588 RollbackInfo available = RollbackUtils.getAvailableRollback(SHIM_APEX_PACKAGE_NAME); in testApexKeyRotationStagedRollback_Phase2_RollBack() local
664 final RollbackInfo available = RollbackUtils.getAvailableRollback(TestApp.A); in testRollbackFailsOtherSessions_Phase2_RollBack() local
727 final RollbackInfo available = RollbackUtils.getAvailableRollback(TestApp.A); in testSimultaneousRollbacksBothSucceed_Phase2_RollBack() local
777 RollbackInfo available = RollbackUtils.getAvailableRollback(TestApp.A); in testIsApexAndIsApkInApexFalseForApkRollback() local
[all …]
/aosp_15_r20/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/telephony/
DNrRepositoryTest.kt59 val available = repository.isNrAvailable(SUB_ID) in isNrAvailable_deviceNoNr_returnFalse() constant
72 val available = repository.isNrAvailable(SUB_ID) in isNrAvailable_carrierConfigNrIsEmpty_returnFalse() constant
85 val available = repository.isNrAvailable(SUB_ID) in isNrAvailable_carrierConfigNrIsNull_returnFalse() constant
101 val available = repository.isNrAvailable(SUB_ID) in isNrAvailable_allEnabled_returnTrue() constant
DVoNrRepositoryTest.kt76 val available = repository.isVoNrAvailable(SUB_ID) in isVoNrAvailable_visibleDisable_returnFalse() constant
89 val available = repository.isVoNrAvailable(SUB_ID) in isVoNrAvailable_voNrDisabled_returnFalse() constant
107 val available = repository.isVoNrAvailable(SUB_ID) in isVoNrAvailable_allEnabled_returnTrue() constant
116 val available = repository.isVoNrAvailable(SUB_ID) in isVoNrAvailable_noNr_returnFalse() constant
/aosp_15_r20/external/webrtc/modules/audio_device/android/
H A Daudio_device_template.h139 int32_t PlayoutIsAvailable(bool& available) override { in PlayoutIsAvailable()
155 int32_t RecordingIsAvailable(bool& available) override { in RecordingIsAvailable()
234 int32_t SpeakerVolumeIsAvailable(bool& available) override { in SpeakerVolumeIsAvailable()
259 int32_t MicrophoneVolumeIsAvailable(bool& available) override { in MicrophoneVolumeIsAvailable()
281 int32_t SpeakerMuteIsAvailable(bool& available) override { in SpeakerMuteIsAvailable()
289 int32_t MicrophoneMuteIsAvailable(bool& available) override { in MicrophoneMuteIsAvailable()
301 int32_t StereoPlayoutIsAvailable(bool& available) override { in StereoPlayoutIsAvailable()
309 bool available = audio_manager_->IsStereoPlayoutSupported(); in SetStereoPlayout() local
322 int32_t StereoRecordingIsAvailable(bool& available) override { in StereoRecordingIsAvailable()
330 bool available = audio_manager_->IsStereoRecordSupported(); in SetStereoRecording() local
/aosp_15_r20/external/pigweed/pw_allocator/block/
H A Ddetailed_block_test.cc234 size_t available = GetOuterSize<BlockType>(kLayout.size()); in TEST_FOR_EACH_BLOCK_TYPE() local
263 size_t available = GetOuterSize<BlockType>(kLayout.size()); in TEST_FOR_EACH_BLOCK_TYPE() local
297 size_t available = in TEST_FOR_EACH_BLOCK_TYPE() local
328 size_t available = in TEST_FOR_EACH_BLOCK_TYPE() local
365 size_t available = in TEST_FOR_EACH_BLOCK_TYPE() local
398 size_t available = in TEST_FOR_EACH_BLOCK_TYPE() local
436 size_t available = GetOuterSize<BlockType>(1) + in TEST_FOR_EACH_BLOCK_TYPE() local
471 size_t available = kAlign + GetOuterSize<BlockType>(kLayout.size()); in TEST_FOR_EACH_BLOCK_TYPE() local
506 size_t available = in TEST_FOR_EACH_BLOCK_TYPE() local
531 size_t available = in TEST_FOR_EACH_BLOCK_TYPE() local
[all …]
/aosp_15_r20/external/webrtc/modules/audio_device/dummy/
H A Daudio_device_dummy.cc70 int32_t AudioDeviceDummy::PlayoutIsAvailable(bool& available) { in PlayoutIsAvailable()
82 int32_t AudioDeviceDummy::RecordingIsAvailable(bool& available) { in RecordingIsAvailable()
134 int32_t AudioDeviceDummy::SpeakerVolumeIsAvailable(bool& available) { in SpeakerVolumeIsAvailable()
154 int32_t AudioDeviceDummy::MicrophoneVolumeIsAvailable(bool& available) { in MicrophoneVolumeIsAvailable()
174 int32_t AudioDeviceDummy::SpeakerMuteIsAvailable(bool& available) { in SpeakerMuteIsAvailable()
186 int32_t AudioDeviceDummy::MicrophoneMuteIsAvailable(bool& available) { in MicrophoneMuteIsAvailable()
198 int32_t AudioDeviceDummy::StereoPlayoutIsAvailable(bool& available) { in StereoPlayoutIsAvailable()
209 int32_t AudioDeviceDummy::StereoRecordingIsAvailable(bool& available) { in StereoRecordingIsAvailable()
H A Dfile_audio_device.cc133 int32_t FileAudioDevice::PlayoutIsAvailable(bool& available) { in PlayoutIsAvailable()
163 int32_t FileAudioDevice::RecordingIsAvailable(bool& available) { in RecordingIsAvailable()
335 int32_t FileAudioDevice::SpeakerVolumeIsAvailable(bool& available) { in SpeakerVolumeIsAvailable()
355 int32_t FileAudioDevice::MicrophoneVolumeIsAvailable(bool& available) { in MicrophoneVolumeIsAvailable()
375 int32_t FileAudioDevice::SpeakerMuteIsAvailable(bool& available) { in SpeakerMuteIsAvailable()
387 int32_t FileAudioDevice::MicrophoneMuteIsAvailable(bool& available) { in MicrophoneMuteIsAvailable()
399 int32_t FileAudioDevice::StereoPlayoutIsAvailable(bool& available) { in StereoPlayoutIsAvailable()
412 int32_t FileAudioDevice::StereoRecordingIsAvailable(bool& available) { in StereoRecordingIsAvailable()
/aosp_15_r20/external/webrtc/modules/audio_device/include/
H A Daudio_device_default.h68 int32_t PlayoutIsAvailable(bool* available) override { return 0; } in PlayoutIsAvailable()
71 int32_t RecordingIsAvailable(bool* available) override { return 0; } in RecordingIsAvailable()
80 int32_t SpeakerVolumeIsAvailable(bool* available) override { return 0; } in SpeakerVolumeIsAvailable()
85 int32_t MicrophoneVolumeIsAvailable(bool* available) override { return 0; } in MicrophoneVolumeIsAvailable()
90 int32_t SpeakerMuteIsAvailable(bool* available) override { return 0; } in SpeakerMuteIsAvailable()
93 int32_t MicrophoneMuteIsAvailable(bool* available) override { return 0; } in MicrophoneMuteIsAvailable()
96 int32_t StereoPlayoutIsAvailable(bool* available) const override { in StereoPlayoutIsAvailable()
101 int32_t StereoRecordingIsAvailable(bool* available) const override { in StereoRecordingIsAvailable()
/aosp_15_r20/external/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_alsa_linux.cc484 int32_t AudioMixerManagerLinuxALSA::SpeakerVolumeIsAvailable(bool& available) { in SpeakerVolumeIsAvailable()
495 int32_t AudioMixerManagerLinuxALSA::SpeakerMuteIsAvailable(bool& available) { in SpeakerMuteIsAvailable()
518 bool available(false); in SetSpeakerMute() local
544 bool available = in SpeakerMute() local
569 int32_t AudioMixerManagerLinuxALSA::MicrophoneMuteIsAvailable(bool& available) { in MicrophoneMuteIsAvailable()
591 bool available(false); in SetMicrophoneMute() local
617 bool available = LATE(snd_mixer_selem_has_capture_switch)(_inputMixerElement); in MicrophoneMute() local
642 bool& available) { in MicrophoneVolumeIsAvailable()
H A Daudio_device_alsa_linux.cc242 int32_t AudioDeviceLinuxALSA::SpeakerVolumeIsAvailable(bool& available) { in SpeakerVolumeIsAvailable()
306 int32_t AudioDeviceLinuxALSA::SpeakerMuteIsAvailable(bool& available) { in SpeakerMuteIsAvailable()
350 int32_t AudioDeviceLinuxALSA::MicrophoneMuteIsAvailable(bool& available) { in MicrophoneMuteIsAvailable()
398 int32_t AudioDeviceLinuxALSA::StereoRecordingIsAvailable(bool& available) { in StereoRecordingIsAvailable()
458 int32_t AudioDeviceLinuxALSA::StereoPlayoutIsAvailable(bool& available) { in StereoPlayoutIsAvailable()
518 int32_t AudioDeviceLinuxALSA::MicrophoneVolumeIsAvailable(bool& available) { in MicrophoneVolumeIsAvailable()
687 int32_t AudioDeviceLinuxALSA::PlayoutIsAvailable(bool& available) { in PlayoutIsAvailable()
712 int32_t AudioDeviceLinuxALSA::RecordingIsAvailable(bool& available) { in RecordingIsAvailable()
H A Daudio_mixer_manager_pulse_linux.cc306 int32_t AudioMixerManagerLinuxPulse::SpeakerVolumeIsAvailable(bool& available) { in SpeakerVolumeIsAvailable()
319 int32_t AudioMixerManagerLinuxPulse::SpeakerMuteIsAvailable(bool& available) { in SpeakerMuteIsAvailable()
396 int32_t AudioMixerManagerLinuxPulse::StereoPlayoutIsAvailable(bool& available) { in StereoPlayoutIsAvailable()
426 bool& available) { in StereoRecordingIsAvailable()
465 bool& available) { in MicrophoneMuteIsAvailable()
556 bool& available) { in MicrophoneVolumeIsAvailable()
H A Daudio_device_pulse_linux.cc312 int32_t AudioDeviceLinuxPulse::SpeakerVolumeIsAvailable(bool& available) { in SpeakerVolumeIsAvailable()
384 int32_t AudioDeviceLinuxPulse::SpeakerMuteIsAvailable(bool& available) { in SpeakerMuteIsAvailable()
429 int32_t AudioDeviceLinuxPulse::MicrophoneMuteIsAvailable(bool& available) { in MicrophoneMuteIsAvailable()
475 int32_t AudioDeviceLinuxPulse::StereoRecordingIsAvailable(bool& available) { in StereoRecordingIsAvailable()
526 int32_t AudioDeviceLinuxPulse::StereoPlayoutIsAvailable(bool& available) { in StereoPlayoutIsAvailable()
576 int32_t AudioDeviceLinuxPulse::MicrophoneVolumeIsAvailable(bool& available) { in MicrophoneVolumeIsAvailable()
808 int32_t AudioDeviceLinuxPulse::PlayoutIsAvailable(bool& available) { in PlayoutIsAvailable()
825 int32_t AudioDeviceLinuxPulse::RecordingIsAvailable(bool& available) { in RecordingIsAvailable()
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/data/repository/
DFakeUserRepositoryTest.kt72 val available by collectLastValue(repo.availability) in <lambda>() constant
85 val available by collectLastValue(repo.availability) in <lambda>() constant
99 val available by collectLastValue(repo.availability) in <lambda>() constant
/aosp_15_r20/external/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc365 int32_t AudioDeviceMac::SpeakerIsAvailable(bool& available) { in SpeakerIsAvailable()
370 int32_t AudioDeviceMac::SpeakerIsAvailableLocked(bool& available) { in SpeakerIsAvailableLocked()
421 int32_t AudioDeviceMac::MicrophoneIsAvailable(bool& available) { in MicrophoneIsAvailable()
426 int32_t AudioDeviceMac::MicrophoneIsAvailableLocked(bool& available) { in MicrophoneIsAvailableLocked()
485 int32_t AudioDeviceMac::SpeakerVolumeIsAvailable(bool& available) { in SpeakerVolumeIsAvailable()
548 int32_t AudioDeviceMac::SpeakerMuteIsAvailable(bool& available) { in SpeakerMuteIsAvailable()
593 int32_t AudioDeviceMac::MicrophoneMuteIsAvailable(bool& available) { in MicrophoneMuteIsAvailable()
637 int32_t AudioDeviceMac::StereoRecordingIsAvailable(bool& available) { in StereoRecordingIsAvailable()
679 int32_t AudioDeviceMac::StereoPlayoutIsAvailable(bool& available) { in StereoPlayoutIsAvailable()
721 int32_t AudioDeviceMac::MicrophoneVolumeIsAvailable(bool& available) { in MicrophoneVolumeIsAvailable()
[all …]
H A Daudio_mixer_manager_mac.cc350 int32_t AudioMixerManagerMac::SpeakerVolumeIsAvailable(bool& available) { in SpeakerVolumeIsAvailable()
388 int32_t AudioMixerManagerMac::SpeakerMuteIsAvailable(bool& available) { in SpeakerMuteIsAvailable()
536 int32_t AudioMixerManagerMac::StereoPlayoutIsAvailable(bool& available) { in StereoPlayoutIsAvailable()
546 int32_t AudioMixerManagerMac::StereoRecordingIsAvailable(bool& available) { in StereoRecordingIsAvailable()
556 int32_t AudioMixerManagerMac::MicrophoneMuteIsAvailable(bool& available) { in MicrophoneMuteIsAvailable()
704 int32_t AudioMixerManagerMac::MicrophoneVolumeIsAvailable(bool& available) { in MicrophoneVolumeIsAvailable()
/aosp_15_r20/external/webrtc/sdk/android/src/jni/audio_device/
H A Daudio_device_module.cc187 int32_t PlayoutIsAvailable(bool* available) override { in PlayoutIsAvailable()
213 int32_t RecordingIsAvailable(bool* available) override { in RecordingIsAvailable()
336 int32_t SpeakerVolumeIsAvailable(bool* available) override { in SpeakerVolumeIsAvailable()
386 int32_t MicrophoneVolumeIsAvailable(bool* available) override { in MicrophoneVolumeIsAvailable()
413 int32_t SpeakerMuteIsAvailable(bool* available) override { in SpeakerMuteIsAvailable()
428 int32_t MicrophoneMuteIsAvailable(bool* available) override { in MicrophoneMuteIsAvailable()
455 bool available = is_stereo_playout_supported_; in SetStereoPlayout() local
482 bool available = is_stereo_record_supported_; in SetStereoRecording() local
/aosp_15_r20/external/AFLplusplus/docs/
H A DREADME.md25 ### Instrumenting the target
31 ### Preparing the fuzzing campaign
37 ### Fuzzing the target
43 ### Managing the fuzzing campaign
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Daudio_device.cpp112 int32_t CfAudioDeviceModule::PlayoutIsAvailable(bool* available) { in PlayoutIsAvailable()
118 int32_t CfAudioDeviceModule::RecordingIsAvailable(bool* available) { in RecordingIsAvailable()
152 int32_t CfAudioDeviceModule::SpeakerVolumeIsAvailable(bool* available) { in SpeakerVolumeIsAvailable()
168 int32_t CfAudioDeviceModule::MicrophoneVolumeIsAvailable(bool* available) { in MicrophoneVolumeIsAvailable()
184 int32_t CfAudioDeviceModule::SpeakerMuteIsAvailable(bool* available) { in SpeakerMuteIsAvailable()
192 int32_t CfAudioDeviceModule::MicrophoneMuteIsAvailable(bool* available) { in MicrophoneMuteIsAvailable()
/aosp_15_r20/external/vixl/src/aarch64/
H A Dcpu-features-auditor-aarch64.h65 : available_(available), decoder_(decoder) { in available_() argument
71 : available_(available), decoder_(NULL) {} in available_() argument
84 void SetAvailableFeatures(const CPUFeatures& available) { in SetAvailableFeatures()
102 void SetCPUFeatures(const CPUFeatures& available) { in SetCPUFeatures()
/aosp_15_r20/external/webrtc/modules/audio_device/win/
H A Daudio_device_module_win.cc250 int32_t PlayoutIsAvailable(bool* available) override { in PlayoutIsAvailable()
272 int32_t RecordingIsAvailable(bool* available) override { in RecordingIsAvailable()
365 int32_t SpeakerVolumeIsAvailable(bool* available) override { in SpeakerVolumeIsAvailable()
378 int32_t MicrophoneVolumeIsAvailable(bool* available) override { in MicrophoneVolumeIsAvailable()
391 int32_t SpeakerMuteIsAvailable(bool* available) override { return 0; } in SpeakerMuteIsAvailable()
395 int32_t MicrophoneMuteIsAvailable(bool* available) override { return 0; } in MicrophoneMuteIsAvailable()
/aosp_15_r20/external/webrtc/modules/audio_device/
H A Daudio_device_impl.cc376 int32_t AudioDeviceModuleImpl::SpeakerVolumeIsAvailable(bool* available) { in SpeakerVolumeIsAvailable()
442 int32_t AudioDeviceModuleImpl::SpeakerMuteIsAvailable(bool* available) { in SpeakerMuteIsAvailable()
472 int32_t AudioDeviceModuleImpl::MicrophoneMuteIsAvailable(bool* available) { in MicrophoneMuteIsAvailable()
502 int32_t AudioDeviceModuleImpl::MicrophoneVolumeIsAvailable(bool* available) { in MicrophoneVolumeIsAvailable()
623 int32_t AudioDeviceModuleImpl::PlayoutIsAvailable(bool* available) { in PlayoutIsAvailable()
635 int32_t AudioDeviceModuleImpl::RecordingIsAvailable(bool* available) { in RecordingIsAvailable()
/aosp_15_r20/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java243 public int available() throws IOException { in available() method in AssetFileDescriptor.AutoCloseInputStream
331 public int available() throws IOException { in available() method in AssetFileDescriptor.NonSeekableAutoCloseInputStream
425 public int available() throws IOException { in available() method in AssetFileDescriptor.SeekableAutoCloseInputStream
426 long available = mTotalSize - mOffset; in available() local
441 int available = available(); in read() local
472 int available = available(); in skip() local

12345678910>>...105