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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.h 61 // |manually_selected_match_|). If |force| is true then the selected line will
66 void SetSelectedLine(size_t line, bool reset_to_default, bool force);
  /external/chromium_org/chrome/browser/ui/views/toolbar/
reload_button.h 42 // Ask for a specified button state. If |force| is true this will be applied
44 void ChangeMode(Mode mode, bool force);
  /external/chromium_org/chrome/installer/setup/
install.h 129 // |force| is set to true).
133 bool force);
  /external/chromium_org/chromeos/ime/
xkeyboard.cc 86 bool SetLayoutInternal(const std::string& layout_name, bool force);
133 bool force) {
143 if (!force && (current_layout_name_ == layout_name)) {
148 DVLOG(1) << (force ? "Reapply" : "Set") << " layout: " << layout_name;
310 return SetLayoutInternal(current_layout_name_, true /* force */);
  /external/chromium_org/components/policy/core/common/
async_policy_loader.h 64 // The load is immediate when |force| is true. Otherwise, the loader
70 void Reload(bool force);
  /external/chromium_org/remoting/host/installer/linux/debian/
chrome-remote-desktop.init 112 reload|force-reload)
122 "{start|stop|reload|force-reload|restart}"
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMTokenList.h 58 bool toggle(const AtomicString&, bool force, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.h 126 void drawBuffersIfNecessary(bool force);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextFragment.h 55 virtual void setText(PassRefPtr<StringImpl>, bool force = false) OVERRIDE;
  /external/chromium_org/third_party/opus/src/
Makefile.unix 118 package_version: force
125 force:
  /external/chromium_org/third_party/pexpect/
fdpexpect.py 91 def terminate (self, force=False):
  /external/chromium_org/third_party/tcmalloc/vendor/
autogen.sh 40 "$ACLOCAL" --force -I m4 --output=aclocal.m4.tmp
  /external/linux-tools-perf/
builtin-diff.c 22 static bool force; variable
148 session[0] = perf_session__new(input_old, O_RDONLY, force, false, &event_ops);
149 session[1] = perf_session__new(input_new, O_RDONLY, force, false, &event_ops);
184 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
  /external/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s 21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation
  /frameworks/base/libs/hwui/
Layer.h 187 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false) {
188 texture.setWrap(wrap, bindTexture, force, renderTarget);
191 void setFilter(GLenum filter, bool bindTexture = false, bool force = false) {
192 texture.setFilter(filter, bindTexture, force, renderTarget);
  /frameworks/base/native/android/
storage_manager.cpp 144 void unmountObb(const char* filename, const bool force, AStorageManager_obbCallbackFunc func, void* data) {
147 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce);
191 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
193 mgr->unmountObb(filename, force != 0, cb, data);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java 53 applyMode(getMode(), false /*animate*/, true /*force*/);
74 applyMode(newMode, animate, false /*force*/);
77 private void applyMode(int mode, boolean animate, boolean force) {
90 applyLightsOut(mode == MODE_LIGHTS_OUT, animate, force);
136 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) {
137 if (!force && lightsOut == mLightsOut) return;
  /libcore/luni/src/main/java/java/nio/
MappedByteBuffer.java 102 public final MappedByteBuffer force() { method in class:MappedByteBuffer
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_scripts.py 22 ('force', 'f', "force installation (overwrite existing files)"),
26 boolean_options = ['force', 'skip-build']
31 self.force = 0
39 ('force', 'force'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_scripts.py 22 ('force', 'f', "force installation (overwrite existing files)"),
26 boolean_options = ['force', 'skip-build']
31 self.force = 0
39 ('force', 'force'),
  /system/vold/
Volume.cpp 499 int Volume::doUnmount(const char *path, bool force) {
503 SLOGD("Unmounting {%s}, force = %d", path, force);
514 if (force) {
533 int Volume::unmountVol(bool force, bool revert) {
556 if (providesAsec && doUnmount(Volume::SEC_ASECDIR_EXT, force) != 0) {
562 if (doUnmount(getFuseMountpoint(), force) != 0) {
568 if (doUnmount(getMountpoint(), force) != 0) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 18 attr_accessor :path, :force
19 alias force? force
34 force and return( true )
168 if options[ :force ] or stale?
  /external/chromium_org/third_party/tcmalloc/chromium/src/
central_freelist.cc 150 int locked_size_class, bool force) {
162 return Static::central_cache()[t].ShrinkCache(locked_size_class, force);
201 bool CentralFreeList::ShrinkCache(int locked_size_class, bool force)
206 if (force == false && used_slots_ == cache_size_) return false;
217 if (force == false) return false;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
central_freelist.cc 151 int locked_size_class, bool force) {
163 return Static::central_cache()[t].ShrinkCache(locked_size_class, force);
202 bool CentralFreeList::ShrinkCache(int locked_size_class, bool force)
207 if (force == false && used_slots_ == cache_size_) return false;
218 if (force == false) return false;
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 249 file delete -force test.db
250 file delete -force test.db-journal
251 file delete -force test.db-wal
600 file delete -force $f
603 file delete -force $f
722 # On windows, sometimes even a [file delete -force] can fail just after
734 set rc [catch {file delete -force $filename} msg]
829 # default, so here we force it to the "nativename" format.
931 catch {file delete -force test.db}
932 catch {file delete -force test.db-journal
    [all...]

Completed in 529 milliseconds

1 2 3 4 56 7 8 91011>>