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

1 2 3 4 56 7 8 91011>>

  /external/ppp/pppd/
fsm.h 102 void (*up) /* Called when fsm reaches OPENED state */ member in struct:fsm_callbacks
125 #define CLOSED 2 /* Up, hasn't been opened */
139 #define OPT_RESTART 2 /* Treat 2nd OPEN as DOWN, UP */
  /external/ppp/pppd/plugins/pppoatm/
atm.h 105 int __t2q_get_rate(const char **text,int up);
  /external/tcpdump/
print-gre.c 340 const u_char *up = bp; local
361 ((bp - up) == sreoff) ? "*" : "",
373 const u_char *up = bp; local
393 ((bp - up) == sreoff) ? "*" : "",
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-validate-input.js 11 // make up email address
32 // make up ZIP codes
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-validate-input.js 11 // make up email address
32 // make up ZIP codes
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
everything.js 58 // 'I like it. What's up? I said NO!'.match(simpleSentence)
59 testcases[count++] = new TestCase ( SECTION, "'I like it. What's up? I said NO!'.match(simpleSentence)",
60 String(["I like it. What's up? I said NO!",' I said NO!']), String('I like it. What\'s up? I said NO!'.match(simpleSentence)));
  /external/webkit/Source/WebCore/webaudio/
AudioPannerNode.cpp 189 FloatPoint3D up = listenerRight.cross(listenerFrontNorm); local
191 double upProjection = sourceListener.dot(up);
193 FloatPoint3D projectedSource = sourceListener - upProjection * up;
211 double elevation = 90.0 - 180.0 * acos(sourceListener.dot(up)) / piDouble;
262 // Limit the pitch shifting to 4 octaves up and 3 octaves down.
  /external/webkit/Tools/Scripts/
build-dumprendertree 44 --clean Clean up the build directory
  /frameworks/base/core/java/android/util/
DayOfMonthCursor.java 26 * <li>Provides methods to move the cursor up / down / left / right.</li>
96 * Move up one box, potentially flipping to the previous month.
100 public boolean up() { method in class:DayOfMonthCursor
102 // within current month, just move up
  /packages/apps/Calendar/src/com/android/calendar/
DayOfMonthCursor.java 28 * <li>Provides methods to move the cursor up / down / left / right.</li>
98 * Move up one box, potentially flipping to the previous month.
102 public boolean up() { method in class:DayOfMonthCursor
104 // within current month, just move up
  /prebuilts/devtools/tools/
draw9patch.bat 19 rem Set up prog to be the path of this script, including following symlinks,
20 rem and set up progdir to be the fully-qualified pathname of its directory.
jobb.bat 19 rem Set up prog to be the path of this script, including following symlinks,
20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/apkbuilder/etc/
apkbuilder.bat 19 rem Set up prog to be the path of this script, including following symlinks,
20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/files/
post_tools_install.bat 22 rem Set up prog to be the path of this script, including following symlinks,
23 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/hierarchyviewer/etc/
hierarchyviewer1.bat 19 rem Set up prog to be the path of this script, including following symlinks,
20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /external/libvpx/libvpx/vp8/common/
mfqe.c 144 unsigned char *up; local
233 for (up = u, udp = ud, i = 0; i < uvblksize; ++i, up += uv_stride, udp += uvd_stride)
234 vpx_memcpy(udp, up, uvblksize);
293 /* Set up the buffer pointers */
335 unsigned char *up = u_ptr + 4*(i*show->uv_stride+j); local
341 for (k = 0; k < 4; ++k, up += show->uv_stride, udp += dest->uv_stride,
344 vpx_memcpy(udp, up, 4);
  /frameworks/native/services/sensorservice/
Fusion.cpp 277 vec3_t up(mData[0]);
278 vec3_t east(cross_product(mData[1], up));
280 vec3_t north(cross_product(up, east));
281 R << east << north << up; local
328 const vec3_t up( getRotationMatrix() * Ba );
329 const vec3_t east( cross_product(m, up) );
331 // If the m and up vectors align, the cross product magnitude will
341 vec3_t north( cross_product(up, east) );
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 39 * includes pointers to DOWN and UP and EOF nodes.
58 protected var up:Object;
62 * This buffer includes pointers to DOWN, UP, and EOF nodes.
81 /** Reuse same DOWN, UP navigation nodes unless this is true */
105 up = this.adaptor.createFromType(TokenConstants.UP, "UP");
120 stream.up = parent.up;
126 * Don't do DOWN, UP nodes if its a list (t is isNil)
    [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/v8/src/
collection.js 214 // Set up the Set and Map constructor function.
218 // Set up the constructor property on the Set and Map prototype object.
222 // Set up the non-enumerable functions on the Set prototype object.
229 // Set up the non-enumerable functions on the Map prototype object.
237 // Set up the WeakMap constructor function.
240 // Set up the constructor property on the WeakMap prototype object.
243 // Set up the non-enumerable functions on the WeakMap prototype object.
  /external/icu4c/i18n/unicode/
calendar.h 17 * 07/27/98 stephen Sync up with JDK 1.2
21 * 11/07/2003 srl Update, clean up documentation.
176 * month up in the date <code>December 12, <b>1996</b></code> results in
582 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
583 * time field. For example, to roll the current date up by one day, call
588 * changed. For instance, rolling the month up on the date 01/31/96 will result in
589 * 02/29/96. Rolling up always means rolling forward in time (unless the limit of the
591 * starting with 100 BC and rolling the year up results in 99 BC.
606 * @param up Indicates if the value of the specified time field is to be rolled
607 * up or rolled down. Use true if rolling up, false otherwise
    [all...]
  /build/target/board/generic_x86/
BoardConfig.mk 24 # Enable dex-preoptimization to speed up the first boot sequence
  /cts/tests/tests/text/src/android/text/method/cts/
LinkMovementMethodTest.java 303 assertTrue(method.up(mView, mSpannable));
306 assertTrue(method.up(mView, mSpannable));
309 assertFalse(method.up(mView, mSpannable));
314 method.up(null, mSpannable);
321 method.up(mView, null);
425 assertFalse(method.up(mView, mSpannable));
524 protected boolean up(TextView widget, Spannable buffer) { method in class:LinkMovementMethodTest.MyLinkMovementMethod
525 return super.up(widget, buffer);
  /dalvik/vm/mterp/armv6t2/
OP_IPUT.S 26 bne .L${opcode}_finish @ yes, finish up
  /dalvik/vm/mterp/mips/
OP_IPUT.S 27 bnez v0, .L${opcode}_finish # yes, finish up

Completed in 1496 milliseconds

1 2 3 4 56 7 8 91011>>