Home
last modified time | relevance | path

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

1234567

/frameworks/base/tools/preload/
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()
/frameworks/base/cmds/statsd/src/
Datom_field_options.proto27 // Default value for fields that are not primary or exclusive state.
31 // The field that represents the state. It's an exclusive state.
36 // exclusive state field, and any number of primary key fields.
/frameworks/base/tools/stats_log_api_gen/
Dtest.proto149 // The atom has only primary field but no exclusive state field.
163 // Having 2 exclusive state field in the atom means the atom is badly designed.
181 // Atoms can have exclusive state field, but no primary field. That means
182 // the state is globally exclusive (e.g., DisplayState).
/frameworks/rs/script_api/include/
Drs_for_each.rsh72 * The Start fields are inclusive and the End fields are exclusive. E.g. to iterate
78 uint32_t xEnd; // Ending index (exclusive) in the X dimension.
80 uint32_t yEnd; // Ending index (exclusive) in the Y dimension.
82 uint32_t zEnd; // Ending index (exclusive) in the Z dimension.
84 uint32_t arrayEnd; // Ending index (exclusive) in the Array0 dimension.
86 uint32_t array1End; // Ending index (exclusive) in the Array1 dimension.
88 uint32_t array2End; // Ending index (exclusive) in the Array2 dimension.
90 uint32_t array3End; // Ending index (exclusive) in the Array3 dimension.
/frameworks/base/core/java/com/android/internal/graphics/palette/
DTarget.java422 public Target.Builder setExclusive(boolean exclusive) { in setExclusive() argument
423 mTarget.mIsExclusive = exclusive; in setExclusive()
/frameworks/base/core/java/com/android/internal/view/menu/
DActionMenuItem.java172 public ActionMenuItem setExclusiveCheckable(boolean exclusive) { in setExclusiveCheckable() argument
173 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0); in setExclusiveCheckable()
DActionMenu.java225 boolean exclusive) { in setGroupCheckable() argument
233 item.setExclusiveCheckable(exclusive); in setGroupCheckable()
DMenuItemImpl.java572 public void setExclusiveCheckable(boolean exclusive) { in setExclusiveCheckable() argument
573 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0); in setExclusiveCheckable()
/frameworks/base/core/java/android/view/
DMenu.java347 public void setGroupCheckable(int group, boolean checkable, boolean exclusive); in setGroupCheckable() argument
/frameworks/base/core/java/com/android/internal/widget/
DAutoScrollHelper.java261 public AutoScrollHelper setExclusive(boolean exclusive) { in setExclusive() argument
262 mExclusive = exclusive; in setExclusive()
/frameworks/base/core/java/android/widget/
DTabHost.java673 final boolean exclusive = iconView.getVisibility() == View.GONE; in createIndicatorView()
674 final boolean bindIcon = !exclusive || TextUtils.isEmpty(mLabel); in createIndicatorView()
DActionMenuView.java746 public void setExpandedActionViewsExclusive(boolean exclusive) { in setExpandedActionViewsExclusive() argument
747 mPresenter.setExpandedActionViewsExclusive(exclusive); in setExpandedActionViewsExclusive()
/frameworks/av/services/audiopolicy/engineconfigurable/tools/
DdomainGeneratorPolicy.py64 <criterion_type name="" type=<inclusive|exclusive> \
DbuildPolicyCriterionTypes.py66 <criterion_type name="" type=<inclusive|exclusive> \
/frameworks/rs/script_api/
Drs_atomic.spec216 summary: Thread-safe bitwise exclusive or
/frameworks/av/media/extractors/mpeg2/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/base/cmds/requestsync/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/av/media/codec2/components/flac/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/base/packages/Keyguard/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/base/packages/PackageInstaller/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/av/media/libstagefright/codecs/aacdec/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/native/libs/ui/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/base/libs/hwui/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/av/services/mediaextractor/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/frameworks/base/cmds/appwidget/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable

1234567