| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/ | 
| D | HiddenApiClassDataItem.java | 88                             int restrictions = reader.readSmallUleb128();  in makeAnnotator()  local90                                     restrictions,  in makeAnnotator()  local
 97                             int restrictions = reader.readSmallUleb128();  in makeAnnotator()  local
 99                                     restrictions,  in makeAnnotator()  local
 106                             int restrictions = reader.readSmallUleb128();  in makeAnnotator()  local
 108                                     restrictions,  in makeAnnotator()  local
 115                             int restrictions = reader.readSmallUleb128();  in makeAnnotator()  local
 117                                     restrictions,  in makeAnnotator()  local
 
 | 
| /external/webrtc/call/adaptation/ | 
| D | video_stream_adapter.cc | 66                              const VideoSourceRestrictions& restrictions) {  in CanDecreaseResolutionTo()75                              const VideoSourceRestrictions& restrictions) {  in CanIncreaseResolutionTo()
 84                             const VideoSourceRestrictions& restrictions) {  in CanDecreaseFrameRateTo()
 92                             const VideoSourceRestrictions& restrictions) {  in CanIncreaseFrameRateTo()
 174                        VideoSourceRestrictions restrictions,  in Adaptation()
 196 const VideoSourceRestrictions& Adaptation::restrictions() const {  in restrictions()  function in webrtc::Adaptation
 331     RestrictionsWithCounters restrictions =  in GetAdaptationUp()  local
 679     const VideoSourceRestrictions& restrictions) {  in GetAdaptationTo()
 
 | 
| D | resource_adaptation_processor.cc | 290     VideoStreamAdapter::RestrictionsWithCounters restrictions;  in OnResourceOveruse()  local340     const VideoSourceRestrictions& restrictions,  in UpdateResourceLimitations()
 360     VideoSourceRestrictions restrictions,  in OnVideoSourceRestrictionsUpdated()
 
 | 
| D | resource_adaptation_processor_unittest.cc | 50   VideoSourceRestrictions restrictions() const {  in restrictions()  function in webrtc::__anon21d89a490111::VideoSourceRestrictionsListenerForTesting65       VideoSourceRestrictions restrictions,  in OnVideoSourceRestrictionsUpdated()
 114   void RestrictSource(VideoSourceRestrictions restrictions) {  in RestrictSource()
 
 | 
| D | video_stream_adapter.h | 164     VideoSourceRestrictions restrictions;  member
 | 
| D | video_stream_adapter_unittest.cc | 91     auto restrictions = adapter_->source_restrictions();  in ApplyAdaptation()  local117       VideoSourceRestrictions restrictions,  in OnVideoSourceRestrictionsUpdated()
 
 | 
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ | 
| D | ShadowUserManagerTest.java | 65     Bundle restrictions = new Bundle();  in testGetApplicationRestrictions()  local108     Bundle restrictions = userManager.getUserRestrictions();  in getUserRestrictions()  local
 127     Bundle restrictions = userManager.getUserRestrictions();  in setUserRestrictions()  local
 
 | 
| D | ShadowDevicePolicyManagerTest.java | 249     Bundle restrictions = userManager.getUserRestrictions();  in addUserRestrictionShouldWorkAsIntendedForDeviceOwner()  local266     Bundle restrictions = userManager.getUserRestrictions();  in addUserRestrictionShouldWorkAsIntendedForProfileOwner()  local
 284     Bundle restrictions = userManager.getUserRestrictions();  in clearUserRestrictionShouldWorkAsIntendedForActiveAdmins()  local
 496     Bundle restrictions = new Bundle();  in setApplicationRestrictionsShouldWorkAsIntendedForDeviceOwner()  local
 518     Bundle restrictions = new Bundle();  in setApplicationRestrictionsShouldWorkAsIntendedForProfileOwner()  local
 
 | 
| /external/webrtc/video/ | 
| D | video_source_sink_controller.cc | 69 VideoSourceRestrictions VideoSourceSinkController::restrictions() const {  in restrictions()  function in webrtc::VideoSourceSinkController114     VideoSourceRestrictions restrictions) {  in SetRestrictions()
 
 | 
| D | video_source_sink_controller_unittest.cc | 86   VideoSourceRestrictions restrictions = controller.restrictions();  in TEST()  local
 | 
| D | video_stream_encoder.cc | 2364     VideoSourceRestrictions restrictions,  in OnVideoSourceRestrictionsUpdated()
 | 
| /external/webrtc/media/base/ | 
| D | rid_description.h | 88   std::map<std::string, std::string> restrictions;  member
 | 
| /external/webrtc/pc/ | 
| D | sdp_serializer.cc | 279   const auto& restrictions = rid_description.restrictions;  in SerializeRidDescription()  local349     std::vector<std::string> restrictions;  in DeserializeRidDescription()  local
 
 | 
| /external/webrtc/video/config/ | 
| D | encoder_stream_factory_unittest.cc | 62   VideoSourceRestrictions restrictions(  in TEST()  local
 | 
| D | encoder_stream_factory.cc | 119     absl::optional<webrtc::VideoSourceRestrictions> restrictions,  in EncoderStreamFactory()
 | 
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ | 
| D | ShadowDevicePolicyManagerTest.java | 327     Bundle restrictions = userManager.getUserRestrictions();  in addUserRestrictionShouldWorkAsIntendedForDeviceOwner()  local344     Bundle restrictions = userManager.getUserRestrictions();  in addUserRestrictionShouldWorkAsIntendedForProfileOwner()  local
 362     Bundle restrictions = userManager.getUserRestrictions();  in clearUserRestrictionShouldWorkAsIntendedForActiveAdmins()  local
 618     Bundle restrictions = new Bundle();  in setApplicationRestrictionsShouldWorkAsIntendedForDeviceOwner()  local
 640     Bundle restrictions = new Bundle();  in setApplicationRestrictionsShouldWorkAsIntendedForProfileOwner()  local
 
 | 
| D | ShadowUserManagerTest.java | 100     Bundle restrictions = new Bundle();  in testGetApplicationRestrictions()  local160     Bundle restrictions = userManager.getUserRestrictions();  in getUserRestrictions()  local
 
 | 
| /external/deqp/modules/gles31/functional/ | 
| D | es31fProgramInterfaceQueryTestCase.cpp | 2514 			} restrictions[] =  in checkShaderResourceUsage()  local2544 			} restrictions[] =  in checkShaderResourceUsage()  local
 2573 			} restrictions[] =  in checkShaderResourceUsage()  local
 2601 			} restrictions[] =  in checkShaderResourceUsage()  local
 2632 			} restrictions[] =  in checkShaderResourceUsage()  local
 2663 			} restrictions[] =  in checkShaderResourceUsage()  local
 2701 	} restrictions[] =  in checkProgramCombinedResourceUsage()  local
 
 | 
| /external/go-cmp/cmp/internal/teststructs/ | 
| D | project4.go | 93 	restrictions     pb.Restrictions  member
 | 
| /external/webrtc/video/adaptation/ | 
| D | video_stream_encoder_resource_manager.cc | 698     VideoSourceRestrictions restrictions,  in OnVideoSourceRestrictionsUpdated()
 | 
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ | 
| D | ShadowUserManager.java | 108   public void setApplicationRestrictions(String packageName, Bundle restrictions) {  in setApplicationRestrictions()
 | 
| /external/skia/src/gpu/ganesh/ | 
| D | SurfaceContext.cpp | 185             auto restrictions = this->caps()->getDstCopyRestrictions(this->asRenderTargetProxy(),  in readPixels()  local
 | 
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ | 
| D | ShadowUserManager.java | 178   public void setApplicationRestrictions(String packageName, Bundle restrictions) {  in setApplicationRestrictions()
 | 
| /external/sg3_utils/src/ | 
| D | sg_rep_zones.c | 594         uint16_t restrictions;  in decode_rep_realms()  local
 | 
| /external/crosvm/cros_async/src/sys/unix/ | 
| D | uring_executor.rs | 339         let mut restrictions = URingAllowlist::new();  in new()  localVariable
 |