/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
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
transaction.go | 39 // returning nil if it succeeds. If the commit fails due to a conflicting 85 // due to a conflicting transaction. If omitted, it defaults to 3.
|
/art/compiler/optimizing/ |
register_allocator_graph_color.cc | 1759 LiveInterval* conflicting = adjacent->GetInterval(); local [all...] |
/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...] |
/build/soong/cmd/zip2zip/ |
zip2zip_test.go | 207 name: "multiple conflicting matches",
|
/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...] |
CameraService.h | 470 * Make a new CameraState and set the ID, cost, and conflicting devices using the values 473 CameraState(const String8& id, int cost, const std::set<String8>& conflicting); 516 * Return a set of the IDs of conflicting devices advertised by the HAL for this device. 696 * Add new client to active clients list after conflicting clients have disconnected using the [all...] |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.jobs_3.10.0.v20180427-1454.jar | |
/build/soong/bpfix/bpfix/ |
bpfix.go | 803 return fmt.Errorf("conflicting definitions of string property %q", a.Name)
|
/build/soong/android/ |
module.go | 737 msg := "conflicting value set here" [all...] |
/build/soong/apex/ |
apex.go | 411 // conflicting variations with this module. This is required since [all...] |
/build/soong/cc/ |
library.go | 381 // headers might cause conflicting types error with the symbols in the [all...] |
/external/golang-protobuf/protoc-gen-go/generator/ |
generator.go | 712 // we rename the conflicting package), so this could be removed someday. [all...] |
/external/strace/ |
configure | [all...] |
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/ |
compute-gen.go | [all...] |