HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 401 - 425 of 742) sorted by null

<<11121314151617181920>>

  /external/chromium/net/disk_cache/
block_files.cc 370 bool BlockFiles::CreateBlockFile(int index, FileType file_type, bool force) {
373 force ? base::PLATFORM_FILE_CREATE_ALWAYS : base::PLATFORM_FILE_CREATE;
  /external/chromium_org/chrome/installer/setup/
install.cc 593 // force it here because the master_preferences file will not get copied
663 bool force) {
676 (!force && base::PathExists(first_run_sentinel) ?
  /external/chromium_org/native_client_sdk/src/tools/
oshelpers.py 194 if options.force:
218 '-f', '--force', dest='force', action='store_true',
220 help='force, do not error it files already exist.')
252 '-f', '--force', dest='force', action='store_true',
254 help='force, do not error it files does not exist.')
263 # Ignore non existing files when using force
264 if options.force:
  /external/chromium_org/net/disk_cache/
block_files.cc 410 bool BlockFiles::CreateBlockFile(int index, FileType file_type, bool force) {
413 force ? base::PLATFORM_FILE_CREATE_ALWAYS : base::PLATFORM_FILE_CREATE;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.cpp 609 void WebGLFramebuffer::drawBuffersIfNecessary(bool force)
613 bool reset = force;
  /external/chromium_org/ui/base/events/
event.cc 483 float force)
489 force_(force) {
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 411 virtual bool ProgressReport(bool force) = 0;
605 bool ProgressReport(bool force = false);
  /external/chromium_org/v8/test/mjsunit/
array-literal-transitions.js 153 // also force a deopt.
keyed-call-ic.js 132 delete f.prop; // force the object to the slow case
with-leave.js 64 // below, the outer with is to force a runtime lookup of the identifier 'x'
  /external/chromium_org/v8/test/mjsunit/compiler/
uint32.js 47 // Loop to force inline allocation failure and a call into runtime.
159 // Force promotion.
  /external/chromium_org/v8/test/mjsunit/harmony/
block-leave.js 34 // below, the outer with is to force a runtime lookup of the identifier 'x'
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.cc 506 bool SDL_QWin::lockScreen(bool force) {
508 if(force || (isVisible() && isActiveWindow())) {
  /external/replicaisland/src/com/replica/replicaisland/
Game.java 458 public void onResume(Context context, boolean force) {
459 if (force && mRunning) {
  /external/v8/test/mjsunit/
array-literal-transitions.js 152 // also force a deopt.
keyed-call-ic.js 132 delete f.prop; // force the object to the slow case
with-leave.js 64 // below, the outer with is to force a runtime lookup of the identifier 'x'
  /external/v8/test/mjsunit/harmony/
block-leave.js 34 // below, the outer with is to force a runtime lookup of the identifier 'x'
  /frameworks/base/core/java/android/view/
SurfaceView.java 419 private void updateWindow(boolean force, boolean redrawNeeded) {
443 if (force || creating || formatChanged || sizeChanged || visibleChanged
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java 231 * @tests java.nio.channels.FileChannel#force(boolean)
236 writeOnlyFileChannel.force(true);
245 * @tests java.nio.channels.FileChannel#force(boolean)
250 writeOnlyFileChannel.force(true);
256 writeOnlyFileChannel.force(false);
263 * @tests java.nio.channels.FileChannel#force(boolean)
266 // force on a read only file channel has no effect.
267 readOnlyFileChannel.force(true);
268 readOnlyFileChannel.force(false);
475 // force to write out
3026 public void force(boolean arg0) throws IOException { method in class:FileChannelTest.MockFileChannel
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 358 * If force then re-query that phonebook
361 private synchronized PhonebookResult getPhonebookResult(String pb, boolean force) {
369 if (force || pbr.cursor == null) {
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 394 private void updateSearchEngine(boolean force) {
396 if (force || mSearchEngine == null ||
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java 567 static public void reloadFolderList(Context context, long accountId, boolean force) {
587 if (!force && (syncKey == null || syncKey.equals("0"))) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 181 private void updateScrollPosition(int position, boolean force) {
182 if (!force && (WIDE ? position == mScrollX : position == mScrollY)) return;
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverManager.java 200 // Just force unbind the service.
223 void unbindServiceIfNeededLocked(boolean force) {
225 if (mBound && (force || (!mBluetoothHeadsetPending && mPendingTransfers.isEmpty()))) {

Completed in 2024 milliseconds

<<11121314151617181920>>