Searched refs:conflicting (Results 1 – 12 of 12) sorted by relevance
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagAttribute.inc | 18 "conflicting architecture profiles %0 in %1.", 19 "conflicting architecture profiles %0 in %1.") 22 "conflicting values from Tag_MPextension_use and " 24 "conflicting values from Tag_MPextension_use and " 34 "conflicting 16-bit FP number format in %0", 35 "conflicting 16-bit FP number format in %0") 46 "conflicting procedure call standard config in input %0.", 47 "conflicting procedure call standard config in input %0.") 50 "conflicting way to use R9 in input %0.", 51 "conflicting way to use R9 in input %0.")
|
D | DiagMips.inc | 36 "conflicting linking abicalls and non-abicalls files on %0.", 37 "conflicting linking abicalls and non-abicalls files on %0.")
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | ClientManager.h | 524 bool conflicting = (curKey == key || i->isConflicting(key) || in wouldEvictLocked() local 530 if (conflicting && curPriority < priority) { in wouldEvictLocked() 535 } else if (conflicting && owner == curOwner) { in wouldEvictLocked() 549 } else if (conflicting || ((totalCost > mMaxCost && curCost > 0) && in wouldEvictLocked() 564 if (curPriority < priority && (conflicting || (totalCost > mMaxCost && curCost > 0))) { in wouldEvictLocked()
|
/frameworks/opt/setupwizard/tools/gradle/ |
D | dist-library-instrumentation-tests.gradle | 9 * without conflicting file names.
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 42 # want to define their own log tags without conflicting with the core platform.
|
/frameworks/av/media/utils/ |
D | EventLogTags.logtags | 41 # want to define their own log tags without conflicting with the core platform.
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | EventLogTags.logtags | 42 # want to define their own log tags without conflicting with the core platform.
|
/frameworks/base/core/java/android/view/ |
D | EventLogTags.logtags | 49 # want to define their own log tags without conflicting with the core platform.
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 376 std::set<String8> conflicting; in addStates() local 378 conflicting.emplace(String8(cost.conflictingDevices[i].c_str())); in addStates() 384 conflicting, deviceKind)); in addStates() 3681 const std::set<String8>& conflicting, SystemCameraKind systemCameraKind) : mId(id), in CameraState() argument 3682 mStatus(StatusInternal::NOT_PRESENT), mCost(cost), mConflicting(conflicting), in CameraState() 3791 auto conflicting = i->getConflicting(); in toString() local 3811 for (auto& j : conflicting) { in toString()
|
D | CameraService.h | 565 CameraState(const String8& id, int cost, const std::set<String8>& conflicting,
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 281 // Legacy IDs existed as stable non-conflicting constants prior to the O release
|
/frameworks/base/tools/aapt2/ |
D | readme.md | 10 conflicting definitions for the same Java constant in Manifest.java. Changed the implementation
|