Searched refs:force (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/external/javassist/
H A Dregenerate_from_source.sh6 # 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/libdrm/
H A Dautogen.sh9 autoreconf --force --verbose --install || exit 1
/external/autotest/site_utils/
H A Dset_tree_status.py34 def post_status(force, message):
35 if not force:
53 dest='force', action='store_false',
55 help='Dont force to close tree if it is already closed.')
59 sys.exit(post_status(options.force, args[0]))
/external/doclava/
H A Dmoe.sh23 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/
H A Dutil.h24 extern void check_mount(const char *device, int force, const char *type);
/external/libevent/
H A Dautogen.sh15 automake --add-missing --force-missing --copy
/external/autotest/frontend/migrations/
H A D045_test_planner_framework.py250 force=False)
H A D046_merge_databases.py14 force=False)
22 if not manager.force:
/external/harfbuzz_ng/
H A Dautogen.sh41 echo "running autoreconf --force --install --verbose"
42 autoreconf --force --install --verbose || exit $?
/external/parameter-framework/upstream/tools/coverage/
H A Daplog2coverage.sh46 -f, --force Force log parser to continue on ignorable errors
64 --longoptions "help,domains:,ouput:,regexp:,parser_option:,force" \
98 -f|--force)
/external/strace/
H A Dxlate.el66 (move-to-column 24 'force)
69 (move-to-column 40 'force)
/external/autotest/server/site_tests/provision_AutoUpdate/
H A Dprovision_AutoUpdate.py25 def initialize(self, host, value, force=False, is_test_na=False):
30 @param force: not used by initialize.
47 def run_once(self, host, value, force=False):
53 @param force: True iff we should re-provision the machine regardless of
68 if not force:
113 force_full_update=force)
/external/autotest/server/site_tests/provision_TestbedUpdate/
H A Dprovision_TestbedUpdate.py34 def initialize(self, host, value, force=False, is_test_na=False,
42 @param force: not used by initialize.
58 def run_once(self, host, value=None, force=False, repair=False):
66 @param force: True iff we should re-provision the machine regardless of
80 if not force:
/external/vboot_reference/scripts/image_signing/
H A Dconvert_recovery_to_ssd.sh12 Usage: $PROG <image> [--force] [--cgpt=/path/to/cgpt]
14 In-place converts recovery <image> into an SSD image. With --force, does not
30 --force)
51 if [ "${IS_FORCE}" != "--force" ]; then
/external/autotest/server/cros/clique_lib/
H A Dclique_dut_updater.py18 def update_dut_worker(updater_obj, dut, image, force):
27 @param force: If False, will only updated the host if it is not
28 already running the build. If True, force the
29 update regardless, and force a full-reimage.
32 updater_obj.update_dut(dut_host=dut.host, image=image, force=force)
117 def update_dut(self, dut_host, image, force=True):
122 @param force: If False, will only updated the host if it is not
123 already running the build. If True, force the
124 update regardless, and force
[all...]
/external/rmi4utils/rmi4update/
H A Dmain.cpp44 fprintf(stdout, "\t-f, --force\tForce updating firmware even it the image provided is older\n\t\t\tthen the current firmware on the device.\n");
57 int UpdateDevice(FirmwareImage & image, bool force, bool performLockdown, const char * deviceFile) argument
67 rc = update.UpdateFirmware(force, performLockdown);
107 bool force = false; local
110 {"force", 0, NULL, 'f'},
128 force = true;
178 rc = UpdateDevice(image, force, performLockdown, deviceName);
194 rc = UpdateDevice(image, force, performLockdown, deviceFile);
/external/v8/tools/gcmole/
H A Dbootstrap.sh74 if ! svn co --force \
79 svn co --force \
85 svn co --force \
/external/autotest/server/site_tests/provision_AndroidUpdate/
H A Dprovision_AndroidUpdate.py24 def initialize(self, host, value, force=False, is_test_na=False,
30 @param force: not used by initialize.
46 def run_once(self, host, value=None, force=False, repair=False, board=None,
53 @param force: True iff we should re-provision the machine regardless of
77 if not force and info.build == value:
/external/ltp/testcases/network/multicast/mc_gethost/
H A Dmc_gethost.c34 int force = 0; local
60 force++;
79 if (force)
/external/toybox/
H A DMakefile41 scripts/install.sh --symlink --force
44 scripts/install.sh --symlink --force --airlock
47 scripts/install.sh --long --symlink --force
/external/webrtc/webrtc/base/
H A Dhttpserver.h70 // Unless force is true, the server will complete sending a response that is
72 void Close(int connection_id, bool force);
73 void CloseAll(bool force);
89 void InitiateClose(bool force);
/external/autotest/client/deps/lansim/src/
H A Drun_unittests28 -f force running all unit test modules, regardless of failure
/external/e2fsprogs/lib/blkid/
H A Dblkid_types.h28 #define __force __attribute__((force))
/external/e2fsprogs/lib/ext2fs/
H A Dext2_types.h28 #define __force __attribute__((force))
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h28 #define __force __attribute__((force))

Completed in 805 milliseconds

1234567891011>>