HomeSort by relevance Sort by last modified time
    Searched full:force (Results 176 - 200 of 1867) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
PostReceiverCreationAction.java 57 newType.createMethod(methodContent, null /* sibling*/, false /* force */,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/files/
IFileWrapper.java 49 mFile.setContents(source, IResource.FORCE, null);
  /system/vold/
VolumeManager.cpp 450 int VolumeManager::unmountAsec(const char *id, bool force) {
485 if (force) {
542 int VolumeManager::destroyAsec(const char *id, bool force) {
553 if (unmountAsec(id, force)) {
869 int VolumeManager::unmountVolume(const char *label, bool force) {
889 cleanupAsec(v, force);
891 return v->unmountVol(force);
938 int VolumeManager::cleanupAsec(Volume *v, bool force) {
942 if (unmountAsec(*it, force)) {
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
Android.mk 78 # To force sizeof(enum) = 4
driver_ti.h 74 int force_merge_flag; /* Force scan results merge */
  /bootable/bootloader/legacy/include/msm7k/
dmov.h 59 #define DMOV_RSLT_USER (1 << 0) /* command with FR force result */
132 #define CMD_FR (1 << 22) /* force result -- does not work? */
  /bootable/recovery/tools/ota/
check-lost+found.c 43 * 1. If /data/misc/forced-reboot is missing, touch it & force "unclean" boot.
62 // No reboot marker -- need to force an unclean reboot.
  /dalvik/dx/src/com/android/dx/command/dump/
DotDumper.java 71 classFile.getMagic(); // Force parsing to happen.
78 liveCf.getMagic(); // Force parsing to happen.
  /development/pdk/docs/source/
licenses.jd 56 believe it is our place to force them to do so. Using LGPL libraries would
57 often force them to do so.</p>
  /external/apache-http/src/org/apache/http/
HttpConnection.java 51 * This method MUST NOT be called from a different thread to force
96 * Force-closes this connection.
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_make_key.c 73 /* force magnitude */
76 /* force even */
  /external/dropbear/libtommath/
bn_mp_prime_next_prime.c 34 /* force positive */
88 /* force odd */
  /external/kernel-headers/original/linux/
a1026.h 53 A1026_NS_STATE_CT, /* force close talk mode */
54 A1026_NS_STATE_FT, /* force far talk mode */
uinput.h 29 * - added force feedback support
115 * To write a force-feedback-capable driver, the upload_effect
  /external/opencore/codecs_v2/omx/omx_mp3/src/
mp3_dec.cpp 227 * Reseting the counter will force to recalculate timing parameters
228 * ( this will eliminate any silence insertion gap, but may force changing
  /external/opencore/tools_v2/build/make/
library.mk 133 # The point of this dependency is to force object rebuilds when the
135 $(FORCED_OBJS): FORCE
  /external/qemu/
qemu-common.h 194 /* Force QEMU to stop what it's doing and service IO */
197 /* Force QEMU to process pending events */
  /external/webkit/WebCore/bindings/js/
JSGeolocationCustom.cpp 108 // Wrap to int32 and force non-negative to match behavior of window.setTimeout.
126 // Wrap to int32 and force non-negative to match behavior of window.setTimeout.
  /external/webkit/WebCore/inspector/front-end/
TimelineGrid.js 58 updateDividers: function(force, calculator, paddingLeft)
62 if (!force && this._currentDividerSlice === slice)
  /external/webkit/WebCore/rendering/
RenderText.h 91 void setText(PassRefPtr<StringImpl>, bool force = false);
92 void setTextWithOffset(PassRefPtr<StringImpl>, unsigned offset, unsigned len, bool force = false);
  /external/webkit/WebKitTools/Scripts/
webkit-tools-completion.sh 59 __webkit-patch_generate_reply "--force-clean --local-commit --no-clean --no-update"
70 __webkit-patch_generate_reply "--force-clean --no-build --no-clean --no-test"
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
early_warning_system.py 52 "--force-clean",
65 "--force-clean",
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c 27 your main control loop, etc. to force garbage collection.
121 char align[ALIGN_SIZE]; /* to force sizeof(header) */
  /external/yaffs2/yaffs2/
Kconfig 103 Setting this to 'y' will force tnode width to 16 bits and make
109 bool "Force chunk erase check"
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 80 void stopAppFreezingScreen(IBinder token, boolean force);
130 * @param alwaysSendConfiguration Flag to force a new configuration to

Completed in 497 milliseconds

1 2 3 4 5 6 78 91011>>