Searched refs:s2 (Results 1 – 11 of 11) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | Spinner1.java | 61 Spinner s2 = (Spinner) findViewById(R.id.spinner2); in onCreate() local 65 s2.setAdapter(adapter); in onCreate() 66 s2.setOnItemSelectedListener( in onCreate()
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | regdef.h | 46 #define s2 $18 macro 96 #define s2 $18 macro
|
/development/ndk/platforms/android-L/include/linux/ |
D | random.h | 40 __u32 s1, s2, s3; member
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | AnimationCloning.java | 97 AnimatorSet s2 = (AnimatorSet) s1.clone(); in createAnimation() local 98 s2.setTarget(balls.get(3)); in createAnimation() 102 animation.playSequentially(s1, s2); in createAnimation()
|
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
D | regdef.h | 77 #define s2 $18 macro
|
/development/ndk/platforms/android-L/arch-mips/include/machine/ |
D | regdef.h | 77 #define s2 $18 macro
|
/development/ndk/platforms/android-L/arch-mips64/include/machine/ |
D | regdef.h | 84 #define s2 $18 macro
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/ |
D | GenericAccountService.java | 88 String s, String s2, String[] strings, Bundle bundle) in addAccount() argument
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Delaunay.cpp | 78 SitePointer s1, s2, s3; in build() local 111 a = makeEdge((s1 = sp[low]), (s2 = sp[low+1])); in build() 112 b = makeEdge(s2, (s3 = sp[high])); in build() 114 if (ccw(s1, s3, s2)) { in build() 121 if (ccw(s1, s2, s3)) { in build()
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | _setjmp.S | 73 REG_S s2, JB_S2(a0) 141 REG_L s2, JB_S2(a0)
|
D | setjmp.S | 87 REG_S s2, JB_S2(a0) 169 REG_L s2, JB_S2(a0)
|