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

1 2 3 4 56 7 8 91011>>

  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 343 // There are several forces working on the needle: a force applied by the
344 // electromagnet, a force applied by the spring, and friction.
345 // The force from the magnet is proportional to the current flowing
350 // The force from the spring is proportional to the position of the needle.
351 // The friction force is a function of the speed of the needle, but so is
361 // mNeedlePos + mSpringForceAtOrigin is for the force of the spring pushing the needle back
  /external/e2fsprogs/misc/
util.c 143 void check_mount(const char *device, int force, const char *type)
157 if (force > 2) {
169 if (force > 2) {
dumpe2fs.8.in 50 force dumpe2fs to display a filesystem even though it may have some
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-58274.js 155 * So we force the lexer to condense the string before using it.
172 * Unicode characters and return escape sequences for them. Here, we force
179 * So we surround |str| lexicographically with quotes to force the lexer to
  /external/webkit/WebCore/page/animation/
AnimationBase.h 80 AnimationStateInputRestartAnimation, // force a restart from any state
90 AnimationStateInputEndAnimation // force an end from any state
139 // ImplicitAnimations and is used to determine whether or not we should force
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/linux/
Makefile 143 %-$(LINUXVER): force
188 echo '$@: force' ; \
193 force:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 183 file.delete(IFile.KEEP_HISTORY | IFile.FORCE, null /*monitor*/);
185 file.create(stream, true /*force*/, null /*progres*/);
207 folder.create(true /* force */, true /* local */, null /* monitor */);
  /cts/tests/tests/os/src/android/os/cts/
PowerManagerTest.java 64 * 2 Force the device to go to sleep
  /dalvik/
Android.mk 54 # The "touch -c $(DX)" is a hack that we know will force
  /dalvik/dx/src/com/android/dx/command/dump/
ClassDumper.java 67 cf.getMagic(); // Force parsing to happen.
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
ReadOnlyFileChannel.java 98 public final void force(boolean metadata) throws IOException { method in class:ReadOnlyFileChannel
  /dalvik/vm/compiler/codegen/arm/armv5te/
ArchVariant.c 58 /* Force into blocking mode */
  /dalvik/vm/compiler/codegen/arm/armv5te-vfp/
ArchVariant.c 58 /* Force into blocking mode */
  /dalvik/vm/compiler/codegen/arm/armv7-a/
ArchVariant.c 53 /* Force into blocking */
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
ArchVariant.c 53 /* Force into blocking */
  /external/bluetooth/bluez/tools/
hciattach.8 105 set by default. To force no flow control use
  /external/bluetooth/glib/tests/refcount/
objects.c 105 g_thread_yield(); /* force context switch */
  /external/dbus/test/
shell-test.c 94 if (!test_command_line ("command", "-s", "--force-shutdown", "\"a string\"", "123", NULL)
  /external/dropbear/
dbutil.h 68 /* Used to force mp_ints to be initialised */
  /external/dropbear/libtomcrypt/src/pk/asn1/der/set/
der_encode_set.c 50 /* for QSORT the order is UNDEFINED if they are "equal" which means it is NOT DETERMINISTIC. So we force it to be :-) */
  /external/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/
der_encode_short_integer.c 36 /* force to 32 bits */
  /external/dropbear/libtommath/etc/
mersenne.c 89 /* is the long prime by brute force */
  /external/e2fsprogs/e2fsck/
ehandler.c 60 if (ask(ctx, _("Force rewrite"), 1))
  /external/e2fsprogs/ext2ed/
ext2ed.conf.in 72 # With ForceDefault on, you can force the use of the default parameters
  /external/e2fsprogs/resize/
main.c 153 int force = 0; local
192 force = 1;
376 if (!force && (new_size > max_size)) {
391 if (!force && ((fs->super->s_lastcheck < fs->super->s_mtime) ||

Completed in 217 milliseconds

1 2 3 4 56 7 8 91011>>