/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/icu4c/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 */
|
/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.
|
/system/vold/ |
VolumeManager.h | 54 int unmountVolume(const char *label, bool force); 64 int destroyAsec(const char *id, bool force); 66 int unmountAsec(const char *id, bool force); 75 int cleanupAsec(Volume *v, bool force);
|
Volume.h | 63 int unmountVol(bool force); 88 int doUnmount(const char *path, bool force); 89 int doMoveMount(const char *src, const char *dst, bool force);
|
CommandListener.cpp | 138 if (argc < 3 || argc > 4 || (argc == 4 && strcmp(argv[3], "force"))) { 139 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume unmount <path> [force]", false); 143 bool force = false; local 144 if (argc >= 4 && !strcmp(argv[3], "force")) { 145 force = true; 147 rc = vm->unmountVolume(argv[2], force); 338 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: asec destroy <container-id> [force]", false); 341 bool force = false; local 342 if (argc > 3 && !strcmp(argv[3], "force")) { 343 force = true 360 bool force = false; local [all...] |
/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
|
/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...] |
/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 */
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-inherit | 33 nat_traversal force;
|
/external/skia/src/effects/ |
SkPixelXorXfermode.cpp | 9 res |= (SK_A32_MASK << SK_A32_SHIFT); // force it to be opaque
|
/packages/apps/Email/res/xml/ |
device_admin.xml | 22 <force-lock />
|