HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 1 - 25 of 319) 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/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;
  /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);
uuidd.rc 45 force-reload|restart)
50 echo "Usage: /etc/init.d/uuidd {start|stop|restart|force-reload}"
  /frameworks/base/libs/hwui/
Texture.h 43 void setWrap(GLenum wrapS, GLenum wrapT, bool bindTexture = false, bool force = false,
46 if (firstWrap || force || wrapS != this->wrapS || wrapT != this->wrapT) {
61 void setFilter(GLenum min, GLenum mag, bool bindTexture = false, bool force = false,
64 if (firstFilter || force || min != minFilter || mag != magFilter) {
  /system/vold/
VolumeManager.h 82 int unmountVolume(const char *label, bool force, bool revert);
93 int destroyAsec(const char *id, bool force);
95 int unmountAsec(const char *id, bool force);
103 int unmountObb(const char *fileName, bool force);
108 const char *fileName, const char *mountPoint, bool force);
113 int cleanupAsec(Volume *v, bool force);
Volume.h 68 int unmountVol(bool force, bool revert);
99 int doUnmount(const char *path, bool force);
100 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/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/base/native/include/android/
storage_manager.h 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
  /prebuilt/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,
  /prebuilt/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,
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
storage_manager.h 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
  /external/bluetooth/glib/
glib-gettextize.in 30 force=0
38 -f, --force force writing of new files even if old exist
62 -f | --force | --f* )
64 force=1 ;;
124 if test -f po/Makefile.in.in && test $force -eq 0; then
  /external/chromium/third_party/libjingle/source/talk/base/
sslsocketfactory.h 50 void SetForceConnect(bool force) {
51 force_connect_ = force;
  /external/llvm/autoconf/
AutoRegen.sh 52 aclocal --force -I $cwd/m4 || die "aclocal failed"
54 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"

Completed in 530 milliseconds

1 2 3 4 5 6 7 8 91011>>