HomeSort by relevance Sort by last modified time
    Searched refs:forces (Results 1 - 25 of 31) sorted by null

1 2

  /bootable/recovery/edify/
Android.mk 10 # "-x c" forces the lex/yacc files to be compiled as c;
11 # the build system otherwise forces them to be c++.
  /external/checkpolicy/
Android.mk 26 # "-x c" forces the lex/yacc files to be compiled as c
27 # the build system otherwise forces them to be c++
  /external/chromium_org/v8/test/mjsunit/compiler/
variables.js 47 // Context-allocated locals. Local function forces x into f3's context.
62 // Lookup slots. 'With' forces x to be looked up at runtime.
70 // (even if it shadows the arguments object) forces all parameters to be
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 84 LinkedList<Vec> forces = new LinkedList<Vec>(); field in class:BouncyDroid.BouncyView.World.Body
91 forces.add(f);
97 forces.clear();
100 forces.remove(f);
108 for (Vec f : forces) {
424 for (World.Vec f : mBody.forces) {
  /sdk/avdlauncher/
Android.mk 46 # $(TOPDIR)/$(LOCALPATH) will always be prepended to this value, which forces
  /sdk/find_java/
Android.mk 59 # $(TOPDIR)/$(LOCALPATH) will always be prepended to this value, which forces
  /sdk/find_lock/
Android.mk 47 # $(TOPDIR)/$(LOCALPATH) will always be prepended to this value, which forces
  /sdk/sdklauncher/
Android.mk 46 # $(TOPDIR)/$(LOCALPATH) will always be prepended to this value, which forces
  /external/tcpdump/
Android.mk 13 print-esp.c print-ether.c print-fddi.c print-forces.c print-fr.c \
  /external/chromium_org/v8/test/mjsunit/
substr.js 85 x = "UC16\u2028"; // Non-ascii char forces two-byte string.
external-array-no-sse2.js 254 array[0] = 253.75 + zero(); // + forces double type feedback
259 array[0] = 256.25 + zero(); // + forces double type feedback
279 array[0] = -1.25 + zero(); // + forces double type feedback
external-array.js 254 array[0] = 253.75 + zero(); // + forces double type feedback
259 array[0] = 256.25 + zero(); // + forces double type feedback
279 array[0] = -1.25 + zero(); // + forces double type feedback
osr-elements-kind.js 110 // long-running loop forces OSR.
string-slices.js 85 x = "UC16\u2028"; // Non-ascii char forces two-byte string.
allocation-site-info.js 321 // Now pass a length that forces the dictionary path.
object-define-property.js 1058 // Non-enumerable property forces dictionary mode.
    [all...]
  /ndk/tests/device/hard-float/jni/
Android.mk 3 # This is the way used to be: For ARM, ndk-build forces "softfp"
  /external/sepolicy/
Android.mk 11 # is frozen, we should flip this to true. This forces any currently
  /external/qemu/distrib/
package-release.sh 261 binaries on a remote host through ssh. Note that this forces --sources
  /build/core/
envsetup.mk 70 # TODO: Replace BUILD_HOST_64bit with a flag that forces 32-bit build,
  /external/chromium_org/ui/file_manager/image_loader/
request.js 254 // then forces refreshing the access token.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_util.js 479 // Loads the image. If already loaded, then forces a reload.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js 479 // Loads the image. If already loaded, then forces a reload.
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 805 // spuriously pass. Throwing this exception forces us to behave like an
  /external/bison/build-aux/
texinfo.tex 593 % @: forces normal size whitespace following.
596 % @* forces a line break.
631 % @group ... @end group forces ... to be all on one page, by enclosing
700 % forces a page break if there is not space-in-mils remaining.
743 % @br forces paragraph break (and is undocumented).
747 % @page forces the start of a new page.
    [all...]

Completed in 1337 milliseconds

1 2