Home
last modified time | relevance | path

Searched +full:permission +full:- +full:aware (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/external/ComputeLibrary/src/core/CL/cl_kernels/common/experimental/gemm_fused_post_ops/
Dfp_mixed_precision_helpers.h2 * Copyright (c) 2021-2022 Arm Limited.
4 * SPDX-License-Identifier: MIT
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
13 * The above copyright notice and this permission notice shall be included in all
29 * -DMIXED_PRECISION toggles mixed precision mode
32 /** Mixed-Precision-Aware Activation Block
36 …* @param[in] DATA_TYPE_ACCUMULATR Higher-precision accumulator data type in case of mixed-precisio…
48 /** Mixed-Precision-Aware Elementwise Op Block
57 …* @param[in] DATA_TYPE_ACCUMULATR Higher-precision accumulator data type in case of mixed-precisio…
58 …e basename of the second operand variables converted to higher-precision in case of mixed-precisio…
[all …]
/external/robolectric/integration_tests/ctesque/src/androidTest/java/android/app/
DWifiAwareManagerTest.java8 import android.net.wifi.aware.AwareResources;
9 import android.net.wifi.aware.WifiAwareManager;
29 Manifest.permission.ACCESS_WIFI_STATE, Manifest.permission.CHANGE_WIFI_STATE);
44 activity -> { in wifiAwareManager_applicationInstance_isSameAsActivityInstance()
57 activity -> { in wifiAwareManager_activityInstance_isSameAsActivityInstance()
75 activity -> { in wifiAwareManager_instance_getAvailableAwareResourcesIsConsistent()
/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dabort.rs5 /// An owned permission to abort a spawned task, without awaiting its completion.
8 /// permission to await the task's completion, only to terminate it.
11 /// Dropping an `AbortHandle` releases the permission to terminate the task
12 /// --- it does *not* abort the task.
14 /// Be aware that tasks spawned using [`spawn_blocking`] cannot be aborted
28 pub(super) fn new(raw: RawTask) -> Self { in new()
41 /// Be aware that tasks spawned using [`spawn_blocking`] cannot be aborted
63 pub fn is_finished(&self) -> bool { in is_finished()
72 pub fn id(&self) -> super::Id { in id()
85 fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
[all …]
/external/ComputeLibrary/src/core/CL/cl_kernels/common/
Dcopy_tensor.cl2 * Copyright (c) 2018-2021 Arm Limited.
4 * SPDX-License-Identifier: MIT
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
13 * The above copyright notice and this permission notice shall be included in all
30 * -# -DDATA_TYPE : Input and output datatypes.
31 * -# -DVEC_SIZE : The number of elements processed in X dimension
32 * -# -DVEC_SIZE_LEFTOVER: Leftover size in the X dimension; x_dimension % VEC_SIZE
58 // Boundary-aware access:
59 // If the there's left-over in width (VEC_SIZE_LEFTOVER > 0):
61 … const int shift = max((int)(get_global_id(0) * VEC_SIZE) - (int)VEC_SIZE_LEFTOVER, 0) % VEC_SIZE;
[all …]
Dbitwise_op.cl2 * Copyright (c) 2016-2021 Arm Limited.
4 * SPDX-License-Identifier: MIT
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
13 * The above copyright notice and this permission notice shall be included in all
31 * -# -DVEC_SIZE : The number of elements processed in X dimension
32 * -# -DVEC_SIZE_LEFTOVER: Leftover size in the X dimension; x_dimension % VEC_SIZE
58 …uint x_offs = max((int)(get_global_id(0) * VEC_SIZE - (VEC_SIZE - VEC_SIZE_LEFTOVER) % VEC_SIZE), …
74 // Boundary-aware store
81 * -# -DVEC_SIZE : The number of elements processed in X dimension
82 * -# -DVEC_SIZE_LEFTOVER: Leftover size in the X dimension; x_dimension % VEC_SIZE
[all …]
/external/accompanist/sample/src/main/res/values/
Dstrings.xml1 <!--
8 ~ https://www.apache.org/licenses/LICENSE-2.0
15 -->
22 <string name="insets_title_list">Insets: Edge-to-edge list</string>
23 …<string name="insets_title_list_bottomnav">Insets: Edge-to-edge list with Bottom Navigation</strin…
44 <string name="permissions_title_one">Permissions: Request permission</string>
52 <string name="swiperefresh_title_content_padding">Swipe Refresh: Edge-to-edge</string>
72 …<string name="adaptive_fold_aware_column_nav_rail">Adaptive: Fold Aware Column with Nav Rail</stri…
73 …<string name="adaptive_fold_aware_column_nav_drawer">Adaptive: Fold Aware Column with Nav Drawer</…
74 … <string name="adaptive_fold_aware_column_draggable">Adaptive: Draggable Fold Aware Column</string>
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Diap.v1.json5 "https://www.googleapis.com/auth/cloud-platform": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
113 … Google Workspace organization as the project. The brand is created in an un-reviewed status. NOTE…
137 "https://www.googleapis.com/auth/cloud-platform"
162 "https://www.googleapis.com/auth/cloud-platform"
[all …]
/external/googleapis/google/cloud/iap/v1/
Dservice.proto7 // http://www.apache.org/licenses/LICENSE-2.0
41 // The Cloud Identity-Aware Proxy API.
43 // APIs for Identity-Aware Proxy Admin configurations.
47 "https://www.googleapis.com/auth/cloud-platform";
49 // Sets the access control policy for an Identity-Aware Proxy protected
52 // https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
61 // Gets the access control policy for an Identity-Aware Proxy protected
64 // https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
73 // Returns permissions that a caller has on the Identity-Aware Proxy protected
76 // https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
[all …]
/external/openthread/src/core/config/
Dmesh_forwarder.h2 * Copyright (c) 2016-2023, The OpenThread Authors.
14 * derived from this software without specific prior written permission.
31 * This file includes compile-time configurations for Mesh Forwarder.
38 * @addtogroup config-mesh-forwarder
84 * Define to 1 to enable delay-aware queue management for the send queue.
86 …* When enabled device will monitor time-in-queue of messages in the direct tx queue and if the wai…
87 …* specified thresholds it may update ECN flag (if message indicates it is ECN-capable) or drop the…
97 …* Specifies the time-in-queue threshold interval in milliseconds to mark ECN on a message if it is…
98 * drop the message if not ECN-capable.
107 * Specifies the time-in-queue threshold interval in milliseconds to drop a message.
[all …]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DKvmSerializable.java3 * Permission is hereby granted, free of charge, to any person obtaining a copy
10 * The above copyright notice and this permission notice shall be included in
31 * reflection (to some extend) for "serialization-aware" classes. Currently used
/external/trusty/lk/lib/libhypervisor/src/
Dlib.rs4 * Permission is hereby granted, free of charge, to any person obtaining
12 * The above copyright notice and this permission notice shall be
44 pub unsafe fn mmio_map_region(_paddr: usize, _size: usize) -> Result<(), LkError> { in mmio_map_region()
49 /// - paddr must be a valid physical address
50 /// - paddr + size must be a valid physical address
51 /// - the caller must be aware that after the call the [paddr .. paddr + size] memory
54 pub unsafe extern "C" fn hypervisor_mmio_map_region(paddr: paddr_t, size: usize) -> c_int { in hypervisor_mmio_map_region()
/external/rust/android-crates-io/crates/spdx/src/text/licenses/
DIJG15 This software is copyright (C) 1991-1998, Thomas G. Lane. All Rights Reserved except as specified b…
17 Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereo…
19 …tributed, then this README file must be included, with this copyright and no-warranty notice unalt…
21 …(3) Permission for use of this software is granted only if the user accepts full responsibility fo…
25 Permission is NOT granted for the use of any IJG author's name or company name in advertising or pu…
29 ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, sole proprietor of i…
31 …fig.guess, config.sub, ltconfig, ltmain.sh). Another support script, install-sh, is copyright by M…
33 …nlikely that very many implementations will support it.) So far as we are aware, there are no pate…
/external/google-breakpad/docs/
Dlinux_core_handler.md27 # echo "|/usr/libexec/core_handler %P /var/lib/minidump/%e-%i.md" >
32 Be aware that a real world integration would likely require further
34 example to change the permission of the minidump file or to signal the
38 [core(5)](https://man7.org/linux/man-pages/man5/core.5.html) for more
/external/licenseclassifier/v2/assets/License/Android-SDK/
D20161209.txt7 …cally including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to y…
29 …ment, Google grants you a limited, worldwide, royalty-free, non-assignable, non-exclusive, and non
31 …on-compatible implementations of Android) or to develop another SDK. You are of course free to dev…
52aware that the information will be available to your application, and you must provide legally ade…
77aware the data, content, and resources presented to you through such a third party application may…
88 … and only when, and for the limited purposes for which, the user has given you permission to do so.
112 …ARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
117 …OT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY…
122 …any person or violates their rights of publicity or privacy, and (c) any non-compliance by you wit…
D20090410.txt10 specifically including the Android system files, packaged APIs, and Google APIs add-ons) is
42 royalty-free, non- assignable and non-exclusive license to use the SDK solely to develop
86 passwords, or other login information or personal information, your must make the users aware that
91 when, and for the limited purposes for which, the user has given you permission to do so.
137 7.2 You should be aware the data, content, and resources presented to you through such a third party
141 unless you have been specifically given permission to do so by the relevant owners.
160 purposes for which, the user has given you permission to do so.
201 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
209 AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
220 non-compliance by you with this License Agreement.
/external/googleapis/google/iam/v1/
Diam_meta_api.yaml3 name: iam-meta-api.googleapis.com
7 - name: google.iam.v1.IAMPolicy
10 - name: google.iam.v1.PolicyDelta
15 - selector: google.iam.v1.IAMPolicy.GetIamPolicy
16 description: |-
20 - selector: google.iam.v1.IAMPolicy.SetIamPolicy
21 description: |-
28 - selector: google.iam.v1.IAMPolicy.TestIamPermissions
29 description: |-
35 permission-aware UIs and command-line tools, not for authorization
[all …]
/external/python/google-api-python-client/docs/dyn/
Druntimeconfig_v1beta1.projects.configs.operations.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/googleapis/google/cloud/beyondcorp/appconnectors/v1/
Dbeyondcorp_v1.yaml7 - name: google.cloud.beyondcorp.appconnectors.v1.AppConnectorsService
8 - name: google.cloud.location.Locations
9 - name: google.iam.v1.IAMPolicy
10 - name: google.longrunning.Operations
13 - name: google.cloud.beyondcorp.appconnectors.v1.AppConnectorOperationMetadata
16 summary: |-
17 Beyondcorp Enterprise provides identity and context aware access controls
18 for enterprise resources and enables zero-trust access. Using the
19 Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem
22 - selector: google.cloud.location.Locations.GetLocation
[all …]
/external/googleapis/google/cloud/beyondcorp/appconnections/v1/
Dbeyondcorp_v1.yaml7 - name: google.cloud.beyondcorp.appconnections.v1.AppConnectionsService
8 - name: google.cloud.location.Locations
9 - name: google.iam.v1.IAMPolicy
10 - name: google.longrunning.Operations
13 - name: google.cloud.beyondcorp.appconnections.v1.AppConnectionOperationMetadata
16 summary: |-
17 Beyondcorp Enterprise provides identity and context aware access controls
18 for enterprise resources and enables zero-trust access. Using the
19 Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem
22 - selector: google.cloud.location.Locations.GetLocation
[all …]
/external/googleapis/google/cloud/beyondcorp/appgateways/v1/
Dbeyondcorp_v1.yaml7 - name: google.cloud.beyondcorp.appgateways.v1.AppGatewaysService
8 - name: google.cloud.location.Locations
9 - name: google.iam.v1.IAMPolicy
10 - name: google.longrunning.Operations
13 - name: google.cloud.beyondcorp.appgateways.v1.AppGatewayOperationMetadata
16 summary: |-
17 Beyondcorp Enterprise provides identity and context aware access controls
18 for enterprise resources and enables zero-trust access. Using the
19 Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem
22 - selector: google.cloud.location.Locations.GetLocation
[all …]
/external/googleapis/google/cloud/beyondcorp/clientconnectorservices/v1/
Dbeyondcorp_v1.yaml7 - name: google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorServicesService
8 - name: google.cloud.location.Locations
9 - name: google.iam.v1.IAMPolicy
10 - name: google.longrunning.Operations
13 - name: google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorServiceOperationMetadata
16 summary: |-
17 Beyondcorp Enterprise provides identity and context aware access controls
18 for enterprise resources and enables zero-trust access. Using the
19 Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem
22 - selector: google.cloud.location.Locations.GetLocation
[all …]
/external/googleapis/google/cloud/beyondcorp/clientgateways/v1/
Dbeyondcorp_v1.yaml7 - name: google.cloud.beyondcorp.clientgateways.v1.ClientGatewaysService
8 - name: google.cloud.location.Locations
9 - name: google.iam.v1.IAMPolicy
10 - name: google.longrunning.Operations
13 - name: google.cloud.beyondcorp.clientgateways.v1.ClientGatewayOperationMetadata
16 summary: |-
17 Beyondcorp Enterprise provides identity and context aware access controls
18 for enterprise resources and enables zero-trust access. Using the
19 Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem
22 - selector: google.cloud.location.Locations.GetLocation
[all …]
/external/protobuf/src/google/protobuf/util/internal/
Djson_objectwriter.cc1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
17 // this software without specific prior written permission.
51 if (element_ && !element_->is_root()) { in ~JsonObjectWriter()
66 if (element() && element()->is_root()) NewLine(); in EndObject()
80 if (element()->is_root()) NewLine(); in EndList()
123 // Render quoted with NaN/Infinity-aware DoubleAsString. in RenderDouble()
133 // Render quoted with NaN/Infinity-aware FloatAsString. in RenderFloat()
160 stream_->WriteRaw(base64.data(), base64.size()); in RenderBytes()
174 bool not_first = !element()->is_first(); in WritePrefix()
[all …]
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/
Djson_objectwriter.cc1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
17 // this software without specific prior written permission.
51 if (element_ && !element_->is_root()) { in ~JsonObjectWriter()
66 if (element() && element()->is_root()) NewLine(); in EndObject()
80 if (element()->is_root()) NewLine(); in EndList()
123 // Render quoted with NaN/Infinity-aware DoubleAsString. in RenderDouble()
133 // Render quoted with NaN/Infinity-aware FloatAsString. in RenderFloat()
160 stream_->WriteRaw(base64.data(), base64.size()); in RenderBytes()
174 bool not_first = !element()->is_first(); in WritePrefix()
[all …]
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/
Djson_objectwriter.cc1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
17 // this software without specific prior written permission.
51 if (element_ && !element_->is_root()) { in ~JsonObjectWriter()
66 if (element() && element()->is_root()) NewLine(); in EndObject()
80 if (element()->is_root()) NewLine(); in EndList()
123 // Render quoted with NaN/Infinity-aware DoubleAsString. in RenderDouble()
133 // Render quoted with NaN/Infinity-aware FloatAsString. in RenderFloat()
160 stream_->WriteRaw(base64.data(), base64.size()); in RenderBytes()
174 bool not_first = !element()->is_first(); in WritePrefix()
[all …]

12345678910>>...28