HomeSort by relevance Sort by last modified time
    Searched full:down (Results 76 - 100 of 11786) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/autotest/client/site_tests/touch_TouchscreenScroll/
touch_TouchscreenScroll.py 17 _DIRECTIONS = ['down', 'up', 'right', 'left']
18 _REVERSES = {'down': 'up', 'up': 'down', 'right': 'left', 'left': 'right'}
23 """Playback and raise error if scrolling does not match down value.
32 is_vertical = expected == 'up' or expected == 'down'
33 is_down_or_right = expected == 'down' or expected == 'right'
README 3 <DEVICE_NAME>_touchscreen_Touch ID_scroll-* for [up, down, left, right]
  /external/autotest/server/site_tests/firmware_ECPowerButton/
firmware_ECPowerButton.py 23 # Short duration of holding down power button to power on
26 # Long duration of holding down power button to power on
29 # Duration of holding down power button to shut down with powerd
32 # Duration of holding down power button to shut down without powerd
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
bridge_interface.py 26 BRING_DOWN_BRIDGE = 'ifconfig %s down' % BRIDGE_NAME
105 """Tear down the bridge interface.
110 self.log.info('Bringing down the bridge interface')
116 # Bring down wlan interface and disable 4addr mode
117 BRING_DOWN_WLAN = 'ifconfig %s down' % brconfigs.iface_wlan
123 self.log.info('Bridge interface is down')
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
PCCTSAST.cpp 61 PCCTS_AST *s = down();
74 if ( down() != NULL ) /* MR23 */ printMessage(f," (");
76 if ( down()!=NULL ) down()->lisp(f);
77 if ( down() != NULL ) /* MR23 */ printMessage(f," )");
92 * The down() and right() down/right pointers are used to make the tree.
105 if ( root->down() != NULL ) return NULL;
173 if ( sib->down()!=NULL )
176 sib=sib->down();
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
PCCTSAST.cpp 61 PCCTS_AST *s = down();
74 if ( down() != NULL ) fprintf(f," (");
76 if ( down()!=NULL ) down()->lisp(f);
77 if ( down() != NULL ) fprintf(f," )");
92 * The down() and right() down/right pointers are used to make the tree.
105 if ( root->down() != NULL ) return NULL;
172 if ( sib->down()!=NULL )
175 sib=sib->down();
    [all...]
  /external/autotest/contrib/
servo-summary 47 s/.*pwr_button:press.*/power button is stuck down/
52 s/^is down/no answer to ping/
53 s/^\(not running servod\) \(ssh is down\)$/\1, ping is up, \2/
  /external/ltp/testcases/network/stress/interface/
if-updown 45 if_cmd) ifconfig $iface down ;;
46 ip_cmd) ip link set $iface down ;;
49 tst_resm TFAIL "Failed to down $iface"
  /external/python/cpython2/Demo/turtle/
tdemo_paint.py 12 pen down (line is drawn). If pen up follows
13 at least two pen-down moves, the polygon that
29 down()
  /external/webrtc/webrtc/modules/video_coding/
qm_select.h 101 // Down-sampling factors for spatial (width and height), and temporal.
184 // Reset down-sampling state.
220 // Compute rates for the selection of down-sampling action.
229 // Return true if the action is to go down in resolution.
241 // The case |facWidth|=|facHeight|=|facTemp|==1 is for down-sampling action.
248 // Update the down-sampling state.
267 // Insert latest down-sampling action into the history list.
270 // Remove the last (first element) down-sampling action from the list.
273 // Check constraints on the amount of down-sampling allowed.
280 // Select the directional (1x2 or 2x1) spatial down-sampling action
    [all...]
  /development/samples/USB/MissileLauncher/
README.txt 2 You control the left/right/up/down orientation of the launcher using the accelerometer.
  /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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
beer.py 19 print "Take one down, pass it around,"
queens.py 25 self.down = [0] * (2*n-1) # Is downward diagonal[x+y] safe?
39 return not self.row[y] and not self.up[x-y] and not self.down[x+y]
45 self.down[x+y] = 1
51 self.down[x+y] = 0
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
SCommonAST.h 18 PCCTS_AST *down() { return _down; } function in class:SORCommonAST
  /external/autotest/client/cros/chameleon/
motor_board.py 26 VOL_DOWN = 'Vol Down'
  /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/server/cros/ap_configurators/
rf_switch_dynamic_ap_configurator.py 18 """APs are always ON, bypassing the power down command."""
rf_switch_static_ap_configurator.py 18 """APs are always ON, bypassing the power down command."""
  /external/autotest/test_suites/
control.link_perf 13 Interim chopped down perf suite for link.
  /external/curl/docs/cmdline-opts/
max-time.d 9 networks or links going down. Since 7.32.0, this option accepts decimal
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 16 script "/etc/racoon/phase1-down.sh" phase1_down;
  /external/noto-fonts/other/
README.android 12 Tamil UI fonts, scales the fonts down by 90%). It does not include any
  /external/python/cpython2/Demo/scripts/
beer.py 19 print "Take one down, pass it around,"

Completed in 1147 milliseconds

1 2 34 5 6 7 8 91011>>