Home
last modified time | relevance | path

Searched refs:combined (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DAnnouncementAggregator.java89 List<Announcement> combined = new ArrayList<>(); in onListUpdated() local
91 combined.addAll(watcher.currentList); in onListUpdated()
94 mListener.onListUpdated(combined); in onListUpdated()
/frameworks/base/core/java/android/view/
DKeyCharacterMap.java504 int combined; in getDeadChar() local
506 combined = sDeadKeyCache.get(combination, -1); in getDeadChar()
507 if (combined == -1) { in getDeadChar()
512 combined = result.codePointCount(0, result.length()) == 1 in getDeadChar()
514 sDeadKeyCache.put(combination, combined); in getDeadChar()
517 return combined; in getDeadChar()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java254 final NetworkStatsHistory combined = new NetworkStatsHistory( in getHistory() local
258 if (start == end) return combined; in getHistory()
297 combined.recordHistory(value, collectStart, collectEnd); in getHistory()
302 final NetworkStatsHistory.Entry entry = combined.getValues( in getHistory()
308 combined.recordData(augmentStart, augmentEnd, in getHistory()
310 combined.getValues(augmentStart, augmentEnd, entry); in getHistory()
321 final long beforeTotal = combined.getTotalBytes(); in getHistory()
322 for (int i = 0; i < combined.size(); i++) { in getHistory()
323 combined.getValues(i, entry); in getHistory()
332 combined.setValues(i, entry); in getHistory()
[all …]
/frameworks/multidex/library/src/androidx/multidex/
DMultiDex.java443 Object[] combined = (Object[]) Array.newInstance( in expandFieldArray() local
445 System.arraycopy(original, 0, combined, 0, original.length); in expandFieldArray()
446 System.arraycopy(extraElements, 0, combined, original.length, extraElements.length); in expandFieldArray()
447 jlrField.set(instance, combined); in expandFieldArray()
548 IOException[] combined = in install() local
551 suppressedExceptions.toArray(combined); in install()
552 System.arraycopy(dexElementsSuppressedExceptions, 0, combined, in install()
554 dexElementsSuppressedExceptions = combined; in install()
/frameworks/base/tests/NativeProcessesMemoryTest/src/com/android/tests/nativeprocesses/
DNativeProcessesMemoryTest.java125 MemoryMetric combined = allMemsForProcess.stream().reduce(mZero, MemoryMetric::sum); in sampleAndLogAllProcesses() local
126 logMemoryMetric(processName, combined); in sampleAndLogAllProcesses()
/frameworks/ml/nn/common/
DOperationsUtils.cpp89 std::vector<uint32_t>* combined) { in combineDimensions() argument
91 *combined = lhs; in combineDimensions()
95 *combined = rhs; in combineDimensions()
99 combined->resize(lhs.size()); in combineDimensions()
102 (*combined)[i] = rhs[i]; in combineDimensions()
106 (*combined)[i] = lhs[i]; in combineDimensions()
110 (*combined)[i] = lhs[i]; in combineDimensions()
DCpuExecutor.cpp168 std::vector<uint32_t> combined; in setInfoAndAllocateIfNeeded() local
169 if (!combineDimensions(shape.dimensions, info->dimensions, &combined)) { in setInfoAndAllocateIfNeeded()
174 info->dimensions = combined; in setInfoAndAllocateIfNeeded()
/frameworks/rs/script_api/
Drs_matrix.spec34 …transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&amp;combined, &amp;s2, &amp;s1)…
294 …the transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&amp;combined, &amp;s2, &amp…
525 To apply this combined transformation to a vector, multiply the vector by the created
543 To apply this combined transformation to a vector, multiply the vector by the created
576 To apply this combined transformation to a vector, multiply the vector by the
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc649 string combined; in RenderFieldMask() local
668 if (!combined.empty()) { in RenderFieldMask()
669 combined.append(","); in RenderFieldMask()
671 combined.append(ConvertFieldMaskPath(str, &ToCamelCase)); in RenderFieldMask()
673 ow->RenderString(field_name, combined); in RenderFieldMask()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DDndTile.java115 public static void setCombinedIcon(Context context, boolean combined) { in setCombinedIcon() argument
116 Prefs.putBoolean(context, Prefs.Key.DND_TILE_COMBINED_ICON, combined); in setCombinedIcon()
/frameworks/rs/script_api/include/
Drs_matrix.rsh36 * transformation s1 followed by s2, call rsMatrixLoadMultiply(&combined, &s2, &s1).
307 * the transformation s1 followed by s2, call rsMatrixLoadMultiply(&combined, &s2, &s1).
520 * To apply this combined transformation to a vector, multiply the vector by the created
541 * To apply this combined transformation to a vector, multiply the vector by the created
583 * To apply this combined transformation to a vector, multiply the vector by the
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1329 byte[] combined = new byte[sha1.length + md5.length]; in legacyPasswordToHash()
1330 System.arraycopy(sha1, 0, combined, 0, sha1.length); in legacyPasswordToHash()
1331 System.arraycopy(md5, 0, combined, sha1.length, md5.length); in legacyPasswordToHash()
1333 final char[] hexEncoded = HexEncoding.encode(combined); in legacyPasswordToHash()
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt75 combined work, a derivative of the original library. The ordinary
113 be combined with the library in order to run.
335 facilities not covered by this License, and distribute such a combined
340 a) Accompany the combined library with a copy of the same work
345 b) Give prominent notice with the combined library of the fact
/frameworks/ml/nn/common/include/
DOperationsUtils.h143 std::vector<uint32_t>* combined);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto214 // Options of complex message types, themselves combined and extended in
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto214 // Options of complex message types, themselves combined and extended in
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_custom_options.proto224 // Options of complex message types, themselves combined and extended in
/frameworks/ml/nn/tools/test_generator/
DREADME.md93 # Example 2, combined dictionary
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/
DREADME.md315 used. When this is combined with enum_style=java, the interface
/frameworks/native/vulkan/api/
Dvulkan.api4642 … maxCombinedClipAndCullDistances /// max combined number of user cl…
/frameworks/base/cmds/statsd/src/
Datoms.proto2025 * - Multiple device info events can be combined to give more complete picture