Home
last modified time | relevance | path

Searched refs:exclusive (Results 1 – 25 of 67) sorted by relevance

123

/aosp14/frameworks/base/tools/preload/
H A DOperation.java83 long exclusive = inclusiveTimeNanos(); in exclusiveTimeMicros() local
86 exclusive -= child.inclusiveTimeNanos(); in exclusiveTimeMicros()
89 if (exclusive < 0) { in exclusiveTimeMicros()
93 return nanosToMicros(exclusive); in exclusiveTimeMicros()
/aosp14/system/core/libcutils/
H A Dsocket_inaddr_any_server_windows.cpp51 int exclusive = 1; in socket_inaddr_any_server() local
53 if (setsockopt(sock, SOL_SOCKET, SO_EXCLUSIVEADDRUSE, (char*)&exclusive, in socket_inaddr_any_server()
54 sizeof(exclusive)) == SOCKET_ERROR || in socket_inaddr_any_server()
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItem.java173 public ActionMenuItem setExclusiveCheckable(boolean exclusive) { in setExclusiveCheckable() argument
174 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0); in setExclusiveCheckable()
H A DActionMenu.java226 boolean exclusive) { in setGroupCheckable() argument
234 item.setExclusiveCheckable(exclusive); in setGroupCheckable()
H A DMenuItemImpl.java573 public void setExclusiveCheckable(boolean exclusive) { in setExclusiveCheckable() argument
574 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0); in setExclusiveCheckable()
/aosp14/frameworks/base/core/java/android/view/
H A DMenu.java347 public void setGroupCheckable(int group, boolean checkable, boolean exclusive); in setGroupCheckable() argument
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java261 public AutoScrollHelper setExclusive(boolean exclusive) { in setExclusive() argument
262 mExclusive = exclusive; in setExclusive()
/aosp14/frameworks/base/core/java/android/widget/
H A DTabHost.java697 final boolean exclusive = iconView.getVisibility() == View.GONE; in createIndicatorView()
698 final boolean bindIcon = !exclusive || TextUtils.isEmpty(mLabel); in createIndicatorView()
H A DActionMenuView.java747 public void setExpandedActionViewsExclusive(boolean exclusive) { in setExpandedActionViewsExclusive() argument
748 mPresenter.setExpandedActionViewsExclusive(exclusive); in setExpandedActionViewsExclusive()
/aosp14/frameworks/base/cmds/pm/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/cmds/uinput/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/cmds/wm/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/data/fonts/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/packages/SettingsProvider/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/packages/CompanionDeviceManager/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/identity/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/packages/ExtShared/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/packages/FusedLocation/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/keystore/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/packages/SystemUI/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/packages/WAPPushManager/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/media/jni/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/media/jni/soundpool/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/aosp14/frameworks/base/cmds/am/
H A DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable

123