/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/ |
H A D | Mutex.kt | 35 …* @param owner Optional owner token for debugging. When `owner` is specified (non-null value) and … in <lambda>() 38 public fun tryLock(owner: Any? = null): Boolean in <lambda>() 61 …* @param owner Optional owner token for debugging. When `owner` is specified (non-null value) and … in <lambda>() 64 public suspend fun lock(owner: Any? = null) in <lambda>() 68 … * Additional parameter for the clause in the `owner` (see [lock]) and when the clause is selected in <lambda>() 76 * Checks whether this mutex is locked by the specified owner. in <lambda>() 78 * @return `true` when this mutex is locked by the specified owner; in <lambda>() 79 * `false` if the mutex is not locked or locked by another owner. in <lambda>() 81 public fun holdsLock(owner: Any): Boolean in <lambda>() 85 * was locked with a different owner token (by identity). in <lambda>() [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/ |
D | CustomAudienceDao.java | 219 /** Get count of custom audience of a given owner. */ 220 @Query("SELECT COUNT(*) FROM custom_audience WHERE owner=:owner") 221 public abstract long getCustomAudienceCountForOwner(String owner); in getCustomAudienceCountForOwner() argument 227 /** Get the total number of distinct custom audience owner. */ 228 @Query("SELECT COUNT(DISTINCT owner) FROM custom_audience") 231 /** List all custom audiences by owner and buyer that are marked as debuggable. */ 234 + "WHERE owner=:owner AND buyer=:buyer AND debuggable=1") 237 @NonNull String owner, @NonNull AdTechIdentifier buyer); in listDebuggableCustomAudiencesByOwnerAndBuyer() 239 /** Get custom audience by owner, buyer and name that are marked as debuggable. */ 242 + "WHERE owner = :owner AND buyer = :buyer AND name = :name AND debuggable = 1") [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/content/ |
H A D | UndoManager.java | 44 * the data it belongs to. The owner is used to indicate how operations are dependent 45 * on each other -- operations with the same owner are dependent on others with the 46 * same owner. For example, you may have a document with multiple embedded objects. If the 57 // The common case is a single undo owner (e.g. for a TextView), so default to that capacity. 80 * operations with the caller's owner. 101 UndoOwner owner = mOwners.get(tag); in getOwner() local 102 if (owner != null) { in getOwner() 103 if (owner.mData != data) { in getOwner() 104 if (owner.mData != null) { in getOwner() 105 throw new IllegalStateException("Owner " + owner + " already exists with data " in getOwner() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext_srcs/gen/0/external/iptables/extensions/ |
D | libxt_owner.c | 65 "owner match options:\n" in owner_mt_help_v0() 66 "[!] --uid-owner userid Match local UID\n" in owner_mt_help_v0() 67 "[!] --gid-owner groupid Match local GID\n" in owner_mt_help_v0() 68 "[!] --pid-owner processid Match local PID\n" in owner_mt_help_v0() 69 "[!] --sid-owner sessionid Match local SID\n" in owner_mt_help_v0() 70 "[!] --cmd-owner name Match local command name\n" in owner_mt_help_v0() 77 "owner match options:\n" in owner_mt6_help_v0() 78 "[!] --uid-owner userid Match local UID\n" in owner_mt6_help_v0() 79 "[!] --gid-owner groupid Match local GID\n" in owner_mt6_help_v0() 80 "[!] --pid-owner processid Match local PID\n" in owner_mt6_help_v0() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext_srcs/gen/gensrcs/external/iptables/extensions/ |
D | libxt_owner.c | 65 "owner match options:\n" in owner_mt_help_v0() 66 "[!] --uid-owner userid Match local UID\n" in owner_mt_help_v0() 67 "[!] --gid-owner groupid Match local GID\n" in owner_mt_help_v0() 68 "[!] --pid-owner processid Match local PID\n" in owner_mt_help_v0() 69 "[!] --sid-owner sessionid Match local SID\n" in owner_mt_help_v0() 70 "[!] --cmd-owner name Match local command name\n" in owner_mt_help_v0() 77 "owner match options:\n" in owner_mt6_help_v0() 78 "[!] --uid-owner userid Match local UID\n" in owner_mt6_help_v0() 79 "[!] --gid-owner groupid Match local GID\n" in owner_mt6_help_v0() 80 "[!] --pid-owner processid Match local PID\n" in owner_mt6_help_v0() [all …]
|
/aosp_15_r20/external/iptables/extensions/ |
H A D | libxt_owner.c | 65 "owner match options:\n" in owner_mt_help_v0() 66 "[!] --uid-owner userid Match local UID\n" in owner_mt_help_v0() 67 "[!] --gid-owner groupid Match local GID\n" in owner_mt_help_v0() 68 "[!] --pid-owner processid Match local PID\n" in owner_mt_help_v0() 69 "[!] --sid-owner sessionid Match local SID\n" in owner_mt_help_v0() 70 "[!] --cmd-owner name Match local command name\n" in owner_mt_help_v0() 77 "owner match options:\n" in owner_mt6_help_v0() 78 "[!] --uid-owner userid Match local UID\n" in owner_mt6_help_v0() 79 "[!] --gid-owner groupid Match local GID\n" in owner_mt6_help_v0() 80 "[!] --pid-owner processid Match local PID\n" in owner_mt6_help_v0() [all …]
|
H A D | libxt_owner.t | 3 -m owner --uid-owner root;-m owner --uid-owner 0;OK 4 -m owner --uid-owner 0-10;=;OK 5 -m owner --gid-owner root;-m owner --gid-owner 0;OK 6 -m owner --gid-owner 0-10;=;OK 7 -m owner --uid-owner root --gid-owner root;-m owner --uid-owner 0 --gid-owner 0;OK 8 -m owner --uid-owner 0-10 --gid-owner 0-10;=;OK 9 -m owner ! --uid-owner root;-m owner ! --uid-owner 0;OK 10 -m owner --socket-exists;=;OK 11 -m owner --gid-owner 0-10 --suppl-groups;=;OK 12 -m owner --suppl-groups --gid-owner 0-10;;FAIL [all …]
|
/aosp_15_r20/external/python/apitools/samples/storage_sample/storage_v1/ |
D | storage_v1_messages.py | 26 OwnerValue: The owner of the bucket. This is always the project team's 27 owner group. 51 owner: The owner of the bucket. This is always the project team's owner 162 r"""The owner of the bucket. This is always the project team's owner 166 entity: The entity, in the form project-owner-projectId. 212 owner = _messages.MessageField('OwnerValue', 12) variable in Bucket 246 OWNER. 504 OwnerValue: The owner of the object. This will always be the uploader of 538 owner: The owner of the object. This will always be the uploader of the 586 r"""The owner of the object. This will always be the uploader of the [all …]
|
/aosp_15_r20/libcore/dalvik/src/test/java/libcore/dalvik/system/ |
H A D | CloseGuardTest.java | 54 ResourceOwner owner = new ResourceOwner(); 55 assertUnreleasedResources(owner, 0); 61 ResourceOwner owner = new ResourceOwner(); 62 owner.open(); 63 assertUnreleasedResources(owner, 1); 69 ResourceOwner owner = new ResourceOwner(); 70 owner.openWithCallsite("testEnabled_OpoenWIthCallsiteNotClosed"); 71 assertUnreleasedResources(owner, 1); 77 ResourceOwner owner = new ResourceOwner(); 78 owner.open(); [all …]
|
/aosp_15_r20/external/webrtc/api/task_queue/ |
H A D | pending_task_safety_flag_unittest.cc | 26 // Scope for the `owner` instance. in TEST() 27 class Owner { in TEST() class 29 Owner() = default; in TEST() 30 ~Owner() { flag_->SetNotAlive(); } in TEST() 34 } owner; in TEST() local 35 EXPECT_TRUE(owner.flag_->alive()); in TEST() 36 safety_flag = owner.flag_; in TEST() 39 // `owner` now out of scope. in TEST() 46 struct Owner { in TEST() struct 48 } owner; in TEST() local [all …]
|
/aosp_15_r20/external/libwebsockets/lib/core/ |
H A D | lws_dll2.c | 34 if (d->owner) in lws_dll2_is_detached() 42 * have .owner, .next and .prev all set to NULL, so we in lws_dll2_is_detached() 43 * can just check .owner to see if we are detached. in lws_dll2_is_detached() 46 * state of NULL .owner, but non-NULL in .next or .prev, in lws_dll2_is_detached() 57 lws_dll2_foreach_safe(struct lws_dll2_owner *owner, void *user, in lws_dll2_foreach_safe() argument 60 lws_start_foreach_dll_safe(struct lws_dll2 *, p, tp, owner->head) { in lws_dll2_foreach_safe() 69 lws_dll2_add_head(struct lws_dll2 *d, struct lws_dll2_owner *owner) in lws_dll2_add_head() argument 77 if (owner->head != d) in lws_dll2_add_head() 78 d->next = owner->head; in lws_dll2_add_head() 87 owner->head = d; in lws_dll2_add_head() [all …]
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/ |
H A D | XPathVisitor.java | 43 * <code>boolean visitComponentType(ExpressionOwner owner, ComponentType compType)</code>. 44 * The ExpressionOwner argument is the owner of the component, and can 55 * @param owner The owner of the expression, to which the expression can 60 public boolean visitLocationPath(ExpressionOwner owner, LocPathIterator path) in visitLocationPath() argument 67 * @param owner The owner of the expression, to which the expression can 72 public boolean visitUnionPath(ExpressionOwner owner, UnionPathIterator path) in visitUnionPath() argument 79 * @param owner The owner of the expression, to which the expression can 84 public boolean visitStep(ExpressionOwner owner, NodeTest step) in visitStep() argument 94 * @param owner The owner of the expression, to which the expression can 99 public boolean visitPredicate(ExpressionOwner owner, Expression pred) in visitPredicate() argument [all …]
|
/aosp_15_r20/external/python/apitools/samples/storage_sample/ |
D | storage_v1.json | 248 "owner": { object 250 "description": "The owner of the bucket. This is always the project team's owner group.", 254 "description": "The entity, in the form project-owner-projectId." 370 "description": "The access permission for the entity. Can be READER, WRITER, or OWNER.", 729 "owner": { object 731 "description": "The owner of the object. This will always be the uploader of the object.", 836 "description": "The access permission for the entity. Can be READER or OWNER." 919 …OWNER role. \n- roles/storage.legacyBucketReader — Read access to buckets with object listing. Eq… 1258 "Omit owner, acl and defaultObjectAcl properties." 1321 "Project team owners get OWNER access, and allAuthenticatedUsers get READER access.", [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/app/admin/ |
H A D | DevicePolicyManager.java | 224 * <li>A <i id="deviceowner">Device Owner</i>, which only ever exists on the 227 * <li>A <i id="profileowner">Profile Owner<i>, which can exist on any user, can 236 * <li>A Profile Owner on an <a href="#organization-owned">organization owned</a> device has access 239 * <li>A Profile Owner running on the {@link UserManager#isSystemUser System User} has access to 242 * <li>A Profile Owner running on an <a href="#affiliated">affiliated</a> user has 243 * capabilities similar to that of a <a href="#deviceowner">Device Owner</a> 267 * <a href="#deviceowner">Device Owner</a> or <a href="#profileowner">Profile Owner</a>. It 281 * <a href="#deviceowner">Device Owner</a> can set a list of affiliation ids for the 282 * {@link UserManager#isSystemUser System User}. Any <a href="#profileowner">Profile Owner</a> on 286 * the <a href="#profileowner">Profile Owner</a> as a "profile owner on an affiliated [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/schemas/com.android.adservices.data.customaudience.CustomAudienceDatabase/ |
D | 11.json | 9 …owner` TEXT NOT NULL, `buyer` TEXT NOT NULL, `name` TEXT NOT NULL, `expiration_time` INTEGER NOT N… 13 "columnName": "owner", 104 "owner", 114 "owner" 117 …createSql": "CREATE INDEX IF NOT EXISTS `index_custom_audience_owner` ON `${TABLE_NAME}` (`owner`)" 150 …owner` TEXT NOT NULL, `buyer` TEXT NOT NULL, `name` TEXT NOT NULL, `daily_update_uri` TEXT NOT NUL… 153 "fieldPath": "owner", 154 "columnName": "owner", 205 "owner", 215 "owner" [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/86/ |
D | 866b022c40a0366abbd012ab0c9e4315536fc759 | 99 …ermediates/art/test/165-lock-owner-proxy/art-run-test-165-lock-owner-proxy/android_common/javac/ar… 100 …ermediates/art/test/165-lock-owner-proxy/art-run-test-165-lock-owner-proxy/android_common/javac/ar… 127 …owner-proxy/art-run-test-165-lock-owner-proxy/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR… 130 …to: "out/soong/.intermediates/art/test/165-lock-owner-proxy/art-run-test-165-lock-owner-proxy/andr… 134 …to: "out/soong/.intermediates/art/test/165-lock-owner-proxy/art-run-test-165-lock-owner-proxy/andr… 138 …to: "out/soong/.intermediates/art/test/165-lock-owner-proxy/art-run-test-165-lock-owner-proxy/andr… 142 …to: "out/soong/.intermediates/art/test/165-lock-owner-proxy/art-run-test-165-lock-owner-proxy/andr… 146 …to: "out/soong/.intermediates/art/test/165-lock-owner-proxy/art-run-test-165-lock-owner-proxy/andr… 150 …to: "out/soong/.intermediates/art/test/165-lock-owner-proxy/art-run-test-165-lock-owner-proxy/andr… 154 …file: "out/soong/.intermediates/art/test/165-lock-owner-proxy/art-run-test-165-lock-owner-proxy/an… [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/11/libcore/ojluni/src/main/java/java/security/acl/ |
D | Owner.java | 33 * {@code java.security.acl} package extends this Owner 34 * interface.) The initial owner Principal should be specified as an 46 public interface Owner { interface 49 * Adds an owner. Only owners can modify ACL contents. The caller 50 * principal must be an owner of the ACL in order to invoke this method. 51 * That is, only an owner can add another owner. The initial owner is 54 * @param caller the principal invoking this method. It must be an owner 57 * @param owner the owner that should be added to the list of owners. 59 * @return true if successful, false if owner is already an owner. 60 * @exception NotOwnerException if the caller principal is not an owner [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/acl/ |
H A D | Owner.java | 33 * {@code java.security.acl} package extends this Owner 34 * interface.) The initial owner Principal should be specified as an 46 public interface Owner { interface 49 * Adds an owner. Only owners can modify ACL contents. The caller 50 * principal must be an owner of the ACL in order to invoke this method. 51 * That is, only an owner can add another owner. The initial owner is 54 * @param caller the principal invoking this method. It must be an owner 57 * @param owner the owner that should be added to the list of owners. 59 * @return true if successful, false if owner is already an owner. 60 * @exception NotOwnerException if the caller principal is not an owner [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/acl/ |
D | Owner.java | 33 * {@code java.security.acl} package extends this Owner 34 * interface.) The initial owner Principal should be specified as an 46 public interface Owner { interface 49 * Adds an owner. Only owners can modify ACL contents. The caller 50 * principal must be an owner of the ACL in order to invoke this method. 51 * That is, only an owner can add another owner. The initial owner is 54 * @param caller the principal invoking this method. It must be an owner 57 * @param owner the owner that should be added to the list of owners. 59 * @return true if successful, false if owner is already an owner. 60 * @exception NotOwnerException if the caller principal is not an owner [all …]
|
/aosp_15_r20/external/pytorch/docs/source/rpc/ |
H A D | rref.rst | 20 of the :meth:`~torch.distributed.rpc.remote` call (i.e., owner) and can be used 21 by multiple users. The owner stores the real data and keeps track of the global 26 On the owner worker, there is only one ``OwnerRRef`` instance, which contains 28 necessary, and ``UserRRef`` does not hold the data. All usage on the owner will 33 :meth:`~torch.distributed.rpc.remote` invocation, and the owner will be notified 36 reference to the ``OwnerRRef`` on the owner as well. 74 1) Receiving a ``UserRRef`` from the owner. 79 Case 1 is the simplest where the owner passes its RRef to a user, where the 80 owner calls :meth:`~torch.distributed.rpc.rpc_sync`, 83 case a new ``UserRRef`` will be created on the user. As the owner is the caller, [all …]
|
/aosp_15_r20/art/test/2277-methodhandle-invokeexact/src/ |
H A D | ConstMethodHandleTest.java | 31 owner = "java/util/Optional", 46 owner = "A", 61 owner = "A", 76 owner = "A", 91 owner = "I", 107 owner = "I", 123 owner = "A", 138 owner = "A", 153 owner = "Sums", 168 owner = "Sums", [all …]
|
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/ |
H A D | CarAppFocusManagerTest.java | 72 FocusOwnershipCallback owner = new FocusOwnershipCallback(/* assertEventThread= */ false); in setUp() local 74 mManager.requestAppFocus(activeTypes[i], owner); in setUp() 75 owner.waitForOwnershipGrantAndAssert(DEFAULT_WAIT_TIMEOUT_MS, activeTypes[i]); in setUp() 76 mManager.abandonAppFocus(owner, activeTypes[i]); in setUp() 77 owner.waitForOwnershipLossAndAssert( in setUp() 105 FocusOwnershipCallback owner = new FocusOwnershipCallback(); in testRequestAbandon() local 106 int r = mManager.requestAppFocus(APP_FOCUS_TYPE_NAVIGATION, owner); in testRequestAbandon() 108 assertThat(mManager.isOwningFocus(owner, APP_FOCUS_TYPE_NAVIGATION)).isTrue(); in testRequestAbandon() 109 mManager.abandonAppFocus(owner, APP_FOCUS_TYPE_NAVIGATION); in testRequestAbandon() 110 assertThat(mManager.isOwningFocus(owner, APP_FOCUS_TYPE_NAVIGATION)).isFalse(); in testRequestAbandon() [all …]
|
/aosp_15_r20/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/enterprise/ |
D | EnterprisePrivacyFeatureProvider.java | 24 * Returns whether the device is managed by a Device Owner app. 29 * Returns whether the device is in COMP mode (primary user managed by a Device Owner app and 30 * work profile managed by a Profile Owner app). 35 * Returns the name of the organization managing the device via a Device Owner app. If the 36 * device is not managed by a Device Owner app or the name of the managing organization was not 42 * Returns a message informing the user that the device is managed by a Device Owner app. The 44 * Settings. If the device is not managed by a Device Owner app, returns {@code null}. 49 * Returns the time at which the Device Owner last retrieved security logs, or {@code null} if 50 * logs were never retrieved by the Device Owner on this device. 55 * Returns the time at which the Device Owner last requested a bug report, or {@code null} if no [all …]
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/enterprise/ |
D | EnterprisePrivacyFeatureProvider.java | 26 * Returns whether the device is managed by a Device Owner app. 31 * Returns whether the device is in COMP mode (primary user managed by a Device Owner app and 32 * work profile managed by a Profile Owner app). 37 * Returns the name of the organization managing the device via a Device Owner app. If the 38 * device is not managed by a Device Owner app or the name of the managing organization was not 44 * Returns a message informing the user that the device is managed by a Device Owner app. The 46 * Settings. If the device is not managed by a Device Owner app, returns {@code null}. 51 * Returns the time at which the Device Owner last retrieved security logs, or {@code null} if 52 * logs were never retrieved by the Device Owner on this device. 57 * Returns the time at which the Device Owner last requested a bug report, or {@code null} if no [all …]
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/ |
D | EnterprisePrivacyFeatureProvider.java | 24 * Returns whether the device is managed by a Device Owner app. 29 * Returns whether the device is in COMP mode (primary user managed by a Device Owner app and 30 * work profile managed by a Profile Owner app). 35 * Returns the name of the organization managing the device via a Device Owner app. If the 36 * device is not managed by a Device Owner app or the name of the managing organization was not 42 * Returns a message informing the user that the device is managed by a Device Owner app. The 44 * Settings. If the device is not managed by a Device Owner app, returns {@code null}. 49 * Returns the time at which the Device Owner last retrieved security logs, or {@code null} if 50 * logs were never retrieved by the Device Owner on this device. 55 * Returns the time at which the Device Owner last requested a bug report, or {@code null} if no [all …]
|