OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:conflicting
(Results
1 - 7
of
7
) 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
38
* resource, and the corresponding cost, priority, owner ID, and
conflicting
keys list used
80
* Return true if the given key is in this descriptor's
conflicting
keys list.
85
* Return the set of all
conflicting
keys for this descriptor.
202
* - Any descriptors with keys that are in the incoming descriptor's '
conflicting
keys' list
414
bool
conflicting
= (curKey == key || i->isConflicting(key) ||
local
420
if (
conflicting
&& curPriority > priority) {
421
// Pre-existing
conflicting
client with higher priority exists
425
} else if (
conflicting
|| ((totalCost > mMaxCost && curCost > 0) &&
440
if (curPriority > priority && (
conflicting
|| (totalCost > mMaxCost && curCost > 0))) {
441
// Pre-existing
conflicting
client with higher priority exist
[
all
...]
/frameworks/av/services/camera/libcameraservice/
CameraService.cpp
223
"
conflicting
devices fields set to defaults for this device.",
237
// Defaults to use for cost and
conflicting
devices
242
// If using post-2.4 module version, query the cost +
conflicting
devices from the HAL
249
std::set<String8>
conflicting
;
local
251
conflicting
.emplace(String8(conflicting_devices[i]));
258
conflicting
));
2400
auto
conflicting
= i->getConflicting();
local
2544
auto
conflicting
= state.second->getConflicting();
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.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
Completed in 668 milliseconds