Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 82) sorted by relevance

1234

/development/ndk/platforms/android-3/include/sys/
Dwait.h38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) argument
39 #define WCOREDUMP(s) ((s) & 0x80) argument
40 #define WTERMSIG(s) ((s) & 0x7f) argument
41 #define WSTOPSIG(s) WEXITSTATUS(s) argument
43 #define WIFEXITED(s) (WTERMSIG(s) == 0) argument
44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f) argument
45 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2) argument
/development/ndk/platforms/android-9/include/sys/
Dwait.h39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) argument
40 #define WCOREDUMP(s) ((s) & 0x80) argument
41 #define WTERMSIG(s) ((s) & 0x7f) argument
42 #define WSTOPSIG(s) WEXITSTATUS(s) argument
44 #define WIFEXITED(s) (WTERMSIG(s) == 0) argument
45 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f) argument
46 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2) argument
/development/ndk/platforms/android-3/include/
Dtermios.h49 static __inline__ int tcgetattr(int fd, struct termios *s) in tcgetattr()
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s) in tcsetattr()
80 static __inline__ speed_t cfgetospeed(const struct termios *s) in cfgetospeed()
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) in cfsetospeed()
91 static __inline__ speed_t cfgetispeed(const struct termios *s) in cfgetispeed()
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed) in cfsetispeed()
102 static __inline__ void cfmakeraw(struct termios *s) in cfmakeraw()
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dvga.h22 #define VGA_MAP_MEM(x, s) (0xb0000000L + (unsigned long)(x)) argument
30 #define scr_memcpyw(d, s, c) memcpy(d, s, c) argument
31 #define scr_memmovew(d, s, c) memmove(d, s, c) argument
Dfloppy.h30 #define CROSS_64KB(a, s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64) argument
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
DGenericAccountService.java82 String s) { in editProperties()
88 String s, String s2, String[] strings, Bundle bundle) in addAccount()
102 Account account, String s, Bundle bundle) in getAuthToken()
108 public String getAuthTokenLabel(String s) { in getAuthTokenLabel()
114 Account account, String s, Bundle bundle) in updateCredentials()
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
DAccessSourcerTest.java50 String s = mWriter.toString(); in testAbstractPublic() local
59 String s = mWriter.toString(); in testPrivateFinalStatic() local
DFieldSourcerTest.java56 String s = mWriter.toString(); in testStringField() local
71 String s = mWriter.toString(); in testTemplateTypeField() local
/development/ndk/platforms/android-3/include/linux/
Dlockdep.h20 #define lock_acquire(l, s, t, r, c, i) do { } while (0) argument
38 #define spin_acquire(l, s, t, i) do { } while (0) argument
41 #define rwlock_acquire(l, s, t, i) do { } while (0) argument
42 #define rwlock_acquire_read(l, s, t, i) do { } while (0) argument
45 #define mutex_acquire(l, s, t, i) do { } while (0) argument
48 #define rwsem_acquire(l, s, t, i) do { } while (0) argument
49 #define rwsem_acquire_read(l, s, t, i) do { } while (0) argument
Dvt_buffer.h18 #define scr_memcpyw(d, s, c) memcpy(d, s, c) argument
19 #define scr_memmovew(d, s, c) memmove(d, s, c) argument
/development/ndk/platforms/android-9/arch-x86/include/asm/
Ddma-mapping_32.h27 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
29 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
Dapic_32.h34 #define apic_printk(v, s, a...) do { if ((v) <= apic_verbosity) printk(s, ##a); } while (0) argument
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DShapeHolder.java85 Shape s = shape.getShape(); in setWidth() local
93 Shape s = shape.getShape(); in setHeight() local
97 public ShapeHolder(ShapeDrawable s) { in ShapeHolder()
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
DNativeMedia.java367 Surface s = mSurfaceHolder.getSurface(); in useAsSinkForJava() local
373 Surface s = mSurfaceHolder.getSurface(); in useAsSinkForNative() local
393 Surface s = new Surface(st); in useAsSinkForJava() local
400 Surface s = new Surface(st); in useAsSinkForNative() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DSwitches.java37 Switch s = (Switch) findViewById(R.id.monitored_switch); in onCreate() local
/development/apps/Development/src/com/android/development/
DConfigurationViewer.java39 String s = "Configuration\n" in onCreate() local
/development/ndk/platforms/android-18/samples/gles3jni/jni/
DRendererES3.cpp20 #define STR(s) #s argument
21 #define STRV(s) STR(s) argument
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dvga.h18 #define VGA_MAP_MEM(x,s) (PCIMEM_BASE + (x)) argument
/development/tools/mkstubs/tests/com/android/mkstubs/
DSourceGeneratorTest.java54 String s = sw.toString(); in testDumpClass() local
/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
DSlidingFragments.java154 AnimatorSet s = new AnimatorSet(); in slideBack() local
185 AnimatorSet s = new AnimatorSet(); in slideForward() local
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
DBasicAndroidKeyStoreFragment.java243 Signature s = Signature.getInstance(SecurityConstants.SIGNATURE_SHA256withRSA); in signData() local
313 Signature s = Signature.getInstance(SecurityConstants.SIGNATURE_SHA256withRSA); in verifyData() local
/development/tools/yuv420sp2rgb/
Ddebug.c7 int dump_hex_buffer(FILE *s, void *b, size_t len, size_t elsize) { in dump_hex_buffer()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DShapeDrawable1.java62 public MyShapeDrawable(Shape s) { in MyShapeDrawable()
71 @Override protected void onDraw(Shape s, Canvas c, Paint p) { in onDraw()
/development/tools/mkstubs/src/com/android/mkstubs/
DFilter.java76 public boolean accept(String s) { in accept()
/development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
DSamplePresentation.java74 String s = getResources().getString(R.string.display_color, color); in setColor() local

1234