/frameworks/base/tests/AccessoryDisplay/ |
D | README | 2 displays created over an Android Open Accessories Protocol link. 16 from the source device over USB. The sink acts as a USB host 21 events to the source over USB HID. 26 display that happens to be attached over USB. This is the typical 31 to the sink device over USB. The source acts as a USB peripheral 36 an encoder and streams the output to the sink over USB. Then
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 38 This type is used to suggest how the invoked kernel should iterate over the cells of the 42 locality when the processing is distributed over multiple cores. 51 over, like dimensions. It also contains rarely used indices of the currently processed 79 versions, it will also be used to provide hint on how to best iterate over 83 over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8. 105 Runs the kernel over zero or more input allocations. They are passed after the 242 over and rarely used indices, like the Array0 index. 358 If the kernel is iterating over a cubemap, this function returns true if there's more
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 35 * This type is used to suggest how the invoked kernel should iterate over the cells of the 39 * locality when the processing is distributed over multiple cores. 54 * over, like dimensions. It also contains rarely used indices of the currently processed 69 * versions, it will also be used to provide hint on how to best iterate over 73 * over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8. 106 * Runs the kernel over zero or more input allocations. They are passed after the 213 * over and rarely used indices, like the Array0 index. 327 * If the kernel is iterating over a cubemap, this function returns true if there's more 362 * over and rarely used indices, like the Array0 index.
|
/frameworks/multidex/library/ |
D | README | 6 Note that multidexing will allow to go over the dex index limit.
|
/frameworks/base/core/java/android/widget/ |
D | OverScroller.java | 746 void fling(int start, int velocity, int min, int max, int over) { in fling() argument 747 mOver = over; in fling() 842 void notifyEdgeReached(int start, int end, int over) { in notifyEdgeReached() argument 845 mOver = over; in notifyEdgeReached()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_f32_helper.rsh | 84 // Filters over the window. 131 // Filters over the window. 169 // Filters over the window.
|
D | layered_filter_d1new_helper.rsh | 143 // Filters over the window. 193 // Filters over the window. 229 // Filters over the window.
|
/frameworks/opt/net/ims/ |
D | README.txt | 11 - 3GPP TS 24.623 : XCAP over the Ut interface for manipulating supplementary services 51 Provides IMS voice / video calls over LTE network.
|
/frameworks/base/wifi/tests/ |
D | README.md | 19 2. sync over the updated library to the device 'adb sync'
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_image_native_buffer.txt | 101 The requirements have evolved over time and will continue to change with
|
D | EGL_ANDROID_get_frame_timestamps.txt | 168 eglGetFrameTimestamps over and over without needing to call any other EGL
|
/frameworks/base/tests/Camera2Tests/SmartCamera/ |
D | README.txt | 51 - Exposure (over/under)
|
/frameworks/base/proto/src/ |
D | wifi.proto | 148 // Total number of networks over bad association threshold when watchdog triggered 151 // Total number of networks over bad authentication threshold when watchdog triggered 154 // Total number of networks over bad dhcp threshold when watchdog triggered 157 // Total number of networks over bad other threshold when watchdog triggered
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 21 although it still contains over 60000 faces.
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 63 complete. This corresponds to a frame time over 50 ms. Rather than
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 58 over end to a midpoint about 45 degrees between two opposing orientations.
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ViewPager.java | 2122 final float over = startBound - scrollStart; 2123 startEdge.onPull(Math.abs(over) / width); 2129 final float over = scrollStart - endBound; 2130 endEdge.onPull(Math.abs(over) / width);
|
/frameworks/support/core-ui/java/android/support/v4/view/ |
D | ViewPager.java | 2329 float over = leftBound - scrollX; 2330 mLeftEdge.onPull(Math.abs(over) / width); 2336 float over = scrollX - rightBound; 2337 mRightEdge.onPull(Math.abs(over) / width);
|
/frameworks/opt/telephony/proto/ |
D | telephony.proto | 211 // If video over LTE enabled. 214 // If video over wifi enabled.
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 208 Some of the Android classes are basically wrappers over native objects and since we don't have the
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 2360 MutableInt over = mActiveOverflow.get(name); in startObject() local 2361 if (over != null) { in startObject() 2370 over.value++; in startObject() 2413 MutableInt over = mActiveOverflow.get(name); in stopObject() local 2414 if (over != null) { in stopObject() 2418 over.value--; in stopObject() 2419 if (over.value <= 0) { in stopObject()
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 45 # format and will distribute the generated files over these directories. 486 # If the sources in your project are distributed over multiple directories 1468 # explicitly to a value larger than 0 to get control over the balance
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 297 // cn left over from before phone.clearDisconnected(); 426 // cn left over from before phone.clearDisconnected();
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 65 # will distribute the generated files over these directories. Enabling this 1065 # This is preferred over using HTML_STYLESHEET since it does not replace the 1329 # If you want full control over the layout of the generated HTML pages it might 2057 # larger than 0 to get control over the balance between CPU load and processing
|
D | Doxyfile | 65 # will distribute the generated files over these directories. Enabling this 1074 # This is preferred over using HTML_STYLESHEET since it does not replace the 1338 # If you want full control over the layout of the generated HTML pages it might 2066 # larger than 0 to get control over the balance between CPU load and processing
|