Home
last modified time | relevance | path

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

/frameworks/multidex/library/src/android/support/multidex/
DMultiDex.java305 Object[] combined = (Object[]) Array.newInstance( in expandFieldArray() local
307 System.arraycopy(original, 0, combined, 0, original.length); in expandFieldArray()
308 System.arraycopy(extraElements, 0, combined, original.length, extraElements.length); in expandFieldArray()
309 jlrField.set(instance, combined); in expandFieldArray()
409 IOException[] combined = in install() local
412 suppressedExceptions.toArray(combined); in install()
413 System.arraycopy(dexElementsSuppressedExceptions, 0, combined, in install()
415 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/data-binding/integration-tests/MultiModuleTestApp/app/
Dbuild.gradle47 println "combined ${dataBindingConfig.testGroup}.independent-library:${dataBindingConfig.version}"
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java198 final NetworkStatsHistory combined = new NetworkStatsHistory( in getHistory() local
202 if (start == end) return combined; in getHistory()
209 combined.recordHistory(value, start, end); in getHistory()
212 return combined; in getHistory()
/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.java114 public static void setCombinedIcon(Context context, boolean combined) { in setCombinedIcon() argument
115 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.java1037 byte[] combined = new byte[sha1.length + md5.length]; in passwordToHash()
1038 System.arraycopy(sha1, 0, combined, 0, sha1.length); in passwordToHash()
1039 System.arraycopy(md5, 0, combined, sha1.length, md5.length); in passwordToHash()
1041 final char[] hexEncoded = HexEncoding.encode(combined); in passwordToHash()
/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/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/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.api3105 … maxCombinedClipAndCullDistances /// max combined number of user cl…
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...