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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 557 def apply_patch(self, patch, force=False):
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 190 FORCE=no
207 --force) FORCE="yes"
293 echo " --force Force-rebuild everything"
434 if [ "$FORCE" = "yes" ] ; then
    [all...]
  /system/extras/ext4_utils/
ext4_utils.c 41 int force = 0; variable
  /external/chromium/chrome/browser/profiles/
profile_impl.cc     [all...]
  /external/v8/test/mjsunit/
array-splice.js 346 Array.prototype[3] = 'foo'; // To force JS builtin.
  /external/webkit/Source/WebCore/inspector/front-end/
ConsoleView.js     [all...]
NetworkPanel.js 477 _updateDividersIfNeeded: function(force)
493 proceed = this._timelineGrid.updateDividers(force, this.calculator);
    [all...]
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm     [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 186 raise ScriptError(message="Working directory has modifications, pass --force-clean or --no-clean to continue.")
190 def ensure_no_local_commits(self, force):
196 if not force:
197 error("Working directory has local commits, pass --force-clean to continue.")
443 return self.run(["svn", "delete", "--force", base], cwd=parent)
564 # git-commit and force are not used by SVN.
    [all...]
scm_unittest.py 636 self.assertRaises(ScriptError, Checkout(scm).apply_patch, patch, force=True)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py 314 if num_all_test_files > 1 and not self._options.force:
420 if self._options.force:
422 'skips (--force)')
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 73 int force, int isShrink, int shadows);
1875 int force = 0; local
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 695 * the drawable returned is not the requested density, then force it
    [all...]
  /frameworks/base/services/input/
InputReader.h     [all...]
  /frameworks/base/services/java/com/android/server/
WifiService.java     [all...]
  /ndk/build/core/
build-binary.mk 138 # Also, if LOCAL_ARM_NEON is set to 'true', force Neon mode for all source
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 770 FragmentTransaction ft, int viewId, int viewType, long timeMillis, boolean force) {
774 if (!force && mCurrentView == viewType) {
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 158 * When creating a new AVD, enables the force checkbox if the name is a duplicate.
171 // to uncheck the button, to force the user to voluntarily re-enforce it.
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js 924 * If |force| is true, calls all startUpdate functions. Otherwise, just
927 BrowserBridge.prototype.checkForUpdatedInfo = function(force) {
930 if (force || helper.hasActiveObserver())
    [all...]
  /external/grub/stage2/
builtins.c 411 int force = 0;
414 /* If the option `--force' is specified? */
415 if (substring ("--force", arg) <= 0)
417 force = 1;
443 if (! force
474 "chainloader [--force] FILE",
475 "Load the chain-loader FILE. If --force is specified, then load it"
721 /* Force to load the configuration file. */
407 int force = 0; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 843 void BrowserWindowGtk::UpdateReloadStopState(bool is_loading, bool force) {
846 force);
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 770 void BrowserView::UpdateReloadStopState(bool is_loading, bool force) {
772 is_loading ? ReloadButton::MODE_STOP : ReloadButton::MODE_RELOAD, force);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 95 # We force a x86 target even when building on x64 Windows platforms.
478 # Force source project to main dir, so that Visual Studio can find the
  /external/kernel-headers/original/linux/
fs.h 843 extern int f_setown(struct file *filp, unsigned long arg, int force);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.cpp     [all...]

Completed in 1172 milliseconds

1 2 3 4 5 6 7 8 91011>>