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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 59 protected static boolean FORCE = true;
412 * @param force true if we shuold force the unmount, false otherwise
415 protected boolean unmountObb_noThrow(String obbFilePath, boolean force) {
421 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener));
424 if (force) {
436 * @param force true if we shuold force the unmount, false otherwise
438 protected void unmountObb(String obbFilePath, boolean force) {
443 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener))
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller.h 179 // |force| is set if the update is due to changing tabs, as opposed to
181 - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
  /external/chromium/third_party/libjingle/source/talk/base/
socketadapters.h 125 void SetForceConnect(bool force) { force_connect_ = force; }
socketaddress.h 133 // 'force' will cause re-resolution of hostname.
134 bool ResolveIP(bool force = false, int* error = NULL);
  /external/chromium_org/ash/shelf/
shelf_widget.cc 64 // Force the dimmer to be undimmed.
65 void ForceUndimming(bool force);
156 // possible force state has disappeared.
167 void DimmerView::ForceUndimming(bool force) {
169 force_hovered_ = force;
281 // Force the shelf to be presented in an undimmed state.
282 void ForceUndimming(bool force);
435 void ShelfWidget::DelegateView::ForceUndimming(bool force) {
437 dimmer_view_->ForceUndimming(force);
610 void ShelfWidget::ForceUndimming(bool force) {
    [all...]
  /external/chromium_org/chrome/browser/signin/
signin_promo.cc 251 void ForceWebBasedSigninFlowForTesting(bool force) {
252 g_force_web_based_signin_flow = force;
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.cc 66 bool force) {
86 if (line == selected_line_ && !force)
  /external/chromium_org/third_party/libjingle/source/talk/base/
socketadapters.h 125 void SetForceConnect(bool force) { force_connect_ = force; }
  /external/chromium_org/third_party/sqlite/src/test/
collate7.test 47 file delete -force test.db test.db-journal
  /external/chromium_org/tools/python/google/
platform_utils_win.py 37 def GetAbsolutePath(self, path, force=False):
44 if not force and sys.platform != "cygwin":
172 # Force kill (/f) *all* httpd processes. This has the side effect of
  /external/dropbear/debian/
dropbear.init 44 restart|force-reload)
56 echo "Usage: $N {start|stop|restart|force-reload}" >&2
  /external/elfutils/src/
make-debug-archive.in 6 # make-debug-archive --kernel [--force] [RELEASE]
30 echo " or: $0 --kernel [--sudo] [--force] [RELEASE]"
36 echo "kernel installation has changed, or always with --force."
64 x--force) force_kernel=yes ;;
93 # Without --force, bail if the kernel installation is not newer.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationEditorDelegate.java 96 delegateInitUiRootNode(false /*force*/);
129 public void delegateInitUiRootNode(boolean force) {
131 if (getUiRootNode() == null || force) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java 92 delegateInitUiRootNode(false /*force*/);
121 public void delegateInitUiRootNode(boolean force) {
123 if (getUiRootNode() == null || force) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditorDelegate.java 103 delegateInitUiRootNode(false /*force*/);
135 * @param force if true, a new UiRootNode is recreated even if it already exists.
138 public void delegateInitUiRootNode(boolean force) {
140 if (getUiRootNode() == null || force) {
  /system/extras/ext4_utils/
ext4_utils.h 57 extern int force;
60 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!force) longjmp(setjmp_env, EXIT_FAILURE); } while (0)
  /external/chromium/net/disk_cache/
disk_cache.h 41 // If |force| is true, and there is a problem with the cache initialization, the
53 bool force, base::MessageLoopProxy* thread,
  /external/chromium_org/chrome/browser/google/
google_url_tracker.h 74 // as necessary. If |force| is false, this will happen at most once per
78 // If |force| is true, and the tracker has already performed any requested
82 static void RequestServerCheck(Profile* profile, bool force);
  /external/chromium_org/chrome/browser/ui/gtk/
reload_button_gtk.h 36 // Ask for a specified button state. If |force| is true this will be applied
38 void ChangeMode(Mode mode, bool force);
  /external/chromium_org/chrome/browser/ui/views/
reload_button.h 41 // Ask for a specified button state. If |force| is true this will be applied
43 void ChangeMode(Mode mode, bool force);
  /external/chromium_org/net/disk_cache/
block_files.h 108 // Set force to true to overwrite the file if it exists.
109 bool CreateBlockFile(int index, FileType file_type, bool force);
  /external/chromium_org/remoting/host/installer/linux/
build-deb.sh 115 --force-distribution \
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RuntimeModel.js 170 * @param {boolean} force
173 completionsForTextPrompt: function(proxyElement, wordRange, force, completionsReadyCallback)
179 this._completionsForExpression(expressionString, prefix, force, completionsReadyCallback);
185 * @param {boolean} force
188 _completionsForExpression: function(expressionString, prefix, force, completionsReadyCallback)
204 if (!prefix && !expressionString && !force) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-apply 92 my $force = 0;
98 "force!" => \$force
102 print STDERR basename($0) . " [-h|--help] [--force] [-m|--merge] [-r|--reviewer name] patch1 [patch2 ...]\n";
127 my $preparedPatchHash = prepareParsedPatch($force, @diffHashRefs);
205 my $optionalArgs = {options => $options, ensureForce => $force};
354 applyPatch($patch, $fullPath, ["--force"]) if $patch;
459 open SVN, "svn rm --force '$escapedPath' |" or die "svn rm --force '$escapedPath' failed!";
473 system("git", "rm", "--force", "--ignore-unmatch", $path) == 0 or die "Failed to git rm --force --ignore-unmatch $path."
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.cc 167 const base::FilePath& disk_cache_directory, int disk_cache_size, bool force,
171 disk_cache_size, force, cache_thread, callback);
266 int cache_size, bool force,
275 force, cache_thread, NULL, &(create_backend_callback_->backend_ptr_),

Completed in 630 milliseconds

1 2 3 4 5 67 8 91011>>