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

1 2 3 4 5 67 8 91011>>

  /external/lldb/source/Plugins/DynamicLoader/Static/
DynamicLoaderStatic.cpp 27 DynamicLoaderStatic::CreateInstance (Process* process, bool force)
29 bool create = force;
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ThreadKDP.cpp 72 // Invalidate all registers in our register context. We don't set "force" to
80 const bool force = false; local
83 reg_ctx_sp->InvalidateIfNeeded (force);
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 92 enableData(int enable, boolean force);
104 setAPN(char* apn, int len, boolean force);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
SearchBaseUrlHelper.java 70 * (c) if the caller forces an update by setting the "force" parameter.
72 * @param force if true, then the URL is reset whether or not it has
75 public void maybeUpdateBaseUrlSetting(boolean force) {
79 if (force || lastUpdateTime == -1 ||
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothAdapter.java 141 void startScanning(boolean force) {
144 if (!force) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/
ColorEditorDelegate.java 82 delegateInitUiRootNode(false /*force*/);
89 public void delegateInitUiRootNode(boolean force) {
91 if (getUiRootNode() == null || force) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
OtherXmlEditorDelegate.java 88 delegateInitUiRootNode(false /*force*/);
95 * @param force if true, a new UiRootNode is recreated even if it already exists.
98 public void delegateInitUiRootNode(boolean force) {
100 if (getUiRootNode() == null || force) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesEditorDelegate.java 97 delegateInitUiRootNode(false /*force*/);
122 * @param force if true, a new UiRootNode is recreated even if it already exists.
125 public void delegateInitUiRootNode(boolean force) {
127 if (getUiRootNode() == null || force) {
  /external/chromium_org/ash/shelf/
shelf_widget.h 80 // Force the shelf to be presented in an undimmed state.
81 void ForceUndimming(bool force);
  /external/chromium_org/build/
symlink.py 17 parser.add_option('-f', '--force', action='store_true')
31 if e.errno == errno.EEXIST and options.force:
  /external/chromium_org/chrome/browser/signin/
signin_promo.h 114 void ForceWebBasedSigninFlowForTesting(bool force);
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.h 71 // |manually_selected_match_|). If |force| is true then the selected line will
76 void SetSelectedLine(size_t line, bool reset_to_default, bool force);
  /external/chromium_org/chrome/browser/ui/views/toolbar/
reload_button.h 40 // Ask for a specified button state. If |force| is true this will be applied
42 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/
ime_keyboard_x11.cc 144 bool SetLayoutInternal(const std::string& layout_name, bool force);
258 bool force) {
268 if (!force && (current_layout_name_ == layout_name)) {
273 DVLOG(1) << (force ? "Reapply" : "Set") << " layout: " << layout_name;
416 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/pdf/
button.h 58 void ChangeState(ButtonState new_state, 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 60 bool toggle(const AtomicString&, bool force, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextFragment.h 56 virtual void setText(PassRefPtr<StringImpl>, bool force = false) OVERRIDE;
  /external/chromium_org/third_party/opus/src/
Makefile.unix 114 package_version: force
121 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/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
video_source.h 81 // If force is true, the conversion will be done even if the target file
83 void Convert(const VideoSource& target, bool force = false) const;
  /external/chromium_org/v8/test/mjsunit/es6/
generators-relocation.js 31 // Enable the debugger, which should force recompilation of the generator
38 // Disable debugger -- should not force recompilation.

Completed in 307 milliseconds

1 2 3 4 5 67 8 91011>>