Home
last modified time | relevance | path

Searched refs:conflicting (Results 1 – 11 of 11) 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.h488 bool conflicting = (curKey == key || i->isConflicting(key) || in wouldEvictLocked() local
494 if (conflicting && curPriority < priority) { in wouldEvictLocked()
499 } else if (conflicting || ((totalCost > mMaxCost && curCost > 0) && in wouldEvictLocked()
514 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/av/services/camera/libcameraservice/
DCameraService.cpp271 std::set<String8> conflicting; in addStates() local
273 conflicting.emplace(String8(cost.conflictingDevices[i].c_str())); in addStates()
279 conflicting)); in addStates()
2875 const std::set<String8>& conflicting) : mId(id), in CameraState() argument
2876 mStatus(StatusInternal::NOT_PRESENT), mCost(cost), mConflicting(conflicting) {} in CameraState()
2962 auto conflicting = i->getConflicting(); in toString() local
2982 for (auto& j : conflicting) { in toString()
DCameraService.h473 CameraState(const String8& id, int cost, const std::set<String8>& conflicting);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto114 // test conflicting release_$name$. "length" and "do" field in this message
/frameworks/base/proto/src/
Dsystem_messages.proto235 // 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