Searched refs:force (Results 151 - 175 of 357) sorted by relevance

1234567891011>>

/external/python/cpython2/Lib/distutils/tests/
H A Dtest_build_py.py40 force=0,
H A Dtest_cmd.py60 cmd.force = True
/external/vulkan-validation-layers/
H A Dupdate_external_sources.sh29 git checkout --force ${GLSLANG_REVISION}
/external/webrtc/webrtc/p2p/base/
H A Dpseudotcp.h58 void Close(bool force);
/external/blktrace/btt/
H A Diostat.c73 static void update_idle_time(struct d_info *dip, double now, int force) argument
75 if (dip->stats.cur_dev == 0 || force) {
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
H A Dbase_config.py250 def ExecuteUpdateJobs(self, force=False):
257 force: True if files should be uploaded to cloud storage even if a
265 CloudStorageUploadConflictError: If |force| is False and the potential
279 item_pending_upload.Upload(force)
/external/clang/utils/
H A Dtoken-delta.py33 def run(self, changes, force=False):
38 if not force:
/external/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc162 static pthread_cond_t *init_cond(pthread_cond_t *c, bool force = false) {
165 if (!force && cond != 0)
/external/curl/docs/cmdline-opts/
H A Dform.d11 files etc. To force the 'content' part to be a file, prefix the file name with
/external/e2fsprogs/lib/ext2fs/
H A Dext2_types.h.in177 #define __force __attribute__((force))
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractBiMap.java115 private V putInBothMaps(@Nullable K key, @Nullable V value, boolean force) { argument
122 if (force) {
/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/autotest/server/site_tests/provision_CheetsUpdate/
H A Dpush_to_device.py418 def _disable_rootfs_verification(force, remote_proxy):
422 if not force:
428 logging.info('Skip this prompt by specifying --force.')
470 clobber_data, force):
475 self._force = force
964 '--force', action='store_true',
1031 push_to_stateful, clobber_data, args.force):
/external/e2fsprogs/misc/
H A Ddumpe2fs.c604 int force = 0; local
629 force++;
662 if (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/lisa/libs/utils/
H A Denergy.py77 def getInstance(target, conf, force=False, res_dir=None):
79 if not force and EnergyMeter._meter:
/external/python/cpython2/Lib/compiler/
H A Dpycodegen.py316 def set_lineno(self, node, force=False):
332 or force):
445 self.set_lineno(node, force=True)
472 self.set_lineno(node, force=1)
648 self.set_lineno(node, force=True)
655 self.set_lineno(node, force=True)
728 self.set_lineno(node, force=True)
735 self.set_lineno(node, force=True)
/external/rmi4utils/rmi4update/
H A Drmi4update.cpp87 int RMI4Update::UpdateFirmware(bool force, bool performLockdown) argument
103 if (!force && m_firmwareImage.HasIO()) {
/external/swiftshader/third_party/subzero/pydir/
H A Dszbuild.py64 argparser.add_argument('--force', dest='force', type=int, choices=[0, 1],
249 When using the --force=0 option, this script uses file modification
252 object files to determine the minimal work necessary. The --force=1 option
313 if hybrid and (args.force or
345 if (args.force or
/external/toolchain-utils/cros_utils/
H A Dmisc.py162 force=None):
177 if force:
178 options.append('--force')

Completed in 1059 milliseconds

1234567891011>>