HomeSort by relevance Sort by last modified time
    Searched refs:up (Results 276 - 300 of 1184) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/regress/
regress-1493017.js 29 // transitions do not show up as properties in for in.
49 // Test that the deleted map transitions do not show up in for in.
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh 27 ifconfig $GIFNAME 192.168.42.1 up
  /prebuilts/devtools/tools/
lint.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.
monkeyrunner.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.
traceview.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.
uiautomatorviewer.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.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
bundle.s 66 # This is to set up a branch target surely too far for a short branch.
  /development/scripts/
reverse_tether.sh 44 echo " stop-all -- clean up everything"
101 $ADB shell "ifconfig $PHONE_DEV $PHONE_IP netmask $NETMASK up"
102 sudo ifconfig $HOST_DEV $HOST_IP netmask $NETMASK up
125 echo "Setting up phone routes and DNS..."
127 $ADB shell "ifconfig $PHONE_DEV $PHONE_IP netmask $NETMASK up"
136 $ADB shell "ifconfig $PHONE_DEV up"
161 sudo ifconfig $HOST_DEV $HOST_IP netmask $NETMASK up
168 sudo ifconfig usb0 $HOST_IP netmask $NETMASK up
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
BinaryHeap.java 42 // Insert at end and bubble up.
45 up(size++);
87 up(node.index);
92 private void up (int index) { method in class:BinaryHeap
  /external/opencv3/modules/shape/src/
sc_dis.cpp 509 int j=0, j1=0, j2=0, endofpath=0, last=0, low=0, up=0; local
645 up=0; // columns in low..up-1 are to be scanned for current minimum, now none.
649 if (up == low)
652 min = d[collist[up++]];
653 for (k = up; k < costMatrix.rows; k++)
661 up = low; // restart list at index low.
664 collist[k] = collist[up];
665 collist[up++] = j;
668 for (k=low; k<up; k++
    [all...]
  /external/v8/tools/
generate-ten-powers.scm 61 ((up)
63 ;; with the -1 it will only round up if the cut off part is
82 ((up) (+bx (/bx x y) #z1))
247 (("--round" ?direction (help "Round bignums (down, round or up)"))
251 (("--to" ?to (help "go up to 10^to"))
268 (when (not (memv *round* '(up down round)))
  /frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java 114 public void onBluetoothStateChange(boolean up) {
115 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
116 if (!up) {
BluetoothPbapClient.java 57 public void onBluetoothStateChange(boolean up) {
59 Log.d(TAG, "onBluetoothStateChange: PBAP CLIENT up=" + up);
61 if (!up) {
BluetoothSap.java 94 public void onBluetoothStateChange(boolean up) {
95 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
96 if (!up) {
  /system/core/libnetutils/
packet.c 68 uint16_t *up = (uint16_t *)buffer; local
73 sum += *up++;
77 sum += (uint16_t) *(uint8_t *)up;
  /device/google/contexthub/firmware/src/algos/
fusion.c 201 struct Vec3 up = fusion->mData[0]; local
205 vec3Cross(&east, &fusion->mData[1], &up);
208 findOrthogonalVector(up.x, up.y, up.z, &east.x, &east.y, &east.z);
212 vec3Cross(&north, &up, &east);
215 initMatrixColumns(&R, &east, &north, &up);
608 struct Vec3 up; local
609 mat33Apply(&up, &R, &fusion->Ba);
612 vec3Cross(&east, m, &up);
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/theme/chrome/public/gwt/chrome/
chrome.css 474 .gwt-PushButton-up,
475 .gwt-PushButton-up-hovering,
476 .gwt-PushButton-up-disabled,
484 .gwt-PushButton-up,
485 .gwt-PushButton-up-hovering,
486 .gwt-PushButton-up-disabled {
489 .gwt-PushButton-up {
494 .gwt-PushButton-up-hovering {
500 .gwt-PushButton-up-disabled {
548 .gwt-RichTextToolbar .gwt-PushButton-up {
    [all...]
chrome_rtl.css 474 .gwt-PushButton-up,
475 .gwt-PushButton-up-hovering,
476 .gwt-PushButton-up-disabled,
484 .gwt-PushButton-up,
485 .gwt-PushButton-up-hovering,
486 .gwt-PushButton-up-disabled {
489 .gwt-PushButton-up {
494 .gwt-PushButton-up-hovering {
500 .gwt-PushButton-up-disabled {
548 .gwt-RichTextToolbar .gwt-PushButton-up {
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btIDebugDraw.h 25 ///The btIDebugDraw interface class allows hooking up a debug renderer to visually debug simulations.
97 btVector3 up = transform.getBasis().getColumn(1); local
104 drawSpherePatch(center, up, axis, radius,minTh, maxTh, minPs, maxPs, color, stepDegrees ,false);
105 drawSpherePatch(center, up, -axis, radius,minTh, maxTh, minPs, maxPs, color, stepDegrees,false );
199 virtual void drawSpherePatch(const btVector3& center, const btVector3& up, const btVector3& axis, btScalar radius,
205 btVector3 npole = center + up * radius;
206 btVector3 spole = center - up * radius;
209 const btVector3& kv = up;
354 btVector3 up = childTransform.getBasis().getColumn((upAxis+1)%3); local
361 drawSpherePatch(center, up, axis, radius,minTh, maxTh, minPs, maxPs, color, btScalar(stepDegrees) ,false)
373 btVector3 up = childTransform.getBasis().getColumn((upAxis+1)%3); local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wmm_ac.c 75 u8 up = wmm_ac_get_user_priority(tspec); local
76 u8 ac = up_to_ac[up];
98 ret = wpa_drv_add_ts(wpa_s, tsid, addr, up, admitted_time);
168 "Timeout getting ADDTS response (tsid=%d up=%d)",
672 u8 ac, tsid, up, dir; local
677 up = wmm_ac_get_user_priority(tspec);
678 ac = up_to_ac[up];
691 up != wmm_ac_get_user_priority(&req->tspec) ||
702 "ADDTS response status=%d tsid=%u up=%u direction=%u",
703 status_code, tsid, up, dir)
860 u8 ac, up; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 468 baseSym = new_Symbol(up->getProgram(), file, fileIdx);
482 v = insert(m, i, c, new_LValue(up->getFunction(), file));
486 return up->getScratch();
496 v = insert(m, i, c, new_LValue(up->getFunction(), file));
504 return up->mkLoad(typeOfSize(eltSize), static_cast<Symbol *>(sym), ptr);
524 up->mkStore(OP_STORE, stTy, static_cast<Symbol *>(sym), ptr, value);
532 Symbol *sym = new_Symbol(up->getProgram(), file, 0);
  /external/opencv3/3rdparty/jinja2/
filters.py 55 """Returns a callable that looks up the given attribute from a
58 looked up as integers.
601 is used to fill up missing items. See this example:
633 - ``'common'`` rounds either up or down
634 - ``'ceil'`` always rounds up
721 It is also possible to sum up only certain attributes:
728 The `attribute` parameter was added to allow suming up over
776 looked up.
799 """Applies a filter on a sequence of objects or looks up an attribute.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 428 * Begin setting up a data connection, calls setupDataCall
773 // - patch it up:
967 int up = 14; local
    [all...]
  /external/icu/icu4c/source/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...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarCalc.java 157 Button up; field in class:CalendarCalcFrame
180 // Set up the controls for each calendar we're demonstrating
247 up = new Button("^");
249 up.setBackground(DemoUtility.bgColor);
251 upDown.add(up);
253 up.addActionListener(this);
460 if (evt.getSource() == up) {
508 if (evt.getID() == AWTEvent. Event.ACTION_EVENT && evt.target == up) {

Completed in 581 milliseconds

<<11121314151617181920>>