Home
last modified time | relevance | path

Searched refs:conflicting (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DDiagAttribute.inc18 "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.")
DDiagMips.inc36 "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/
DClientManager.h524 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/
Ddist-library-instrumentation-tests.gradle9 * without conflicting file names.
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags42 # want to define their own log tags without conflicting with the core platform.
/frameworks/av/media/utils/
DEventLogTags.logtags41 # want to define their own log tags without conflicting with the core platform.
/frameworks/native/services/inputflinger/dispatcher/
DEventLogTags.logtags42 # want to define their own log tags without conflicting with the core platform.
/frameworks/base/core/java/android/view/
DEventLogTags.logtags49 # want to define their own log tags without conflicting with the core platform.
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp376 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()
DCameraService.h565 CameraState(const String8& id, int cost, const std::set<String8>& conflicting,
/frameworks/base/proto/src/
Dsystem_messages.proto281 // Legacy IDs existed as stable non-conflicting constants prior to the O release
/frameworks/base/tools/aapt2/
Dreadme.md10 conflicting definitions for the same Java constant in Manifest.java. Changed the implementation