Searched refs:force (Results 201 - 225 of 357) sorted by relevance

1234567891011>>

/external/python/cpython2/Lib/
H A Dbinhex.py132 def _flush(self, force):
140 if force:
/external/python/cpython2/Lib/distutils/
H A Dmsvc9compiler.py339 def __init__(self, verbose=0, dry_run=0, force=0):
340 CCompiler.__init__ (self, verbose, dry_run, force)
H A Dmsvccompiler.py234 def __init__ (self, verbose=0, dry_run=0, force=0):
235 CCompiler.__init__ (self, verbose, dry_run, force)
/external/replicaisland/src/com/replica/replicaisland/
H A DGame.java458 public void onResume(Context context, boolean force) { argument
459 if (force && mRunning) {
/external/v8/src/profiler/
H A Dheap-snapshot-generator.h331 virtual bool ProgressReport(bool force) = 0;
554 bool ProgressReport(bool force = false);
/external/vboot_reference/firmware/lib/
H A Dvboot_display.c306 int force, VbNvContext *vncptr)
318 if (disp_current_screen == screen && 0 == force)
305 VbDisplayScreen(VbCommonParams *cparams, uint32_t screen, int force, VbNvContext *vncptr) argument
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/autotest/client/common_lib/
H A Dpexpect.py652 def close (self, force=True): # File-like object.
656 behavior with files. Set force to True if you want to make sure that
665 if not self.terminate(force):
1044 def terminate(self, force=False):
1047 SIGHUP and SIGINT. If "force" is True then moves onto SIGKILL. This
1066 if force:
/external/autotest/site_utils/suite_scheduler/
H A Ddriver_unittest.py224 force=True, launch_control_builds=None)
H A Ddeduping_scheduler_unittest.py140 """Test a successful de-dup, but force scheduling the suite."""
168 force=True))
/external/curl/
H A Dbuildconf334 ${libtoolize} --copy --force || die "libtoolize command failed"
/external/dtc/
H A Ddtc.h267 void process_checks(bool force, struct dt_info *dti);
/external/llvm/utils/Misc/
H A Dzkill161 parser.add_option("", "--force", dest="force",
257 if not opts.force and not opts.dryRun:
258 error('refusing to kill all processes without --force')
/external/python/cpython2/Lib/distutils/command/
H A Dconfig.py102 dry_run=self.dry_run, force=1)
/external/toolchain-utils/
H A Dtest_toolchains.py121 self._board, usepkg=usepkg_flag, force=clobber_flag)))
210 image_args = '--force-mismatch'
335 '--force-mismatch',
/external/dnsmasq/src/
H A Dforward.c23 static unsigned short get_id(int force, unsigned short force_id, unsigned int crc);
245 /* force unchanging id for signed packets */
1084 signing, so we keep the same one. In this case force is set, and this
1086 static unsigned short get_id(int force, unsigned short force_id, unsigned int crc) argument
1090 if (force)
H A Drfc2131.c293 int force = 0; local
298 force = 1;
303 force = 1;
329 if (context_new || force)
511 /* Always force update, since the client has no way to do it itself. */
1620 mess->flags |= htons(0x8000); /* force broadcast */
1849 int force = 0; local
1859 force = 1;
1861 return force;
2255 /* always force nul
[all...]
/external/elfutils/src/
H A Delfcompress.c46 static bool force = false; variable
106 force = true;
205 unsigned int flags = compress && force ? ELF_CHF_FORCE : 0;
1277 { "force", 'f', NULL, 0,
/external/v8/tools/release/
H A Dcommon_includes.py844 options.force = getattr(options, "force", False)
848 options.requires_editor = not options.force
849 options.wait_for_lgtm = not options.force
/external/webrtc/webrtc/p2p/base/
H A Dpseudotcp.cc474 void PseudoTcp::Close(bool force) { argument
475 LOG_F(LS_VERBOSE) << "(" << (force ? "true" : "false") << ")";
476 m_shutdown = force ? SD_FORCEFUL : SD_GRACEFUL;
/external/blktrace/
H A Dblkparse.c1990 static int check_sequence(struct per_dev_info *pdi, struct trace *t, int force) argument
2026 } else if (!force) {
2039 static void show_entries_rb(int force) argument
2048 if (is_done() && !force && !pipeline)
2054 if (read_sequence - t->read_sequence < 1 && !force)
2068 if (check_sequence(pdi, t, force))
2071 if (!force && bit->time > last_allowed_time)
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh220 # not been explicitly (force) disabled, and enables the setting controlled by
233 # not been explicitly (force) enabled, and disables the setting controlled by
524 --force-target=*)
558 --force-enable-?*|--force-disable-?*)
559 eval `echo "$opt" | sed 's/--force-/action=/;s/-/ option=/;s/-/_/g'`
898 # If someone tries to force it through, die.
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c600 void sta_track_expire(struct hostapd_iface *iface, int force) argument
611 if (!force &&
615 force = 0;
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c600 void sta_track_expire(struct hostapd_iface *iface, int force) argument
611 if (!force &&
615 force = 0;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c600 void sta_track_expire(struct hostapd_iface *iface, int force) argument
611 if (!force &&
615 force = 0;

Completed in 1969 milliseconds

1234567891011>>