HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 1 - 25 of 420) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/Scripts/
update-webkit-chromium 59 my $force = 0;
61 'force' => \$force,
67 push @gclientArgs, "--force" if $force;
68 push @gclientArgs, "--delete_unversioned_trees" if $force;
update-javascriptcore-test-results 38 my $force = 0;
39 GetOptions('force' => \$force);
69 die "won't update, failures introduced\n" if $failed && !$force;
  /external/libpng/
autogen.sh 10 libtoolize --force --copy --automake
19 automake --force-missing --foreign -a -c
  /external/bluetooth/bluez/
bootstrap 5 libtoolize --automake --copy --force && \
  /external/javassist/
regenerate_from_source.sh 6 # bin are normally ignored by git, but we need to force them this case.
10 svn export --force http://anonsvn.jboss.org/repos/javassist/trunk .
  /external/linux-tools-perf/
builtin-buildid-list.c 19 static bool force; variable
31 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
41 session = perf_session__new(input_name, O_RDONLY, force, false,
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
reload_button.h 37 // |isLoading|. If |force|, always sets the indicated mode. If
38 // |!force|, and the mouse is over the button, defer the transition
42 - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
  /frameworks/base/libs/hwui/
Texture.h 43 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false,
45 setWrapST(wrap, wrap, bindTexture, force, renderTarget);
48 void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false, bool force = false,
51 if (firstWrap || force || wrapS != this->wrapS || wrapT != this->wrapT) {
66 void setFilter(GLenum filter, bool bindTexture = false, bool force = false,
68 setFilterMinMag(filter, filter, bindTexture, force, renderTarget);
71 void setFilterMinMag(GLenum min, GLenum mag, bool bindTexture = false, bool force = false,
74 if (firstFilter || force || min != minFilter || mag != magFilter) {
  /frameworks/compile/mclinker/
autogen.sh 17 ${LIBTOOLIZE} --force
  /external/doclava/
moe.sh 23 rm -fr res/ src/ && svn export --force https://doclava.googlecode.com/svn/trunk/ . && rm -fr lib/ samples/ src/com/google/doclava/DoclavaTask.java
  /external/e2fsprogs/misc/
util.h 24 extern void check_mount(const char *device, int force, const char *type);
  /system/vold/
VolumeManager.h 82 int unmountVolume(const char *label, bool force, bool revert);
107 int destroyAsec(const char *id, bool force);
109 int unmountAsec(const char *id, bool force);
117 int unmountObb(const char *fileName, bool force);
124 const char *fileName, const char *mountPoint, bool force);
129 int cleanupAsec(Volume *v, bool force);
Volume.h 69 int unmountVol(bool force, bool revert);
100 int doUnmount(const char *path, bool force);
101 int doMoveMount(const char *src, const char *dst, bool force);
  /external/android-mock/
regenerate_from_source.sh 6 # bin are normally ignored by git, but we need to force them this case.
9 svn export --force http://android-mock.googlecode.com/svn/trunk/ .
  /frameworks/base/core/java/android/hardware/usb/
UsbDeviceConnection.java 88 * @param force true to disconnect kernel driver if necessary
91 public boolean claimInterface(UsbInterface intf, boolean force) {
92 return native_claim_interface(intf.getId(), force);
175 private native boolean native_claim_interface(int interfaceID, boolean force);
  /external/kernel-headers/original/linux/
i2c.h 329 * specific address (unless a 'force' matched);
533 I2C_CLIENT_MODULE_PARM(force, \
537 force, \
544 I2C_CLIENT_MODULE_PARM(force, "List of adapter,address pairs to " \
547 static unsigned short *forces[] = { force, force_##chip1, NULL }; \
552 I2C_CLIENT_MODULE_PARM(force, "List of adapter,address pairs to " \
556 static unsigned short *forces[] = { force, force_##chip1, \
562 I2C_CLIENT_MODULE_PARM(force, "List of adapter,address pairs to " \
567 static unsigned short *forces[] = { force, force_##chip1, \
574 I2C_CLIENT_MODULE_PARM(force, "List of adapter,address pairs to "
    [all...]
  /frameworks/base/include/storage/
IMountService.h 41 const String16& mountPoint, const bool force, const bool removeEncryption) = 0;
54 unmountSecureContainer(const String16& id, const bool force) = 0;
65 virtual void unmountObb(const String16& filename, const bool force,
  /development/ndk/platforms/android-9/include/android/
storage_manager.h 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
  /external/mdnsresponder/mDNSPosix/
mdnsd.sh 60 reload|restart|force-reload)
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
applypatch.py 43 self._tool.checkout().apply_patch(state["patch"], force=self._options.non_interactive or self._options.force_patch)
  /frameworks/native/include/android/
storage_manager.h 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
storage_manager.h 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
storage_manager.h 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
storage_manager.h 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
storage_manager.h 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,

Completed in 1494 milliseconds

1 2 3 4 5 6 7 8 91011>>