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

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py 47 compileall.compile_dir(self.directory, force=False, quiet=True)
65 compileall.compile_file(self.source_path, force=False, quiet=True)
69 compileall.compile_dir(self.directory, force=False, quiet=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py 47 compileall.compile_dir(self.directory, force=False, quiet=True)
65 compileall.compile_file(self.source_path, force=False, quiet=True)
69 compileall.compile_dir(self.directory, force=False, quiet=True)
  /external/e2fsprogs/resize/
main.c 156 int force = 0; local
198 force = 1;
348 if (!force && ((fs->super->s_state & EXT2_ERROR_FS) ||
409 if (!force && new_size < min_size) {
440 if (!force && (new_size > max_size)) {
455 if (!force && ((fs->super->s_lastcheck < fs->super->s_mtime) ||
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.h 135 // button state. |force| is set if the update is due to changing
138 - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.h 131 // button state. |force| is set if the update is due to changing
134 - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
  /external/chromium_org/sdch/open-vcdiff/
autogen.sh 51 "$ACLOCAL" --force -I m4 -I gflags/m4 --output=aclocal.m4.tmp
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextFragment.cpp 88 void RenderTextFragment::setText(PassRefPtr<StringImpl> text, bool force)
90 RenderText::setText(text, force);
  /external/chromium_org/ui/webui/resources/js/
assert.js 12 * test whether a value is defined or not, and we don't want to force a
  /external/dnsmasq/contrib/Suse/
rc.dnsmasq-suse 54 force-reload)
74 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsVehicle.java 283 * This vaue caps the maximum suspension force, raise this above the default 6000 if your suspension cannot
292 * This vaue caps the maximum suspension force, raise this above the default 6000 if your suspension cannot
395 * Apply the given engine force to all wheels, works continuously
396 * @param force the force
398 public void accelerate(float force) {
400 vehicle.applyEngineForce(force, i);
405 * Apply the given engine force, works continuously
406 * @param wheel the wheel to apply the force on
407 * @param force the forc
    [all...]
  /external/open-vcdiff/
autogen.sh 51 "$ACLOCAL" --force -I m4 -I gflags/m4 --output=aclocal.m4.tmp
  /external/openssh/contrib/suse/
rc.sshd 84 force-reload|reload)
117 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
  /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) {
  /frameworks/base/core/java/android/os/storage/
IMountService.java 170 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption)
177 _data.writeInt((force ? 1 : 0));
280 public int destroySecureContainer(String id, boolean force) throws RemoteException {
287 _data.writeInt((force ? 1 : 0));
348 public int unmountSecureContainer(String id, boolean force) throws RemoteException {
355 _data.writeInt((force ? 1 : 0));
510 * Unmounts an Opaque Binary Blob (OBB). When the force flag is
517 String rawPath, boolean force, IObbActionListener token, int nonce)
524 _data.writeInt((force ? 1 : 0));
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.h 62 // |manually_selected_match_|). If |force| is true then the selected line will
67 void SetSelectedLine(size_t line, bool reset_to_default, bool force);
  /external/chromium/chrome/browser/chromeos/frame/
dom_browser_view.cc 53 void DOMBrowserView::UpdateReloadStopState(bool is_loading, bool force) {}
dom_browser_view.h 38 virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE;
  /external/chromium/chrome/browser/ui/gtk/
reload_button_gtk.h 33 // Ask for a specified button state. If |force| is true this will be applied
35 void ChangeMode(Mode mode, bool force);
  /external/chromium/net/disk_cache/
block_files.h 60 // Set force to true to overwrite the file if it exists.
61 bool CreateBlockFile(int index, FileType file_type, bool force);
  /external/chromium_org/ash/shelf/
shelf_widget.h 83 // Force the shelf to be presented in an undimmed state.
84 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:

Completed in 1107 milliseconds

1 2 3 45 6 7 8 91011>>