/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/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 | 47 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false, 49 setWrapST(wrap, wrap, bindTexture, force, renderTarget); 52 void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false, bool force = false, 55 if (firstWrap || force || wrapS != this->wrapS || wrapT != this->wrapT) { 70 void setFilter(GLenum filter, bool bindTexture = false, bool force = false, 72 setFilterMinMag(filter, filter, bindTexture, force, renderTarget); 75 void setFilterMinMag(GLenum min, GLenum mag, bool bindTexture = false, bool force = false, 78 if (firstFilter || force || min != minFilter || mag != magFilter) {
|
/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);
|
/external/harfbuzz_ng/ |
autogen.sh | 28 echo "running autoreconf --force --install --verbose" 29 autoreconf --force --install --verbose || exit $?
|
/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/ .
|
/external/libusb_aah/ |
autogen.sh | 13 $LIBTOOLIZE --copy --force || exit 1
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioPolicyManagerALSA.cpp | 74 bool force = false; local 79 // force routing command to audio hardware when starting a call 81 force = true; 84 // force routing command to audio hardware when exiting a call 86 force = true; 89 // force routing command to audio hardware when switching between telephony and VoIP 91 force = true; 102 // force routing command to audio hardware when ending call 144 setOutputDevice(mPrimaryOutput, newDevice, force, delayMs);
|
/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...] |
/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/ndk/5/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/6/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/6/platforms/android-9/arch-x86/usr/include/android/ |
storage_manager.h | 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/ |
storage_manager.h | 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/ |
storage_manager.h | 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
|