HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 226 - 250 of 751) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/
keyed-call-generic.js 56 // Use a non-symbol key to force inline cache to generic case.
90 // Use a non-symbol key to force inline cache to generic case.
  /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 52 # 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/chrome/browser/autocomplete/
autocomplete_popup_model.cc 64 bool force) {
84 if (line == selected_line_ && !force)
  /external/chromium/chrome/browser/ui/gtk/
reload_button_gtk.cc 79 void ReloadButtonGtk::ChangeMode(Mode mode, bool force) {
85 if (force || ((GTK_WIDGET_STATE(widget()) == GTK_STATE_NORMAL) &&
  /external/chromium_org/chrome/browser/extensions/api/autotest_private/
autotest_private_api.cc 82 DVLOG(1) << "AutotestPrivateShutdownFunction " << params->force;
85 if (params->force) {
  /external/chromium_org/chrome/browser/signin/
signin_promo.cc 262 void ForceWebBasedSigninFlowForTesting(bool force) {
263 g_force_web_based_signin_flow = force;
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller.h 245 // |force| is set if the update is due to changing tabs, as opposed to
247 - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
499 // Force a layout of info bars.
  /external/chromium_org/components/variations/
variations_associated_data.cc 30 // |force| is set to true, in which case it will always override it.
34 const bool force) {
49 if (force ||
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.h 105 virtual void setText(PassRefPtr<StringImpl>, bool force = false);
106 void setTextWithOffset(PassRefPtr<StringImpl>, unsigned offset, unsigned len, bool force = false);
  /external/chromium_org/third_party/sqlite/src/test/
async2.test 54 file delete -force test.db test.db-journal
  /external/chromium_org/third_party/sqlite/src/tool/
omittest.tcl 72 file copy -force ./config.h $dir
73 file copy -force ./libtool $dir
  /external/chromium_org/tools/clang/scripts/
package.sh 33 "${THIS_DIR}"/update.sh --run-tests --bootstrap --force-local-build 2>&1 | \
  /external/chromium_org/v8/test/mjsunit/compiler/
osr-sar.js 31 // Loop to force OSR.

Completed in 1418 milliseconds

1 2 3 4 5 6 7 8 91011>>