HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 326 - 350 of 938) sorted by null

<<11121314151617181920>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/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)
  /system/vold/
VolumeManager.cpp 989 int VolumeManager::unmountAsec(const char *id, bool force) {
1016 return unmountLoopImage(id, idHash, asecFileName, mountPoint, force);
1019 int VolumeManager::unmountObb(const char *fileName, bool force) {
1034 return unmountLoopImage(fileName, idHash, fileName, mountPoint, force);
1038 const char *fileName, const char *mountPoint, bool force) {
1061 if (force) {
    [all...]
  /external/chromium_org/v8/
Makefile 475 svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
478 svn switch --force \
482 svn checkout --force \
486 svn checkout --force http://googletest.googlecode.com/svn/trunk \
488 svn checkout --force http://googlemock.googlecode.com/svn/trunk \
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 186 void force(int rx, unsigned domain);
282 /// Force register rx into domain.
283 void ExeDepsFix::force(int rx, unsigned domain) { function in class:ExeDepsFix
293 // force the new value into domain. This costs a domain crossing.
408 // We are already collapsed, but predecessor is not. Force it.
419 force(rx, pdv->getFirstDomain());
586 force(rx, domain);
589 // Kill all defs and force them.
596 force(rx, domain);
634 // If the collapsed operands force a single domain, propagate the collapse
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java 382 final boolean force; field in class:MountService.UnmountCallBack
386 UnmountCallBack(String path, boolean force, boolean removeEncryption) {
389 this.force = force;
402 UmsEnableCallBack(String path, String method, boolean force) {
403 super(path, force, false);
491 if (!ucb.force) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py     [all...]
  /external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.cpp 313 DNBArchImplI386::GetGPRState(bool force)
315 if (force || m_state.GetError(e_regSetGPR, Read))
347 DNBArchImplI386::GetFPUState(bool force)
349 if (force || m_state.GetError(e_regSetFPU, Read))
505 DNBArchImplI386::GetEXCState(bool force)
507 if (force || m_state.GetError(e_regSetEXC, Read))
548 DNBArchImplI386::GetDBGState(bool force)
550 if (force || m_state.GetError(e_regSetDBG, Read))
1570 bool force = false; local
    [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 141 point.force);
285 point->force = event.force();
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 284 // If |force| is true, the window region is reset to NULL even for native
286 void ResetWindowRegion(bool force, bool redraw);
303 void LockUpdates(bool force);
304 void UnlockUpdates(bool force);
313 // Attempts to force the window to be redrawn, ensuring that it gets
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.cpp 76 PlatformDarwinKernel::CreateInstance (bool force, const ArchSpec *arch)
80 // (or a user doing 'platform select') will force the creation of this Platform plugin.
81 if (force == false)
84 bool create = force;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 352 // (device connected,phone state, force use, a2dp output...)
366 bool force = false,
385 status_t checkAndSetVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device, int delayMs = 0, bool force = false);
388 void applyStreamVolumes(audio_io_handle_t output, audio_devices_t device, int delayMs = 0, bool force = false);
435 // changes: connected device, phone state, force use...
450 // changed: connected device, phone state, force use, output start, output stop..
456 // changed: connected device, phone state, force use...
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.c 483 dd_out(int force)
506 for (n = force ? out.dbcnt : out.dbsz;; n = out.dbsz) {
509 if (!force && ddflags & C_SPARSE) {
  /external/chromium_org/cc/blink/
web_layer_impl.h 104 virtual void setForceRenderSurface(bool force);
  /external/chromium_org/chrome/browser/ui/
browser_window.h 124 // Called to force the zoom state to for the active tab to be recalculated.
162 virtual void UpdateReloadStopState(bool is_loading, bool force) = 0;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
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/
event.h 509 float force);
517 float force() const { return force_; } function in class:ui::TouchEvent
537 void set_force(float force) { force_ = force; }
553 // Force (pressure) of the touch. Normalized to be [0, 1]. Default to be 0.0.
  /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.

Completed in 476 milliseconds

<<11121314151617181920>>