Searched
refs:force (Results
276 -
300 of
742) sorted by null
<<11121314151617181920>>
/external/chromium_org/ui/base/ozone/ |
events_ozone.cc | 102 return event->force();
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
expression-trees.js | 78 // Set the j'th variable to a string to force a bailout. 101 // Set the j'th variable to a string to force a bailout.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-969.js | 37 // references to deleted global variables to force deoptimization, and 51 // Delete to force deoptimization on the next call.
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_layer_impl.h | 97 virtual void setForceRenderSurface(bool force);
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
PhysicsRigidBody.java | 265 * but affects other physics objects. Its kinetic force is calculated by the amount 458 * Apply a force to the PhysicsRigidBody, only applies force if the next physics update call 460 * To apply an impulse, use applyImpulse, use applyContinuousForce to apply continuous force. 461 * @param force the force 462 * @param location the location of the force 464 public void applyForce(final Vector3f force, final Vector3f location) { 465 rBody.applyForce(Converter.convert(force, tempVec), Converter.convert(location, tempVec2)); 470 * Apply a force to the PhysicsRigidBody, only applies force if the next physics update cal [all...] |
/external/linux-tools-perf/util/ |
session.h | 98 bool force, bool repipe,
|
/external/mesa3d/src/mapi/glapi/gen/ |
mesadef.py | 65 print '; needed to force the Mesa OPENGL32.DLL to export the'
|
/external/v8/test/mjsunit/compiler/ |
expression-trees.js | 78 // Set the j'th variable to a string to force a bailout. 101 // Set the j'th variable to a string to force a bailout.
|
/external/v8/test/mjsunit/regress/ |
regress-969.js | 37 // references to deleted global variables to force deoptimization, and 51 // Delete to force deoptimization on the next call.
|
/frameworks/base/core/java/android/text/ |
DynamicLayout.java | 231 Object[] force = sp.getSpans(where, where + after, local 234 for (int i = 0; i < force.length; i++) { 235 int st = sp.getSpanStart(force[i]); 236 int en = sp.getSpanEnd(force[i]);
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
AsecTests.java | 105 private int unmountContainer(String localId, boolean force) throws Exception { 110 return ms.unmountSecureContainer(fullId, force); 113 private int destroyContainer(String localId, boolean force) throws Exception { 118 return ms.destroySecureContainer(fullId, force);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
MasterImage.java | 485 public void resetGeometryImages(boolean force) { 492 if (force || mGeometryOnlyPreset == null 501 if (force || mFiltersOnlyPreset == null 509 public void updatePresets(boolean force) {
|
/prebuilts/devtools/tools/lib/ |
sdkmanager.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_py.py | 40 force=0,
|
test_cmd.py | 48 cmd.force = True
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_py.py | 40 force=0,
|
test_cmd.py | 48 cmd.force = True
|
/system/extras/ext4_utils/ |
make_ext4fs_main.c | 103 force = 1;
|
/system/netd/ |
BandwidthController.h | 56 int enableBandwidthControl(bool force);
|
/external/blktrace/btt/ |
iostat.c | 73 static void update_idle_time(struct d_info *dip, double now, int force) 75 if (dip->stats.cur_dev == 0 || force) {
|
/external/chromium/third_party/libjingle/source/talk/base/ |
socketaddress.cc | 204 bool SocketAddress::ResolveIP(bool force, int* error) { 207 } else if (!force && !IsAny()) {
|
/external/chromium_org/build/ |
sanitize-png-files.sh | 213 pngout -q -s4 -c0 -force $file $file.tmp.png 219 pngout -q -s4 -c4 -force $file $file.tmp.png
|
/external/chromium_org/chrome/browser/google/ |
google_url_tracker.cc | 85 void GoogleURLTracker::RequestServerCheck(Profile* profile, bool force) { 90 if (force)
|
/external/chromium_org/chrome/browser/ui/gtk/ |
reload_button_gtk.cc | 113 void ReloadButtonGtk::ChangeMode(Mode mode, bool force) { 119 if (force || ((gtk_widget_get_state(widget()) == GTK_STATE_NORMAL) &&
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
last_error.js | 14 // needs to be that of the caller. We force callers to explicitly specify
|
Completed in 1762 milliseconds
<<11121314151617181920>>