Home
last modified time | relevance | path

Searched refs:over (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/tests/AccessoryDisplay/
DREADME2 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/
Drs_for_each.spec38 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/
Drs_for_each.rsh35 * 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/
DREADME6 Note that multidexing will allow to go over the dex index limit.
/frameworks/base/core/java/android/widget/
DOverScroller.java746 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/
Dlayered_filter_f32_helper.rsh84 // Filters over the window.
131 // Filters over the window.
169 // Filters over the window.
Dlayered_filter_d1new_helper.rsh143 // Filters over the window.
193 // Filters over the window.
229 // Filters over the window.
/frameworks/opt/net/ims/
DREADME.txt11 - 3GPP TS 24.623 : XCAP over the Ut interface for manipulating supplementary services
51 Provides IMS voice / video calls over LTE network.
/frameworks/native/opengl/specs/
DEGL_ANDROID_image_native_buffer.txt101 The requirements have evolved over time and will continue to change with
DEGL_ANDROID_get_frame_timestamps.txt168 eglGetFrameTimestamps over and over without needing to call any other EGL
/frameworks/opt/net/lowpan/libandroid_net_lowpan/tests/
DREADME.md19 2. sync over the updated library to the device 'adb sync'
/frameworks/base/lowpan/tests/
DREADME.md19 2. sync over the updated library to the device 'adb sync'
/frameworks/base/wifi/tests/
DREADME.md19 2. sync over the updated library to the device 'adb sync'
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt51 - Exposure (over/under)
/frameworks/base/proto/src/
Dwifi.proto148 // 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
965 // Number of pno scans started successfully over offload
968 // Number of pno scans failed over offload
Dmetrics_constants.proto1298 // OPEN: Settings > Apps > Configure Apps > Display over other apps
3344 // ACTION: Allow "Draw over other apps" for an app
3347 // ACTION: Deny "Display over other apps" for an app
4385 // ACTION: A selection session ended with the user typing over the text
4395 // ACTION: A selection session ended with the user pasting over the text
/frameworks/native/opengl/tests/angeles/
DREADME.txt21 although it still contains over 60000 faces.
/frameworks/native/cmds/flatland/
DREADME.txt63 complete. This corresponds to a frame time over 50 ms. Rather than
/frameworks/base/tools/orientationplot/
DREADME.txt58 over end to a midpoint about 45 degrees between two opposing orientations.
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2124 final float over = startBound - scrollStart;
2125 startEdge.onPull(Math.abs(over) / width);
2131 final float over = scrollStart - endBound;
2132 endEdge.onPull(Math.abs(over) / width);
/frameworks/support/core-ui/java/android/support/v4/view/
DViewPager.java2329 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/
Dtelephony.proto211 // If video over LTE enabled.
214 // If video over wifi enabled.
/frameworks/layoutlib/create/
DREADME.txt208 Some of the Android classes are basically wrappers over native objects and since we don't have the
/frameworks/wilhelm/doc/
DDoxyfile45 # 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/
DGSMPhoneTest.java.broken297 // cn left over from before phone.clearDisconnected();
426 // cn left over from before phone.clearDisconnected();

12