Searched refs:up (Results 1 - 25 of 66) sorted by relevance

123

/frameworks/native/cmds/ip-up-vpn/
H A DAndroid.mk20 LOCAL_SRC_FILES := ip-up-vpn.c
22 LOCAL_MODULE := ip-up-vpn
/frameworks/base/core/java/android/net/
H A DINetworkManagementEventObserver.aidl32 * @param up True if the interface has been enabled.
34 void interfaceStatusChanged(String iface, boolean up);
41 * @param up True if the physical link-layer connection signal is valid.
43 void interfaceLinkStateChanged(String iface, boolean up);
/frameworks/base/core/java/com/android/server/net/
H A DBaseNetworkObserver.java31 public void interfaceStatusChanged(String iface, boolean up) { argument
51 public void interfaceLinkStateChanged(String iface, boolean up) { argument
/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp61 float *up, *vp, *wp; local
79 up = (float *)u;
82 for(int i = 0; i < 4; i++, wp++, up++, vp++) {
83 *wp = *up+t*(*vp-*up);
148 /* if result ended up in p2 then copy it to p1 */
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DViewMatrix.java212 double[] up = {0, 0, 1};
218 v.setUpVector(up);
280 double[] up = new double[3];
284 VectorUtil.cross(zv, rv, up);
285 VectorUtil.cross(zv, up, rv);
286 VectorUtil.cross(zv, rv, up);
287 mUpVector = up;
300 double[] up = new double[3];
304 VectorUtil.cross(zv, rv, up);
305 VectorUtil.cross(zv, up, r
[all...]
/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DActionBarDrawerToggleHoneycomb.java37 * Before JB-MR2 (API 18) it was not possible to change the home-as-up indicator glyph
60 Log.w(TAG, "Couldn't set home-as-up indicator via JB-MR2 API", e);
65 Log.w(TAG, "Couldn't set home-as-up indicator");
132 final View up = first.getId() == android.R.id.home ? second : first;
134 if (up instanceof ImageView) {
136 upIndicatorView = (ImageView) up;
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggleHoneycomb.java36 * Before JB-MR2 (API 18) it was not possible to change the home-as-up indicator glyph
60 Log.w(TAG, "Couldn't set home-as-up indicator via JB-MR2 API", e);
65 Log.w(TAG, "Couldn't set home-as-up indicator");
131 final View up = first.getId() == android.R.id.home ? second : first;
133 if (up instanceof ImageView) {
135 upIndicatorView = (ImageView) up;
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java217 up(0, 5);
606 up(6, 2);
633 up(0, 39);
638 up(36, 29);
642 up(12, 69);
643 up(116, 13);
644 up(118, 19);
646 up(98, 21);
649 up(71, 8);
662 up(
1020 void up(int start, int count) { method in class:AdapterHelperTest
1027 void up(int start, int count, Object payload) { method in class:AdapterHelperTest
[all...]
H A DOpReorderTest.java271 up(s, len);
298 UpdateOp up(int start, int count) { method in class:OpReorderTest
577 up(1, 2);
580 assertEquals(up(2, 2), mUpdateOps.get(0));
587 up(0, 4);
590 assertEquals(up(0, 1), mUpdateOps.get(0));
591 assertEquals(up(1, 3), mUpdateOps.get(1));
598 up(1, 3);
601 assertEquals(up(3, 1), mUpdateOps.get(0));
602 assertEquals(up(
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridScrollListenerTest.java80 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP,
83 inst.sendKeySync(up);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListScrollListenerTest.java77 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP,
80 inst.sendKeySync(up);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DGestureUtils.java15 public static boolean isTap(MotionEvent down, MotionEvent up, int tapTimeSlop, argument
17 return eventsWithinTimeAndDistanceSlop(down, up, tapTimeSlop, tapDistanceSlop, actionIndex);
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java59 * at boot time) this class will start tracking it and bring it up, and will
66 * interface and that interface's link is up, and a score of 0 otherwise.
128 private void updateInterfaceState(String iface, boolean up) { argument
132 Log.d(TAG, "updateInterface: " + iface + " link " + (up ? "up" : "down"));
135 mLinkUp = up;
136 mNetworkInfo.setIsAvailable(up);
137 if (!up) {
145 mFactory.setScoreFilter(up ? NETWORK_SCORE : -1);
151 public void interfaceLinkStateChanged(String iface, boolean up) { argument
[all...]
/frameworks/base/core/java/android/util/
H A DDayOfMonthCursor.java26 * <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
/frameworks/native/services/sensorservice/
H A DFusion.cpp261 vec3_t up(mData[0]);
262 vec3_t east(cross_product(mData[1], up));
264 vec3_t north(cross_product(up, east));
265 R << east << north << up; local
312 const vec3_t up( getRotationMatrix() * Ba );
313 const vec3_t east( cross_product(m, up) );
315 // If the m and up vectors align, the cross product magnitude will
325 vec3_t north( cross_product(up, east) );
/frameworks/base/core/tests/coretests/src/android/util/
H A DDayOfMonthCursorTest.java112 // up, same month
113 assertFalse(mc.up());
118 // up, flips back
119 assertTrue(mc.up());
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dpSink.java132 public void onBluetoothStateChange(boolean up) {
133 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
134 if (!up) {
H A DBluetoothAvrcpController.java73 public void onBluetoothStateChange(boolean up) {
74 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
75 if (!up) {
H A DBluetoothPbap.java114 public void onBluetoothStateChange(boolean up) {
115 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
116 if (!up) {
H A DBluetoothSap.java94 public void onBluetoothStateChange(boolean up) {
95 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
96 if (!up) {
H A DBluetoothA2dp.java122 public void onBluetoothStateChange(boolean up) {
123 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
124 if (!up) {
H A DBluetoothHealth.java102 public void onBluetoothStateChange(boolean up) {
103 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
104 if (!up) {
H A DBluetoothMap.java57 public void onBluetoothStateChange(boolean up) {
58 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
59 if (!up) {
/frameworks/base/core/java/android/text/method/
H A DScrollingMovementMethod.java39 protected boolean up(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod
H A DLinkMovementMethod.java61 protected boolean up(TextView widget, Spannable buffer) { method in class:LinkMovementMethod
66 return super.up(widget, buffer);

Completed in 2968 milliseconds

123