/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/native/libs/binder/ |
D | RpcSession.cpp | 874 sp<RpcConnection> exclusive; in find() local 880 findConnection(tid, &exclusive, &available, session->mConnections.mOutgoing, in find() 893 if (use == ConnectionUse::CLIENT_ASYNC && (exclusive != nullptr || available != nullptr)) { in find() 912 exclusive = exclusiveIncoming; in find() 916 exclusive = exclusiveIncoming; in find() 922 if (exclusive != nullptr) { in find() 923 connection->mConnection = exclusive; in find() 957 void RpcSession::ExclusiveConnection::findConnection(uint64_t tid, sp<RpcConnection>* exclusive, in findConnection() argument 964 if (*exclusive != nullptr) return; // consistent with break below in findConnection() 977 if (exclusive && socket->exclusiveTid == tid) { in findConnection() [all …]
|
/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/proto_logging/stats/stats_log_api_gen/ |
D | test_external.proto | 217 // The atom has only primary field but no exclusive state field. 229 // Having 2 exclusive state field in the atom means the atom is badly designed. 247 // Atoms can have exclusive state field, but no primary field. That means 248 // the state is globally exclusive (e.g., DisplayState).
|
D | test.proto | 217 // The atom has only primary field but no exclusive state field. 229 // Having 2 exclusive state field in the atom means the atom is badly designed. 247 // Atoms can have exclusive state field, but no primary field. That means 248 // the state is globally exclusive (e.g., DisplayState).
|
/frameworks/base/core/java/android/view/ |
D | Menu.java | 347 public void setGroupCheckable(int group, boolean checkable, boolean exclusive); in setGroupCheckable() argument
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | ActionMenuItem.java | 173 public ActionMenuItem setExclusiveCheckable(boolean exclusive) { in setExclusiveCheckable() argument 174 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0); in setExclusiveCheckable()
|
D | ActionMenu.java | 226 boolean exclusive) { in setGroupCheckable() argument 234 item.setExclusiveCheckable(exclusive); in setGroupCheckable()
|
D | MenuItemImpl.java | 573 public void setExclusiveCheckable(boolean exclusive) { in setExclusiveCheckable() argument 574 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0); in setExclusiveCheckable()
|
/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/proto_logging/stats/ |
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/av/services/audiopolicy/engineconfigurable/tools/ |
D | domainGeneratorPolicy.py | 64 <criterion_type name="" type=<inclusive|exclusive> \
|
D | buildPolicyCriterionTypes.py | 71 <criterion_type name="" type=<inclusive|exclusive> \
|
/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 | 747 public void setExpandedActionViewsExclusive(boolean exclusive) { in setExpandedActionViewsExclusive() argument 748 mPresenter.setExpandedActionViewsExclusive(exclusive); in setExpandedActionViewsExclusive()
|
/frameworks/native/cmds/dumpsys/ |
D | dumpsys.cpp | 345 static status_t dumpPidToFd(const sp<IBinder>& service, const unique_fd& fd, bool exclusive) { in dumpPidToFd() argument 351 if (!exclusive) { in dumpPidToFd()
|
/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 333 static void findConnection(uint64_t tid, sp<RpcConnection>* exclusive,
|
/frameworks/rs/script_api/ |
D | rs_atomic.spec | 216 summary: Thread-safe bitwise exclusive or
|
/frameworks/av/services/mediaextractor/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/frameworks/av/media/module/foundation/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/frameworks/av/media/module/mpeg2ts/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/frameworks/base/media/jni/soundpool/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/frameworks/av/media/libmedia/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/frameworks/base/keystore/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|