Searched refs:combined (Results 1 – 13 of 13) sorted by relevance
305 Object[] combined = (Object[]) Array.newInstance( in expandFieldArray() local307 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() local412 suppressedExceptions.toArray(combined); in install()413 System.arraycopy(dexElementsSuppressedExceptions, 0, combined, in install()415 dexElementsSuppressedExceptions = combined; in install()
502 int combined; in getDeadChar() local504 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()
47 println "combined ${dataBindingConfig.testGroup}.independent-library:${dataBindingConfig.version}"
198 final NetworkStatsHistory combined = new NetworkStatsHistory( in getHistory() local202 if (start == end) return combined; in getHistory()209 combined.recordHistory(value, start, end); in getHistory()212 return combined; in getHistory()
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 created543 To apply this combined transformation to a vector, multiply the vector by the created576 To apply this combined transformation to a vector, multiply the vector by the
114 public static void setCombinedIcon(Context context, boolean combined) { in setCombinedIcon() argument115 Prefs.putBoolean(context, Prefs.Key.DND_TILE_COMBINED_ICON, combined); in setCombinedIcon()
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 created541 * To apply this combined transformation to a vector, multiply the vector by the created583 * To apply this combined transformation to a vector, multiply the vector by the
1037 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()
75 combined work, a derivative of the original library. The ordinary113 be combined with the library in order to run.335 facilities not covered by this License, and distribute such a combined340 a) Accompany the combined library with a copy of the same work345 b) Give prominent notice with the combined library of the fact
72 …ralloc usage flags it requires for that format and usage. These will be combined with the usage fl…
3105 … maxCombinedClipAndCullDistances /// max combined number of user cl…
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...