HomeSort by relevance Sort by last modified time
    Searched defs:up (Results 126 - 150 of 205) sorted by null

1 2 3 4 56 7 8 9

  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 87 public KeyGameEvent(int keyCode, boolean up, KeyEvent msg) {
90 this.up = up;
95 public boolean up; field in class:JetBoyView.KeyGameEvent
261 // how far up (close to top) jet boy can fly
269 // how far up asteroid can be painted
415 * Does the grunt work of setting up initial jet requirements
466 // JET info: end game music loop 4 times up an octave
559 // set up jet stuff
749 // Log.d(TAG, "key code is " + event.keyCode + " " + (event.up
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 575 up: null,
578 initialize : function(pos, lookAt, up) {
581 this.up = up;
582 this.equator = lookAt.normalize().cross(this.up);
591 Flog.RayTracer.Vector.prototype.multiplyScalar(this.up, vy)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 575 up: null,
578 initialize : function(pos, lookAt, up) {
581 this.up = up;
582 this.equator = lookAt.normalize().cross(this.up);
591 Flog.RayTracer.Vector.prototype.multiplyScalar(this.up, vy)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 544 up: null,
547 initialize : function(pos, lookAt, up) {
550 this.up = up;
551 this.equator = lookAt.normalize().cross(this.up);
560 Flog.RayTracer.Vector.prototype.multiplyScalar(this.up, vy)
  /external/chromium_org/third_party/icu/source/common/
triedict.cpp 136 const TernaryNode *up = NULL; local
150 up = p;
157 up = p;
174 up = p;
180 // Note that there is no way to reach here with up == 0 unless
182 parent = (TernaryNode *)up;
453 // is not portable. 12 bits of count allows for up to 4096 entries in a node.
826 // Terminal node; go up immediately
844 // Going up
868 // Going up
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 259 # Set up the output buffer
797 # we used "up", "average", or "paeth" on such a line.
1012 def up(): function in function:filter_scanline
1497 def up(): function in function:Reader.undo_filter
    [all...]
  /external/chromium_org/v8/benchmarks/
raytrace.js 549 up: null,
552 initialize : function(pos, lookAt, up) {
555 this.up = up;
556 this.equator = lookAt.normalize().cross(this.up);
565 Flog.RayTracer.Vector.prototype.multiplyScalar(this.up, vy)
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 377 U4 *up = GetPoisoned<U4>(); local
378 ((U1*)up)[0] = 0;
379 ((U1*)up)[3] = 0xff;
380 EXPECT_NOT_POISONED(*up >> 30);
381 EXPECT_NOT_POISONED(*up >> 24);
382 EXPECT_POISONED(*up >> 23);
383 EXPECT_POISONED(*up >> 10);
385 EXPECT_NOT_POISONED(*up << 30);
386 EXPECT_NOT_POISONED(*up << 24);
387 EXPECT_POISONED(*up << 23)
    [all...]
  /external/dnsmasq/src/
option.c 2295 struct interface_name *new, **up; local
2712 struct dhcp_config *configs, *cp, **up; local
2749 struct dhcp_opt *opts, *cp, **up; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Camera.java 48 * Given input data such as location, orientation (direction, left, up),
620 * <code>getUp</code> retrieves the up axis of the camera.
622 * @return the up axis of the camera.
651 * <code>getUp</code> retrieves the up axis of the camera.
653 * @return the up axis of the camera.
688 * given a direction and an up vector.
692 public void lookAtDirection(Vector3f direction, Vector3f up) {
693 this.rotation.lookAt(direction, up);
698 * <code>setAxes</code> sets the axes (left, up and direction) for this
702 * @param up the up axis of the camera
1216 Vector3f up = getUp(vars.vect3); local
    [all...]
  /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/mksh/src/
funcs.c 1514 char *up; local
    [all...]
  /external/v8/benchmarks/
raytrace.js 549 up: null,
552 initialize : function(pos, lookAt, up) {
555 this.up = up;
556 this.equator = lookAt.normalize().cross(this.up);
565 Flog.RayTracer.Vector.prototype.multiplyScalar(this.up, vy)
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 613 // Automation service is not bound, so pretend it died to perform clean up.
695 // we take a stateless approach and look it up. This is fine
2425 KeyEvent up = KeyEvent.obtain(downTime, upTime, KeyEvent.ACTION_UP, keyCode, 0, 0, local
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 94 * up or slows things down depends on the machine and the number
1743 int big, denorm, esign, havedig, k, n, nbits, up, zret; variable
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 94 * up or slows things down depends on the machine and the number
1749 int big, denorm, esign, havedig, k, n, nbits, up, zret; variable
    [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 269 // Set up the data structures
1281 int up = srclen - same - 1; local
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 94 * and running in fullscreen mode), but it is up to a particular implementor
1917 KeyEvent up = KeyEvent.changeAction(event, KeyEvent.ACTION_UP); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 41 Python standard distribution up to Python 2.5. (See: http://www.python.org)
137 'turtlesize', 'undo', 'undobufferentries', 'up', 'width',
149 'turtlesize', 'up', 'width']
301 ### From here up to line : Tkinter - Interface for turtle.py ###
356 Used as the default canvas, which pops up automatically when
2377 up = penup variable in class:TPen
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 41 Python standard distribution up to Python 2.5. (See: http://www.python.org)
137 'turtlesize', 'undo', 'undobufferentries', 'up', 'width',
149 'turtlesize', 'up', 'width']
301 ### From here up to line : Tkinter - Interface for turtle.py ###
356 Used as the default canvas, which pops up automatically when
2377 up = penup variable in class:TPen
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 60 /* precision (up to 999,999,999 digits) and arbitrary exponent */
158 /* numbers up to four digits, using appropriate constants. This */
220 /* of 17 [we only need up to **4] */
365 Unit *up; /* work pointer */ local
368 for (up=dn->lsu; uin>0; up++) {
369 *up=(Unit)(uin%(DECDPUNMAX+1));
372 dn->digits=decGetDigits(dn->lsu, up-dn->lsu);
395 const Unit *up; /* .. */ local
397 up=dn->lsu; /* -> lsu *
431 const Unit *up; \/* .. *\/ local
508 Unit *up; \/* .. *\/ local
3465 const Unit *up=dn->lsu; \/* Unit pointer, -> lsu *\/ local
3498 Unit *up=dn->lsu+D2U(dn->digits)-1; \/* -> msu [target pointer] *\/ local
3633 const Unit *up=dn->lsu+D2U(dn->digits)-1; \/* -> msu [input pointer] *\/ local
4712 Unit *up; \/* .. *\/ local
4894 Unit *up; \/* .. *\/ local
6604 Unit *up; \/* -> current Unit *\/ local
6751 Unit *target, *up; \/* work *\/ local
6902 const Unit *up; \/* work *\/ local
7166 Unit *up; \/* work *\/ local
7190 Unit *up, *sup; \/* work *\/ local
7404 Unit *up; \/* work *\/ local
7553 const Unit *up; \/* work *\/ local
7777 Unit *up=uar+(len-1); \/* -> msu *\/ local
7823 const Unit *up; \/* work *\/ local
7966 const Unit *up; \/* work *\/ local
    [all...]
  /external/icu4c/i18n/
decNumber.c 60 /* precision (up to 999,999,999 digits) and arbitrary exponent */
158 /* numbers up to four digits, using appropriate constants. This */
233 /* of 17 [we only need up to **4] */
378 Unit *up; /* work pointer */ local
381 for (up=dn->lsu; uin>0; up++) {
382 *up=(Unit)(uin%(DECDPUNMAX+1));
385 dn->digits=decGetDigits(dn->lsu, up-dn->lsu);
408 const Unit *up; /* .. */ local
410 up=dn->lsu; /* -> lsu *
444 const Unit *up; \/* .. *\/ local
521 Unit *up; \/* .. *\/ local
3486 const Unit *up=dn->lsu; \/* Unit pointer, -> lsu *\/ local
3519 Unit *up=dn->lsu+D2U(dn->digits)-1; \/* -> msu [target pointer] *\/ local
3654 const Unit *up=dn->lsu+D2U(dn->digits)-1; \/* -> msu [input pointer] *\/ local
4735 Unit *up; \/* .. *\/ local
4917 Unit *up; \/* .. *\/ local
6635 Unit *up; \/* -> current Unit *\/ local
6782 Unit *target, *up; \/* work *\/ local
6933 const Unit *up; \/* work *\/ local
7198 Unit *up; \/* work *\/ local
7222 Unit *up, *sup; \/* work *\/ local
7436 Unit *up; \/* work *\/ local
7585 const Unit *up; \/* work *\/ local
7809 Unit *up=uar+(len-1); \/* -> msu *\/ local
7855 const Unit *up; \/* work *\/ local
7998 const Unit *up; \/* work *\/ local
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 2379 protected boolean up(TextView widget, Spannable buffer) { method in class:EditStyledText.StyledTextArrowKeyMethod
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 655 * Look the appearance up without checking first if it exists because
5372 KeyEvent up = KeyEvent.changeAction(event, KeyEvent.ACTION_UP); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 

Completed in 1151 milliseconds

1 2 3 4 56 7 8 9