Searched refs:force (Results 51 - 75 of 357) sorted by relevance

1234567891011>>

/external/libcups/cups/
H A Ddebug-private.h101 int force);
/external/libdaemon/
H A Dbootstrap.sh61 "$LIBTOOLIZE" -c --force
/external/python/cpython2/Lib/distutils/command/
H A Dinstall_scripts.py22 ('force', 'f', "force installation (overwrite existing files)"),
26 boolean_options = ['force', 'skip-build']
31 self.force = 0
39 ('force', 'force'),
H A Dbuild_clib.py41 ('force', 'f',
47 boolean_options = ['debug', 'force']
66 self.force = 0
81 ('force', 'force'))
103 force=self.force)
/external/rmi4utils/rmi4update/
H A Drmi4update.h32 int UpdateFirmware(bool force = false, bool performLockdown = false);
/external/vboot_reference/firmware/lib/include/
H A Dvboot_display.h17 VbError_t VbDisplayScreen(VbCommonParams *cparams, uint32_t screen, int force,
/external/libmojo/build/android/gyp/util/
H A Dmd5_check.py23 output_paths=None, force=False, pass_changes=False):
41 force: Whether to treat outputs as missing regardless of whether they
66 force = force or _FORCE_REBUILD
67 missing_outputs = [x for x in output_paths if force or not os.path.exists(x)]
76 changes = Changes(old_metadata, new_metadata, force, missing_outputs)
96 def __init__(self, old_metadata, new_metadata, force, missing_outputs):
99 self.force = force
107 return (self.force o
[all...]
/external/selinux/mcstrans/src/
H A Dmcstrans.init91 restart|force-reload)
98 echo $"Usage: $0 {start|stop|status|restart|force-reload|condrestart}"
/external/selinux/restorecond/
H A Drestorecond.init78 force-reload|restart|reload)
85 echo $"Usage: $0 {start|stop|restart|force-reload|status|condrestart}"
/external/v8/gypfiles/
H A Dvs_toolchain.py294 def Update(force=False):
299 if force != False and force != '--force':
300 print >>sys.stderr, 'Unknown parameter "%s"' % force
302 if force == '--force' or os.path.exists(json_data_file):
303 force = True
307 if ((sys.platform in ('win32', 'cygwin') or force) and
321 if force
[all...]
/external/webrtc/webrtc/base/
H A Dhttpserver.cc67 HttpServer::Close(int connection_id, bool force) { argument
69 connection->InitiateClose(force);
74 HttpServer::CloseAll(bool force) { argument
87 (*it)->InitiateClose(force);
163 HttpServer::Connection::InitiateClose(bool force) { argument
165 if (!signalling_ && (force || !request_in_progress)) {
/external/brotli/tools/
H A Dbro.c82 int *force,
90 *force = 0;
103 if (!strcmp("--force", argv[k]) ||
105 if (*force != 0) {
108 *force = 1;
186 "Usage: %s [--force] [--quality n] [--decompress]"
207 static FILE *OpenOutputFile(const char *output_path, const int force) { argument
212 fd = open(output_path, O_CREAT | (force ? 0 : O_EXCL) | O_WRONLY | O_TRUNC,
215 if (!force) {
460 int force local
78 ParseArgv(int argc, char **argv, char **input_path, char **output_path, char **dictionary_path, int *force, int *quality, int *decompress, int *repeat, int *verbose, int *lgwin, int *copy_stat) argument
[all...]
/external/e2fsprogs/misc/
H A De2undo.c291 int c, force = 0, dry_run = 0, verbose = 0, dump = 0; local
322 force = 1;
389 if (!force && ext2fs_le32_to_cpu(undo_ctx.hdr.header_crc) != hdr_crc) {
400 if (!force && undo_ctx.blocksize > E2UNDO_MAX_BLOCK_SIZE) {
405 if (!force && undo_ctx.blocksize < E2UNDO_MIN_BLOCK_SIZE) {
418 if (!force && (undo_ctx.hdr.f_incompat || undo_ctx.hdr.f_rocompat)) {
466 if (!force && check_filesystem(&undo_ctx, channel))
502 if (force) {
511 if (!force &&
521 if (!force
[all...]
H A Dutil.c118 void check_mount(const char *device, int force, const char *type) argument
132 if (force >= 2) {
144 if (force >= 2) {
/external/e2fsprogs/resize/
H A Dmain.c159 static void bigalloc_check(ext2_filsys fs, int force) argument
161 if (!force && ext2fs_has_feature_bigalloc(fs->super)) {
164 "your own risk! Use the force option "
253 int force = 0; local
293 force = 1;
430 if (!force && !(mount_flags & EXT2_MF_MOUNTED)) {
526 if (!force && new_size < min_size) {
557 if (!force && (new_size > max_size)) {
603 bigalloc_check(fs, force);
606 bigalloc_check(fs, force);
[all...]
/external/autotest/site_utils/suite_scheduler/
H A Dbase_event.py222 def Handle(self, scheduler, branch_builds, board, force=False,
235 @param force: Tell every Task to always Run().
240 tasks = list(self.tasks) if force else self.FilterTasks()
243 if not task.Run(scheduler, branch_builds, board, force,
/external/iproute2/bridge/
H A Dbridge.c28 int force; variable
37 " bridge [ -force ] -batch filename\n"
111 if (!force)
174 } else if (matches(opt, "-force") == 0) {
175 ++force;
/external/markdown/markdown/extensions/
H A Dheaderid.py127 force = self._str2bool(self.config['forceid'][0])
132 force = self._str2bool(self.md.Meta['header_forceid'][0])
133 return level, force
/external/python/cpython2/Lib/lib2to3/pgen2/
H A Ddriver.py117 save=True, force=False, logger=None):
122 if force or not _newer(gp, gt):
156 load_grammar(gt, save=True, force=True)
/external/libopus/
H A DMakefile.unix143 package_version: force
150 force:
159 .PHONY: all lib clean force check
/external/autotest/puppylab/
H A Dvm_manager.py195 def provision(self, force=False):
198 @param force: If True, vms in the VAGRANT_DIR will be destroyed and
201 if force:
204 self.vagrant_cmd('destroy --force', stream_output=True)
/external/autotest/site_utils/lxc/
H A Dzygote.py59 def destroy(self, force=True):
60 super(Zygote, self).destroy(force)
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
H A Duploader.py35 def Upload(self, force=False):
39 location in the same bucket in cloud storage if |force| is True.
42 force: True if files should be uploaded to cloud storage even if a
46 CloudStorageUploadConflictError: If |force| is False and the potential
52 if not force:
/external/chromium-trace/catapult/devil/devil/android/
H A Dflag_changer_devicetest.py44 [self.cmdline_path, self.cmdline_path_legacy], force=True, as_root=True)
77 self.device.RemovePath(self.cmdline_path, force=True)
/external/deqp/scripts/khr_util/
H A Dregistry.py268 def addFeature(self, eFeature, api=None, profile=None, force=False):
271 if not force: return
275 def addExtension(self, eExtension, api=None, profile=None, force=False):
277 if not force: return
386 def spec(registry, api, version=None, profile=None, extensionNames=[], protects=[], force=False):
398 spec.addFeature(eFeature, api, profile, force)
405 if not force:
407 spec.addExtension(eExtension, api, profile, force)

Completed in 5262 milliseconds

1234567891011>>