Searched refs:force (Results 126 - 150 of 332) sorted by relevance

1234567891011>>

/external/libcups/cups/
H A Ddebug.c255 int force) /* I - Force initialization */
259 if (!debug_init || force)
252 _cups_debug_set(const char *logfile, const char *level, const char *filter, int force) argument
/external/replicaisland/src/com/replica/replicaisland/
H A DHitReactionComponent.java321 public final void setForceInvincible(boolean force) { argument
322 mForceInvincibility = force;
/external/elfutils/src/
H A Dunstrip.c84 { "force", 'F', NULL, 0,
102 bool force; member in struct:arg_info
154 info->force = true;
2066 handle_explicit_files (const char *output_file, bool create_dirs, bool force,
2074 error (force ? 0 : EXIT_FAILURE, 0, "%s'%s' and '%s' %s%s.",
2075 force ? _("WARNING: ") : "",
2077 force ? "" : _(", use --force"));
2124 handle_dwfl_module (const char *output_file, bool create_dirs, bool force,
2196 handle_explicit_files (output_file, create_dirs, force,
2064 handle_explicit_files(const char *output_file, bool create_dirs, bool force, const char *stripped_file, const char *unstripped_file) argument
2122 handle_dwfl_module(const char *output_file, bool create_dirs, bool force, Dwfl_Module *mod, bool all, bool ignore, bool relocate) argument
2214 handle_output_dir_module(const char *output_dir, Dwfl_Module *mod, bool force, bool all, bool ignore, bool modnames, bool relocate) argument
[all...]
/external/e2fsprogs/misc/
H A Ddumpe2fs.c604 int force = 0; local
629 force++;
662 if (force)
H A Dbadblocks.c78 static int force; /* force check of mounted device */ variable
999 if (force) {
1012 if (force)
1094 force++;
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCodeMangler.java40 private boolean force; // true if force reprocess of files field in class:CodeMangler
64 "-f[orce] - force reprocessing of files even if timestamp and headers match\n" +
122 force = true;
369 if (hasHeader && !force) {
/external/lz4/tests/
H A DMakefile182 @./datagen -g3G -P100 | $(LZ4) -vv | $(LZ4) --decompress --force --sparse - tmp
184 @./datagen -g3G -P100 | $(LZ4) --quiet --content-size | $(LZ4) --verbose --decompress --force --sparse - tmp2
358 valgrind --leak-check=yes --error-exitcode=1 $(LZ4) --force --multiple tmp tmp2 tmp3
/external/autotest/site_utils/rpm_control_system/
H A Drpm_controller_unittest.py76 self.ssh.close(force=True)
95 self.ssh.close(force=True)
/external/guava/guava/src/com/google/common/collect/
H A DAbstractBiMap.java119 private V putInBothMaps(@Nullable K key, @Nullable V value, boolean force) { argument
126 if (force) {
/external/rmi4utils/rmi4update/
H A Drmi4update.cpp87 int RMI4Update::UpdateFirmware(bool force, bool performLockdown) argument
103 if (!force && m_firmwareImage.HasIO()) {
/external/toolchain-utils/cros_utils/
H A Dmisc.py162 force=None):
177 if force:
178 options.append('--force')
/external/toolchain-utils/
H A Dfile_lock_machine.py224 def Unlock(self, exclusive, force=False):
235 if lock.owner != getpass.getuser() and not force:
327 help="Use this to force unlock on a lock you don't own.")
/external/toybox/toys/posix/
H A Dcp.c70 -f force copy by deleting destination file
410 int force = toys.optflags & FLAG_f, no_clobber = toys.optflags & FLAG_n; local
412 if (!force || no_clobber) {
/external/vboot_reference/utility/
H A Ddev_debug_vboot186 TEMP=$(getopt -o hvb:i:k:cf --long help,bios:,image:,kernel:,cleanup,force \
212 -f|--force)
259 info "Not gonna do anything without the --force option."
/external/autotest/site_utils/suite_scheduler/
H A Ddriver.py214 @param keywords: iterable of event keywords to force
238 e.Handle(self._scheduler, branch_builds, board, force=True,
/external/chromium-trace/catapult/devil/devil/android/tools/
H A Dvideo_recorder.py110 self._device.RemovePath(self._device_file, force=True)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
H A Dperf_profiler.py97 browser_backend.device.RemovePath(self._device_output_file, force=True)
/external/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp48 SExpr* Future::force() { function in class:Future
/external/skia/tools/skpbench/
H A Dsheet.py39 __argparse.add_argument('-f', '--force',
111 elif FLAGS.force:
114 raise ValueError("%s: missing value for %s. (use --force to ignore)" %
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_vm_protos.h577 * We also force all voices to mute quickly.
592 * - force all voices to update their envelope states to mute
596 void VMReset (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_BOOL force);
/external/toolchain-utils/automation/clients/report/
H A Dvalidate_failures.py185 logging.error('Use --force to overwrite.')
214 '--force',
215 dest='force',
232 ProduceManifest(manifest_path, options.build_dir, options.force)
/external/toolchain-utils/crosperf/
H A Dgenerate_report.py230 parser.add_argument('-f', '--force', action='store_true',
271 ok = RunActions(actions, bench_results, args.output, args.force,
/external/v8/tools/release/
H A Dmerge_to_branch.py43 if self._options.force:
212 parser.add_argument("-f", "--force",
H A Droll_merge.py43 if self._options.force:
233 parser.add_argument("-f", "--force",
/external/vboot_reference/scripts/image_signing/
H A Dmake_dev_ssd.sh42 DEFINE_boolean force "$FLAGS_FALSE" "Skip sanity checks and make the change" "f"
368 command again with --force paramemeter:
370 sudo ./make_dev_ssd.sh --force $ORIGINAL_PARAMS

Completed in 1656 milliseconds

1234567891011>>