Home
last modified time | relevance | path

Searched refs:down (Results 1 – 25 of 1130) sorted by relevance

12345678910>>...46

/third_party/icu/icu4c/source/test/testdata/
Ddcfmtest.txt35 # down
76 format 0.00 down "32.045" "32.04"
85 format 0.00 down "-32.045" "-32.04"
94 format @@@ down "1235.00" "1230"
103 format @@@ down "-1235.00" "-1230"
112 format 0.000E0 down "12345" "1.234E4"
146 format 0.0 down "-1.00" "-1.0"
153 format 0.0 down "-0.99" "-0.9"
160 format 0.0 down "-0.98" "-0.9"
167 format 0.0 down "-0.97" "-0.9"
[all …]
/third_party/typescript/tests/baselines/reference/
DneverType.types63 function move1(direction: "up" | "down") {
64 >move1 : (direction: "up" | "down") => 1 | -1
65 >direction : "up" | "down"
68 >direction : "up" | "down"
76 case "down":
77 >"down" : "down"
89 function move2(direction: "up" | "down") {
90 >move2 : (direction: "up" | "down") => 1 | -1
91 >direction : "up" | "down"
94 >direction === "up" ? 1 : direction === "down" ? -1 : error("Should never get here") …
[all …]
Des6ClassTest8.types91 var down = new Vector(0.0, -1.0, 0.0);
92 >down : Vector
118 this.right = Vector.times(down, Vector.norm(Vector.cross(this.forward, down)));
119 >this.right = Vector.times(down, Vector.norm(Vector.cross(this.forward, down))) : Vector
123 >Vector.times(down, Vector.norm(Vector.cross(this.forward, down))) : Vector
127 >down : Vector
128 >Vector.norm(Vector.cross(this.forward, down)) : Vector
132 >Vector.cross(this.forward, down) : Vector
139 >down : Vector
141 this.up = Vector.times(down, Vector.norm(Vector.cross(this.forward, this.right)));
[all …]
Des6ClassTest8.js34 var down = new Vector(0.0, -1.0, 0.0);
36 this.right = Vector.times(down, Vector.norm(Vector.cross(this.forward, down)));
37 this.up = Vector.times(down, Vector.norm(Vector.cross(this.forward, this.right)));
70 var down = new Vector(0.0, -1.0, 0.0);
72 this.right = Vector.times(down, Vector.norm(Vector.cross(this.forward, down)));
73 this.up = Vector.times(down, Vector.norm(Vector.cross(this.forward, this.right)));
Des6ClassTest8.symbols101 var down = new Vector(0.0, -1.0, 0.0);
102 >down : Symbol(down, Decl(es6ClassTest8.ts, 32, 11))
120 this.right = Vector.times(down, Vector.norm(Vector.cross(this.forward, down)));
127 >down : Symbol(down, Decl(es6ClassTest8.ts, 32, 11))
137 >down : Symbol(down, Decl(es6ClassTest8.ts, 32, 11))
139 this.up = Vector.times(down, Vector.norm(Vector.cross(this.forward, this.right)));
146 >down : Symbol(down, Decl(es6ClassTest8.ts, 32, 11))
/third_party/libwebsockets/lib/drivers/button/
DREADME.md6 intervals only when one or more button is down.
39 is the engine of the rest of the classification while any button is down. The
86 ms_up_settle|20ms|After the first indication a button is no longer down, the button is ignored for …
88 ms_repeat_down|0 / disabled|If held down, interval at which to issue `stilldown` events
113 are not reported. "up" and "down" events are reported for the buttons in case
120 down|The button passes a filter for being down, useful for duration-based response
147 ### Relationship between up / down and classification
151 click|down-up-click (it's classified when it went up and cannot be a longclick)
152 longclick|down-longclick-up (it's classified while still down)
153 doubleclick|down-up-down-doubleclick-up (classified as soon as second click down long enough)
[all …]
/third_party/python/Lib/turtledemo/
Dbytedesign.py36 self.down()
46 self.down()
54 self.down()
60 self.down()
70 self.down()
76 self.down()
89 self.down()
98 self.down()
Dpeace.py27 down()
38 down()
47 down()
52 down()
/third_party/libinput/tools/
Dlibinput-measure-touchpad-tap.py62 def __init__(self, down): argument
63 self._down = down
64 self._up = down
72 assert up > self.down
76 def down(self): member in Touch
81 return self.up - self.down
217 offset = deltas[0].down
221 t1.down - offset,
224 t2.down - offset,
Dlibinput-measure-touch-size.py128 elif touch.major > self.device.down or touch.minor > self.device.down:
201 self.down = 0
244 self.down, self.up = colon_tuple(q[1])
309 print("Touch sizes used: {}:{}".format(self.down, self.up))
362 device.down, device.up = args.touch_thresholds
/third_party/libinput/doc/user/
Dtouchpad-pressure-debugging.rst35 statistics, including whether a touch is/was considered logically down.
48 - touches subjectively perceived as down are tagged as down
53 with --touch-thresholds=down:up using observed pressure values.
61 | Touch | down | up | palm | thumb | min | max | p | avg | median |
74 well as some statistics. The ``down`` column show that each sequence was
75 considered logically down at some point, two of the sequences were considered
80 narrow down on the best values for your device, specify the 'logically down'
151 statistics, including whether a touch is/was considered logically down.
168 Sequence: major: [ 9.. 14] minor: [ 6.. 9] down
169 Sequence: major: [ 11.. 11] minor: [ 9.. 9] down
[all …]
Dtapping.rst8 finger touch down/up sequence maps into a button click. This is most
46 finger down and that finger being held down emulates a button press. Moving
59 finger up event during a drag process, provided the finger is set down again
70 down (b) starts the drag process and logically holds the left mouse button
71 down. A movement of the finger (c) will drag the selected item until the
73 position can be reset by lifting and quickly setting it down again on the
91 - the touch down and touch up must happen within an implementation-defined timeout
Dgestures.rst22 puts down a fourth finger during a three-finger swipe gesture, libinput will
108 For example, a user that puts one finger, then a second finger down and
114 Finger 1 down <no event>
115 Finger 2 down **begin** 2
129 | | Finger 1 down | | **hold begin** |
149 | | Finger 1 down | | **hold begin** | | 1 |
151 | | Finger 2 down | | **hold cancel** | | 1 |
168 | | Finger 1 down | | **hold begin** | | 1 |
170 | | Finger 2 down | | **hold cancel** | | 1 |
173 | | Finger 3 down | | **hold cancel** | | 2 |
[all …]
Dseats.rst53 considered logically down if still down on another device.
55 logical state is that of both buttons/keys down.
58 - if two touches are down on different devices, the logical state is that of
59 two touches down.
/third_party/lwip/src/netif/ppp/
Dfsm.c145 if( f->callbacks->down ) in fsm_lowerdown()
146 (*f->callbacks->down)(f); in fsm_lowerdown()
205 else if( f->callbacks->down ) in terminate_layer()
206 (*f->callbacks->down)(f); /* Inform upper layers we're down */ in terminate_layer()
406 if( f->callbacks->down ) in fsm_rconfreq()
407 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfreq()
501 if (f->callbacks->down) in fsm_rconfack()
502 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfack()
566 if (f->callbacks->down) in fsm_rconfnakrej()
567 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfnakrej()
[all …]
/third_party/typescript/tests/cases/compiler/
Des6ClassTest8.ts33 var down = new Vector(0.0, -1.0, 0.0);
35 this.right = Vector.times(down, Vector.norm(Vector.cross(this.forward, down)));
36 this.up = Vector.times(down, Vector.norm(Vector.cross(this.forward, this.right)));
/third_party/ltp/testcases/network/stress/ftp/
D00_Descriptions.txt2 Verify the ftp server or the kernel is not down after a ftp client
6 Verify the ftp server or the kernel is not down after many ftp
10 Verify the ftp server or the kernel is not down after a ftp client
14 Verify the ftp server or the kernel is not down after many ftp clients
/third_party/node/deps/npm/node_modules/@colors/colors/lib/custom/
Dzalgo.js41 var all = [].concat(soul.up, soul.down, soul.mid);
81 counts.down = randomNumber(8);
86 counts.down = randomNumber(64) + 3;
91 counts.down = randomNumber(8) + 1;
/third_party/python/Tools/demo/
Dqueens.py25 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
/third_party/ffmpeg/tests/fate/
Dmpeg4.mak2 MPEG4_RESOLUTION_CHANGE = down-down down-up up-down up-up
/third_party/node/test/parallel/
Dtest-double-tls-client.js33 const down = tls.connect({
38 down.write(HEAD, common.mustSucceed());
54 socket: down,
/third_party/pulseaudio/sonic/debian/
Dcontrol14 Description: Simple utility to speed up or slow down speech
16 and speeds them up or slows them down, with low distortion.
24 Description: Simple library to speed up or slow down speech
27 down speech. It has only basic dependencies, and is meant to
/third_party/cups-filters/filter/braille/drivers/index/
Dindex.sh.in59 # Round down to zero
62 # Round down to a quarter
65 # Round down to a third
68 # Round down to a half
71 # Round down to two thirds
74 # Round down to three quarters
/third_party/skia/experimental/sktext/tests/
DSelectableText.cpp286 auto down = selectableText->downPosition(position); in UNIX_ONLY_TEST() local
287 REPORTER_ASSERT(reporter, position.fLineIndex + 1 == down.fLineIndex); in UNIX_ONLY_TEST()
288 REPORTER_ASSERT(reporter, position.fBoundaries.centerX() >= down.fBoundaries.centerX()); in UNIX_ONLY_TEST()
289 position = down; in UNIX_ONLY_TEST()
295 auto down = selectableText->downPosition(position); in UNIX_ONLY_TEST() local
296 REPORTER_ASSERT(reporter, position.fLineIndex - 1 == down.fLineIndex); in UNIX_ONLY_TEST()
297 REPORTER_ASSERT(reporter, position.fBoundaries.centerX() >= down.fBoundaries.centerX()); in UNIX_ONLY_TEST()
298 position = down; in UNIX_ONLY_TEST()
/third_party/ltp/testcases/network/stress/dns/
D00_Descriptions.txt2 Verify the dns server or the kernel is not down after handling
6 Verify the dns server or the kernel is not down after handling

12345678910>>...46