/frameworks/base/tools/preload/ |
D | Operation.java | 83 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/tools/stats_log_api_gen/ |
D | test.proto | 150 // The atom has only primary field but no exclusive state field. 162 // Having 2 exclusive state field in the atom means the atom is badly designed. 175 // Atoms can have exclusive state field, but no primary field. That means 176 // the state is globally exclusive (e.g., DisplayState).
|
/frameworks/base/core/java/com/android/internal/graphics/palette/ |
D | Target.java | 422 public Target.Builder setExclusive(boolean exclusive) { in setExclusive() argument 423 mTarget.mIsExclusive = exclusive; in setExclusive()
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 72 * 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/view/menu/ |
D | ActionMenu.java | 225 boolean exclusive) { in setGroupCheckable() argument 233 item.setExclusiveCheckable(exclusive); in setGroupCheckable()
|
D | ActionMenuItem.java | 172 public ActionMenuItem setExclusiveCheckable(boolean exclusive) { in setExclusiveCheckable() argument 173 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0); in setExclusiveCheckable()
|
D | MenuItemImpl.java | 572 public void setExclusiveCheckable(boolean exclusive) { in setExclusiveCheckable() argument 573 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0); in setExclusiveCheckable()
|
/frameworks/base/core/java/android/view/ |
D | Menu.java | 347 public void setGroupCheckable(int group, boolean checkable, boolean exclusive); in setGroupCheckable() argument
|
/frameworks/base/cmds/statsd/src/ |
D | FieldValue.h | 380 inline void setExclusiveState(bool exclusive) { setBitmaskAtPos(EXCLUSIVE_POS, exclusive); } in setExclusiveState() argument
|
D | atom_field_options.proto | 27 // ONE exclusive state field, and any number of primary key fields. For example, message 71 // The field that represents the state. It's an exclusive state.
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | AutoScrollHelper.java | 261 public AutoScrollHelper setExclusive(boolean exclusive) { in setExclusive() argument 262 mExclusive = exclusive; in setExclusive()
|
/frameworks/base/core/java/android/widget/ |
D | TabHost.java | 697 final boolean exclusive = iconView.getVisibility() == View.GONE; in createIndicatorView() 698 final boolean bindIcon = !exclusive || TextUtils.isEmpty(mLabel); in createIndicatorView()
|
D | ActionMenuView.java | 746 public void setExpandedActionViewsExclusive(boolean exclusive) { in setExpandedActionViewsExclusive() argument 747 mPresenter.setExpandedActionViewsExclusive(exclusive); in setExpandedActionViewsExclusive()
|
/frameworks/av/services/audiopolicy/engineconfigurable/tools/ |
D | domainGeneratorPolicy.py | 64 <criterion_type name="" type=<inclusive|exclusive> \
|
D | buildPolicyCriterionTypes.py | 66 <criterion_type name="" type=<inclusive|exclusive> \
|
/frameworks/rs/script_api/ |
D | rs_atomic.spec | 216 summary: Thread-safe bitwise exclusive or
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/frameworks/av/drm/drmserver/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/frameworks/base/libs/hwui/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/frameworks/native/cmds/cmd/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/frameworks/native/cmds/rawbu/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/frameworks/base/cmds/dpm/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/frameworks/base/cmds/app_process/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/frameworks/base/cmds/bmgr/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/frameworks/base/cmds/telecom/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|