Home
last modified time | relevance | path

Searched refs:wins (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/node/deps/npm/node_modules/lockfile/test/
Dstale-contention.js54 var wins = 0
68 wins ++
70 if (fails + wins === n) {
76 t.equal(wins, 1, "should have 1 lock winner")
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dteam.dart89 /// other recognizers. Arena teams may have a captain which wins the arena on
94 /// have been added to the team automatically wins, instead of the gestures
99 /// arena, the captain wins the arena, and all other team members lose.
106 /// recognizer wins, even if the user has not actually dragged yet. On the other
111 /// recognizer still actually wins, despite being in the team.
119 /// recognized (or all other arena members are out), once the captain wins the
127 /// A member that wins on behalf of the entire team.
Darena.dart22 /// Receives callbacks from the GestureArena to notify the object when it wins
29 /// Called when this member wins the arena for the given pointer id.
95 /// The first member to accept or the last member to not reject wins.
154 // First member wins.
Dtap.dart177 /// If the gesture wins the arena, [onTapUp] and [onTap] are called instead.
224 /// If the gesture wins the arena, [onSecondaryTapUp] is called instead.
/third_party/typescript/tests/baselines/reference/
DlastPropertyInLiteralWins.types18 test({ // Should error, as last one wins, and is wrong type
19 >test({ // Should error, as last one wins, and is wrong type thunk: (str: string) => {}, thun…
21 >{ // Should error, as last one wins, and is wrong type thunk: (str: string) => {}, thunk: (n…
DumdGlobalConflict.types23 // Should be OK, first in wins
DumdGlobalConflict.symbols23 // Should be OK, first in wins
DambientDeclarationsPatterns.types45 // Longest prefix wins
DlastPropertyInLiteralWins.symbols19 test({ // Should error, as last one wins, and is wrong type
DlastPropertyInLiteralWins.errors.txt16 test({ // Should error, as last one wins, and is wrong type
DambientDeclarationsPatterns.symbols42 // Longest prefix wins
DtwoMergedInterfacesWithDifferingOverloads.types107 var r3 = d.foo(1, 1); // boolean, last definition wins
/third_party/flutter/flutter/dev/integration_tests/ui/lib/
Dscreenshot.dart9 /// driver script to race the GPU thread. If the driver script wins the
10 /// race, it will screenshot the previous frame. If the GPU thread wins
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/
DREADME.md7 baseline data to see if you have made any performance wins.
25 between the two branches. This should show the nice performance wins your
107 regressions and demonstrate performance wins.
/third_party/node/deps/npm/node_modules/inflight/
DREADME.md25 // to multiple events etc. First call wins.
/third_party/lwip/src/netif/ppp/
Dipcp.c409 u32_t wins; local
412 wins = inet_addr(*argv);
413 if (wins == (u32_t) -1) {
419 wins = *(u32_t *)hp->h_addr;
426 ipcp_allowoptions[0].winsaddr[0] = wins;
431 ipcp_allowoptions[0].winsaddr[1] = wins;
/third_party/openGLES/extensions/NV/
DNV_explicit_attrib_location.txt194 a. The setting from the API, if specified, always wins.
196 b. The setting from the shader, if specified, always wins.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_explicit_attrib_location.txt194 a. The setting from the API, if specified, always wins.
196 b. The setting from the shader, if specified, always wins.
/third_party/openssl/crypto/
Dsparccpuid.S39 call .walk.reg.wins
147 .walk.reg.wins:
155 call .walk.reg.wins
/third_party/python/Lib/test/
Dcfgparser.2280 # specified the default order is "host lmhosts wins bcast". "host"
291 ; name resolve order = wins lmhosts bcast
296 ; wins support = yes
301 ; wins server = w.x.y.z
306 ; wins proxy = yes
/third_party/python/Doc/c-api/
Ddict.rst232 viewed as key-value pairs. In case of duplicate keys, the last wins if
233 *override* is true, else the first wins. Return ``0`` on success or ``-1``
/third_party/boost/libs/spirit/doc/x3/abstracts/
Dsyntax_diagram.qbk51 one always wins.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_cube_map.txt92 find it in the spec), 2D wins, we need the same type of language here.
93 2D wins over cubemapping if both are enabled and there is only one
/third_party/openGLES/extensions/SGIX/
DSGIX_cube_map.txt92 find it in the spec), 2D wins, we need the same type of language here.
93 2D wins over cubemapping if both are enabled and there is only one
/third_party/boost/libs/spirit/doc/abstracts/
Dsyntax_diagram.qbk57 case of ambiguity, the first one always wins.

1234