Searched defs:combine (Results 1 - 5 of 5) sorted by last modified time

/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp122 static ProcResults combine(const ProcResults& a, const ProcResults& b) { function in struct:ProcResults
302 tot_results = ProcResults::combine(tot_results, tmp_results);
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp165 sp<KeyCharacterMap> KeyCharacterMap::combine(const sp<KeyCharacterMap>& base, function in class:android::KeyCharacterMap
989 ALOGE("%s: Cannot combine multiple character literals or 'none'.",
994 ALOGE("%s: Cannot combine character literal with replace action.",
1004 ALOGE("%s: Cannot combine multiple character literals or 'none'.",
1009 ALOGE("%s: Cannot combine 'none' with replace action.",
1025 ALOGE("%s: Cannot combine multiple fallback/replacement key codes.",
1042 ALOGE("%s: Cannot combine character literal with replace action.",
1047 ALOGE("%s: Cannot combine multiple fallback/replacement key codes.",
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/minikin/tools/
H A Dmk_hyb_file.py106 def combine(a, b): function
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java381 void combine(IntervalStats stats, boolean mutable, List<T> accumulatedResult); method in interface:UsageStatsDatabase.StatCombiner
443 combiner.combine(stats, false, results);

Completed in 1383 milliseconds