Home
last modified time | relevance | path

Searched refs:combination (Results 1 – 25 of 167) sorted by relevance

1234567

/frameworks/rs/tests/lldb/tests/testcases/
Dreduce_common.py35 for combination in func_role_combinations:
40 ','.join(combination)
44 func_suffixes = [combination[0][:4], combination[1][:4]]
74 "unable to match function roles for " + repr(combination))
/frameworks/base/cmds/statsd/tests/
DMetricsManager_test.cpp73 AtomMatcher_Combination* combination = eventMatcher->mutable_combination(); in buildGoodConfig() local
74 combination->set_operation(LogicalOperation::OR); in buildGoodConfig()
75 combination->add_matcher(StringToId("SCREEN_IS_ON")); in buildGoodConfig()
76 combination->add_matcher(StringToId("SCREEN_IS_OFF")); in buildGoodConfig()
113 AtomMatcher_Combination* combination = eventMatcher->mutable_combination(); in buildCircleMatchers() local
114 combination->set_operation(LogicalOperation::OR); in buildCircleMatchers()
115 combination->add_matcher(StringToId("SCREEN_IS_ON")); in buildCircleMatchers()
117 combination->add_matcher(StringToId("SCREEN_ON_OR_OFF")); in buildCircleMatchers()
162 AtomMatcher_Combination* combination = eventMatcher->mutable_combination(); in buildMissingMatchers() local
163 combination->set_operation(LogicalOperation::OR); in buildMissingMatchers()
[all …]
Dstatsd_test_util.h108 void addPredicateToPredicateCombination(const Predicate& predicate, Predicate* combination);
/frameworks/base/core/java/android/view/
DKeyCharacterMap.java271 final int combination = (combining << 16) | c; in addDeadKey() local
272 sDeadKeyCache.put(combination, result); in addDeadKey()
503 final int combination = (combining << 16) | c; in getDeadChar() local
506 combined = sDeadKeyCache.get(combination, -1); in getDeadChar()
514 sDeadKeyCache.put(combination, combined); in getDeadChar()
/frameworks/base/cmds/statsd/src/matchers/
DCombinationLogMatchingTracker.cpp50 AtomMatcher_Combination matcher = allLogMatchers[mIndex].combination(); in init()
/frameworks/base/cmds/statsd/benchmark/
Dmetric_util.h82 void addPredicateToPredicateCombination(const Predicate& predicate, Predicate* combination);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/
Dreadme.txt40 per class/data combination. The above command would therefore take
/frameworks/base/cmds/statsd/src/
Dstatsd_config.proto116 Combination combination = 3; field
149 Combination combination = 3; field
Datom_field_options.proto45 // If the atom has 2 or more primary fields, it means the combination of the primary fields are
/frameworks/base/cmds/statsd/src/condition/
DCombinationConditionTracker.cpp54 Predicate_Combination combinationCondition = allConditionConfig[mIndex].combination(); in init()
/frameworks/native/services/surfaceflinger/layerproto/
Dlayers.proto53 // Can be any combination of
/frameworks/base/tools/stats_log_api_gen/
Dtest.proto189 // We can have more than one primary fields. That means their combination is a
/frameworks/hardware/interfaces/cameraservice/device/2.0/
DICameraDeviceUser.hal206 * @return true - in case the stream combination is supported.
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt54 long the compositor's rendering work took. In combination these can be
/frameworks/ml/nn/runtime/
DNOTICE92 Contribution(s) alone or by combination of their Contribution(s)
274 Contribution(s) alone or by combination of their Contribution(s)
412 means the combination of the Contributions of others (if any) used
522 modifications of Covered Software, or (ii) the combination of its
589 the Covered Software. If the Larger Work is a combination of Covered
994 Contribution(s) alone or by combination of their Contribution(s)
/frameworks/native/cmds/service/
DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/frameworks/av/media/libstagefright/id3/
DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/frameworks/av/media/libstagefright/
DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/frameworks/base/cmds/am/
DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/frameworks/av/media/mediaserver/
DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/frameworks/av/media/libstagefright/codecs/amrnb/common/
DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/frameworks/base/packages/InputDevices/
DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/frameworks/base/cmds/dpm/
DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/frameworks/av/media/libstagefright/timedtext/
DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/frameworks/base/media/jni/
DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)

1234567