HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 176 - 200 of 319) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 45 The Anti-Grav Belt. The theory here is simple. It counters the force of
  /external/v8/test/mjsunit/
keyed-call-ic.js 132 delete f.prop; // force the object to the slow case
  /external/webkit/Source/WebCore/page/
Settings.cpp 527 void Settings::setForceFTPDirectoryListings(bool force)
529 m_forceFTPDirectoryListings = force;
  /frameworks/base/core/java/android/view/
SurfaceView.java 383 private void updateWindow(boolean force, boolean redrawNeeded) {
407 if (force || creating || formatChanged || sizeChanged || visibleChanged
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 406 private void updateSearchEngine(boolean force) {
408 if (force || mSearchEngine == null ||
510 // so we need to force a settings sync (otherwise the SharedPreferences
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 192 private void updateScrollPosition(int position, boolean force) {
193 if (!force && (WIDE ? position == mScrollX : position == mScrollY)) return;
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 312 private void sendUpdateAxisDelayed(ChartSweepView sweep, boolean force) {
313 if (force || !mHandler.hasMessages(MSG_UPDATE_AXIS, sweep)) {
  /external/llvm/utils/Misc/
zkill 161 parser.add_option("", "--force", dest="force",
257 if not opts.force and not opts.dryRun:
258 error('refusing to kill all processes without --force')
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 68 --force-autodetect) OPTION_FORCE_AUTODETECT=yes
91 echo " --force-autodetect force feature auto-detection"
348 # just like configure - force it to 1
510 # or the --force-autodetect option was used
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java     [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 373 boolean force = mSdkCommandLine.getFlagForce();
381 force, useHttp, proxyHost, proxyPort);
389 boolean force = mSdkCommandLine.getFlagForce();
405 force, useHttp, proxyHost, proxyPort);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 447 void PseudoTcp::Close(bool force) {
448 LOG_F(LS_VERBOSE) << "(" << (force ? "true" : "false") << ")";
449 m_shutdown = force ? SD_FORCEFUL : SD_GRACEFUL;
  /external/dnsmasq/src/
forward.c 23 static unsigned short get_id(int force, unsigned short force_id, unsigned int crc);
245 /* force unchanging id for signed packets */
1071 signing, so we keep the same one. In this case force is set, and this
1073 static unsigned short get_id(int force, unsigned short force_id, unsigned int crc)
1077 if (force)
rfc2131.c 293 int force = 0; local
298 force = 1;
303 force = 1;
329 if (context_new || force)
511 /* Always force update, since the client has no way to do it itself. */
1849 int force = 0; local
    [all...]
  /external/libvpx/build/make/
configure.sh 440 --force-target=*) toolchain="${toolchain:-${optval}}"; enable force_toolchain
454 --force-enable-?*|--force-disable-?*)
455 eval `echo "$opt" | sed 's/--force-/action=/;s/-/ option=/;s/-/_/g'`
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 117 boolean forceNewConfig; // force re-create with new config next time
591 public void stopFreezingScreenLocked(boolean force) {
592 if (force || frozenBeforeDestroy) {
594 service.mWindowManager.stopAppFreezingScreen(appToken, force);
    [all...]
  /system/core/toolbox/
dd.c 489 dd_out(int force)
512 for (n = force ? out.dbcnt : out.dbsz;; n = out.dbsz) {
515 if (!force && ddflags & C_SPARSE) {
  /external/blktrace/
blkparse.c     [all...]
  /external/chromium/build/
install-build-deps.sh 385 --yes --download-only --force-yes --reinstall install \
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 248 virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE;
  /external/openssl/ssl/
ssltest.c 460 int force=0; local
654 force = 1;
727 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force)
743 if (number < 50 && !force)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js 139 // Force the current matched set of elements to become
750 css: function( elem, name, force, extra ) {
778 return jQuery.curCSS( elem, name, force );
781 curCSS: function( elem, name, force ) {
797 if ( !force && style && style[ name ] )
1043 // Force it by setting the zoom level
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 156 // We do have to schedule layouts, though, since a style change can force us to
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 398 #define __force __attribute__((force))

Completed in 745 milliseconds

1 2 3 4 5 6 78 91011>>