/frameworks/multidex/library/src/android/support/multidex/ |
D | MultiDex.java | 334 Object[] combined = (Object[]) Array.newInstance( in expandFieldArray() local 336 System.arraycopy(original, 0, combined, 0, original.length); in expandFieldArray() 337 System.arraycopy(extraElements, 0, combined, original.length, extraElements.length); in expandFieldArray() 338 jlrField.set(instance, combined); in expandFieldArray() 437 IOException[] combined = in install() local 440 suppressedExceptions.toArray(combined); in install() 441 System.arraycopy(dexElementsSuppressedExceptions, 0, combined, in install() 443 dexElementsSuppressedExceptions = combined; in install()
|
/frameworks/base/core/java/android/view/ |
D | KeyCharacterMap.java | 501 int combined; in getDeadChar() local 503 combined = sDeadKeyCache.get(combination, -1); in getDeadChar() 504 if (combined == -1) { in getDeadChar() 509 combined = result.codePointCount(0, result.length()) == 1 in getDeadChar() 511 sDeadKeyCache.put(combination, combined); in getDeadChar() 514 return combined; in getDeadChar()
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | projection.jd | 105 method and then combined with the previously calculated projection matrix. The combined 126 <p>In order to use the combined projection and camera view transformation matrix shown in the 152 <p>Next, modify the {@code draw()} method of your graphic objects to accept the combined
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsCollection.java | 192 final NetworkStatsHistory combined = new NetworkStatsHistory( in getHistory() local 196 if (start == end) return combined; in getHistory() 203 combined.recordHistory(value, start, end); in getHistory() 206 return combined; in getHistory()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | DndTile.java | 87 public static void setCombinedIcon(Context context, boolean combined) { in setCombinedIcon() argument 88 Prefs.putBoolean(context, Prefs.Key.DND_TILE_COMBINED_ICON, combined); in setCombinedIcon()
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/ |
D | build.gradle | 47 println "combined ${dataBindingConfig.testGroup}.independent-library:${dataBindingConfig.version}"
|
/frameworks/rs/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/rs/scriptc/ |
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 | 1126 byte[] combined = new byte[sha1.length + md5.length]; in passwordToHash() 1127 System.arraycopy(sha1, 0, combined, 0, sha1.length); in passwordToHash() 1128 System.arraycopy(md5, 0, combined, sha1.length, md5.length); in passwordToHash() 1130 final char[] hexEncoded = HexEncoding.encode(combined); in passwordToHash()
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | index.jd | 40 SDK includes tools to help you identify problems in your layout performance, which when combined the
|
/frameworks/base/docs/html/distribute/stories/games/ |
D | two-dots.jd | 63 action in the variant text. In Two Dots, where a call to action was combined
|
D | doctor-who-legacy.jd | 18 The Tiny Rebel Games team has a combined experience of over 35 years in
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | commands.jd | 76 <p>To respond to modifier key events such as when a key is combined with Shift or Control, you can
|
D | style.jd | 80 some of the values can be combined to specify the input method
|
/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/base/docs/html/training/system-ui/ |
D | immersive.jd | 56 go truly "full screen." This flag, when combined with the 271 {@link android.view.View#SYSTEM_UI_FLAG_IMMERSIVE IMMERSIVE} combined with
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_matrix.jd | 24 transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&combined, &s2, &s1)<… 549 the transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&combined, &s2, &… 901 <p> To apply this combined transformation to a vector, multiply the vector by the created 938 <p> To apply this combined transformation to a vector, multiply the vector by the created 1017 <p> To apply this combined transformation to a vector, multiply the vector by the
|
/frameworks/base/docs/html/training/sharing/ |
D | send.jd | 119 <p>Binary data is shared using the {@link android.content.Intent#ACTION_SEND} action combined with
|
/frameworks/native/vulkan/doc/implementors_guide/ |
D | implementors_guide.adoc | 60 …ralloc usage flags it requires for that format and usage. These will be combined with the usage fl…
|
/frameworks/base/docs/html/training/location/ |
D | change-location-settings.jd | 158 combined with the
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | cache-bitmap.jd | 37 android.support.v4.view.ViewPager }), the total number of images on-screen combined with images that
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 362 member in the vertex shader into which you apply a combined projection matrix and camera view 422 // Apply the combined projection and camera view transformations
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_launcher_archive.jd | 284 <strong>Figure 5.</strong> Examples of materials combined with base
|
/frameworks/base/docs/html/training/articles/ |
D | perf-tips.jd | 27 when combined, but it's unlikely that these changes will result in dramatic
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | opensl-prog-notes.jd | 306 stream. When combined with the feature test just mentioned, an app can now configure itself
|