Searched
refs:force (Results
476 -
500 of
938) sorted by null
<<11121314151617181920>>
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackService.java | [all...] |
/external/chromium_org/cc/layers/ |
layer_impl.h | 223 void SetForceRenderSurface(bool force) { force_render_surface_ = force; }
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
gaia_screen_handler.cc | 561 // Network has changed. Force Gaia reload. 641 void GaiaScreenHandler::LoadAuthExtension(bool force, 645 context.force_reload = force;
|
/external/chromium_org/chrome/installer/setup/ |
install.cc | 591 // force it here because the master_preferences file will not get copied 661 bool force) { 671 (!force && InstallUtil::IsFirstRunSentinelPresent() ?
|
/external/chromium_org/extensions/renderer/resources/ |
last_error.js | 14 // needs to be that of the caller. We force callers to explicitly specify
|
/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/blockfile/ |
block_files.cc | 446 bool BlockFiles::CreateBlockFile(int index, FileType file_type, bool force) { 448 int flags = force ? base::File::FLAG_CREATE_ALWAYS : base::File::FLAG_CREATE;
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLFramebuffer.cpp | 594 void WebGLFramebuffer::drawBuffersIfNecessary(bool force) 598 bool reset = force;
|
/external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/ |
codemirror.css | 137 /* The fake, visible scrollbars. Used to force redraw during scrolling 264 /* Used to force a border model for a node */ 265 .cm-force-border { padding-right: .1px; }
|
/external/chromium_org/tools/gn/ |
builder.cc | 240 // check if this target was previously marked as "required" and force setting 381 bool force) { 382 if (!force && record->should_generate()) 482 // Assume that the lists are small so that brute-force n^2 is appropriate.
|
/external/chromium_org/ui/file_manager/video_player/js/cast/ |
media_manager.js | 42 * @param {boolean} refresh If true, force to refresh a token. If false, use the
|
/external/chromium_org/ui/keyboard/resources/elements/ |
kb-altkey-data.js | 31 * @param {boolean=} opt_force If true, force the creation of a list
|
/external/chromium_org/v8/src/ |
heap-snapshot-generator.h | 323 virtual bool ProgressReport(bool force) = 0; 539 bool ProgressReport(bool force = false);
|
/external/chromium_org/v8/test/mjsunit/ |
array-literal-transitions.js | 137 // 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 | 33 // below, the outer with is to force a runtime lookup of the identifier 'x'
|
/external/eigen/lapack/ |
dlamch.f | 149 *> DLAMC3 is intended to force A and B to be stored prior to doing
|
slamch.f | 153 *> SLAMC3 is intended to force A and B to be stored prior to doing
|
/external/mksh/src/ |
Build.sh | 349 /* force a failure: expr is false */ [all...] |
/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/qemu/qapi-auto-generated/ |
qmp-commands.h | 131 void qmp_eject(const char * device, bool has_force, bool force, Error **errp); 143 void qmp_block_job_cancel(const char * device, bool has_force, bool force, Error **errp);
|
/external/replicaisland/src/com/replica/replicaisland/ |
Game.java | 458 public void onResume(Context context, boolean force) { 459 if (force && mRunning) {
|
/external/skia/experimental/webtry/res/css/cm/ |
codemirror.css | 137 /* The fake, visible scrollbars. Used to force redraw during scrolling 264 /* Used to force a border model for a node */ 265 .cm-force-border { padding-right: .1px; }
|
Completed in 843 milliseconds
<<11121314151617181920>>