Searched refs:force (Results 1 - 25 of 245) sorted by relevance

12345678910

/external/webkit/Tools/Scripts/
H A Dupdate-webkit-chromium59 my $force = 0;
61 'force' => \$force,
67 push @gclientArgs, "--force" if $force;
68 push @gclientArgs, "--delete_unversioned_trees" if $force;
H A Dupdate-javascriptcore-test-results38 my $force = 0;
39 GetOptions('force' => \$force);
69 die "won't update, failures introduced\n" if $failed && !$force;
H A Dsvn-unapply80 my $force = 0;
84 "force!" => \$force,
89 print STDERR basename($0) . " [-h|--help] [--force] patch1 [patch2 ...]\n";
106 my $preparedPatchHash = prepareParsedPatch($force, @diffHashRefs);
207 unapplyPatch($patch, $fullPath, ["--force"]) if $patch;
259 my $optionalArgs = {options => $options, ensureForce => $force, shouldReverse => 1};
/external/libpng/
H A Dautogen.sh10 libtoolize --force --copy --automake
19 automake --force-missing --foreign -a -c
/external/javassist/
H A Dregenerate_from_source.sh6 # bin are normally ignored by git, but we need to force them this case.
10 svn export --force http://anonsvn.jboss.org/repos/javassist/trunk .
/external/linux-tools-perf/
H A Dbuiltin-buildid-list.c19 static bool force; variable
31 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
41 session = perf_session__new(input_name, O_RDONLY, force, false,
/external/chromium/chrome/browser/ui/cocoa/toolbar/
H A Dreload_button.h37 // |isLoading|. If |force|, always sets the indicated mode. If
38 // |!force|, and the mouse is over the button, defer the transition
42 - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
/external/doclava/
H A Dmoe.sh23 rm -fr res/ src/ && svn export --force https://doclava.googlecode.com/svn/trunk/ . && rm -fr lib/ samples/ src/com/google/doclava/DoclavaTask.java
/external/e2fsprogs/misc/
H A Dutil.h24 extern void check_mount(const char *device, int force, const char *type);
H A Duuidd.rc45 force-reload|restart)
50 echo "Usage: /etc/init.d/uuidd {start|stop|restart|force-reload}"
/external/android-mock/
H A Dregenerate_from_source.sh6 # bin are normally ignored by git, but we need to force them this case.
9 svn export --force http://android-mock.googlecode.com/svn/trunk/ .
/external/kernel-headers/original/linux/
H A Di2c.h329 * specific address (unless a 'force' matched);
533 I2C_CLIENT_MODULE_PARM(force, \
537 force, \
544 I2C_CLIENT_MODULE_PARM(force, "List of adapter,address pairs to " \
547 static unsigned short *forces[] = { force, force_##chip1, NULL }; \
552 I2C_CLIENT_MODULE_PARM(force, "List of adapter,address pairs to " \
556 static unsigned short *forces[] = { force, force_##chip1, \
562 I2C_CLIENT_MODULE_PARM(force, "List of adapter,address pairs to " \
567 static unsigned short *forces[] = { force, force_##chip1, \
574 I2C_CLIENT_MODULE_PARM(force, "Lis
[all...]
/external/mdnsresponder/mDNSPosix/
H A Dmdnsd.sh60 reload|restart|force-reload)
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dapplypatch.py43 self._tool.checkout().apply_patch(state["patch"], force=self._options.non_interactive or self._options.force_patch)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsslsocketfactory.h50 void SetForceConnect(bool force) { argument
51 force_connect_ = force;
/external/llvm/autoconf/
H A DAutoRegen.sh52 aclocal --force -I $cwd/m4 || die "aclocal failed"
54 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"
/external/oprofile/daemon/
H A Dopd_stats.c26 * do nothing if the value read == -1 except if force is non-zero
28 static void print_if(char const * fmt, char const * path, char const * filename, int force) argument
31 if (value != -1 || force)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DBuildsView.java192 boolean force; field in class:BuildsView.UpdateBuildAction
194 UpdateBuildAction(boolean force) { argument
196 this.force = force;
236 BuildsView.this.updateBuilds(monitor, this.force);
248 UpdateAllBuildsAction(boolean force) { argument
249 super(force);
258 BuildsView.this.updateAllBuilds(monitor, this.force);
617 final boolean force = readBuilds < length;
618 this.updateBuild.force
635 updateAllBuilds(IProgressMonitor monitor, boolean force) argument
647 updateBuilds(IProgressMonitor monitor, boolean force) argument
[all...]
/external/clang/test/SemaCXX/
H A Dlinkage.cpp61 void force() { test(A()); } function in namespace:test3
/external/chromium/chrome/browser/ui/views/
H A Dreload_button.cc35 void ReloadButton::ChangeMode(Mode mode, bool force) { argument
41 if (force || (!IsMouseHovered() && !testing_mouse_hovered_) ||
/external/chromium/sdch/open-vcdiff/
H A Dautogen.sh37 "$ACLOCAL" --force -I m4 --output=aclocal.m4.tmp
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DBombControl.java122 float force = explosionRadius - vector2.length();
123 force *= forceFactor;
124 force = force > 0 ? force : 0;
126 vector2.multLocal(force);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsVehicle.java293 * This vaue caps the maximum suspension force, raise this above the default 6000 if your suspension cannot
302 * This vaue caps the maximum suspension force, raise this above the default 6000 if your suspension cannot
407 * Apply the given engine force to all wheels, works continuously
408 * @param force the force
410 public void accelerate(float force) { argument
412 accelerate(i, force);
417 * Apply the given engine force, works continuously
418 * @param wheel the wheel to apply the force on
419 * @param force th
421 accelerate(int wheel, float force) argument
426 applyEngineForce(long vehicleId, int wheel, float force) argument
455 brake(float force) argument
466 brake(int wheel, float force) argument
470 brake(long vehicleId, int wheel, float force) argument
[all...]
/external/iproute2/ip/
H A Dip.c34 int force = 0; variable
43 " ip [ -force ] -batch filename\n"
129 if (!force)
208 } else if (matches(opt, "-force") == 0) {
209 ++force;
/external/markdown/markdown/extensions/
H A Dheaderid.py127 force = self._str2bool(self.config['forceid'][0])
132 force = self._str2bool(self.md.Meta['header_forceid'][0])
133 return level, force

Completed in 632 milliseconds

12345678910