Home
last modified time | relevance | path

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

/frameworks/multidex/library/src/android/support/multidex/
DMultiDex.java389 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/
DKeyCharacterMap.java502 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/
DNetworkStatsCollection.java242 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/
Dbuild.gradle47 println "combined ${dataBindingConfig.testGroup}.independent-library:${dataBindingConfig.version}"
/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/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DDndTile.java108 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/
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.java1101 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/
DLICENSE75 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/
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/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc72 …ralloc usage flags it requires for that format and usage. These will be combined with the usage fl…
/frameworks/native/vulkan/api/
Dvulkan.api3388 … maxCombinedClipAndCullDistances /// max combined number of user cl…