HomeSort by relevance Sort by last modified time
    Searched refs:up (Results 251 - 275 of 776) sorted by null

<<11121314151617181920>>

  /external/iproute2/ip/
ifcfg 111 if ! ip link set up dev $dev ; then
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsVehicle.cpp 114 (JNIEnv *env, jobject object, jlong vehicleId, jint right, jint up, jint forward) {
121 vehicle->setCoordinateSystem(right, up, forward);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 529 Vector3f up = listener.getUp(); local
532 fb.put(up.x).put(up.y).put(up.z);
551 Vector3f up = listener.getUp(); local
557 fb.put(up.x).put(up.y).put(up.z);
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestSpotLightTerrain.java 209 Texture up = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_up.jpg"); local
212 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/libvpx/libvpx/vp8/common/arm/neon/
variance_neon.asm 36 vld1.8 {q0}, [r0], r1 ;Load up source and reference
109 vld1.8 {q0}, [r0], r1 ;Load up source and reference
172 vld1.8 {d0}, [r0], r1 ;Load up source and reference
225 vld1.8 {d0}, [r0], r1 ;Load up source and reference
  /external/libvpx/libvpx/vp8/encoder/ppc/
rdopt_altivec.asm 43 vsumsws v1, v1, v3 ;# sum up
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 37 (** [view_function_cfg f] opens up a ghostscript window displaying the CFG of
  /external/quake/quake/src/WinQuake/
quake-data.spec.sh 39 (play with up to 15 others).
quake-shareware.spec.sh 38 (play with up to 15 others).
quake.spec.sh 38 (play with up to 15 others).
r_part.cpp 666 vec3_t up, right; local
684 VectorScale (vup, 1.5, up);
729 // hack a scale up to keep particles from disapearing
761 *pPos++ = p->org[0] + up[0]*scale;
762 *pPos++ = p->org[1] + up[1]*scale;
763 *pPos++ = p->org[2] + up[2]*scale;
781 glVertex3f (p->org[0] + up[0]*scale, p->org[1] + up[1]*scale, p->org[2] + up[2]*scale);
world.cpp 64 Set up the planes and clipnodes so that the six floats of a bounding box
418 // to make items easier to pick up and allow them to be grabbed off
656 // move up to the node
747 vec3_t forward, right, up; local
750 AngleVectors (ent->u.v.angles, forward, right, up);
755 start_l[2] = DotProduct (temp, up);
760 end_l[2] = DotProduct (temp, up);
773 vec3_t forward, right, up; local
779 AngleVectors (a, forward, right, up);
784 trace.endpos[2] = DotProduct (temp, up);
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-6.js 39 // the 'a + c' expression. Make sure this doesn't end up
  /external/v8/test/mjsunit/
for-in-delete.js 28 // Test that properties deleted during a for-in iteration do not show up in
regexp-cache-replace.js 28 // Tests that regexp caching isn't messing things up.
  /external/v8/test/mjsunit/regress/
regress-125515.js 37 // Make sure that a ends up in old space
  /external/webkit/LayoutTests/fast/encoding/resources/
parser-tests.js 2 '<p>The suite has been broken up to run the tests in smaller batches.</p>' +
  /external/webkit/LayoutTests/fast/url/script-tests/
relative-win.js 14 // immediately and doesn't even try to load. We fix it up to either
  /external/webkit/LayoutTests/storage/
open-database-while-transaction-in-progress.js 32 // Clean up the DB to allow for repeated runs of this test
  /external/webkit/PerformanceTests/Parser/resources/
runner.js 77 log("Ignoring warm-up run (" + time + ")");
  /external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 3 // Walk up the caller chain and try to find a reference to the Inspector's window
  /external/zlib/
Android.mk 70 # up needing to drag in most of the other files anyway. So this is a first
  /frameworks/base/core/java/android/text/method/
LinkMovementMethod.java 35 private static final int UP = 2;
56 protected boolean up(TextView widget, Spannable buffer) { method in class:LinkMovementMethod
57 if (action(UP, widget, buffer)) {
61 return super.up(widget, buffer);
75 if (action(UP, widget, buffer)) {
138 case UP:
  /frameworks/base/services/java/com/android/server/
CommonTimeManagementService.java 110 public void interfaceStatusChanged(String iface, boolean up) {
113 public void interfaceLinkStateChanged(String iface, boolean up) {
272 Log.i(TAG, "Timeout waiting for interface to come up. " +
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselView.java 526 public void setLookAt(float[] eye, float[] at, float[] up) {
527 mController.setLookAt(eye, at, up);

Completed in 625 milliseconds

<<11121314151617181920>>