/third_party/ltp/testcases/kernel/syscalls/membarrier/ |
H A D | membarrier01.c | 37 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, 222 "ret = %ld with errno %d were expected. (force: %d)", \ 224 _test.force); \ [all...] |
/third_party/node/test/parallel/ |
H A D | test-fs-rm.js | 146 fs.rmSync(filePath, common.mustNotMutateObjectDeep({ force: true })); 160 fs.rmSync(linkTarget, common.mustNotMutateObjectDeep({ force: true })); 161 fs.rmSync(validLink, common.mustNotMutateObjectDeep({ force: true })); 173 fs.rmSync(invalidLink, common.mustNotMutateObjectDeep({ force: true })); 187 fs.rmSync(loopLinkA, common.mustNotMutateObjectDeep({ force: true })); 188 fs.rmSync(loopLinkB, common.mustNotMutateObjectDeep({ force: true })); 233 fs.rmSync(filePath, common.mustNotMutateObjectDeep({ force: true })); 245 fs.rmSync(linkTarget, common.mustNotMutateObjectDeep({ force: true })); 246 fs.rmSync(validLink, common.mustNotMutateObjectDeep({ force: true })); 256 fs.rmSync(invalidLink, common.mustNotMutateObjectDeep({ force [all...] |
/third_party/rust/crates/clap/tests/derive/ |
H A D | nested_subcommands.rs | 20 force: bool, 36 force: bool, 50 force: false, in test_no_cmd() 62 force: false, in test_fetch() 70 force: true, in test_fetch() 74 Opt::try_parse_from(["test", "--force", "fetch"]).unwrap() in test_fetch() 82 force: false, in test_add() 90 force: false, in test_add()
|
/third_party/node/deps/npm/node_modules/bin-links/lib/ |
H A D | link-gently.js | 17 force: true, 20 // even in --force mode, we never create a link over a link we've 29 const linkGently = async ({ path, to, from, absFrom, force }) => { 51 return force && rm(to, rmOpts).then(() => CLOBBER) 60 if (target.indexOf(path) === 0 || force) { 76 if (skipOrClobber === CLOBBER || force) {
|
/third_party/rust/crates/aho-corasick/src/packed/ |
H A D | api.rs | 96 force: Option<ForceAlgorithm>, 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() 258 // is to force it using undocumented APIs (for tests/benchmarks). in build() 259 let (search_kind, minimum_len) = match self.config.force { in build()
|
/third_party/python/Lib/ |
H A D | compileall.py | 48 def compile_dir(dir, maxlevels=None, ddir=None, force=False, 60 force: if True, force compilation, even if timestamps are up-to-date 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, 136 force: if True, force compilation, even if timestamps are up-to-date 221 if not force [all...] |
/third_party/python/Lib/distutils/tests/ |
H A D | test_install_scripts.py | 23 force=1, 27 self.assertFalse(cmd.force) 34 self.assertTrue(cmd.force) 66 force=1,
|
H A D | test_build_scripts.py | 20 self.assertFalse(cmd.force) 25 self.assertTrue(cmd.force) 49 force=1,
|
/third_party/python/Lib/distutils/command/ |
H A D | install_lib.py | 39 ('force', 'f', "force installation (overwrite existing files)"), 48 boolean_options = ['force', 'compile', 'skip-build'] 55 self.force = 0 67 ('force', 'force'), 133 force=self.force, prefix=install_root, 137 force=self.force, prefi [all...] |
H A D | build_clib.py | 39 ('force', 'f', 45 boolean_options = ['debug', 'force'] 64 self.force = 0 79 ('force', 'force')) 102 force=self.force)
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
H A D | Encoder.java | 92 * @param force repeat pushing until all output is consumed 95 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/Objects/ |
H A D | interpreteridobject.c | 15 newinterpid(PyTypeObject *cls, int64_t id, int force) in newinterpid() argument 19 if (force) { in newinterpid() 76 static char *kwlist[] = {"id", "force", NULL}; in interpid_new() 78 int force = 0; in interpid_new() local 81 interp_id_converter, &id, &force)) { in interpid_new() 85 return (PyObject *)newinterpid(cls, id, force); in interpid_new()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_iccdetect.c | 38 int force; member 49 { "force", "overwrite existing tags", OFFSET(force), AV_OPT_TYPE_BOOL, {.i64=1}, 0, 1, VF }, 106 if (s->force || frame->color_primaries == AVCOL_PRI_UNSPECIFIED) in iccdetect_filter_frame() 111 if (s->force || frame->color_trc == AVCOL_TRC_UNSPECIFIED) in iccdetect_filter_frame()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | module.h | 62 void pa_module_unload(pa_module *m, bool force); 63 void pa_module_unload_by_index(pa_core *c, uint32_t idx, bool force); 65 void pa_module_unload_request(pa_module *m, bool force); 66 void pa_module_unload_request_by_index(pa_core *c, uint32_t idx, bool force);
|
H A D | module.c | 313 void pa_module_unload(pa_module *m, bool force) { in pa_module_unload() argument 316 if (m->core->disallow_module_loading && !force) in pa_module_unload() 325 void pa_module_unload_by_index(pa_core *c, uint32_t idx, bool force) { in pa_module_unload_by_index() argument 330 if (c->disallow_module_loading && !force) in pa_module_unload_by_index() 390 void pa_module_unload_request(pa_module *m, bool force) { in pa_module_unload_request() argument 393 if (m->core->disallow_module_loading && !force) in pa_module_unload_request() 405 void pa_module_unload_request_by_index(pa_core *c, uint32_t idx, bool force) { in pa_module_unload_request_by_index() argument 412 pa_module_unload_request(m, force); in pa_module_unload_request_by_index()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | QueryGL.cpp | 192 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 261 if (force) 299 angle::Result flush(const gl::Context *context, bool force, bool *finished) override 301 if (force) 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/vk-gl-cts/external/ |
H A D | fetch_sources.py | 78 def update (self, cmdProtocol = None, force = False): 194 def update (self, cmdProtocol = None, force = False): 249 def checkout(self, url, fullDstPath, force): 260 force_arg = ['--force'] if force else [] 271 def update (self, cmdProtocol, force = False): 282 self.checkout(url, fullDstPath, force) 285 self.checkout(backupUrl, fullDstPath, force) 364 parser.add_argument('--force', dest='force', actio [all...] |
/third_party/rust/crates/once_cell/src/ |
H A D | lib.rs | 740 /// assert_eq!(Lazy::force(&lazy), &92); 743 pub fn force(this: &Lazy<T, F>) -> &T { in force() functions 765 Self::force(this); in force_mut() 807 Lazy::force(self) in deref() 813 Lazy::force(self); in deref_mut() 1232 // `Sync` for `F`. We do create a `&mut Option<F>` in `force`, but this is 1270 /// assert_eq!(Lazy::force(&lazy), &92); 1273 pub fn force(this: &Lazy<T, F>) -> &T { in force() functions 1293 Self::force(this); in force_mut() 1335 Lazy::force(sel in deref() [all...] |
/third_party/vk-gl-cts/scripts/khr_util/ |
H A D | registry.py | 275 def addFeature(self, eFeature, api=None, profile=None, force=False): 278 if not force: return 283 def addExtension(self, eExtension, api=None, profile=None, force=False): 285 if not force: return 420 def spec(registry, api, version=None, profile=None, extensionNames=[], protects=[], force=False): 435 spec.addFeature(eFeature, api, profile, force) 442 if not force: 444 spec.addExtension(eExtension, api, profile, force)
|
/third_party/python/Lib/test/ |
H A D | test__xxsubinterpreters.py | 165 elif self.action in ('close', 'force-close'): 214 def close(self, *, force=True): 216 if not force or self.pending == 0: 218 return type(self)(0 if force else self.pending, closed=True) 266 elif action == 'force-close': 268 'force': True, 273 return state.close(force=True) 530 id = interpreters.InterpreterID(10, force=True) 539 id = interpreters.InterpreterID(Int(), force=True) 556 id = interpreters.InterpreterID(10, force [all...] |
/third_party/f2fs-tools/fsck/ |
H A D | dump.c | 473 struct f2fs_node *node_blk, int force) in dump_file() 485 MSG(force, "File is encrypted\n"); in dump_file() 491 MSG(force, "Not a regular file or wrong name info\n\n"); in dump_file() 494 if (force) in dump_file() 575 int dump_node(struct f2fs_sb_info *sbi, nid_t nid, int force) in dump_node() argument 592 MSG(force, "Invalid node blkaddr: %u\n\n", ni.blk_addr); in dump_node() 599 MSG(force, "Invalid nat entry\n\n"); in dump_node() 601 MSG(force, "Invalid sit bitmap, %u\n\n", ni.blk_addr); in dump_node() 609 print_node_info(sbi, node_blk, force); in dump_node() 612 ret = dump_file(sbi, &ni, node_blk, force); in dump_node() 472 dump_file(struct f2fs_sb_info *sbi, struct node_info *ni, struct f2fs_node *node_blk, int force) dump_file() argument [all...] |
/third_party/pulseaudio/src/pulse/ |
H A D | glib-mainloop.c | 91 static void cleanup_io_events(pa_glib_mainloop *g, int force) { in cleanup_io_events() argument 98 if (!force && g->io_events_please_scan <= 0) in cleanup_io_events() 101 if (force || e->dead) { in cleanup_io_events() 124 static void cleanup_time_events(pa_glib_mainloop *g, int force) { in cleanup_time_events() argument 131 if (!force && g->time_events_please_scan <= 0) in cleanup_time_events() 134 if (force || e->dead) { in cleanup_time_events() 159 static void cleanup_defer_events(pa_glib_mainloop *g, int force) { in cleanup_defer_events() argument 166 if (!force && g->defer_events_please_scan <= 0) in cleanup_defer_events() 169 if (force || e->dead) { in cleanup_defer_events()
|
H A D | ohos_glib-mainloop.c | 92 static void cleanup_io_events(pa_glib_mainloop *g, int force) { in cleanup_io_events() argument 99 if (!force && g->io_events_please_scan <= 0) in cleanup_io_events() 102 if (force || e->dead) { in cleanup_io_events() 125 static void cleanup_time_events(pa_glib_mainloop *g, int force) { in cleanup_time_events() argument 132 if (!force && g->time_events_please_scan <= 0) in cleanup_time_events() 135 if (force || e->dead) { in cleanup_time_events() 160 static void cleanup_defer_events(pa_glib_mainloop *g, int force) { in cleanup_defer_events() argument 167 if (!force && g->defer_events_please_scan <= 0) in cleanup_defer_events() 170 if (force || e->dead) { in cleanup_defer_events()
|
/third_party/toybox/ |
H A D | Makefile | 46 scripts/install.sh --symlink --force 49 scripts/install.sh --symlink --force --airlock 52 scripts/install.sh --long --symlink --force
|
/third_party/toybox/porting/liteos_a/ |
H A D | Makefile | 46 scripts/install.sh --symlink --force 49 scripts/install.sh --symlink --force --airlock 52 scripts/install.sh --long --symlink --force
|