/development/samples/browseable/RecipeAssistant/ |
_index.jd | 10 from a short list of recipes and select one to view. Each recipe is broken down into a number of
|
/device/moto/shamu/sepolicy/ |
adspd.te | 18 # TODO: scope down this access.
|
/external/autotest/client/site_tests/desktopui_CrashyReboot/ |
desktopui_CrashyReboot.py | 27 """Nuke the browser with prejudice, check to see if the UI is down.""" 56 # respawning logic being tested. If the UI is down at the 62 # to be more confident that the UI went down and is staying down.
|
/external/autotest/client/site_tests/platform_TLSDate/src/ |
fail_routes | 8 # Take down tlsdated
|
/external/autotest/client/site_tests/touch_TouchscreenScroll/ |
README | 3 <DEVICE_NAME>_touchscreen_Touch ID_scroll-* for [up, down, left, right]
|
/external/autotest/test_suites/ |
control.link_perf | 13 Interim chopped down perf suite for link.
|
/external/chromium-trace/catapult/third_party/polymer/components/core-focusable/ |
core-focusable.js | 38 * If true, the user is currently holding down the button. 58 * it down. 70 down: '_downAction', 103 // be careful about how we deal with down/up events surrounding context
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
racoon.conf | 16 script "/etc/racoon/phase1-down.sh" phase1_down;
|
/external/llvm/test/CodeGen/SystemZ/ |
asm-03.ll | 15 ; FIXME: at the moment the precise constraint is not passed down to
|
asm-04.ll | 15 ; FIXME: at the moment the precise constraint is not passed down to
|
asm-05.ll | 14 ; FIXME: at the moment the precise constraint is not passed down to
|
/external/skia/include/core/ |
SkFilterQuality.h | 20 kMedium_SkFilterQuality, //!< typically bilerp + mipmaps for down-scaling
|
/external/testng/ |
README | 7 not to include the external jar files in order to keep the size down.
|
/external/testng/ant/ |
README.template | 7 not to include the external jar files in order to keep the size down.
|
/external/valgrind/massif/tests/ |
basic.c | 3 // Allocate some memory and then deallocate it, to get a nice up-then-down
|
/external/webrtc/webrtc/tools/barcode_tools/ |
DEPS | 1 # This is trimmed down version of the main tools DEPS file which is to be used
|
/external/zxing/qr_scanner/ |
README.google | 8 a stripped down version of ZXing's BarcodeScanner application, with all the
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_Device.h | 78 PAT1, /* obverse: 1st pin is right down */ 79 PAT2, /* obverse: 1st pin is left down */ 82 PAT5, /* reverse: 1st pin is left down (from top view) */ 85 PAT8 /* reverse: 1st pin is right down (from top view) */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/ |
README.webm | 12 which down-samples the original input video (f.g. 1280x720) a number of times
|
/packages/services/Car/service/jni/ |
com_android_car_CarInputService.cpp | 61 (JNIEnv *env, jobject /*object*/, jint fd, jint keyCode, jboolean down) { 74 ev[0].value = (down ? 1 : 0); 80 ALOGI("injectKeyEvent down %d keyCode %d, value %d", down, ev[0].code, ev[0].value);
|
/system/core/libpixelflinger/ |
col32cb16blend_neon.S | 96 vshr.u16 q8, q8, #8 // shift down red0 98 vshr.u16 q9, q9, #8 // shift down green0 100 vshr.u16 q10, q10, #8 // shift down blue0 103 vshr.u16 q13, q13, #8 // shift down red1 105 vshr.u16 q12, q12, #8 // shift down green1 106 vshr.u16 q11, q11, #8 // shift down blue1 119 mov r5, r4, lsr #24 // shift down alpha 140 mov r6, r6, lsr #8 // shift down red 141 mov r7, r7, lsr #8 // shift down green
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
list_of_scalar_values_unittest.py | 76 improvement_direction=improvement_direction.DOWN) 82 'improvement_direction=down, grouping_keys={})') 92 improvement_direction=improvement_direction.DOWN) 97 improvement_direction=improvement_direction.DOWN) 111 self.assertEquals(improvement_direction.DOWN, vM.improvement_direction) 141 improvement_direction=improvement_direction.DOWN) 145 improvement_direction=improvement_direction.DOWN) 156 self.assertEquals(improvement_direction.DOWN, vM.improvement_direction) 182 improvement_direction=improvement_direction.DOWN)) 196 improvement_direction=improvement_direction.DOWN) [all...] |
/external/pdfium/xfa/src/fxbarcode/common/ |
BC_WhiteRectangleDetector.cpp | 65 int32_t down = m_downInit;
local 73 rightBorderNotWhite = ContainsBlackPoint(up, down, right, FALSE);
84 while (bottomBorderNotWhite && down < m_height) {
85 bottomBorderNotWhite = ContainsBlackPoint(left, right, down, TRUE);
87 down++;
91 if (down >= m_height) {
97 leftBorderNotWhite = ContainsBlackPoint(up, down, left, FALSE);
128 GetBlackPointOnSegment((FX_FLOAT)left, (FX_FLOAT)(down - i),
129 (FX_FLOAT)(left + i), (FX_FLOAT)(down)));
167 GetBlackPointOnSegment((FX_FLOAT)right, (FX_FLOAT)(down - m), [all...] |
/frameworks/base/core/java/android/widget/ |
AutoCompleteTextView.java | 48 * down menu from which the user can choose an item to replace the content 51 * <p>The drop down can be dismissed at any time by pressing the back key or, 52 * if no item is selected in the drop down, by pressing the enter/dpad center 362 * <p>Returns the current width for the auto-complete drop down list. This can 366 * @return the width for the drop down list 375 * <p>Sets the current width for the auto-complete drop down list. This can 388 * <p>Returns the current height for the auto-complete drop down list. This can 391 * of the drop down's content.</p> 393 * @return the height for the drop down list 402 * <p>Sets the current height for the auto-complete drop down list. This ca [all...] |
/development/cmds/monkey/ |
README.NETWORK.txt | 36 key down menu 47 key [down|up] keycode 58 Note that sending a full button press requires sending both the down 61 touch [down|up|move] x y 67 single location require both a down and an up. To simulate dragging, 68 send a "touch down", then a series of "touch move" events (to simulate 88 automatically send both the up and the down event. 94 both the up and the down event.
|