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

1 2 34 5 6 7 8 91011>>

  /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/
BuildsView.java 192 boolean force; field in class:BuildsView.UpdateBuildAction
194 UpdateBuildAction(boolean force) {
196 this.force = force;
236 BuildsView.this.updateBuilds(monitor, this.force);
248 UpdateAllBuildsAction(boolean force) {
249 super(force);
258 BuildsView.this.updateAllBuilds(monitor, this.force);
467 // this.forceUpdateBuild.setText("Force Update");
474 // this.forceUpdateAllBuilds.setText("Force Update all")
    [all...]
  /external/chromium/chrome/browser/ui/views/
reload_button.h 36 // Ask for a specified button state. If |force| is true this will be applied
38 void ChangeMode(Mode mode, bool force);
reload_button.cc 35 void ReloadButton::ChangeMode(Mode mode, bool force) {
41 if (force || (!IsMouseHovered() && !testing_mouse_hovered_) ||
  /external/chromium_org/chrome/browser/signin/
signin_promo.h 79 void ForceWebBasedSigninFlowForTesting(bool force);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 80 my $force = 0;
84 "force!" => \$force,
89 print STDERR basename($0) . " [-h|--help] [--force] patch1 [patch2 ...]\n";
106 my $preparedPatchHash = prepareParsedPatch($force, @diffHashRefs);
209 unapplyPatch($patch, $fullPath, ["--force"]) if $patch;
262 my $optionalArgs = {options => $options, ensureForce => $force, shouldReverse => 1};
  /external/clang/test/SemaCXX/
linkage.cpp 61 void force() { test(A()); } function in namespace:test3
89 // Force the above function to be emitted by codegen.
  /frameworks/base/libs/hwui/
AssetAtlas.cpp 95 bool force = false, GLenum renderTarget = GL_TEXTURE_2D) {
96 mDelegate->setWrapST(wrapS, wrapT, bindTexture, force, renderTarget);
100 bool force = false, GLenum renderTarget = GL_TEXTURE_2D) {
101 mDelegate->setFilterMinMag(min, mag, bindTexture, force, renderTarget);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 11 # XXX force is never used
18 ('force', 'f',
19 "force installation (overwrite existing files)"),
22 boolean_options = ['force']
26 self.force = 0
32 ('force', 'force'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 11 # XXX force is never used
18 ('force', 'f',
19 "force installation (overwrite existing files)"),
22 boolean_options = ['force']
26 self.force = 0
32 ('force', 'force'))
  /external/chromium_org/ui/events/ozone/evdev/
touch_event_converter_unittest.cc 158 EXPECT_FLOAT_EQ(.5f, event->force());
205 EXPECT_FLOAT_EQ(2.f / 3.f, event->force());
219 EXPECT_FLOAT_EQ(2.f / 3.f, event->force());
256 EXPECT_FLOAT_EQ(.5f, event->force());
307 EXPECT_FLOAT_EQ(.5f, ev0->force());
316 EXPECT_FLOAT_EQ(.5f, ev1->force());
334 EXPECT_FLOAT_EQ(.5f, ev1->force());
352 EXPECT_FLOAT_EQ(.5f, ev0->force());
371 EXPECT_FLOAT_EQ(.5f, ev0->force());
379 EXPECT_FLOAT_EQ(.5f, ev1->force());
    [all...]
  /external/chromium/sdch/open-vcdiff/
autogen.sh 37 "$ACLOCAL" --force -I m4 --output=aclocal.m4.tmp
  /external/chromium_org/build/android/gyp/util/
md5_check.py 10 function, record_path=None, input_paths=[], input_strings=[], force=False):
17 If force is True, the function will be called regardless of whether the
24 if force or md5_checker.IsStale():
  /external/chromium_org/chrome/browser/ui/
browser_command_controller.h 65 void LoadingStateChanged(bool is_loading, bool force);
162 // |force| is true if the button should change its icon immediately.
163 void UpdateReloadStopState(bool is_loading, bool force);
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.h 28 int disk_cache_size, bool force,
84 int cache_size, bool force, base::MessageLoopProxy* cache_thread,
  /packages/apps/UnifiedEmail/src/com/android/mail/
MinTimeProgressDialog.java 89 * @param force If true, dismiss the dialog right away.
91 public void dismiss(boolean force) {
92 if (force) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 54 SyntheticInspectorTouchPoint(unsigned id, State state, const WebCore::IntPoint& screenPos, const WebCore::IntPoint& pos, int radiusX, int radiusY, double rotationAngle, double force)
63 m_force = force;
212 double rotationAngle, force; local
232 if (!pointObj->getNumber("force", &force))
233 force = 1.0f;
267 SyntheticInspectorTouchPoint point(id++, convertedState, globalPoint, convertedPoint, radiusX, radiusY, rotationAngle, force);
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpserver.cc 84 HttpServer::Close(int connection_id, bool force) {
86 connection->InitiateClose(force);
91 HttpServer::CloseAll(bool force) {
104 (*it)->InitiateClose(force);
180 HttpServer::Connection::InitiateClose(bool force) {
182 if (!signalling_ && (force || !request_in_progress)) {
215 // Force a close
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
BombControl.java 122 float force = explosionRadius - vector2.length(); local
123 force *= forceFactor;
124 force = force > 0 ? force : 0;
126 vector2.multLocal(force);
  /external/chromium_org/tools/clang/scripts/
update.sh 48 --force-local-build)
69 echo "usage: $0 [--force-local-build] [--mac-only] [--run-tests] "
71 echo "--force-local-build: Don't try to download prebuilt binaries."
130 # To always force a new build if someone interrupts their build half way.
204 if ! svn co --force "${LLVM_REPO_URL}/llvm/trunk@${CLANG_REVISION}" \
208 svn co --force "${LLVM_REPO_URL}/llvm/trunk@${CLANG_REVISION}" "${LLVM_DIR}"
212 svn co --force "${LLVM_REPO_URL}/cfe/trunk@${CLANG_REVISION}" "${CLANG_DIR}"
215 svn co --force "${LLVM_REPO_URL}/compiler-rt/trunk@${CLANG_REVISION}" \
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsVehicle.java 293 * 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) {
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 the forc
    [all...]
  /system/vold/
CommandListener.cpp 149 ((argc == 4 && strcmp(argv[3], "force")) &&
151 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume unmount <path> [force|force_and_revert]", false);
155 bool force = false; local
157 if (argc >= 4 && !strcmp(argv[3], "force")) {
158 force = true;
160 force = true;
163 rc = vm->unmountVolume(argv[2], force, revert);
371 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: asec destroy <container-id> [force]", false);
374 bool force = false; local
375 if (argc > 3 && !strcmp(argv[3], "force")) {
393 bool force = false; local
477 bool force = false; local
    [all...]
  /external/chromium_org/ppapi/generators/
idl_outfile.py 138 def TestFile(name, stringlist, force, update):
148 out = IDLOutFile(filename, force)
152 # We wait for flush to force the timestamp to change
180 errors += TestFile(filename, stringlist, force=True, update=True)
183 errors += TestFile(filename, stringlist, force=False, update=False)
186 errors += TestFile(filename, stringlist + ['X'], force=False, update=True)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TextPrompt.js 232 * @param {boolean=} force
235 defaultKeyHandler: function(event, force)
237 this._updateAutoComplete(force);
242 * @param {boolean=} force
244 _updateAutoComplete: function(force)
247 this.autoCompleteSoon(force);
368 * @param {boolean=} force
370 autoCompleteSoon: function(force)
372 var immediately = this.isSuggestBoxVisible() || force;
374 this._completeTimeout = setTimeout(this.complete.bind(this, force), immediately ? 0 : 250)
    [all...]
  /external/chromium_org/tools/python/google/
httpd_utils.py 114 httpd.StopServer(force=True)
153 def StopServer(self, force=False):
154 """If we started an httpd.exe process, or if force is True, call
159 if force or self._http_server_proc:
  /external/iproute2/ip/
ip.c 34 int force = 0; variable
45 " ip [ -force ] -batch filename\n"
136 if (!force)
221 } else if (matches(opt, "-force") == 0) {
222 ++force;

Completed in 1847 milliseconds

1 2 34 5 6 7 8 91011>>