HomeSort by relevance Sort by last modified time
    Searched defs:conflicting (Results 1 - 8 of 8) 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 75 * resource, and the corresponding cost, priority, owner ID, and conflicting keys list used
117 * Return true if the given key is in this descriptor's conflicting keys list.
122 * Return the set of all conflicting keys for this descriptor.
240 * - Any descriptors with keys that are in the incoming descriptor's 'conflicting keys' list
452 bool conflicting = (curKey == key || i->isConflicting(key) || local
458 if (conflicting && curPriority < priority) {
459 // Pre-existing conflicting client with higher priority exists
463 } else if (conflicting || ((totalCost > mMaxCost && curCost > 0) &&
478 if (curPriority < priority && (conflicting || (totalCost > mMaxCost && curCost > 0))) {
479 // 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 235 std::set<String8> conflicting; local
237 conflicting.emplace(String8(cost.conflictingDevices[i].c_str()));
243 conflicting));
2617 auto conflicting = i->getConflicting(); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/uber/rave-compiler/0.6.0/
rave-compiler-0.6.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/26.2.0-alpha16/
kotlin-compiler-26.2.0-alpha16.jar 

Completed in 195 milliseconds