HomeSort by relevance Sort by last modified time
    Searched defs:conflicting (Results 1 - 5 of 5) sorted by null

  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGeneratorConnector.cpp 97 * Prints conflicting elements, if any, on the error output.
99 * @returns true if there are conflicting elements, false otherwise
195 string conflicting; local
196 if (not mCommandHandler->process("listConflictingElements", {}, conflicting)) {
198 throw Exception("Failed to list conflicting elements");
201 if (not conflicting.empty()) {
202 std::cerr << "There are conflicting elements:" << std::endl << conflicting; local
  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 102 * resource, and the corresponding cost, priority, owner ID, and conflicting keys list used
145 * Return true if the given key is in this descriptor's conflicting keys list.
150 * Return the set of all conflicting keys for this descriptor.
276 * - Any descriptors with keys that are in the incoming descriptor's 'conflicting keys' list
488 bool conflicting = (curKey == key || i->isConflicting(key) || local
494 if (conflicting && curPriority < priority) {
495 // Pre-existing conflicting client with higher priority exists
499 } else if (conflicting || ((totalCost > mMaxCost && curCost > 0) &&
514 if (curPriority < priority && (conflicting || (totalCost > mMaxCost && curCost > 0))) {
515 // Pre-existing conflicting client with higher priority exist
    [all...]
  /art/compiler/optimizing/
register_allocator_graph_color.cc 1759 LiveInterval* conflicting = adjacent->GetInterval(); local
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 271 std::set<String8> conflicting; local
273 conflicting.emplace(String8(cost.conflictingDevices[i].c_str()));
279 conflicting));
2962 auto conflicting = i->getConflicting(); local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.10.0.v20180427-1454.jar 

Completed in 420 milliseconds