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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/
info.nib 1 // This is just a stub file to force automake to create the install directory
  /external/bluetooth/bluez/
bootstrap 5 libtoolize --automake --copy --force && \
  /external/e2fsprogs/debian/
e2fsprogs-udeb.shlibs.local 2 # force the dependency to libblkid1-udeb, even if it don't include the lib
  /external/chromium/third_party/icu/source/common/
mutex.cpp 13 common, so add one here to force an export */
  /external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
generatePatchCommand.pl 56 $title = "generatePatchCommand: --force and no \"ensure force\".";
58 $argsHashRef = {options => ["--force"]};
61 ok($patchCommand eq "patch -p0 --force", $title);
65 $title = "generatePatchCommand: no --force and \"ensure force\".";
70 ok($patchCommand eq "patch -p0 --force", $title);
82 $title = "generatePatchCommand: --fuzz=3, --force.";
84 $argsHashRef = {options => ["--fuzz=3", "--force"]};
87 ok($patchCommand eq "patch -p0 --force --fuzz=3", $title)
    [all...]
  /external/libpng/
autogen.sh 10 libtoolize --force --copy --automake
19 automake --force-missing --foreign -a -c
  /external/iproute2/include/linux/
socket.h 17 } __attribute__ ((aligned(_K_SS_ALIGNSIZE))); /* force desired alignment */
  /external/libxml2/include/libxml/
xmlsave.h 34 XML_SAVE_XHTML = 1<<4, /* force XHTML1 specific rules */
35 XML_SAVE_AS_XML = 1<<5, /* force XML serialization on HTML doc */
36 XML_SAVE_AS_HTML = 1<<6 /* force HTML serialization on XML doc */
  /system/vold/
VolumeManager.h 84 int unmountVolume(const char *label, bool force);
96 int destroyAsec(const char *id, bool force);
98 int unmountAsec(const char *id, bool force);
105 int unmountObb(const char *fileName, bool force);
110 const char *fileName, const char *mountPoint, bool force);
115 int cleanupAsec(Volume *v, bool force);
CommandListener.cpp 139 if (argc < 3 || argc > 4 || (argc == 4 && strcmp(argv[3], "force"))) {
140 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume unmount <path> [force]", false);
144 bool force = false; local
145 if (argc >= 4 && !strcmp(argv[3], "force")) {
146 force = true;
148 rc = vm->unmountVolume(argv[2], force);
339 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: asec destroy <container-id> [force]", false);
342 bool force = false; local
343 if (argc > 3 && !strcmp(argv[3], "force")) {
344 force = true
361 bool force = false; local
433 bool force = false; local
    [all...]
Volume.h 66 int unmountVol(bool force);
92 int doUnmount(const char *path, bool force);
93 int doMoveMount(const char *src, const char *dst, bool force);
  /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}"
  /external/webkit/WebKitTools/Scripts/
update-javascriptcore-test-results 38 my $force = 0;
39 GetOptions('force' => \$force);
69 die "won't update, failures introduced\n" if $failed && !$force;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/console/
DdmConsole.java 31 * @param forceDisplay if true, this force the console to be displayed.
44 * @param forceDisplay if true, this force the console to be displayed.
59 * @param forceDisplay if true, this force the console to be displayed.
72 * @param forceDisplay if true, this force the console to be displayed.
  /build/tools/signapk/test/
run 10 .PHONY: FORCE
17 %.pem: $(DSAPARAM) FORCE
  /external/bluetooth/glib/docs/reference/glib/
glib-gettextize.1 47 \fB\-f\fR, \fB\-\-force\fR
48 force writing of new files even if old ones exist
glib-gettextize.xml 60 <term><option>-f</option>, <option>--force</option></term>
62 force writing of new files even if old ones exist
  /external/grub/docs/
grub-install.8 27 \fB\-\-force\-lba\fR
28 force GRUB to use LBA mode even for a buggy
  /external/webkit/WebCore/manual-tests/
containing-block-position-change.html 12 document.body.offsetTop; // force layout
14 document.body.offsetTop; // force layout
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
kernel.h 27 /* Force a compilation error if condition is true */
30 /* Force a compilation error if condition is true, but also produce a
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
FileMock.java 55 * <li>getContents(boolean force)</li>
82 public InputStream getContents(boolean force) throws CoreException {
83 // ignore force
94 public void appendContents(InputStream source, boolean force, boolean keepHistory,
99 public void create(InputStream source, boolean force, IProgressMonitor monitor)
119 public void delete(boolean force, boolean keepHistory, IProgressMonitor monitor)
156 public void move(IPath destination, boolean force, boolean keepHistory,
180 public void setContents(InputStream source, boolean force, boolean keepHistory,
185 public void setContents(IFileState source, boolean force, boolean keepHistory,
211 public void copy(IPath destination, boolean force, IProgressMonitor monitor
    [all...]
  /external/clearsilver/java-jni/
Android.mk 62 # Use -force with javah to make sure that the output file
68 $(GEN): PRIVATE_CUSTOM_TOOL = javah -classpath $(PRIVATE_OUR_JAVA_LIB) -force -o $@ -jni org.clearsilver.HDF
76 $(GEN): PRIVATE_CUSTOM_TOOL = javah -classpath $(PRIVATE_OUR_JAVA_LIB) -force -o $@ -jni org.clearsilver.CS
  /system/core/toolbox/
sendevent.c 38 #define EVIOCSFF _IOC(_IOC_WRITE, 'E', 0x80, sizeof(struct ff_effect)) /* send a force effect to a force feedback device */
39 #define EVIOCRMFF _IOW('E', 0x81, int) /* Erase a force effect */
  /frameworks/base/core/java/android/os/storage/
IMountService.java 170 public void unmountVolume(String mountPoint, boolean force) throws RemoteException {
176 _data.writeInt((force ? 1 : 0));
277 public int destroySecureContainer(String id, boolean force) throws RemoteException {
284 _data.writeInt((force ? 1 : 0));
345 public int unmountSecureContainer(String id, boolean force) throws RemoteException {
352 _data.writeInt((force ? 1 : 0));
506 * Unmounts an Opaque Binary Blob (OBB). When the force flag is
512 public void unmountObb(String filename, boolean force, IObbActionListener token,
519 _data.writeInt((force ? 1 : 0));
707 boolean force;
    [all...]

Completed in 351 milliseconds

1 2 3 4 5 6 7 8 91011>>