/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/ |
storage_manager.h | 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/ |
storage_manager.h | 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/ |
storage_manager.h | 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
|
/prebuilts/ndk/9/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/9/platforms/android-9/arch-mips/usr/include/android/ |
storage_manager.h | 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/ |
storage_manager.h | 109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/ |
PlainXmlEditorDelegate.java | 48 public void delegateInitUiRootNode(boolean force) {
|
/external/chromium/third_party/libjingle/source/talk/base/ |
sslsocketfactory.h | 50 void SetForceConnect(bool force) { 51 force_connect_ = force;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
DOMTokenList.idl | 33 [RaisesException, CustomElementCallbacks=Enable] boolean toggle(DOMString token, optional boolean force);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
sslsocketfactory.h | 51 void SetForceConnect(bool force) { 52 force_connect_ = force;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
central_freelist.h | 140 static bool EvictRandomSizeClass(int locked_size_class, bool force); 143 // Tries to shrink the Cache. If force is true it will relase objects to 149 bool ShrinkCache(int locked_size_class, bool force) LOCKS_EXCLUDED(lock_);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
central_freelist.h | 140 static bool EvictRandomSizeClass(int locked_size_class, bool force); 143 // Tries to shrink the Cache. If force is true it will relase objects to 149 bool ShrinkCache(int locked_size_class, bool force) LOCKS_EXCLUDED(lock_);
|
/external/e2fsprogs/misc/ |
uuidd.rc | 45 force-reload|restart) 50 echo "Usage: /etc/init.d/uuidd {start|stop|restart|force-reload}"
|
/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"
|
/external/oprofile/daemon/ |
opd_stats.c | 26 * do nothing if the value read == -1 except if force is non-zero 28 static void print_if(char const * fmt, char const * path, char const * filename, int force) 31 if (value != -1 || force)
|
/system/vold/ |
Volume.h | 69 int unmountVol(bool force, bool revert); 103 int doUnmount(const char *path, bool force);
|
/build/tools/zipalign/ |
ZipAlign.cpp | 98 * output file exists and "force" wasn't specified. 101 int alignment, bool force) 105 //printf("PROCESS: align=%d in='%s' out='%s' force=%d\n", 106 // alignment, inFileName, outFileName, force); 115 if (!force && access(outFileName, F_OK) == 0) { 197 bool force = false; local 220 force = true; 255 result = process(argv[1], argv[2], alignment, force);
|
/external/chromium_org/net/disk_cache/ |
cache_creator.cc | 27 CacheCreator(const base::FilePath& path, bool force, int max_bytes, 60 const base::FilePath& path, bool force, int max_bytes, 66 force_(force), 121 // If the initialization of the cache fails, and |force| is true, we will 148 bool force, base::MessageLoopProxy* thread, 157 CacheCreator* creator = new CacheCreator(path, force, max_bytes, type,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install_lib.py | 43 ('force', 'f', "force installation (overwrite existing files)"), 52 boolean_options = ['force', 'compile', 'skip-build'] 59 self.force = 0 71 ('force', 'force'), 137 force=self.force, prefix=install_root, 141 force=self.force, prefix=install_root [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_lib.py | 43 ('force', 'f', "force installation (overwrite existing files)"), 52 boolean_options = ['force', 'compile', 'skip-build'] 59 self.force = 0 71 ('force', 'force'), 137 force=self.force, prefix=install_root, 141 force=self.force, prefix=install_root [all...] |
/external/chromium_org/chrome/browser/policy/ |
async_policy_loader.cc | 40 void AsyncPolicyLoader::Reload(bool force) { 46 if (!force && !IsSafeToReload(now, &delay)) { 54 if (!force && !IsSafeToReload(now, &delay)) { 109 false /* force */),
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbDeviceConnection.java | 87 * @param force true to disconnect kernel driver if necessary 90 public boolean claimInterface(UsbInterface intf, boolean force) { 91 return native_claim_interface(intf.getId(), force); 237 private native boolean native_claim_interface(int interfaceID, boolean force);
|
/frameworks/base/include/storage/ |
IMountService.h | 43 const String16& mountPoint, const bool force, const bool removeEncryption) = 0; 56 unmountSecureContainer(const String16& id, const bool force) = 0; 68 virtual void unmountObb(const String16& filename, const bool force,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_scripts.py | 20 self.assertTrue(not cmd.force) 25 self.assertTrue(cmd.force) 49 force=1,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_scripts.py | 20 self.assertTrue(not cmd.force) 25 self.assertTrue(cmd.force) 49 force=1,
|