HomeSort by relevance Sort by last modified time
    Searched full:down (Results 1 - 25 of 9320) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/cmds/monkey/
example_script.txt 2 touch down 160 200
7 touch down 300 450
12 touch down 300 450
17 touch down 300 450
21 # Go down and select the account username
22 key down dpad_down
24 key down dpad_down
26 key down dpad_center
29 key down b
31 key down
    [all...]
  /art/test/132-daemon-locks-shutdown/
info.txt 1 Tests that we can shut down the runtime with daemons still looping over locks.
  /external/chromium-trace/catapult/telemetry/telemetry/value/
improvement_direction.py 6 DOWN = 'down'
9 return improvement_direction in [UP, DOWN]
unit-info.json 5 "improvement_direction": "down",
9 "improvement_direction": "down",
13 "improvement_direction": "down",
17 "improvement_direction": "down"
23 "improvement_direction": "down",
31 "improvement_direction": "down",
43 "improvement_direction": "down",
51 "improvement_direction": "down",
63 "improvement_direction": "down"
66 "improvement_direction": "down",
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
units_to_direction_test.py 17 'ms': {'improvement_direction': 'down'},
21 anomaly.DOWN, units_to_direction.GetImprovementDirection('ms'))
30 'ms': {'improvement_direction': 'down'},
35 'ms': {'improvement_direction': 'down'},
43 'ms': {'improvement_direction': 'down'},
49 'ms': {'improvement_direction': 'down'},
56 'ms': {'improvement_direction': 'down'},
59 anomaly.DOWN, units_to_direction.GetImprovementDirection('ms'))
  /external/libxml2/test/HTML/
Down.html 3 <title>This service is temporary down</title>
7 <h1 align="center">Sorry, this service is temporary down</h1>
  /bionic/libc/upstream-freebsd/
README.txt 2 files directly. Make fixes upstream and then pull down the new version of
  /bionic/libc/upstream-netbsd/
README.txt 2 files directly. Make fixes upstream and then pull down the new version of
  /bionic/libc/upstream-openbsd/
README.txt 2 files directly. Make fixes upstream and then pull down the new version of
  /external/libxml2/result/HTML/
Down.html 4 <title>This service is temporary down</title>
8 <h1 align="center">Sorry, this service is temporary down</h1>
  /external/autotest/client/tests/kvm/steps/
Slax-6.0.7.steps 23 # Sending keys: down down down
24 key down
25 key down
26 key down
50 # Sending keys: down down down down
    [all...]
Win7-64-rss.steps 32 # Sending keys: down down down down down down down
33 key down
34 key down
35 key down
    [all...]
CentOS5-64.steps 80 # Sending keys: down down down down
81 #key down
82 #key down
83 #key down
84 #key down
86 # Sending keys: down down dow
    [all...]
  /external/autotest/client/virt/tests/
shutdown.py 13 3) Wait until the guest is down
25 error.base_context("shutting down the VM")
29 error.context("waiting VM to go down (shutdown shell cmd)")
35 error.context("waiting VM to go down "
39 raise error.TestFail("Guest refuses to go down")
  /external/junit/src/junit/extensions/
TestSetup.java 8 * A Decorator to set up and tear down additional fixture state. Subclass
37 * Tears down the fixture. Override to tear down the additional fixture
  /external/libavc/encoder/
ih264e_modify_frm_rate.h 59 * Frame rate of current frame due to pull down
89 * Function to init pull down frame rate memtab
92 * pull down frame rate context
112 * @brief Initializes the pull down frame rate state structure based on input
116 * Initializes the pull down frame rate state structure based on input frame rate
119 * Pull down frame rate context
136 * @brief Function to update pull down frame rate
140 * is skipped or not. If it is skipped for pull down then the current frame
141 * rate for the pull down period is signaled as 4/5th of the original frame
144 * down patterns are detecte
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
net_configs.py 28 NetConfig = collections.namedtuple('NetConfig', ['down', 'up', 'delay_ms'])
33 'dialup': NetConfig(down= '49Kbit/s', up= '30Kbit/s', delay_ms= '120'),
34 '3g': NetConfig(down= '1638Kbit/s', up= '768Kbit/s', delay_ms= '150'),
35 'dsl': NetConfig(down= '1536Kbit/s', up= '384Kbit/s', delay_ms= '50'),
36 'cable': NetConfig(down= '5Mbit/s', up= '1Mbit/s', delay_ms= '28'),
37 'fios': NetConfig(down= '20Mbit/s', up= '5Mbit/s', delay_ms= '4'),
  /external/autotest/client/site_tests/power_Thermal/
control 8 CRITERIA = "Fails if CPU is not slowed down on crossing temperature theshold."
15 the system to slow down the CPU clock in response."""
  /frameworks/native/libs/input/
Keyboard.cpp 170 static int32_t setEphemeralMetaState(int32_t mask, bool down, int32_t oldMetaState) {
172 if (down) {
202 static int32_t toggleLockedMetaState(int32_t mask, bool down, int32_t oldMetaState) {
203 if (down) {
210 int32_t updateMetaState(int32_t keyCode, bool down, int32_t oldMetaState) {
214 return setEphemeralMetaState(AMETA_ALT_LEFT_ON, down, oldMetaState);
216 return setEphemeralMetaState(AMETA_ALT_RIGHT_ON, down, oldMetaState);
218 return setEphemeralMetaState(AMETA_SHIFT_LEFT_ON, down, oldMetaState);
220 return setEphemeralMetaState(AMETA_SHIFT_RIGHT_ON, down, oldMetaState);
222 return setEphemeralMetaState(AMETA_SYM_ON, down, oldMetaState)
    [all...]
  /external/webrtc/talk/session/media/
yuvscaler_unittest.cc 134 // Scale down.
320 // Tests 1/1x scale down.
323 // Tests 3/4x scale down.
326 // Tests 1/2x scale down.
329 // Tests 3/8x scale down.
332 // Tests 1/4x scale down..
335 // Tests 3/16x scale down.
338 // Tests 1/8x scale down.
341 // Tests 2/3x scale down.
355 // Tests 1/1x scale down
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
resample_by_2_internal.c 44 // scale down and round
49 // scale down and truncate
56 // scale down and truncate
74 // scale down and round
79 // scale down and round
86 // scale down and truncate
139 // scale down and round
144 // scale down and truncate
151 // scale down and truncate
169 // scale down and roun
    [all...]
  /art/test/079-phantom/
expected.txt 13 Bitmap has shut down
  /dalvik/dx/tests/089-dex-define-object/
info.txt 1 This tests that a stripped down definition of the class Object can in
  /development/samples/browseable/SwipeRefreshLayoutBasic/
_index.jd 9 gesture to a View, enabling the ability to trigger a refresh from swiping down on the view.
  /development/samples/browseable/SwipeRefreshListFragment/
_index.jd 10 from swiping down on that view. This is provided through the re-usable

Completed in 1716 milliseconds

1 2 3 4 5 6 7 8 91011>>