Home
last modified time | relevance | path

Searched full:restrictions (Results 1 – 25 of 3577) sorted by relevance

12345678910>>...144

/external/coreboot/
Dgnat.adc3 pragma Restrictions (No_Access_Subprograms);
4 pragma Restrictions (No_Allocators);
5 pragma Restrictions (No_Calendar);
6 pragma Restrictions (No_Dispatch);
7 pragma Restrictions (No_Exception_Handlers);
8 pragma Restrictions (No_Fixed_Point);
9 pragma Restrictions (No_Floating_Point);
10 pragma Restrictions (No_Implicit_Dynamic_Code);
11 pragma Restrictions (No_Implicit_Heap_Allocations);
12 pragma Restrictions (No_Implicit_Loops);
[all …]
/external/webrtc/call/adaptation/
Dresource_adaptation_processor_unittest.cc50 VideoSourceRestrictions restrictions() const { in restrictions() function in webrtc::__anone5766c9a0111::VideoSourceRestrictionsListenerForTesting
65 VideoSourceRestrictions restrictions, in OnVideoSourceRestrictionsUpdated() argument
71 restrictions_ = restrictions; in OnVideoSourceRestrictionsUpdated()
114 void RestrictSource(VideoSourceRestrictions restrictions) { in RestrictSource() argument
116 true, restrictions.max_frame_rate().value_or(kDefaultFrameRate), in RestrictSource()
117 restrictions.target_pixels_per_frame().has_value() in RestrictSource()
118 ? restrictions.target_pixels_per_frame().value() in RestrictSource()
119 : restrictions.max_pixels_per_frame().value_or(kDefaultFrameSize)); in RestrictSource()
173 // These tests verify that restrictions are applied, but not exactly how much
176 // restrictions. For that, see video_stream_adapter_unittest.cc.
[all …]
Dvideo_stream_adapter.cc66 const VideoSourceRestrictions& restrictions) { in CanDecreaseResolutionTo() argument
68 rtc::dchecked_cast<int>(restrictions.max_pixels_per_frame().value_or( in CanDecreaseResolutionTo()
75 const VideoSourceRestrictions& restrictions) { in CanIncreaseResolutionTo() argument
78 rtc::dchecked_cast<int>(restrictions.max_pixels_per_frame().value_or( in CanIncreaseResolutionTo()
84 const VideoSourceRestrictions& restrictions) { in CanDecreaseFrameRateTo() argument
87 rtc::dchecked_cast<int>(restrictions.max_frame_rate().value_or( in CanDecreaseFrameRateTo()
92 const VideoSourceRestrictions& restrictions) { in CanIncreaseFrameRateTo() argument
94 rtc::dchecked_cast<int>(restrictions.max_frame_rate().value_or( in CanIncreaseFrameRateTo()
174 VideoSourceRestrictions restrictions, in Adaptation() argument
180 restrictions_(std::move(restrictions)), in Adaptation()
[all …]
Dresource_adaptation_processor.cc156 // Only the resource being removed was adapted so clear restrictions. in RemoveLimitationsImposedByResource()
166 // resource. Don't change the current restrictions. in RemoveLimitationsImposedByResource()
170 // Apply the new most limited resource as the next restrictions. in RemoveLimitationsImposedByResource()
172 most_limited.counters, most_limited.restrictions); in RemoveLimitationsImposedByResource()
177 << "Most limited resource removed. Restoring restrictions to " in RemoveLimitationsImposedByResource()
178 "next most limited restrictions: " in RemoveLimitationsImposedByResource()
179 << most_limited.restrictions.ToString() << " with counters " in RemoveLimitationsImposedByResource()
245 // If the most restricted resource is less limited than current restrictions in OnResourceUnderuse()
264 UpdateResourceLimitations(reason_resource, adaptation.restrictions(), in OnResourceUnderuse()
290 VideoStreamAdapter::RestrictionsWithCounters restrictions; in OnResourceOveruse() local
[all …]
Dvideo_stream_adapter.h43 // The `restrictions` are filtered by degradation preference but not the
47 VideoSourceRestrictions restrictions,
92 const VideoSourceRestrictions& restrictions() const;
100 VideoSourceRestrictions restrictions,
121 // 1. Keep track of a stream's restrictions.
122 // 2. Provide valid ways to adapt up or down the stream's restrictions.
123 // 3. Modify the stream's restrictions in one of the valid ways.
143 // restrictions! This is not defined in the spec and is unexpected, there is a
152 const VideoSourceRestrictions& restrictions);
164 VideoSourceRestrictions restrictions; member
[all …]
Dvideo_source_restrictions_unittest.cc40 // smaller restrictions -> larger restrictions in TEST()
55 // larger restrictions -> smaller restrictions in TEST()
61 // samller restrictions -> larger restrictions in TEST()
76 // larger restrictions -> samller restrictions in TEST()
Dvideo_stream_adapter_unittest.cc64 // as pixels and frame rate, according to the most recent source restrictions.
87 // frame rate adjusted according to the resulting restrictions.
90 // Update input pixels and fps according to the resulting restrictions. in ApplyAdaptation()
91 auto restrictions = adapter_->source_restrictions(); in ApplyAdaptation() local
92 if (restrictions.target_pixels_per_frame().has_value()) { in ApplyAdaptation()
93 RTC_DCHECK(!restrictions.max_pixels_per_frame().has_value() || in ApplyAdaptation()
94 restrictions.max_pixels_per_frame().value() >= in ApplyAdaptation()
95 restrictions.target_pixels_per_frame().value()); in ApplyAdaptation()
96 input_pixels_ = restrictions.target_pixels_per_frame().value(); in ApplyAdaptation()
97 } else if (restrictions.max_pixels_per_frame().has_value()) { in ApplyAdaptation()
[all …]
/external/gmmlib/Source/GmmLib/Resource/
DGmmRestrictions.cpp68 /// Returns the restrictions that a particular resource must follow on a particular
71 /// @param[out] Restrictions: restrictions that this resource must adhere to
73 void GmmLib::GmmResourceInfoCommon::GetRestrictions(__GMM_BUFFER_TYPE &Restrictions) in GetRestrictions() argument
81 pTextureCalc->GetResRestrictions(&Surf, Restrictions); in GetRestrictions()
92 // Desc: This routine returns resource restrictions
97 // pRestrictions: ptr to restrictions
110 /// Returns the best restrictions by comparing two buffer types. Each buffer type
111 /// carries alignment and size restrictions.
113 /// @param[in] pFirstBuffer: Contains surface alignment and size restrictions
114 /// @param[in] pSecondBuffer: Contains surface alignment and size restrictions
[all …]
/external/google-cloud-java/java-apikeys/proto-google-cloud-apikeys-v2/src/main/java/com/google/api/apikeys/v2/
DRestrictions.java25 * Describes the restrictions on the key.
28 * Protobuf type {@code google.api.apikeys.v2.Restrictions}
30 public final class Restrictions extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.api.apikeys.v2.Restrictions)
35 // Use Restrictions.newBuilder() to construct.
36 private Restrictions(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Restrictions() method in Restrictions
40 private Restrictions() { in Restrictions() method in Restrictions
47 return new Restrictions(); in newInstance()
66 com.google.api.apikeys.v2.Restrictions.class, in internalGetFieldAccessorTable()
67 com.google.api.apikeys.v2.Restrictions.Builder.class); in internalGetFieldAccessorTable()
[all …]
DRestrictionsOrBuilder.java23 // @@protoc_insertion_point(interface_extends:google.api.apikeys.v2.Restrictions)
172 * match any of these restrictions. If no restrictions are
185 * match any of these restrictions. If no restrictions are
198 * match any of these restrictions. If no restrictions are
211 * match any of these restrictions. If no restrictions are
225 * match any of these restrictions. If no restrictions are
233 public com.google.api.apikeys.v2.Restrictions.ClientRestrictionsCase getClientRestrictionsCase(); in getClientRestrictionsCase()
DKeyOrBuilder.java337 * Key restrictions.
340 * <code>.google.api.apikeys.v2.Restrictions restrictions = 9;</code>
342 * @return Whether the restrictions field is set.
349 * Key restrictions.
352 * <code>.google.api.apikeys.v2.Restrictions restrictions = 9;</code>
354 * @return The restrictions.
356 com.google.api.apikeys.v2.Restrictions getRestrictions(); in getRestrictions()
361 * Key restrictions.
364 * <code>.google.api.apikeys.v2.Restrictions restrictions = 9;</code>
DUpdateKeyRequestOrBuilder.java31 * updated. You can update only the `display_name`, `restrictions`, and
45 * updated. You can update only the `display_name`, `restrictions`, and
59 * updated. You can update only the `display_name`, `restrictions`, and
73 * Mutable fields are: `display_name`, `restrictions`, and `annotations`.
91 * Mutable fields are: `display_name`, `restrictions`, and `annotations`.
109 * Mutable fields are: `display_name`, `restrictions`, and `annotations`.
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/
DHiddenApiClassDataItem.java88 int restrictions = reader.readSmallUleb128(); in makeAnnotator() local
90 restrictions, in makeAnnotator() local
91 HiddenApiRestriction.formatHiddenRestrictions(restrictions)); in makeAnnotator()
97 int restrictions = reader.readSmallUleb128(); in makeAnnotator() local
99 restrictions, in makeAnnotator() local
100 HiddenApiRestriction.formatHiddenRestrictions(restrictions)); in makeAnnotator()
106 int restrictions = reader.readSmallUleb128(); in makeAnnotator() local
108 restrictions, in makeAnnotator() local
109 HiddenApiRestriction.formatHiddenRestrictions(restrictions)); in makeAnnotator()
115 int restrictions = reader.readSmallUleb128(); in makeAnnotator() local
[all …]
/external/webrtc/media/base/
Drid_description.h31 // 2. Allows indicating further restrictions to the stream.
32 // These restrictions are added according to the direction specified.
34 // to which the restrictions apply. The direction is independent of the
36 // The following are some examples of these restrictions:
62 // Specifies the direction for which the specified restrictions hold.
67 // packets to which the indicated restrictions are applied. It may be
71 // example, valid to indicate "recv" restrictions on a "sendonly"
72 // stream; those restrictions would apply if, at a future point in time,
80 // Contains key-value pairs for restrictions.
88 std::map<std::string, std::string> restrictions; member
/external/webrtc/pc/
Dsdp_serializer_unittest.cc94 ExpectEqual(expected.restrictions, actual.restrictions); in ExpectEqual()
336 rid_description.restrictions["max-width"] = "1280"; in TEST_F()
337 rid_description.restrictions["max-height"] = "720"; in TEST_F()
346 rid_description.restrictions["max-mbps"] = "108000"; in TEST_F()
347 rid_description.restrictions["max-br"] = "64000"; in TEST_F()
357 rid_description.restrictions["max-width"] = "1280"; in TEST_F()
358 rid_description.restrictions["max-height"] = "720"; in TEST_F()
359 rid_description.restrictions["max-myval"] = ""; in TEST_F()
393 rid_description.restrictions["max-height"] = "720"; in TEST_F()
397 // Test simulcast deserialization with multiple restrictions.
[all …]
Dsdp_serializer.cc144 // Check that the description doesn't have any payload types or restrictions. in ParseRidPayloadList()
149 if (!rid_description->restrictions.empty()) { in ParseRidPayloadList()
150 return ParseError("Payload list must appear first in the restrictions."); in ParseRidPayloadList()
279 const auto& restrictions = rid_description.restrictions; in SerializeRidDescription() local
295 // Serialize any restrictions in the description. in SerializeRidDescription()
296 for (const auto& pair : restrictions) { in SerializeRidDescription()
349 std::vector<std::string> restrictions; in DeserializeRidDescription() local
350 rtc::tokenize(tokens[2], kDelimiterSemicolonChar, &restrictions); in DeserializeRidDescription()
353 if (restrictions.empty()) { in DeserializeRidDescription()
357 // Parse the restrictions. The payload indicator (pt) can only appear first. in DeserializeRidDescription()
[all …]
/external/spdx-tools/rdfloader/parser2v2/
Dparse_other_license_info_test.go22restrictions on the type of use, e.g. only for personal use, private use, individual use, non-prof…
36restrictions on the type of use, e.g. only for personal use, private use, individual use, non-prof…
52restrictions on the type of use, e.g. only for personal use, private use, individual use, non-prof…
/external/spdx-tools/rdfloader/parser2v3/
Dparse_other_license_info_test.go22restrictions on the type of use, e.g. only for personal use, private use, individual use, non-prof…
36restrictions on the type of use, e.g. only for personal use, private use, individual use, non-prof…
52restrictions on the type of use, e.g. only for personal use, private use, individual use, non-prof…
/external/go-cmp/cmp/internal/teststructs/
Dproject4.go35 xr, yr := x.Restrictions(), y.Restrictions()
93 restrictions pb.Restrictions member
109 func (hq Headquarter) Restrictions() pb.Restrictions { return hq.restrictions } func
124 func (hq *Headquarter) SetRestrictions(x pb.Restrictions) { hq.restrictions = x }
/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/java/com/google/dataflow/v1beta3/
DRuntimeEnvironmentOrBuilder.java299 * Keys and values should follow the restrictions specified in the [labeling
300 * restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
314 * Keys and values should follow the restrictions specified in the [labeling
315 * restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
332 * Keys and values should follow the restrictions specified in the [labeling
333 * restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
347 * Keys and values should follow the restrictions specified in the [labeling
348 * restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
366 * Keys and values should follow the restrictions specified in the [labeling
367 * restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
/external/google-cloud-java/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/
DAllocationPolicyOrBuilder.java169 * restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
185 * restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
204 * restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
220 * restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
240 * restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
/external/ltp/testcases/kernel/security/prot_hsymlinks/
DREADME4 symlinks restrictions.
8 The aim of the tests is to check the restrictions
11 This security restrictions were added in Linux 3.6 and enabled by default,
17 This test enables restrictions and checks following preconditions:
/external/googleapis/google/api/apikeys/v2/
Dresources.proto82 // Key restrictions.
83 Restrictions restrictions = 9;
92 // Describes the restrictions on the key.
93 message Restrictions { message
96 // restrictions per key.
113 // match any of these restrictions. If no restrictions are
/external/google-cloud-java/java-apikeys/proto-google-cloud-apikeys-v2/src/main/proto/google/api/apikeys/v2/
Dresources.proto79 // Key restrictions.
80 Restrictions restrictions = 9;
89 // Describes the restrictions on the key.
90 message Restrictions { message
93 // restrictions per key.
110 // match any of these restrictions. If no restrictions are
/external/webrtc/video/
Dvideo_source_sink_controller_unittest.cc61 EXPECT_EQ(controller.restrictions(), VideoSourceRestrictions()); in TEST()
86 VideoSourceRestrictions restrictions = controller.restrictions(); in TEST() local
88 restrictions.set_max_pixels_per_frame(42u); in TEST()
90 restrictions.set_target_pixels_per_frame(200u); in TEST()
92 restrictions.set_max_frame_rate(30.0); in TEST()
93 controller.SetRestrictions(restrictions); in TEST()

12345678910>>...144