HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 76 - 100 of 742) 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/policy/
async_policy_loader.h 52 // The load is immediate when |force| is true. Otherwise, the loader
58 void Reload(bool force);
  /external/chromium_org/chrome/browser/signin/
signin_promo.h 74 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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java 50 applyMode(getMode(), false /*animate*/, true /*force*/);
71 applyMode(newMode, animate, false /*force*/);
74 private void applyMode(int mode, boolean animate, boolean force) {
85 applyLightsOut(mode == MODE_LIGHTS_OUT, animate, force);
94 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) {
95 if (!force && lightsOut == mLightsOut) return;
  /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/base/ozone/evdev/
touch_event_converter_ozone_unittest.cc 156 EXPECT_FLOAT_EQ(.5f, event->force());
203 EXPECT_FLOAT_EQ(2.f / 3.f, event->force());
217 EXPECT_FLOAT_EQ(2.f / 3.f, event->force());
254 EXPECT_FLOAT_EQ(.5f, event->force());
305 EXPECT_FLOAT_EQ(.5f, ev0->force());
314 EXPECT_FLOAT_EQ(.5f, ev1->force());
332 EXPECT_FLOAT_EQ(.5f, ev1->force());
350 EXPECT_FLOAT_EQ(.5f, ev0->force());
369 EXPECT_FLOAT_EQ(.5f, ev0->force());
377 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/extensions/api/autotest_private/
autotest_private_api.cc 39 DVLOG(1) << "AutotestPrivateShutdownFunction " << params->force;
42 if (params->force) {
  /external/chromium_org/chrome/browser/ui/
browser_command_controller.h 65 void LoadingStateChanged(bool is_loading, bool force);
174 // |force| is true if the button should change its icon immediately.
175 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 56 SyntheticInspectorTouchPoint(unsigned id, State state, const WebCore::IntPoint& screenPos, const WebCore::IntPoint& pos, int radiusX, int radiusY, double rotationAngle, double force)
65 m_force = force;
210 double rotationAngle, force; local
230 if (!pointObj->getNumber("force", &force))
231 force = 1.0f;
265 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/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 246 * @param {boolean=} force
249 defaultKeyHandler: function(event, force)
251 this._updateAutoComplete(force);
256 * @param {boolean=} force
258 _updateAutoComplete: function(force)
261 this.autoCompleteSoon(force);
382 * @param {boolean=} force
384 autoCompleteSoon: function(force)
386 var immediately = this.isSuggestBoxVisible() || force;
388 this._completeTimeout = setTimeout(this.complete.bind(this, force), immediately ? 0 : 250)
    [all...]

Completed in 727 milliseconds

1 2 34 5 6 7 8 91011>>