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

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/compiler/
osr-uint32.js 28 // Loop to force OSR.
  /external/chromium_org/v8/test/webkit/
dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.js 25 "Checks that increased aggressiveness in sparse conditional constant propagation resultin from a node being proven to be force exit does not lead to a cascade of unsound decisions."
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsVehicle.cpp 171 (JNIEnv *env, jobject object, jlong vehicleId, jint wheel, jfloat force) {
178 vehicle->applyEngineForce(force, wheel);
  /frameworks/av/media/libstagefright/
TimedEventQueue.cpp 93 releaseWakeLock_l(true /*force*/);
349 void TimedEventQueue::releaseWakeLock_l(bool force)
351 if (force) {
355 // Force wakelock release below by setting reference count to 1.
373 releaseWakeLock_l(true /*force*/);
  /frameworks/base/core/jni/
android_hardware_UsbDeviceConnection.cpp 109 int interfaceID, jboolean force)
118 if (ret && force && errno == EBUSY) {
  /frameworks/base/libs/hwui/
Caches.h 211 void bindPositionVertexPointer(bool force, GLvoid* vertices, GLsizei stride = gMeshStride);
217 void bindTexCoordsVertexPointer(bool force, GLvoid* vertices, GLsizei stride = gMeshStride);
  /frameworks/base/services/java/com/android/server/wifi/
WifiNotificationController.java 200 * @param force {@code true} to force notification to be shown/not-shown,
205 private void setNotificationVisible(boolean visible, int numNetworks, boolean force,
215 if (!visible && !mNotificationShown && !force) {
  /frameworks/support/v4/java/android/support/v4/view/
PagerTabStrip.java 276 void updateTextPositions(int position, float positionOffset, boolean force) {
285 super.updateTextPositions(position, positionOffset, force);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
MappedByteBufferTest.java 124 * @tests {@link java.nio.MappedByteBuffer#force()}
133 mmbRead.force();
142 "Invoking force() should have no effect when this buffer was not mapped in read/write mode",
152 mmbReadWrite.force();
159 // Invoking force() will change the buffer
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
MainPanel.java 150 public void loadCategoryLookPanel(boolean force) {
151 if (!force && mCurrentSelected == LOOKS) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 45 force=0):
47 UnixCCompiler.__init__ (self, verbose, dry_run, force)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 45 force=0):
47 UnixCCompiler.__init__ (self, verbose, dry_run, force)
  /external/chromium_org/ui/events/x/
events_x.cc 110 // Force is normalized to [0, 1].
587 double force = 0.0; local
588 force = GetTouchParamFromXEvent(native_event,
592 // Force is normalized to fall into [0, 1]
594 deviceid, ui::DeviceDataManager::DT_TOUCH_PRESSURE, &force))
595 force = 0.0;
596 return force;
  /external/chromium_org/v8/tools/push-to-trunk/
test_scripts.py 575 def _PushToTrunk(self, force=False, manual=False):
677 if not manual and not force:
683 if force:
686 options = MakeOptions(f=force, m=manual,
710 self._PushToTrunk(force=True)
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 178 void force(int rx, unsigned domain);
272 /// Force register rx into domain.
273 void ExeDepsFix::force(int rx, unsigned domain) { function in class:ExeDepsFix
283 // force the new value into domain. This costs a domain crossing.
394 // We are already collapsed, but predecessor is not. Force him.
405 force(rx, pdv->getFirstDomain());
517 force(rx, domain);
520 // Kill all defs and force them.
527 force(rx, domain);
565 // If the collapsed operands force a single domain, propagate the collapse
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java 354 final boolean force; field in class:MountService.UnmountCallBack
358 UnmountCallBack(String path, boolean force, boolean removeEncryption) {
361 this.force = force;
374 UmsEnableCallBack(String path, String method, boolean force) {
375 super(path, force, false);
444 if (!ucb.force) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
PerformanceResults.java 348 private String[] read(boolean local, String buildName, String[][] configs, boolean force, File dataDir, String taskName, SubMonitor subMonitor) {
410 if (local || (buildName == null && force)) {
434 componentResults.updateBuild(buildName, scenarios, force, dataDir, subMonitor.newChild(1), timeGuess);
483 // if one local files is missing then force a full DB read!
484 // TODO moderate this to force the DB read only for the missing file...
805 * @param force Force the update from the database, even if the build is
812 public String[] updateBuilds(String[] builds, boolean force, File dataDir, IProgressMonitor monitor) {
838 read(false, builds[i], null, force, dataDir, taskName, subMonitor.newChild(1000));
849 * @param force Force the update from the database, even if the build i
    [all...]
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 144 point.force);
305 point->force = event.force();
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 254 // If |force| is true, the window region is reset to NULL even for native
256 void ResetWindowRegion(bool force, bool redraw);
276 void LockUpdates(bool force);
277 void UnlockUpdates(bool force);
289 // Attempts to force the window to be redrawn, ensuring that it gets
  /external/linux-tools-perf/
builtin-report.c 46 static bool force, use_tui, use_stdio; variable
269 session = perf_session__new(input_name, O_RDONLY, force, false, &event_ops);
428 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 349 // (device connected,phone state, force use, a2dp output...)
363 bool force = false,
382 status_t checkAndSetVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device, int delayMs = 0, bool force = false);
385 void applyStreamVolumes(audio_io_handle_t output, audio_devices_t device, int delayMs = 0, bool force = false);
426 // changes: connected device, phone state, force use...
441 // changed: connected device, phone state, force use, output start, output stop..
447 // changed: connected device, phone state, force use...
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 72 void Close(bool force);
  /external/chromium_org/chrome/browser/ui/
browser_window.h 127 // Called to force the zoom state to for the active tab to be recalculated.
165 virtual void UpdateReloadStopState(bool is_loading, bool force) = 0;
  /external/chromium_org/chrome/common/extensions/docs/server2/
caching_file_system.py 49 # updates are picked up by the stat, so it doesn't need the force-refresh

Completed in 1472 milliseconds

<<11121314151617181920>>