Searched
refs:force (Results
276 -
300 of
751) sorted by null
<<11121314151617181920>>
/external/chromium_org/content/browser/android/ |
touch_point.cc | 44 wtp.force = Java_TouchPoint_getPressure(env, pt);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DatabaseQueryView.js | 67 * @param {boolean} force 70 completions: function(proxyElement, wordRange, force, completionsReadyCallback)
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_impl.h | 50 // Force current memtable contents to be compacted. 101 Status MakeRoomForWrite(bool force /* compact even if there is room? */)
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.h | 75 void Close(bool force);
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
mesadef.py | 65 print '; needed to force the Mesa OPENGL32.DLL to export the'
|
/external/chromium_org/ui/events/ozone/ |
events_ozone.cc | 108 return event->force();
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
expression-trees.js | 77 // Set the j'th variable to a string to force a bailout. 98 // 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 | 107 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) {
|
Completed in 1394 milliseconds
<<11121314151617181920>>