Home
last modified time | relevance | path

Searched refs:conflicting (Results 1 – 14 of 14) 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 && owner == curOwner) { in wouldEvictLocked()
544 } else if (conflicting && curPriority < priority) { 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/av/media/utils/
DEventLogTags.logtags41 # want to define their own log tags without conflicting with the core platform.
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags42 # want to define their own log tags without conflicting with the core platform.
/frameworks/native/services/inputflinger/dispatcher/
DEventLogTags.logtags43 # want to define their own log tags without conflicting with the core platform.
/frameworks/native/libs/binder/rust/rpcbinder/
DAndroid.bp43 // result in duplicate conflicting versions of libbinder_ndk_sys. This will hopefully be fixed in
/frameworks/base/core/java/android/view/
DEventLogTags.logtags68 # want to define their own log tags without conflicting with the core platform.
/frameworks/base/tools/aapt2/
Dreadme.md10 conflicting definitions for the same Java constant in Manifest.java. Changed the implementation
/frameworks/native/data/etc/
DAndroid.bp16 // Modules use the 'prebuilt.xml' suffix to prevent conflicting
/frameworks/base/proto/src/
Dsystem_messages.proto315 // Legacy IDs existed as stable non-conflicting constants prior to the O release
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp478 std::set<std::string> conflicting; in addStates() local
480 conflicting.emplace(cost.conflictingDevices[i]); in addStates()
486 conflicting, deviceKind, physicalCameraIds)); in addStates()
5025 const std::set<std::string>& conflicting, SystemCameraKind systemCameraKind, in CameraState() argument
5027 mStatus(StatusInternal::NOT_PRESENT), mCost(cost), mConflicting(conflicting), in CameraState()
5147 auto conflicting = i->getConflicting(); in toString() local
5167 for (auto& j : conflicting) { in toString()
DCameraService.h733 CameraState(const std::string& id, int cost, const std::set<std::string>& conflicting,