/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | BackgroundScanSchedulerTest.java | 86 Collection<ScanSettings> requests = Collections.emptyList(); in noRequest() local 88 mScheduler.updateSchedule(requests); in noRequest() 97 Collection<ScanSettings> requests = Collections.singleton(createRequest( in singleRequest() local 102 mScheduler.updateSchedule(requests); in singleRequest() 107 for (ScanSettings request : requests) { in singleRequest() 114 Collection<ScanSettings> requests = Collections.singleton(createRequest( in singleRequestWithoutPredefinedBucket() local 119 mScheduler.updateSchedule(requests); in singleRequestWithoutPredefinedBucket() 124 for (ScanSettings request : requests) { in singleRequestWithoutPredefinedBucket() 131 Collection<ScanSettings> requests = new ArrayList<>(); in fewRequests() local 132 requests.add(createRequest(WifiScanner.WIFI_BAND_BOTH, 30000, 0, 20, in fewRequests() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | adexchangebuyer_v1_4.pretargetingConfig.html | 126 …ing purposes, provided for reference. Leave this field blank for insert requests; the id will be g… 127 …String", # The config id; generated automatically. Leave this field blank for insert requests. 128 …e": "A String", # The name of the config. Must be unique. Required for all requests. 132 …"dimensions": [ # Requests which allow one of these (width, height) pairs will match. Al… 138 …"excludedContentLabels": [ # Requests with any of these content labels will not match. V… 141 …"excludedGeoCriteriaIds": [ # Requests containing any of these geo criteria ids will not… 144 "excludedPlacements": [ # Requests containing any of these placements will not match. 150 "excludedUserLists": [ # Requests containing any of these users list ids will not match. 153 …"excludedVerticals": [ # Requests containing any of these vertical ids will not match. V… 156 "geoCriteriaIds": [ # Requests containing any of these geo criteria ids will match. [all …]
|
D | adexchangebuyer_v1_3.pretargetingConfig.html | 126 …ing purposes, provided for reference. Leave this field blank for insert requests; the id will be g… 127 …String", # The config id; generated automatically. Leave this field blank for insert requests. 128 …e": "A String", # The name of the config. Must be unique. Required for all requests. 132 …"dimensions": [ # Requests which allow one of these (width, height) pairs will match. Al… 138 …"excludedContentLabels": [ # Requests with any of these content labels will not match. V… 141 …"excludedGeoCriteriaIds": [ # Requests containing any of these geo criteria ids will not… 144 "excludedPlacements": [ # Requests containing any of these placements will not match. 150 "excludedUserLists": [ # Requests containing any of these users list ids will not match. 153 …"excludedVerticals": [ # Requests containing any of these vertical ids will not match. V… 156 "geoCriteriaIds": [ # Requests containing any of these geo criteria ids will match. [all …]
|
D | realtimebidding_v1.bidders.pretargetingConfigs.html | 143 …ting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for. 144 … allow all the specified targeting modes. An unset value allows all bid requests to be sent, regar… 147 …requests that match criteria in at least one of the specified dimensions will be sent. # Targeting… 165 …ensitive content category label IDs excluded in this configuration. Bid requests for inventory wit… 176 …ion. Only bid requests eligible for at least one of the specified creative dimensions will be sent… 182 …"includedEnvironments": [ # Environments that are being included. Bid requests will not … 185 …ion. Only bid requests eligible for at least one of the specified creative formats will be sent. A… 194 …this configration. Bid requests for devices with the specified platform types will be sent. An uns… 200 …geting specified for this configuration. The unset value will allow bid requests to be sent regard… 204 …onfiguration. The bidder should receive no more than this number of bid requests matching this con… [all …]
|
/aosp_15_r20/external/python/google-auth-library-python/tests/transport/ |
D | test_requests.py | 24 import requests 25 import requests.adapters 32 import google.auth.transport.requests 45 return google.auth.transport.requests.Request() 48 http = mock.create_autospec(requests.Session, instance=True) 49 request = google.auth.transport.requests.Request(http) 57 return google.auth.transport.requests.TimeoutGuard(*args, **kwargs) 76 with pytest.raises(requests.exceptions.Timeout): 82 with pytest.raises(requests.exceptions.Timeout): 128 super(TimeTickCredentialsStub, self).refresh(requests) [all …]
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | HapticScrollFeedbackProviderTest.java | 163 List<HapticFeedbackRequest> requests = new ArrayList<>(); in testRotaryEncoder_inputDeviceCustomized_feedbackWhenDisregardingViewBasedScrollHaptics() local 174 requests.add(new HapticFeedbackRequest( in testRotaryEncoder_inputDeviceCustomized_feedbackWhenDisregardingViewBasedScrollHaptics() 178 requests.add(new HapticFeedbackRequest( in testRotaryEncoder_inputDeviceCustomized_feedbackWhenDisregardingViewBasedScrollHaptics() 183 requests.add(new HapticFeedbackRequest( in testRotaryEncoder_inputDeviceCustomized_feedbackWhenDisregardingViewBasedScrollHaptics() 186 assertThat(mView.mHapticFeedbackRequests).containsExactlyElementsIn(requests).inOrder(); in testRotaryEncoder_inputDeviceCustomized_feedbackWhenDisregardingViewBasedScrollHaptics() 248 List<HapticFeedbackRequest> requests = new ArrayList<>(); in testSnapToItem_inputDeviceCustomized() local 252 requests.add(new HapticFeedbackRequest( in testSnapToItem_inputDeviceCustomized() 257 requests.add( in testSnapToItem_inputDeviceCustomized() 261 assertThat(mView.mHapticFeedbackRequests).containsExactlyElementsIn(requests).inOrder(); in testSnapToItem_inputDeviceCustomized() 279 List<HapticFeedbackRequest> requests = new ArrayList<>(); in testScrollLimit_inputDeviceCustomized_start() local [all …]
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/request/ |
H A D | EventRequestManager.java | 363 * the removed from the requests managed by this 371 * requests, attempting to directly delete from a list returned 405 * Return an unmodifiable list of the enabled and disabled step requests. 406 * This list is a live view of these requests and thus changes as requests 413 * Return an unmodifiable list of the enabled and disabled class prepare requests. 414 * This list is a live view of these requests and thus changes as requests 421 * Return an unmodifiable list of the enabled and disabled class unload requests. 422 * This list is a live view of these requests and thus changes as requests 429 * Return an unmodifiable list of the enabled and disabled thread start requests. 430 * This list is a live view of these requests and thus changes as requests [all …]
|
/aosp_15_r20/external/python/google-auth-library-python/google/auth/transport/ |
D | requests.py | 15 """Transport adapter for Requests.""" 26 import requests 32 "The requests library is not installed, please install the " 33 "requests package to use the requests transport." 37 import requests.adapters # pylint: disable=ungrouped-imports 38 import requests.exceptions # pylint: disable=ungrouped-imports 39 from requests.packages.urllib3.util.ssl_ import ( 56 """Requests transport response adapter. 59 response (requests.Response): The raw Requests response. 89 :class:`requests.exceptions.Timeout`. [all …]
|
/aosp_15_r20/frameworks/base/cmds/incidentd/tests/ |
H A D | Section_test.cpp | 90 vector<sp<ReportRequest>> requests; 91 ReportRequestSet requestSet(requests); 117 vector<sp<ReportRequest>> requests; 118 ReportRequestSet requestSet(requests); 129 vector<sp<ReportRequest>> requests; 130 ReportRequestSet requestSet(requests); 140 vector<sp<ReportRequest>> requests; 141 ReportRequestSet requestSet(requests); 153 vector<sp<ReportRequest>> requests; 154 ReportRequestSet requestSet(requests); [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/ |
H A D | CameraCaptureSession.java | 58 * <p>Any capture requests (repeating or non-repeating) submitted before the session is ready will 61 * capture requests are discarded.</p> 68 * <p>A closed session clears any repeating requests (as if {@link #stopRepeating} had been called), 69 * but will still complete all of its in-progress capture requests as normal, before a newly 93 * any requests targeting the Surface are actually submitted to the device. Large buffers 94 * may take some time to allocate, which can result in delays in submitting requests until 248 * normal outputs, the application can start submitting requests as long as they do not include 252 * configuration via this method, before it can submit capture requests with this output 303 * <p>Multiple regular and reprocess requests can be in progress at once. If there are only 304 * regular requests or reprocess requests in progress, they are processed in first-in, [all …]
|
/aosp_15_r20/external/google-cloud-java/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/ |
H A D | BatchRunReportsRequest.java | 25 * The batch request containing multiple report requests. 144 * Individual requests. Each request has a separate report response. Each 145 * batch request is allowed up to 5 requests. 148 * <code>repeated .google.analytics.data.v1beta.RunReportRequest requests = 2;</code> 158 * Individual requests. Each request has a separate report response. Each 159 * batch request is allowed up to 5 requests. 162 * <code>repeated .google.analytics.data.v1beta.RunReportRequest requests = 2;</code> 173 * Individual requests. Each request has a separate report response. Each 174 * batch request is allowed up to 5 requests. 177 * <code>repeated .google.analytics.data.v1beta.RunReportRequest requests = 2;</code> [all …]
|
H A D | BatchRunPivotReportsRequest.java | 25 * The batch request containing multiple pivot report requests. 144 * Individual requests. Each request has a separate pivot report response. 145 * Each batch request is allowed up to 5 requests. 148 * <code>repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;</code> 158 * Individual requests. Each request has a separate pivot report response. 159 * Each batch request is allowed up to 5 requests. 162 * <code>repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;</code> 173 * Individual requests. Each request has a separate pivot report response. 174 * Each batch request is allowed up to 5 requests. 177 * <code>repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;</code> [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/ |
D | __init__.py | 28 # https://github.com/kennethreitz/requests/pull/2567. 77 vendored("requests") 78 vendored("requests.exceptions") 79 vendored("requests.packages") 80 vendored("requests.packages.urllib3") 81 vendored("requests.packages.urllib3._collections") 82 vendored("requests.packages.urllib3.connection") 83 vendored("requests.packages.urllib3.connectionpool") 84 vendored("requests.packages.urllib3.contrib") 85 vendored("requests.packages.urllib3.contrib.ntlmpool") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/ |
D | __init__.py | 28 # https://github.com/kennethreitz/requests/pull/2567. 77 vendored("requests") 78 vendored("requests.exceptions") 79 vendored("requests.packages") 80 vendored("requests.packages.urllib3") 81 vendored("requests.packages.urllib3._collections") 82 vendored("requests.packages.urllib3.connection") 83 vendored("requests.packages.urllib3.connectionpool") 84 vendored("requests.packages.urllib3.contrib") 85 vendored("requests.packages.urllib3.contrib.ntlmpool") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/ |
D | __init__.py | 28 # https://github.com/kennethreitz/requests/pull/2567. 77 vendored("requests") 78 vendored("requests.exceptions") 79 vendored("requests.packages") 80 vendored("requests.packages.urllib3") 81 vendored("requests.packages.urllib3._collections") 82 vendored("requests.packages.urllib3.connection") 83 vendored("requests.packages.urllib3.connectionpool") 84 vendored("requests.packages.urllib3.contrib") 85 vendored("requests.packages.urllib3.contrib.ntlmpool") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/ |
D | __init__.py | 28 # https://github.com/kennethreitz/requests/pull/2567. 77 vendored("requests") 78 vendored("requests.exceptions") 79 vendored("requests.packages") 80 vendored("requests.packages.urllib3") 81 vendored("requests.packages.urllib3._collections") 82 vendored("requests.packages.urllib3.connection") 83 vendored("requests.packages.urllib3.connectionpool") 84 vendored("requests.packages.urllib3.contrib") 85 vendored("requests.packages.urllib3.contrib.ntlmpool") [all …]
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | MediaScanner.java | 37 …axTargetSdk = Build.VERSION_CODES.Q, publicAlternatives = "All scanning requests should be perform… 42 …axTargetSdk = Build.VERSION_CODES.Q, publicAlternatives = "All scanning requests should be perform… 45 …axTargetSdk = Build.VERSION_CODES.Q, publicAlternatives = "All scanning requests should be perform… 48 …axTargetSdk = Build.VERSION_CODES.Q, publicAlternatives = "All scanning requests should be perform… 51 …axTargetSdk = Build.VERSION_CODES.Q, publicAlternatives = "All scanning requests should be perform… 55 …axTargetSdk = Build.VERSION_CODES.Q, publicAlternatives = "All scanning requests should be perform… 58 …axTargetSdk = Build.VERSION_CODES.Q, publicAlternatives = "All scanning requests should be perform… 61 …axTargetSdk = Build.VERSION_CODES.Q, publicAlternatives = "All scanning requests should be perform… 66 …axTargetSdk = Build.VERSION_CODES.Q, publicAlternatives = "All scanning requests should be perform… 69 …axTargetSdk = Build.VERSION_CODES.Q, publicAlternatives = "All scanning requests should be perform… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-accessapproval/proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/ |
H A D | ListApprovalRequestsMessage.java | 25 * Request to list approval requests. 133 * A filter on the type of approval requests to retrieve. Must be one of the 135 * * [not set]: Requests that are pending or have active approvals. 136 * * ALL: All requests. 137 * * PENDING: Only pending requests. 138 * * ACTIVE: Only active (i.e. currently approved) requests. 139 * * DISMISSED: Only requests that have been dismissed, or requests that 141 * * EXPIRED: Only requests that have been approved, and the approval has 143 * * HISTORY: Active, dismissed and expired requests. 166 * A filter on the type of approval requests to retrieve. Must be one of the [all …]
|
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/ |
H A D | MockAnalyticsAdminServiceImpl.java | 33 private List<AbstractMessage> requests; field in MockAnalyticsAdminServiceImpl 37 requests = new ArrayList<>(); in MockAnalyticsAdminServiceImpl() 42 return requests; in getRequests() 58 requests = new ArrayList<>(); in reset() 66 requests.add(request); in getAccount() 87 requests.add(request); in listAccounts() 107 requests.add(request); in deleteAccount() 128 requests.add(request); in updateAccount() 150 requests.add(request); in provisionAccountTicket() 172 requests.add(request); in listAccountSummaries() [all …]
|
/aosp_15_r20/external/mesa3d/src/panfrost/perf/ |
H A D | G72.xml | 64 …er Shading Requests" name="Position shading requests" description="The number of position shading … 67 …ption="The number of position lookups that result in a hit in the vertex cache." units="requests"/> 68 …ses" description="The number of position lookups that miss in the vertex cache." units="requests"/> 70 …iption="The number of varying lookups that result in a hit in the vertex cache." units="requests"/> 71 …sses" description="The number of varying lookups that miss in the vertex cache." units="requests"/> 72 …ler Shading Requests" name="Varying shading requests" description="The number of varying shading r… 78 …MU lookups" description="The number of main MMU address translations performed." units="requests"/> 79 …title="L2 Cache Requests" name="Read requests" description="The number of L2 cache read requests f… 80 …ame="Read stall cycles" description="The number of cycles L2 cache read requests from internal mas… 81 …itle="L2 Cache Requests" name="Write requests" description="The number of L2 cache write requests … [all …]
|
H A D | G71.xml | 64 …er Shading Requests" name="Position shading requests" description="The number of position shading … 67 …ption="The number of position lookups that result in a hit in the vertex cache." units="requests"/> 68 …ses" description="The number of position lookups that miss in the vertex cache." units="requests"/> 70 …iption="The number of varying lookups that result in a hit in the vertex cache." units="requests"/> 71 …sses" description="The number of varying lookups that miss in the vertex cache." units="requests"/> 72 …ler Shading Requests" name="Varying shading requests" description="The number of varying shading r… 78 …MU lookups" description="The number of main MMU address translations performed." units="requests"/> 79 …title="L2 Cache Requests" name="Read requests" description="The number of L2 cache read requests f… 80 …ame="Read stall cycles" description="The number of cycles L2 cache read requests from internal mas… 81 …itle="L2 Cache Requests" name="Write requests" description="The number of L2 cache write requests … [all …]
|
H A D | G76.xml | 64 …er Shading Requests" name="Position shading requests" description="The number of position shading … 67 …ption="The number of position lookups that result in a hit in the vertex cache." units="requests"/> 68 …ses" description="The number of position lookups that miss in the vertex cache." units="requests"/> 70 …iption="The number of varying lookups that result in a hit in the vertex cache." units="requests"/> 71 …sses" description="The number of varying lookups that miss in the vertex cache." units="requests"/> 72 …ler Shading Requests" name="Varying shading requests" description="The number of varying shading r… 78 …MU lookups" description="The number of main MMU address translations performed." units="requests"/> 79 …title="L2 Cache Requests" name="Read requests" description="The number of L2 cache read requests f… 80 …ame="Read stall cycles" description="The number of cycles L2 cache read requests from internal mas… 81 …itle="L2 Cache Requests" name="Write requests" description="The number of L2 cache write requests … [all …]
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/iron-ajax/test/ |
H A D | iron-ajax.html | 156 // Echo requests are responded to individually and on demand, unlike the 158 // which responds to all open requests. 160 // and only respond to a subset of requests. 169 suite('when making simple GET requests for JSON', function() { 205 test('we don\'t fire any automatic requests', function() { 206 expect(server.requests.length).to.be.equal(0); 210 // We don't make any requests. 211 expect(server.requests.length).to.be.equal(0); 215 expect(server.requests.length).to.be.equal(1); 216 server.requests = []; [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/vhal/test/ |
H A D | DefaultVehicleHalTest.cpp | 425 << "must have no pending requests when test finishes"; in TearDown() 466 static Result<void> getValuesTestCases(size_t size, GetValueRequests& requests, in getValuesTestCases() argument 491 requests.payloads = expectedHardwareRequests; in getValuesTestCases() 492 auto result = LargeParcelableBase::parcelableToStableLargeParcelable(requests); in getValuesTestCases() 497 requests.sharedMemoryFd = std::move(*result.value()); in getValuesTestCases() 498 requests.payloads.clear(); in getValuesTestCases() 503 static Result<void> setValuesTestCases(size_t size, SetValueRequests& requests, in setValuesTestCases() argument 524 requests.payloads = expectedHardwareRequests; in setValuesTestCases() 525 auto result = LargeParcelableBase::parcelableToStableLargeParcelable(requests); in setValuesTestCases() 530 requests.payloads.clear(); in setValuesTestCases() [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/vhal/test/ |
H A D | DefaultVehicleHalTest.cpp | 425 << "must have no pending requests when test finishes"; in TearDown() 466 static Result<void> getValuesTestCases(size_t size, GetValueRequests& requests, in getValuesTestCases() argument 491 requests.payloads = expectedHardwareRequests; in getValuesTestCases() 492 auto result = LargeParcelableBase::parcelableToStableLargeParcelable(requests); in getValuesTestCases() 497 requests.sharedMemoryFd = std::move(*result.value()); in getValuesTestCases() 498 requests.payloads.clear(); in getValuesTestCases() 503 static Result<void> setValuesTestCases(size_t size, SetValueRequests& requests, in setValuesTestCases() argument 524 requests.payloads = expectedHardwareRequests; in setValuesTestCases() 525 auto result = LargeParcelableBase::parcelableToStableLargeParcelable(requests); in setValuesTestCases() 530 requests.payloads.clear(); in setValuesTestCases() [all …]
|