Searched refs:force (Results 101 - 125 of 332) sorted by relevance

1234567891011>>

/external/toolchain-utils/
H A Dafe_lock_machine.py48 # This should not be raised if the user specified '--force'
92 force_option: A Boolean indicating whether or not to force an unlock of
145 self.force = force_option
605 '--force',
606 dest='force',
628 lock_manager = AFELockManager(machine_list, options.force,
639 if not lock_manager.force:
644 if not lock_manager.force:
H A Dbuild_chromeos.py152 force=options.clobber_board)
165 force=options.clobber_board))
/external/webrtc/
H A Dsetup_links.py271 def __init__(self, links_db, force=False, dry_run=False, prompt=False):
272 self._force = force
333 %s%s --force
464 parser.add_option('-f', '--force', action='store_true', default=on_bot,
476 if options.dry_run or options.force or options.clean_only:
504 symlink_creator = WebRTCLinkSetup(links_database, options.force,
/external/autotest/site_utils/suite_scheduler/
H A Ddeduping_scheduler.py273 force=False, file_bugs=False, firmware_rw_build=None,
293 @param force: Always schedule the suite.
319 if (force or self._ShouldScheduleSuite(
/external/chromium-trace/catapult/devil/devil/android/
H A Dfastboot_utils.py181 def _FlashPartitions(self, partitions, directory, wipe=False, force=False):
189 force: boolean to decide to ignore board name safety checks.
196 if force:
198 'the current device type, but force flag is set. '
203 'device type. Run again with force=True to force flashing with an '
H A Dflag_changer.py203 self._device.RemovePath(self._cmdline_path, force=True)
/external/libmojo/third_party/catapult/devil/devil/android/
H A Dfastboot_utils.py179 def _FlashPartitions(self, partitions, directory, wipe=False, force=False):
187 force: boolean to decide to ignore board name safety checks.
194 if force:
196 'the current device type, but force flag is set. '
201 'device type. Run again with force=True to force flashing with an '
/external/v8/tools/release/
H A Dgit_recipes.py208 def GitUpload(self, reviewer="", author="", force=False, cq=False,
215 if force:
/external/valgrind/memcheck/tests/
H A Derr_disable_arange1.stderr.exp38 WARNING: address error disablement range(s) still in force,
/external/webrtc/webrtc/base/
H A Dsocketadapters.h108 void SetForceConnect(bool force) { force_connect_ = force; } argument
/external/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp196 void force(int rx, unsigned domain);
295 void ExeDepsFix::force(int rx, unsigned domain) { function in class:__anon12542::ExeDepsFix
305 // force the new value into domain. This costs a domain crossing.
430 force(rx, pdv->getFirstDomain());
595 force(rx, domain);
599 // Kill all defs and force them.
605 force(rx, domain);
645 // If the collapsed operands force a single domain, propagate the collapse.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DPerformanceResults.java348 private String[] read(boolean local, String buildName, String[][] configs, boolean force, File dataDir, String taskName, SubMonitor subMonitor) { argument
410 if (local || (buildName == null && force)) {
434 componentResults.updateBuild(buildName, scenarios, force, dataDir, subMonitor.newChild(1), timeGuess);
483 // if one local files is missing then force a full DB read!
484 // TODO moderate this to force the DB read only for the missing file...
805 * @param force Force the update from the database, even if the build is
812 public String[] updateBuilds(String[] builds, boolean force, File dataDir, IProgressMonitor monitor) { argument
838 read(false, builds[i], null, force, dataDir, taskName, subMonitor.newChild(1000));
849 * @param force Force the update from the database, even if the build is
856 public String[] updateBuild(String buildName, boolean force, Fil argument
[all...]
H A DComponentResults.java322 * given build (i.e. if it has not been already read) or if the force arguments is set.
324 void updateBuild(String buildName, List scenarios, boolean force, File dataDir, SubMonitor subMonitor, PerformanceResults.RemainingTimeGuess timeGuess) { argument
360 // Scenario is not known yet, force an update
368 if (scenarioResults.updateBuild(buildName, force)) {
H A DScenarioResults.java323 boolean readNewData(String lastBuildName, boolean force) {
330 if (force || performanceResults.getBuildDate().compareTo(lastBuildDate) > 0) {
371 boolean updateBuild(String buildName, boolean force) { argument
373 if (!force && knowsBuild(buildName)) {
/external/libmojo/build/android/gyp/util/
H A Dbuild_utils.py479 output_paths=None, force=False,
526 force=force,
/external/deqp/scripts/opengl/
H A Dsrc_util.py99 # Add all extensions using the ES2 api, but force even non-ES2
101 spec.addExtension(extension, 'gles2', 'core', force=True)
/external/guava/guava/src/com/google/common/collect/
H A DHashBiMap.java223 private V put(@Nullable K key, @Nullable V value, boolean force) { argument
235 if (force) {
252 private K putInverse(@Nullable V value, @Nullable K key, boolean force) { argument
264 if (force) {
/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.py245 def ExecuteUpdateJobs(self, force=False):
252 force: True if files should be uploaded to cloud storage even if a
260 CloudStorageUploadConflictError: If |force| is False and the potential
274 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/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) {

Completed in 2129 milliseconds

1234567891011>>