Searched refs:conflicting (Results 1 – 11 of 11) 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 | 488 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/ |
D | dist-library-instrumentation-tests.gradle | 9 * without conflicting file names.
|
/frameworks/av/media/utils/ |
D | EventLogTags.logtags | 41 # want to define their own log tags without conflicting with the core platform.
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 42 # want to define their own log tags without conflicting with the core platform.
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 271 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()
|
D | CameraService.h | 473 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/ |
D | cpp_test_bad_identifiers.proto | 114 // test conflicting release_$name$. "length" and "do" field in this message
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 235 // 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
|