/frameworks/multidex/library/src/android/support/multidex/ |
D | MultiDex.java | 389 Object[] combined = (Object[]) Array.newInstance( in expandFieldArray() local 391 System.arraycopy(original, 0, combined, 0, original.length); in expandFieldArray() 392 System.arraycopy(extraElements, 0, combined, original.length, extraElements.length); in expandFieldArray() 393 jlrField.set(instance, combined); in expandFieldArray() 493 IOException[] combined = in install() local 496 suppressedExceptions.toArray(combined); in install() 497 System.arraycopy(dexElementsSuppressedExceptions, 0, combined, in install() 499 dexElementsSuppressedExceptions = combined; in install()
|
/frameworks/base/core/java/android/view/ |
D | KeyCharacterMap.java | 502 int combined; in getDeadChar() local 504 combined = sDeadKeyCache.get(combination, -1); in getDeadChar() 505 if (combined == -1) { in getDeadChar() 510 combined = result.codePointCount(0, result.length()) == 1 in getDeadChar() 512 sDeadKeyCache.put(combination, combined); in getDeadChar() 515 return combined; in getDeadChar()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsCollection.java | 242 final NetworkStatsHistory combined = new NetworkStatsHistory( in getHistory() local 246 if (start == end) return combined; in getHistory() 285 combined.recordHistory(value, collectStart, collectEnd); in getHistory() 290 final NetworkStatsHistory.Entry entry = combined.getValues( in getHistory() 296 combined.recordData(augmentStart, augmentEnd, in getHistory() 298 combined.getValues(augmentStart, augmentEnd, entry); in getHistory() 309 final long beforeTotal = combined.getTotalBytes(); in getHistory() 310 for (int i = 0; i < combined.size(); i++) { in getHistory() 311 combined.getValues(i, entry); in getHistory() 320 combined.setValues(i, entry); in getHistory() [all …]
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/ |
D | build.gradle | 47 println "combined ${dataBindingConfig.testGroup}.independent-library:${dataBindingConfig.version}"
|
/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/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | DndTile.java | 108 public static void setCombinedIcon(Context context, boolean combined) { in setCombinedIcon() argument 109 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 | 1101 byte[] combined = new byte[sha1.length + md5.length]; in passwordToHash() 1102 System.arraycopy(sha1, 0, combined, 0, sha1.length); in passwordToHash() 1103 System.arraycopy(md5, 0, combined, sha1.length, md5.length); in passwordToHash() 1105 final char[] hexEncoded = HexEncoding.encode(combined); in passwordToHash()
|
/frameworks/support/development/checkstyle/ |
D | LICENSE | 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/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/native/vulkan/doc/implementors_guide/ |
D | implementors_guide.adoc | 72 …ralloc usage flags it requires for that format and usage. These will be combined with the usage fl…
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 3388 … maxCombinedClipAndCullDistances /// max combined number of user cl…
|