Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 129) sorted by relevance

123456

/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
DAdapterHelperTest.java219 up(0, 5); in testChangeAll()
620 up(6, 2); in testScenerio29()
647 up(0, 39); in testScenerio32()
652 up(36, 29); in testScenerio32()
656 up(12, 69); in testScenerio32()
657 up(116, 13); in testScenerio32()
658 up(118, 19); in testScenerio32()
660 up(98, 21); in testScenerio32()
663 up(71, 8); in testScenerio32()
676 up(0, 5); in testScenerio32()
[all …]
DOpReorderTest.java275 up(s, len); in randOp()
302 UpdateOp up(int start, int count) { in up() method in OpReorderTest
581 up(1, 2); in testSwapMoveUpdate_0()
584 assertEquals(up(2, 2), mUpdateOps.get(0)); in testSwapMoveUpdate_0()
591 up(0, 4); in testSwapMoveUpdate_1()
594 assertEquals(up(0, 1), mUpdateOps.get(0)); in testSwapMoveUpdate_1()
595 assertEquals(up(1, 3), mUpdateOps.get(1)); in testSwapMoveUpdate_1()
602 up(1, 3); in testSwapMoveUpdate_2()
605 assertEquals(up(3, 1), mUpdateOps.get(0)); in testSwapMoveUpdate_2()
606 assertEquals(up(0, 2), mUpdateOps.get(1)); in testSwapMoveUpdate_2()
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
Dnbody.rs76 float4 up = {0, 0, 1, 0};
80 right = normalize(cross(normv, up));
81 up = normalize(cross(normv, right));
83 up *= TSIZE * 0.5f;
92 float4 p2 = p - normv + right + up;
94 float4 p3 = p - normv - right + up;
96 float4 p4 = p - normv - up * 2;
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DViewMatrix.java212 double[] up = {0, 0, 1}; in main() local
218 v.setUpVector(up); in main()
280 double[] up = new double[3]; in look() local
284 VectorUtil.cross(zv, rv, up); in look()
285 VectorUtil.cross(zv, up, rv); in look()
286 VectorUtil.cross(zv, rv, up); in look()
287 mUpVector = up; in look()
300 double[] up = new double[3]; in lookAt() local
304 VectorUtil.cross(zv, rv, up); in lookAt()
305 VectorUtil.cross(zv, up, rv); in lookAt()
[all …]
/frameworks/base/core/jni/android/opengl/
Dpoly_clip.cpp61 float *up, *vp, *wp; in poly_clip_to_halfspace() local
79 up = (float *)u; in poly_clip_to_halfspace()
82 for(int i = 0; i < 4; i++, wp++, up++, vp++) { in poly_clip_to_halfspace()
83 *wp = *up+t*(*vp-*up); in poly_clip_to_halfspace()
/frameworks/native/cmds/ip-up-vpn/
DAndroid.mk20 LOCAL_SRC_FILES := ip-up-vpn.c
22 LOCAL_MODULE := ip-up-vpn
/frameworks/base/core/java/android/net/
DINetworkManagementEventObserver.aidl34 void interfaceStatusChanged(String iface, boolean up); in interfaceStatusChanged() argument
43 void interfaceLinkStateChanged(String iface, boolean up); in interfaceLinkStateChanged() argument
/frameworks/native/services/sensorservice/
DFusion.cpp294 vec3_t up(mData[0]); in checkInitComplete() local
298 east = normalize(cross_product(mData[1], up)); in checkInitComplete()
300 east = getOrthogonal(up); in checkInitComplete()
303 vec3_t north(cross_product(up, east)); in checkInitComplete()
304 R << east << north << up; in checkInitComplete()
370 const vec3_t up( getRotationMatrix() * Ba ); in handleMag() local
371 const vec3_t east( cross_product(m, up) ); in handleMag()
383 vec3_t north( cross_product(up, east) ); in handleMag()
/frameworks/base/core/java/com/android/server/net/
DBaseNetworkObserver.java31 public void interfaceStatusChanged(String iface, boolean up) { in interfaceStatusChanged() argument
51 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged() argument
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DActionBarDrawerToggleHoneycomb.java133 final View up = first.getId() == android.R.id.home ? second : first; in SetIndicatorInfo() local
135 if (up instanceof ImageView) { in SetIndicatorInfo()
137 upIndicatorView = (ImageView) up; in SetIndicatorInfo()
/frameworks/support/core-ui/ics/android/support/v4/app/
DActionBarDrawerToggleIcs.java132 final View up = first.getId() == android.R.id.home ? second : first; in SetIndicatorInfo() local
134 if (up instanceof ImageView) { in SetIndicatorInfo()
136 upIndicatorView = (ImageView) up; in SetIndicatorInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags17 ## secure: 1: The user has set up a secure unlock method (PIN, password, etc.)
18 ## currentlyInsecure: 1: No secure unlock method set up (!secure), or trusted environment (TrustMan…
30 ## type: 1: SWIPE_UP_UNLOCK Swiped up to dismiss the lockscreen.
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java164 private void updateInterfaceState(String iface, boolean up) { in updateInterfaceState() argument
168 Log.d(TAG, "updateInterface: " + iface + " link " + (up ? "up" : "down")); in updateInterfaceState()
170 mLinkUp = up; in updateInterfaceState()
171 if (up) { in updateInterfaceState()
180 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged() argument
182 updateInterfaceState(iface, up); in interfaceLinkStateChanged()
/frameworks/base/core/java/android/bluetooth/
DBluetoothPbap.java114 public void onBluetoothStateChange(boolean up) {
115 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
116 if (!up) {
DBluetoothAvrcpController.java91 public void onBluetoothStateChange(boolean up) {
92 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
93 if (!up) {
DBluetoothPbapClient.java58 public void onBluetoothStateChange(boolean up) {
60 Log.d(TAG, "onBluetoothStateChange: PBAP CLIENT up=" + up);
62 if (!up) {
DBluetoothSap.java95 public void onBluetoothStateChange(boolean up) {
96 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
97 if (!up) {
DBluetoothMap.java57 public void onBluetoothStateChange(boolean up) {
58 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
59 if (!up) {
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridScrollListenerTest.java80 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling() local
83 inst.sendKeySync(up); in testKeyScrolling()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListScrollListenerTest.java77 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling() local
80 inst.sendKeySync(up); in testKeyScrolling()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DGestureUtils.java15 public static boolean isTap(MotionEvent down, MotionEvent up, int tapTimeSlop, in isTap() argument
17 return eventsWithinTimeAndDistanceSlop(down, up, tapTimeSlop, tapDistanceSlop, actionIndex); in isTap()
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlit.cfg42 # Set up the suite name, extensions that are recognized as testcases, and
57 ## Set up SDK path and version
69 ## Set up environment variables
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java954 int up = 14; in getNetworkCapabilities() local
957 case ServiceState.RIL_RADIO_TECHNOLOGY_GPRS: up = 80; down = 80; break; in getNetworkCapabilities()
958 case ServiceState.RIL_RADIO_TECHNOLOGY_EDGE: up = 59; down = 236; break; in getNetworkCapabilities()
959 case ServiceState.RIL_RADIO_TECHNOLOGY_UMTS: up = 384; down = 384; break; in getNetworkCapabilities()
961 case ServiceState.RIL_RADIO_TECHNOLOGY_IS95B: up = 14; down = 14; break; in getNetworkCapabilities()
962 case ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_0: up = 153; down = 2457; break; in getNetworkCapabilities()
963 case ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_A: up = 1843; down = 3174; break; in getNetworkCapabilities()
964 case ServiceState.RIL_RADIO_TECHNOLOGY_1xRTT: up = 100; down = 100; break; in getNetworkCapabilities()
965 case ServiceState.RIL_RADIO_TECHNOLOGY_HSDPA: up = 2048; down = 14336; break; in getNetworkCapabilities()
966 case ServiceState.RIL_RADIO_TECHNOLOGY_HSUPA: up = 5898; down = 14336; break; in getNetworkCapabilities()
[all …]
/frameworks/support/v7/appcompat/
DTHEMES31 to build up the theme across platforms. These themes do most of the work.
42 They can also be used to set attributes for that specific platform (and platforms up until the
/frameworks/compile/slang/tests/P_extern_const/
Drs_core.rsh3 // We use -I . to pick up this header file implicitly, instead of the proper

123456