HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 276 - 300 of 913) sorted by null

<<11121314151617181920>>

  /external/lldb/include/lldb/Target/
RegisterContext.h 36 InvalidateIfNeeded (bool force);
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.h 28 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.h 34 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
PlatformRemoteiOS.h 29 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.h 59 bool GetRegisterState(int flavor, bool force);
  /external/qemu/
blockdev.c 515 static int eject_device(Monitor *mon, BlockDriverState *bs, int force)
517 if (!force) {
535 int force = qdict_get_try_bool(qdict, "force", 0); local
543 return eject_device(mon, bs, force);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 80 # Some commands define a 'self.force' option to ignore file
82 # 'self.force' exists for all commands. So define it here
84 self.force = None
201 # force it into conformance (eg. if we expect a list but have a string,
202 # split the string on comma and/or whitespace). If we can't force the
356 """Copy a file respecting verbose, dry-run and force flags. (The
363 not self.force,
371 and force flags.
376 not self.force,
400 files listed in 'infiles'. If the command defined 'self.force',
    [all...]
util.py 351 optimize=0, force=0,
362 If 'force' is true, all files are recompiled regardless of
387 # First, if the caller didn't force us into direct or indirect mode,
437 byte_compile(files, optimize=%r, force=%r,
441 """ % (optimize, force, prefix, base_dir, verbose))
483 if force or newer(file, cfile):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build.py 42 ('force', 'f',
48 boolean_options = ['debug', 'force']
67 self.force = 0
build_scripts.py 23 ('force', 'f', "forcibly build everything (ignore file timestamps"),
27 boolean_options = ['force']
33 self.force = None
40 ('force', 'force'),
68 if not self.force and not newer(script, outfile):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 128 compiler=self.compiler, dry_run=self.dry_run, force=self.force
240 force=True, dry_run=self.dry_run)
244 force=True, dry_run=self.dry_run)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 80 # Some commands define a 'self.force' option to ignore file
82 # 'self.force' exists for all commands. So define it here
84 self.force = None
201 # force it into conformance (eg. if we expect a list but have a string,
202 # split the string on comma and/or whitespace). If we can't force the
356 """Copy a file respecting verbose, dry-run and force flags. (The
363 not self.force,
371 and force flags.
376 not self.force,
400 files listed in 'infiles'. If the command defined 'self.force',
    [all...]
util.py 351 optimize=0, force=0,
362 If 'force' is true, all files are recompiled regardless of
387 # First, if the caller didn't force us into direct or indirect mode,
437 byte_compile(files, optimize=%r, force=%r,
441 """ % (optimize, force, prefix, base_dir, verbose))
483 if force or newer(file, cfile):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build.py 42 ('force', 'f',
48 boolean_options = ['debug', 'force']
67 self.force = 0
build_scripts.py 23 ('force', 'f', "forcibly build everything (ignore file timestamps"),
27 boolean_options = ['force']
33 self.force = None
40 ('force', 'force'),
68 if not self.force and not newer(script, outfile):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 128 compiler=self.compiler, dry_run=self.dry_run, force=self.force
240 force=True, dry_run=self.dry_run)
244 force=True, dry_run=self.dry_run)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlDelegate.java 111 public abstract void delegateInitUiRootNode(boolean force);
  /dalvik/
Android.mk 49 # The "touch -c $(DX)" is a hack that we know will force
  /device/common/
generate-blob-lists.sh 32 # Syntax: device/common/generate-blob-lists.sh -f|--force [<server> <branch>]
38 if test "$1" != "-f" -a "$1" != "--force"
40 echo This script must be run with the --force option
  /external/chromium_org/chrome/browser/signin/
signin_promo.cc 316 void ForceWebBasedSigninFlowForTesting(bool force) {
317 g_force_web_based_signin_flow = force;
  /external/chromium_org/chrome/browser/ui/ash/
session_state_delegate_chromeos.cc 245 bool force) {
246 if (session_state_ == new_state && !force)
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller.h 257 // |force| is set if the update is due to changing tabs, as opposed to
259 - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
535 // Force a layout of info bars.
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.cc 117 bool force) {
137 if (line == selected_line_ && !force)
  /external/chromium_org/components/google/core/browser/
google_url_tracker.cc 69 void GoogleURLTracker::RequestServerCheck(bool force) {
73 if (force)
  /external/chromium_org/components/variations/
variations_associated_data.cc 34 // |force| is set to true, in which case it will always override it.
38 const bool force) {
63 if (force ||

Completed in 2416 milliseconds

<<11121314151617181920>>