Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 1665) sorted by relevance

12345678910>>...67

/third_party/ejdb/
Duncrustify.cfg64 utf8_bom = remove # ignore/add/remove/force/not_defined
79 sp_arith = force # ignore/add/remove/force/not_defined
84 sp_arith_additive = ignore # ignore/add/remove/force/not_defined
87 sp_assign = force # ignore/add/remove/force/not_defined
92 sp_cpp_lambda_assign = ignore # ignore/add/remove/force/not_defined
96 sp_cpp_lambda_square_paren = ignore # ignore/add/remove/force/not_defined
100 sp_cpp_lambda_square_brace = ignore # ignore/add/remove/force/not_defined
105 sp_cpp_lambda_argument_list = remove # ignore/add/remove/force/not_defined
109 sp_cpp_lambda_paren_brace = ignore # ignore/add/remove/force/not_defined
113 sp_cpp_lambda_fparen = ignore # ignore/add/remove/force/not_defined
[all …]
/third_party/iowow/
Duncrustify.cfg64 utf8_bom = remove # ignore/add/remove/force/not_defined
79 sp_arith = force # ignore/add/remove/force/not_defined
84 sp_arith_additive = ignore # ignore/add/remove/force/not_defined
87 sp_assign = force # ignore/add/remove/force/not_defined
92 sp_cpp_lambda_assign = ignore # ignore/add/remove/force/not_defined
96 sp_cpp_lambda_square_paren = ignore # ignore/add/remove/force/not_defined
100 sp_cpp_lambda_square_brace = ignore # ignore/add/remove/force/not_defined
105 sp_cpp_lambda_argument_list = remove # ignore/add/remove/force/not_defined
109 sp_cpp_lambda_paren_brace = ignore # ignore/add/remove/force/not_defined
113 sp_cpp_lambda_fparen = ignore # ignore/add/remove/force/not_defined
[all …]
/third_party/flutter/flutter/packages/flutter/test/gestures/
Dforce_press_test.dart14 testGesture('A force press can be recognized', (GestureTester tester) {
36 …final ForcePressGestureRecognizer force = ForcePressGestureRecognizer(startPressure: startPressure…
38 force.onStart = onStart;
39 force.onPeak = (ForcePressDetails details) => peaked += 1;
40 force.onUpdate = (ForcePressDetails details) => updated += 1;
41 force.onEnd = (ForcePressDetails details) => ended += 1;
47 force.addPointer(down);
119 final ForcePressGestureRecognizer force = ForcePressGestureRecognizer();
121 force.onStart = (ForcePressDetails details) => started += 1;
122 force.onPeak = (ForcePressDetails details) => peaked += 1;
[all …]
/third_party/typescript/scripts/build/
Dprojects.js18 enqueue(project, { lkg = true, force = false } = {}) { property
19 let entry = this._debouncers.find(entry => entry.lkg === lkg && entry.force === force);
25 await this._action(projects, lkg, force);
28 this._debouncers.push(entry = { lkg, force, debouncer }); property
36 …w ProjectQueue((projects, lkg, force) => exec(process.execPath, [lkg ? "./lib/tsc" : "./built/loca…
44 exports.buildProject = (project, { lkg, force } = {}) => projectBuilder.enqueue(project, { lkg, for… field
/third_party/pulseaudio/src/modules/alsa/
D90-pulseaudio.rules30 ATTRS{subsystem_vendor}=="0x1025", ATTRS{subsystem_device}=="0x015b", ENV{PULSE_PROFILE_SET}="force
32 ATTRS{subsystem_vendor}=="0x1025", ATTRS{subsystem_device}=="0x022a", ENV{PULSE_PROFILE_SET}="force
34 ATTRS{subsystem_vendor}=="0x1025", ATTRS{subsystem_device}=="0x028c", ENV{PULSE_PROFILE_SET}="force
36 ATTRS{subsystem_vendor}=="0x1025", ATTRS{subsystem_device}=="0x029b", ENV{PULSE_PROFILE_SET}="force
38 ATTRS{subsystem_vendor}=="0x1025", ATTRS{subsystem_device}=="0x0349", ENV{PULSE_PROFILE_SET}="force
40 ATTRS{subsystem_vendor}=="0x1028", ATTRS{subsystem_device}=="0x01b5", ENV{PULSE_PROFILE_SET}="force
42 ATTRS{subsystem_vendor}=="0x1028", ATTRS{subsystem_device}=="0x01bd", ENV{PULSE_PROFILE_SET}="force
44 ATTRS{subsystem_vendor}=="0x1028", ATTRS{subsystem_device}=="0x01c2", ENV{PULSE_PROFILE_SET}="force
46 ATTRS{subsystem_vendor}=="0x1028", ATTRS{subsystem_device}=="0x01cc", ENV{PULSE_PROFILE_SET}="force
48 ATTRS{subsystem_vendor}=="0x1028", ATTRS{subsystem_device}=="0x01d4", ENV{PULSE_PROFILE_SET}="force
[all …]
/third_party/ltp/testcases/kernel/syscalls/membarrier/
Dmembarrier01.c37 int force; /* force if CMD_QUERY reports not enabled */ member
106 .force = 1,
123 .force = 1,
153 .force = 1,
167 .force = 1,
194 .force = 1,
208 .force = 1,
224 _test.force); \
248 _test.exp_errno, _test.force); \
256 _test.testname, _gotret, _goterr, _test.force); \
[all …]
/third_party/openssl/test/ssl-tests/
D26-tls13_client_auth.cnf16 test-11 = 11-client-auth-TLSv1.3-request-force-client-post-handshake
17 test-12 = 12-client-auth-TLSv1.3-request-force-server-post-handshake
18 test-13 = 13-client-auth-TLSv1.3-request-force-both-post-handshake
388 [11-client-auth-TLSv1.3-request-force-client-post-handshake]
389 ssl_conf = 11-client-auth-TLSv1.3-request-force-client-post-handshake-ssl
391 [11-client-auth-TLSv1.3-request-force-client-post-handshake-ssl]
392 server = 11-client-auth-TLSv1.3-request-force-client-post-handshake-server
393 client = 11-client-auth-TLSv1.3-request-force-client-post-handshake-client
395 [11-client-auth-TLSv1.3-request-force-client-post-handshake-server]
403 [11-client-auth-TLSv1.3-request-force-client-post-handshake-client]
[all …]
/third_party/node/deps/npm/lib/install/
Dvalidate-args.js13 var force = npm.config.get('force')
18 [checkSelf, idealTree, pkg, force],
52 var force = npm.config.get('force') variable
60 checkEngine(pkg, npm.version, nodeVersion, force, strict, iferr(next, thenWarnEngineIssues))
63 checkPlatform(pkg, force, next)
67 function checkSelf (idealTree, pkg, force, next) {
69 if (force) {
/third_party/rust/crates/clap/tests/derive/
Dnested_subcommands.rs20 force: bool, field
36 force: bool, field
50 force: false, in test_no_cmd()
62 force: false, in test_fetch()
70 force: true, in test_fetch()
82 force: false, in test_add()
90 force: false, in test_add()
/third_party/glslang/Test/
Dspv.debuginfo.hlsl.comp94 // Initial force from gravity
95 float3 force = params.gravity.xyz * params.particleMass;
103 force += springForce(particleIn[index-1].pos.xyz, pos, params.restDistH);
107 force += springForce(particleIn[index + 1].pos.xyz, pos, params.restDistH);
111 force += springForce(particleIn[index + params.particleCount.x].pos.xyz, pos, params.restDistV);
115 force += springForce(particleIn[index - params.particleCount.x].pos.xyz, pos, params.restDistV);
119force += springForce(particleIn[index + params.particleCount.x - 1].pos.xyz, pos, params.restDistD…
123force += springForce(particleIn[index - params.particleCount.x - 1].pos.xyz, pos, params.restDistD…
127force += springForce(particleIn[index + params.particleCount.x + 1].pos.xyz, pos, params.restDistD…
131force += springForce(particleIn[index - params.particleCount.x + 1].pos.xyz, pos, params.restDistD…
[all …]
Dspv.debuginfo.glsl.comp87 // Initial force from gravity
88 vec3 force = params.gravity.xyz * params.particleMass;
96 force += springForce(particleIn[index-1].pos.xyz, pos, params.restDistH);
100 force += springForce(particleIn[index + 1].pos.xyz, pos, params.restDistH);
104 force += springForce(particleIn[index + params.particleCount.x].pos.xyz, pos, params.restDistV);
108 force += springForce(particleIn[index - params.particleCount.x].pos.xyz, pos, params.restDistV);
112force += springForce(particleIn[index + params.particleCount.x - 1].pos.xyz, pos, params.restDistD…
116force += springForce(particleIn[index - params.particleCount.x - 1].pos.xyz, pos, params.restDistD…
120force += springForce(particleIn[index + params.particleCount.x + 1].pos.xyz, pos, params.restDistD…
124force += springForce(particleIn[index - params.particleCount.x + 1].pos.xyz, pos, params.restDistD…
[all …]
/third_party/python/Lib/
Dcompileall.py48 def compile_dir(dir, maxlevels=None, ddir=None, force=False, argument
104 ddir=ddir, force=force,
117 if not compile_file(file, ddir, force, rx, quiet,
125 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, argument
221 if not force:
274 def compile_path(skip_curdir=1, maxlevels=0, force=False, quiet=0, argument
299 force,
429 if not compile_file(dest, args.ddir, args.force, args.rx,
440 args.force, args.rx, args.quiet,
451 return compile_path(legacy=args.legacy, force=args.force,
/third_party/node/test/parallel/
Dtest-fs-rm.js120 fs.rmSync(filePath, { force: true }); property
154 fs.rmSync(filePath, { force: true }); property
192 fs.promises.rm(path.join(tmpdir.path, 'noexist.txt'), { force: true }); property
201 fs.rmSync(filePath, { force: true }); property
216 force: false property
222 force: false property
234 force: false property
259 validateRmOptionsSync(filePath, { force: bad }); property
/third_party/json/doc/scripts/
Dgit-update-ghpages29 if [[ "$force" == "1" ]]; then
37 git_push --force
129 force=0
165 -f | --force )
166 force=1
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstwatchdog.c71 gboolean force);
215 gst_watchdog_feed (GstWatchdog * watchdog, gpointer mini_object, gboolean force) in gst_watchdog_feed() argument
225 force = TRUE; in gst_watchdog_feed()
233 force = TRUE; in gst_watchdog_feed()
241 force = TRUE; in gst_watchdog_feed()
254 } else if ((GST_STATE (watchdog) != GST_STATE_PLAYING) && force == FALSE) { in gst_watchdog_feed()
336 gboolean force = FALSE; in gst_watchdog_src_event() local
348 force = TRUE; in gst_watchdog_src_event()
354 gst_watchdog_feed (watchdog, event, force); in gst_watchdog_src_event()
/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
59 && ./buildconf --force
87 && ./buildconf --force
115 && ./buildconf --force
143 && ./buildconf --force
171 && ./buildconf --force
199 && ./buildconf --force
239 && ./buildconf --force \
249 && ./buildconf --force \
265 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
/third_party/rust/crates/aho-corasick/src/packed/
Dapi.rs96 force: Option<ForceAlgorithm>, field
124 force: None, in new()
152 self.force = Some(ForceAlgorithm::Teddy); in force_teddy()
154 self.force = None; in force_teddy()
190 self.force = Some(ForceAlgorithm::RabinKarp); in force_rabin_karp()
192 self.force = None; in force_rabin_karp()
259 let (search_kind, minimum_len) = match self.config.force { in build()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DQueryGL.cpp178 angle::Result StandardQueryGL::flush(const gl::Context *context, bool force) in flush() argument
183 if (!force) in flush()
225 virtual angle::Result flush(const gl::Context *context, bool force, bool *finished) = 0;
238 angle::Result flush(const gl::Context *context, bool force, bool *finished) override in flush() argument
240 if (force) in flush()
278 angle::Result flush(const gl::Context *context, bool force, bool *finished) override in flush() argument
280 if (force) in flush()
381 angle::Result SyncQueryGL::flush(const gl::Context *context, bool force) in flush() argument
389 ANGLE_TRY(mSyncProvider->flush(context, force, &mFinished)); in flush()
/third_party/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
61 && ./buildconf --force
91 && ./buildconf --force
121 && ./buildconf --force
151 && ./buildconf --force
181 && ./buildconf --force
211 && ./buildconf --force
253 && ./buildconf --force \
264 && ./buildconf --force \
281 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DQueryGL.cpp192 angle::Result StandardQueryGL::flush(const gl::Context *context, bool force) in flush() argument
197 if (!force) in flush()
239 virtual angle::Result flush(const gl::Context *context, bool force, bool *finished) = 0;
259 angle::Result flush(const gl::Context *context, bool force, bool *finished) override in flush() argument
261 if (force) in flush()
299 angle::Result flush(const gl::Context *context, bool force, bool *finished) override in flush() argument
301 if (force) in flush()
402 angle::Result SyncQueryGL::flush(const gl::Context *context, bool force) in flush() argument
410 ANGLE_TRY(mSyncProvider->flush(context, force, &mFinished)); in flush()
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dforce_press.dart18 // A pointer has touched down, but a force press gesture has not yet been detected.
21 // A pointer is down and a force press gesture has been detected. However, if
92 /// Recognizes a force press on devices that have force sensors.
94 /// Only the force from a single pointer is used to invoke events. A tap
96 /// pointer has not pressed with a force greater than
103 /// force touch functionality, with the exception of the iPhone XR. In addition,
107 /// send any force press related callbacks.
114 /// Creates a force press gesture recognizer.
138 /// A pointer is in contact with the screen and has just pressed with a force
140 /// detectors, only the force press gesture will be detected and all others
[all …]
/third_party/python/Lib/distutils/tests/
Dtest_install_scripts.py23 force=1,
27 self.assertFalse(cmd.force)
34 self.assertTrue(cmd.force)
66 force=1,
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
DEncoder.java95 boolean pushOutput(boolean force) throws IOException { in pushOutput() argument
102 } else if (!force) { in pushOutput()
113 boolean force = (op != EncoderJNI.Operation.PROCESS); in encode()
114 if (force) { in encode()
123 } else if (!pushOutput(force)) { in encode()
/third_party/python/Lib/distutils/command/
Dinstall_lib.py55 self.force = 0
133 force=self.force, prefix=install_root,
137 force=self.force, prefix=install_root,
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dupgrade.dart25 'force',
56 argResults['force'],
69 bool force,
75 await runCommandFirstHalf(force, gitTagVersion, flutterVersion);
83 bool force,
88 if (!force && gitTagVersion == const GitTagVersion.unknown()) {
102 'command with --force.'
108 if (!force && await hasUncomittedChanges()) {
114 'command with --force.'
158 'command with --force.'
[all …]

12345678910>>...67