Searched refs:force (Results 201 - 225 of 332) sorted by relevance

1234567891011>>

/external/chromium-trace/catapult/devil/devil/android/tools/
H A Dprovision_devices.py364 device.RemovePath(found_paths, force=True, recursive=True)
/external/syslinux/com32/lib/libpng/
H A DCHANGES2157 Added --force to autogen libtoolize options and --force-missing to
/external/vboot_reference/tests/
H A Dvboot_api_kernel2_tests.c184 VbError_t VbDisplayScreen(VbCommonParams *cparams, uint32_t screen, int force, argument
407 TEST_EQ(VbBootDeveloper(&cparams, &lkp), 1002, "Ctrl+L force legacy");
433 TEST_EQ(VbBootDeveloper(&cparams, &lkp), 0, "Ctrl+U force USB");
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h421 #define __force __attribute__((force))
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h421 #define __force __attribute__((force))
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h421 #define __force __attribute__((force))
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg784 * and that's it. * If a semPredState, don't force look
799 * predicts exiting. * If a semPredState, don't force
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dmtb.py90 evemu_ext='.evemu', force=False):
112 # Make sure that the file to be created does not exist yet unless force flag
114 if os.path.isfile(evemu_file) and not force:
/external/clang/tools/scan-build/bin/
H A Dscan-build1123 --force-analyze-debug-code
1691 if ($arg eq "--force-analyze-debug-code") {
/external/libedit/src/
H A Dtty.c899 tty_bind_char(EditLine *el, int force) argument
923 if (new[0] == old[0] && !force)
/external/libvterm/src/
H A Dstate.c177 static void set_lineinfo(VTermState *state, int row, int force, int dwl, int dhl) argument
197 || force)
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp1063 HRESULT resolve_zero_width_height(bool force = false)
1065 if(!force && desc.BufferDesc.Width && desc.BufferDesc.Height)
1143 * We could alternatively force using another context, but that might cause inefficiency issues
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils.py1193 cmd = 'p=%s;if [[ "$(ps)" = *$p* ]]; then am force-stop $p; fi'
1558 def RemovePath(self, device_path, force=False, recursive=False,
1565 force: Whether to remove the path(s) with force (-f).
1573 if force:
1627 force_pull: A boolean indicating whether to force the operation to be
1677 force_push: A boolean indicating whether to force the operation to be
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-oro.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/selinux/libselinux/src/android/
H A Dandroid.c1401 bool force = (flags & SELINUX_ANDROID_RESTORECON_FORCE) ? true : false; local
1491 if (!force && size == sizeof fc_digest && memcmp(fc_digest, xattr_value, sizeof fc_digest) == 0) {
/external/syslinux/gpxe/src/drivers/net/
H A Dr8169.c1128 static void rtl_tx_performance_tweak(struct pci_device *pdev, u16 force) argument
1140 ctl = (ctl & ~PCI_EXP_DEVCTL_READRQ) | force;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.cc1681 void RTPSender::SetStartTimestamp(uint32_t timestamp, bool force) { argument
1683 if (force) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/minijail/
H A Dcommon.mk61 # - FORCE - force the given target to run regardless of changes
407 #$(warning PV=$(PV). If shared object versions matter, please force PV=.)
/external/modp_b64/
H A Dcommon.mk61 # - FORCE - force the given target to run regardless of changes
407 #$(warning PV=$(PV). If shared object versions matter, please force PV=.)
/external/openssh/
H A Dchannels.c1667 int len, force; local
1669 force = c->isatty && c->detach_close && c->istate != CHAN_INPUT_CLOSED;
1670 if (c->rfd != -1 && (force || FD_ISSET(c->rfd, readset))) {
1674 ((errno == EAGAIN || errno == EWOULDBLOCK) && !force)))
2487 /* XXX force input close */
2758 * and force a wildcard bind, whereas a value of 2 (``clientspecified'')
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dll.S267 # gas won't let us force the one-byte constant
/external/valgrind/exp-bbv/tests/x86-linux/
H A Dll.S261 # gas won't let us force the one-byte constant

Completed in 2571 milliseconds

1234567891011>>