/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
D | AnnouncementAggregator.java | 89 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/ |
D | KeyCharacterMap.java | 504 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/ |
D | NetworkStatsCollection.java | 254 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/ |
D | MultiDex.java | 443 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/ |
D | NativeProcessesMemoryTest.java | 125 MemoryMetric combined = allMemsForProcess.stream().reduce(mZero, MemoryMetric::sum); in sampleAndLogAllProcesses() local 126 logMemoryMetric(processName, combined); in sampleAndLogAllProcesses()
|
/frameworks/ml/nn/common/ |
D | OperationsUtils.cpp | 89 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()
|
D | CpuExecutor.cpp | 168 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/ |
D | rs_matrix.spec | 34 …transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&combined, &s2, &s1)… 294 …the transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&combined, &s2, &… 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/ |
D | protostream_objectsource.cc | 649 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/ |
D | DndTile.java | 115 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/ |
D | rs_matrix.rsh | 36 * 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/ |
D | LockPatternUtils.java | 1329 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/ |
D | license-LGPL.txt | 75 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/ |
D | OperationsUtils.h | 143 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/ |
D | unittest_custom_options.proto | 214 // 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/ |
D | unittest_custom_options.proto | 214 // Options of complex message types, themselves combined and extended in
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | unittest_custom_options.proto | 224 // Options of complex message types, themselves combined and extended in
|
/frameworks/ml/nn/tools/test_generator/ |
D | README.md | 93 # Example 2, combined dictionary
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/ |
D | README.md | 315 used. When this is combined with enum_style=java, the interface
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 4642 … maxCombinedClipAndCullDistances /// max combined number of user cl…
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 2025 * - Multiple device info events can be combined to give more complete picture
|